﻿*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --navy:      #0f1624;
  --navy2:     #1a2540;
  --navy3:     #223060;
  --gold:      #c9a84c;
  --gold2:     #e2c46e;
  --gold3:     #f5e6b8;
  --gold-pale: #FDFAF3;
  --gold-mist: #F5EDD0;
  --gold-light:#E2B93B;
  --cream:     #f7f4ef;
  --white:     #ffffff;
  --text:      #1a1a2e;
  --muted:     #5c5c7a;
  --border:    #ddd6c8;
  --steel:     #8A96A8;
  --steel-lt:  #C2CAD6;
  --red:       #c0392b;
  --green:     #1a6b3a;
}
html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, sans-serif; background: var(--cream); color: var(--text); font-size: 15px; line-height: 1.6; }
a { color: var(--gold); text-decoration: none; }

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%; height: 68px;
  background: rgba(13,27,62,0.97); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(201,160,39,0.2); transition: box-shadow 0.3s;
}
nav.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.3); }
.nav-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; cursor: pointer; }
.nav-seal { width: 42px; height: 42px; border: 1.5px solid #C9A027; border-radius: 50%; display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; }
.nav-seal img { width: 100%; height: 100%; object-fit: contain; display: block; }
.nav-name { font-family: 'Playfair Display', Georgia, serif; font-size: 15px; color: #FFFFFF; font-weight: 600; line-height: 1.2; }
.nav-name span { display: block; font-family: 'Inter', system-ui, sans-serif; font-size: 10px; color: #C2CAD6; font-weight: 400; letter-spacing: 0.08em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { font-size: 13px; color: #C2CAD6; text-decoration: none; font-weight: 400; transition: color 0.2s; padding: 4px 0; border-bottom: 2px solid transparent; }
.nav-links a:hover, .nav-links a.active { color: #C9A027; border-bottom-color: #C9A027; }
.nav-cta { font-size: 12px; font-weight: 600; padding: 9px 22px; border-radius: 4px; background: #C9A027; color: #0D1B3E; text-decoration: none; letter-spacing: 0.03em; transition: background 0.2s, transform 0.15s; }
.nav-cta:hover { background: #E2B93B; transform: translateY(-1px); }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.nav-hamburger span { width: 22px; height: 2px; background: #C2CAD6; border-radius: 2px; }
.mobile-menu { display: none; position: fixed; top: 68px; left: 0; right: 0; z-index: 199; background: rgba(13,27,62,0.99); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(201,160,39,0.2); padding: 20px 5%; flex-direction: column; gap: 4px; }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-size: 14px; color: #C2CAD6; text-decoration: none; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.05); transition: color 0.2s; }
.mobile-menu a:hover { color: #C9A027; }
.mobile-menu .m-cta { margin-top: 12px; padding: 12px; text-align: center; background: #C9A027; color: #0D1B3E; border-radius: 4px; font-weight: 600; font-size: 14px; border-bottom: none; }

/* HERO */
.hero { background: linear-gradient(135deg, var(--navy) 0%, var(--navy3) 60%, #1a3a6b 100%); color: var(--white); padding: 100px 24px 28px; text-align: center; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a84c' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); opacity: 0.5; }
.hero-inner { position: relative; max-width: 760px; margin: 0 auto; }
.hero-badge { display: inline-block; background: rgba(201,168,76,0.15); border: 1px solid rgba(201,168,76,0.4); color: var(--gold2); font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; padding: 5px 16px; border-radius: 20px; margin-bottom: 20px; }
.hero h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 700; line-height: 1.15; margin-bottom: 8px; }
.hero h1 span { color: var(--gold2); }
.hero-sub { font-size: 0.9rem; color: #99aacc; margin-top: 10px; line-height: 1.7; }
.hero-meta { display: flex; justify-content: center; gap: 16px; margin-top: 16px; flex-wrap: wrap; }
.hero-meta-item { font-size: 0.75rem; color: #889; display: flex; align-items: center; gap: 6px; }
.hero-meta-item span { color: var(--gold2); font-weight: 600; }

/* ALERT */
.alert-banner { background: #fdf6e3; border-left: 4px solid var(--gold); max-width: 1100px; margin: 24px auto 0; padding: 14px 20px; font-size: 0.82rem; color: #5a4a1a; border-radius: 0 6px 6px 0; }
.alert-banner strong { color: #3a2a00; }

/* LAYOUT */
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.section { padding: 40px 0 10px; }
.section-title { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid var(--border); }
.section-title .num { background: var(--navy); color: var(--gold); font-size: 0.75rem; font-weight: 700; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.section-title h2 { font-size: 1.15rem; font-weight: 700; color: var(--navy); letter-spacing: -0.02em; }
.section-title .pill { margin-left: auto; background: var(--gold3); color: #7a5a00; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 10px; border-radius: 12px; white-space: nowrap; }

/* TABLES */
.table-wrap { overflow-x: auto; margin-bottom: 16px; border-radius: 8px; border: 1px solid var(--border); }
table { width: 100%; border-collapse: collapse; background: var(--white); font-size: 0.84rem; }
thead tr { background: var(--navy); }
thead th { color: var(--gold2); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 11px 14px; text-align: left; white-space: nowrap; }
tbody tr { border-bottom: 1px solid #f0ece4; transition: background 0.12s; }
tbody tr:last-child { border-bottom: none; }
tbody tr:hover { background: #fdf9f2; }
tbody td { padding: 10px 14px; color: var(--text); vertical-align: top; }
tbody td:first-child { font-weight: 500; }
.fee-val { color: var(--navy3); font-weight: 700; white-space: nowrap; }
.slide-cat td { background: rgba(201,168,76,0.13) !important; color: var(--navy2); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; padding: 8px 14px; border-top: 1px solid var(--border); }

/* CARDS */
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; margin-bottom: 24px; }
.card { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 20px; transition: box-shadow 0.2s; }
.card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.card-label { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }

/* COST BREAKDOWN */
.breakdown { background: var(--white); border: 1px solid var(--border); border-radius: 10px; overflow: hidden; margin-bottom: 24px; }
.breakdown-header { background: var(--navy2); color: var(--white); padding: 14px 20px; display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.breakdown-header h3 { font-size: 0.95rem; }
.breakdown-header .tag { background: rgba(201,168,76,0.2); color: var(--gold2); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.08em; padding: 3px 10px; border-radius: 12px; }
.letterhead { padding: 18px 20px; border-bottom: 1px dashed var(--border); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.letterhead-firm { color: var(--navy); line-height: 1.4; }
.letterhead-firm strong { color: var(--navy3); letter-spacing: 0.02em; }
.letterhead-addr { font-size: 0.75rem; color: var(--muted); line-height: 1.6; }
.letterhead-meta { font-size: 0.8rem; color: var(--text); line-height: 1.7; }
.letterhead-meta strong { color: var(--navy); }
.line-items { padding: 4px 20px 18px; }
.line-item { padding: 16px 0; border-bottom: 1px solid var(--border); }
.line-item:last-of-type { border-bottom: none; }
.line-item-head { display: flex; align-items: baseline; gap: 10px; color: var(--navy); }
.line-item-num { color: var(--gold); font-weight: 700; }
.line-item-title { flex: 1; font-weight: 700; }
.line-item-price { color: var(--navy3); font-weight: 700; white-space: nowrap; }
.line-item-note { margin: 4px 0 0 22px; font-size: 0.72rem; font-style: italic; color: var(--muted); }
.line-item-body { margin: 10px 0 0 22px; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.li-group { font-size: 0.8rem; }
.li-label { font-weight: 700; text-decoration: underline; text-transform: uppercase; font-size: 0.68rem; letter-spacing: 0.06em; margin-bottom: 6px; }
.li-label.li-inclusion { color: var(--green); }
.li-label.li-exclusion { color: var(--red); }
.li-group ul { list-style: none; }
.li-group ul li { padding: 2px 0 2px 14px; position: relative; color: #555; }
.li-group ul li::before { content: '—'; position: absolute; left: 0; color: var(--gold); }
.line-item-total { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; margin-top: 4px; border-top: 2px solid var(--navy); font-weight: 700; color: var(--navy); }
.line-item-total span:last-child { color: var(--gold); font-size: 1.1rem; }
.nota-bene { font-size: 0.72rem; font-style: italic; color: var(--muted); padding: 0 20px 18px; }

/* LEGAL BASIS */
.legal-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 14px; margin-bottom: 24px; }
.legal-card { background: var(--white); border: 1px solid var(--border); border-left: 3px solid var(--gold); border-radius: 0 8px 8px 0; padding: 14px 16px; font-size: 0.8rem; }
.legal-card .cite { font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.legal-card .prov { color: var(--muted); line-height: 1.5; }

/* IBP SLIDESHOW */
.ibp-slider-section { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 48px 0 36px; }
.ibp-slider-inner { max-width: 1100px; margin: 0 auto; padding: 0 56px; position: relative; }
.ibp-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; flex-wrap: wrap; }
.ibp-header-left h2 { font-family: 'Playfair Display', Georgia, serif; font-size: 1.25rem; font-weight: 700; color: var(--navy); }
.ibp-header-left p { font-size: 0.72rem; color: var(--muted); margin-top: 2px; }
.ibp-counter { font-size: 0.78rem; font-weight: 700; color: var(--navy); background: var(--gold3); padding: 5px 16px; border-radius: 20px; white-space: nowrap; }
.ibp-slider { position: relative; overflow: hidden; border-radius: 8px; border: 1px solid var(--border); }
.ibp-track { display: flex; transition: transform 0.38s cubic-bezier(0.4,0,0.2,1); }
.ibp-slide { min-width: 100%; }
.ibp-slide-label { background: var(--navy); color: var(--gold2); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; padding: 10px 16px; }
.ibp-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: var(--gold); border: none; cursor: pointer; font-size: 1rem; display: flex; align-items: center; justify-content: center; z-index: 10; transition: background 0.2s, transform 0.15s; box-shadow: 0 2px 8px rgba(0,0,0,0.25); }
.ibp-arrow:hover { background: var(--navy3); transform: translateY(-50%) scale(1.1); }
.ibp-arrow.prev { left: -48px; }
.ibp-arrow.next { right: -48px; }
.ibp-dots { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
.ibp-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--border); border: none; cursor: pointer; transition: background 0.2s, transform 0.2s; padding: 0; }
.ibp-dot.active { background: var(--gold); transform: scale(1.35); }

/* CONTACT SECTION */
#contact { background: var(--navy); padding: 40px 8% 32px; position: relative; overflow: hidden; }
#contact::before {
  content: ''; position: absolute; right: -80px; top: 50%;
  transform: translateY(-50%); width: 520px; height: 520px;
  background: url('images/logo.png') center/contain no-repeat;
  opacity: 0.04; pointer-events: none;
}
.contact-eyebrow { font-size: 10px; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 0.14em; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.contact-eyebrow::before { content: ''; display: block; width: 24px; height: 1.5px; background: var(--gold); }
.contact-head { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(22px, 2.5vw, 30px); color: var(--white); font-weight: 700; margin-bottom: 6px; }
.contact-head-sub { font-size: 14px; color: var(--steel-lt); line-height: 1.75; margin-bottom: 24px; max-width: 560px; }
.contact-intro-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-bottom: 0; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.contact-info { background: rgba(255,255,255,0.05); border: 1px solid rgba(201,160,39,0.2); border-radius: 10px; padding: 24px 20px; margin-bottom: 24px; }
.contact-info h3 { font-family: 'Playfair Display', Georgia, serif; font-size: 18px; color: var(--white); font-weight: 700; margin-bottom: 4px; }
.contact-info .sub { font-size: 13px; color: var(--steel-lt); margin-bottom: 20px; line-height: 1.6; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 16px; }
.info-row { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.info-row:last-of-type { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.info-icon { font-size: 16px; margin-top: 2px; flex-shrink: 0; width: 20px; text-align: center; }
.info-label { font-size: 10px; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 3px; }
.info-value { font-size: 13px; color: var(--steel-lt); line-height: 1.6; }
.info-value a { color: var(--gold2); text-decoration: none; font-weight: 500; }
.info-value a:hover { text-decoration: underline; color: var(--gold); }
.map-embed-wrap { border-radius: 8px; overflow: hidden; border: 1px solid rgba(201,160,39,0.25); box-shadow: 0 4px 20px rgba(0,0,0,0.3); }
.map-embed { display: block; width: 100%; height: 260px; border: none; }
.maps-link { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: var(--steel-lt); text-decoration: none; margin-top: 12px; padding: 8px 16px; border: 1px solid rgba(255,255,255,0.15); border-radius: 4px; background: rgba(255,255,255,0.06); font-weight: 500; transition: background 0.2s, border-color 0.2s, color 0.2s; }
.maps-link:hover { background: rgba(201,160,39,0.15); border-color: var(--gold); color: var(--gold); }
.contact-form-wrap { background: rgba(255,255,255,0.05); border: 1px solid rgba(201,160,39,0.2); border-radius: 10px; padding: 28px 24px; }
.contact-form-wrap h3 { font-family: 'Playfair Display', Georgia, serif; font-size: 20px; color: var(--white); font-weight: 700; margin-bottom: 6px; }
.contact-form-wrap .form-sub { font-size: 13px; color: var(--steel-lt); margin-bottom: 24px; line-height: 1.6; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { margin-bottom: 14px; }
.form-group label { display: block; font-size: 10px; font-weight: 700; color: #000000; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 6px; }
.form-group input, .form-group textarea { width: 100%; padding: 11px 14px; background: var(--navy); border: 1.5px solid rgba(201,160,39,0.35); border-radius: 6px; color: var(--white); font-family: 'Inter', system-ui, sans-serif; font-size: 13px; transition: border-color 0.2s, box-shadow 0.2s; }
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,0.35); }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,160,39,0.15); background: var(--navy2); }
.form-group textarea { resize: vertical; min-height: 110px; line-height: 1.6; }
.form-submit { width: 100%; padding: 14px; background: var(--gold); color: var(--navy); border: none; border-radius: 6px; font-size: 14px; font-weight: 700; letter-spacing: 0.03em; cursor: pointer; transition: background 0.2s, transform 0.15s; margin-top: 4px; }
.form-submit:hover { background: var(--gold-light); transform: translateY(-1px); }
.form-disclaimer { font-size: 10px; color: var(--steel); margin-top: 10px; line-height: 1.6; text-align: center; }
.form-success { display: none; padding: 20px; border-radius: 8px; background: rgba(10,107,58,0.2); border: 1px solid rgba(10,107,58,0.4); text-align: center; margin-top: 14px; }
.form-success .success-icon { font-size: 28px; margin-bottom: 8px; }
.form-success p { font-size: 14px; color: #5FD68A; font-weight: 500; }

.gallery-main { width: 100%; height: 260px; object-fit: cover; border-radius: 8px; border: 1px solid rgba(201,160,39,0.2); display: block; margin-bottom: 8px; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; }
.gallery-thumb { width: 100%; height: 68px; object-fit: cover; border-radius: 6px; border: 1px solid rgba(255,255,255,0.1); cursor: pointer; opacity: 0.55; transition: opacity 0.2s, border-color 0.2s; }
.gallery-thumb:hover, .gallery-thumb.active { opacity: 1; border-color: var(--gold); }

/* FOOTER */
footer { background: #07112A; padding: 40px 8% 28px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; border-top: 1px solid rgba(201,160,39,0.15); }
.footer-brand { font-family: 'Playfair Display', Georgia, serif; font-size: 16px; color: #C9A027; }
.footer-brand span { display: block; font-family: 'Inter', system-ui, sans-serif; font-size: 10px; color: #8A96A8; font-weight: 400; text-transform: uppercase; letter-spacing: 0.1em; margin-top: 2px; }
.footer-copy { font-size: 11px; color: #8A96A8; text-align: center; line-height: 1.7; font-family: 'Inter', system-ui, sans-serif; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { font-size: 11px; color: #8A96A8; text-decoration: none; transition: color 0.2s; font-family: 'Inter', system-ui, sans-serif; }
.footer-links a:hover { color: #C9A027; }

/* RESPONSIVE */
@media (max-width: 960px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .nav-cta { font-size: 11px; padding: 8px 16px; }
  .contact-intro-layout, .contact-layout { grid-template-columns: 1fr; gap: 24px; }
  .legal-grid { grid-template-columns: 1fr; }
  .cards { grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); }
  footer { padding: 32px 6% 24px; }
}
@media (max-width: 680px) {
  /* Hero */
  .hero { padding: 88px 16px 24px; }
  .hero h1 { font-size: 1.7rem; }
  .hero-badge { font-size: 0.62rem; padding: 4px 12px; }
  .hero-sub { font-size: 0.82rem; }
  .hero-meta { flex-direction: column; align-items: center; gap: 8px; margin-top: 14px; }
  .hero-meta-item { font-size: 0.72rem; text-align: center; }

  /* Alert */
  .alert-banner { margin: 16px 12px 0; font-size: 0.78rem; }

  /* IBP table section */
  .ibp-slider-section { padding: 28px 0 20px; }
  .ibp-slider-inner { padding: 0 12px; }
  .ibp-header { flex-direction: column; align-items: flex-start; gap: 8px; }
  .ibp-header-left h2 { font-size: 1rem; }
  .ibp-header-left p { font-size: 0.68rem; }
  table { font-size: 0.78rem; }
  thead th { font-size: 0.62rem; padding: 9px 10px; }
  tbody td { padding: 9px 10px; }

  /* GCash section */
  .breakdown > div[style*="display:flex"] { flex-direction: column; align-items: center; padding: 20px 16px 16px !important; gap: 20px !important; }
  .breakdown > div[style*="display:flex"] > div:first-child img { width: 100% !important; max-width: 280px; }
  .breakdown > div[style*="display:flex"] > div:last-child { min-width: unset !important; width: 100%; }
  .form-row { grid-template-columns: 1fr; }

  /* Contact */
  #contact { padding: 36px 5% 28px; }
  .contact-head { font-size: 1.3rem; }
  .contact-head-sub { font-size: 13px; }
  .contact-info { padding: 18px 14px; }
  .map-embed { height: 220px; }

  /* Legal basis cards */
  .cards { grid-template-columns: 1fr 1fr; }
  .line-item-head { flex-wrap: wrap; }
  .line-item-body { margin-left: 0; }

  /* Footer */
  footer { flex-direction: column; align-items: flex-start; gap: 14px; padding: 24px 5% 18px; }
  .footer-links { flex-wrap: wrap; gap: 12px; }
  .footer-copy { text-align: left; }
}
@media (max-width: 420px) {
  nav { padding: 0 4%; }
  .nav-cta { display: none; }
  .nav-name { font-size: 13px; }

  /* Hero */
  .hero { padding: 82px 14px 20px; }
  .hero h1 { font-size: 1.45rem; }
  .hero-meta { display: none; }

  /* Table scroll hint */
  .table-wrap { -webkit-overflow-scrolling: touch; }
  table { font-size: 0.74rem; min-width: 420px; }

  /* GCash */
  .section-title h2 { font-size: 1rem; }
  #receipt-drop { padding: 14px; }

  /* Cards single col */
  .cards { grid-template-columns: 1fr; }
  .legal-grid { grid-template-columns: 1fr; }

  /* Contact */
  .info-row { gap: 8px; }
  .info-value { font-size: 12px; }
}
/* ═══════════════════════════════════
   SCROLL REVEAL
═══════════════════════════════════ */
[data-sr] {
  opacity: 0;
  transition-property: opacity, transform, filter;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  transition-duration: 0.72s;
  will-change: opacity, transform;
}
[data-sr="fade-up"]    { transform: translateY(44px); }
[data-sr="fade-left"]  { transform: translateX(-52px); }
[data-sr="fade-right"] { transform: translateX(52px); }
[data-sr="scale"]      { transform: scale(0.86); }
[data-sr="zoom-fade"]  { transform: scale(1.07); filter: blur(5px); }
[data-sr="flip"]       { transform: perspective(600px) rotateX(16deg) translateY(20px); }
[data-sr].sr-visible   { opacity: 1; transform: none; filter: none; }

[data-sr-delay="1"] { transition-delay: 0.07s; }
[data-sr-delay="2"] { transition-delay: 0.14s; }
[data-sr-delay="3"] { transition-delay: 0.21s; }
[data-sr-delay="4"] { transition-delay: 0.28s; }
[data-sr-delay="5"] { transition-delay: 0.35s; }
[data-sr-delay="6"] { transition-delay: 0.42s; }
[data-sr-delay="7"] { transition-delay: 0.49s; }
[data-sr-delay="8"] { transition-delay: 0.56s; }

/* Hero entrance */
@keyframes srUp { from { opacity:0; transform:translateY(26px); } to { opacity:1; transform:none; } }
@keyframes srFade { from { opacity:0; } to { opacity:1; } }
.hero-badge { animation: srUp   0.7s 0.10s both; }
.hero h1    { animation: srUp   0.8s 0.25s both; }
.hero-sub   { animation: srUp   0.7s 0.45s both; }
.hero-meta  { animation: srUp   0.7s 0.60s both; }

@media (prefers-reduced-motion: reduce) {
  [data-sr], .hero-badge, .hero h1, .hero-sub, .hero-meta {
    animation: none; opacity: 1; transform: none; filter: none; transition: none;
  }
}

@media print {
  footer, nav, .alert-banner { display: none; }
  body { background: white; }
  .section { page-break-inside: avoid; }
}
