*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --navy: #0f2744; --blue: #1a5276; --teal: #148f8f; --accent: #e8a020;
  --light: #f4f8fc; --white: #ffffff; --text: #1e2d40; --muted: #5a6a7a;
  --border: #dce6ef; --radius: 12px; --shadow: 0 4px 24px rgba(15,39,68,.10);
}
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--text); background: var(--white); line-height: 1.65; }

nav { position: sticky; top: 0; z-index: 100; background: var(--navy); display: flex; align-items: center; justify-content: space-between; padding: 0 5%; height: 68px; box-shadow: 0 2px 16px rgba(0,0,0,.25); }
.nav-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: white; }
.nav-logo { width: 38px; height: 38px; background: var(--teal); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.nav-brand-text { line-height: 1.2; }
.nav-brand-text strong { display: block; font-size: 15px; font-weight: 600; }
.nav-brand-text span { font-size: 11px; opacity: .7; letter-spacing: .5px; }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.nav-phone { color: #7de8e8; text-decoration: none; font-size: 13.5px; font-weight: 600; transition: color .2s; }
.nav-phone:hover { color: white; }
.nav-back { color: rgba(255,255,255,.65); text-decoration: none; font-size: 13.5px; font-weight: 500; display: flex; align-items: center; gap: 6px; transition: color .2s; }
.nav-back:hover { color: white; }
.nav-links { display: flex; gap: 4px; list-style: none; }
.nav-links a { color: rgba(255,255,255,.82); text-decoration: none; font-size: 13.5px; font-weight: 500; padding: 6px 14px; border-radius: 6px; transition: background .2s, color .2s; }
.nav-links a:hover { background: rgba(255,255,255,.1); color: white; }
.nav-links .nav-cta { background: var(--teal); color: white; }
.nav-links .nav-cta:hover { background: #0f7a7a; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; color: white; font-size: 24px; }

.info-hero { background: linear-gradient(135deg, var(--navy) 0%, #163d6b 55%, #0e3d4f 100%); padding: 64px 5% 56px; }
.info-hero-inner { max-width: 860px; margin: auto; }
.info-breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 22px; flex-wrap: wrap; }
.info-breadcrumb a { color: rgba(255,255,255,.5); text-decoration: none; font-size: 13px; transition: color .2s; }
.info-breadcrumb a:hover { color: rgba(255,255,255,.85); }
.info-breadcrumb span { color: rgba(255,255,255,.25); font-size: 13px; }
.info-breadcrumb strong { color: rgba(255,255,255,.8); font-size: 13px; font-weight: 500; }
.info-category-tag { display: inline-flex; align-items: center; gap: 7px; background: rgba(20,143,143,.25); border: 1px solid rgba(20,143,143,.4); color: #7de8e8; font-size: 11px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; padding: 5px 14px; border-radius: 100px; margin-bottom: 16px; }
.info-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(26px, 4vw, 46px); color: white; line-height: 1.15; margin-bottom: 14px; }
.info-hero-desc { font-size: 17px; color: rgba(255,255,255,.7); max-width: 640px; line-height: 1.7; }

.info-main { background: white; padding: 70px 5%; }
.info-inner { max-width: 860px; margin: auto; }

.info-section { margin-bottom: 54px; }
.info-divider { width: 44px; height: 3px; background: var(--teal); border-radius: 2px; margin-bottom: 18px; }
.info-section h2 { font-family: 'Playfair Display', serif; font-size: clamp(22px, 2.5vw, 28px); color: var(--navy); margin-bottom: 14px; line-height: 1.25; }
.info-section p { font-size: 16px; color: var(--muted); line-height: 1.8; margin-bottom: 14px; }
.info-section p:last-child { margin-bottom: 0; }

.info-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 18px; margin: 24px 0; }
.info-card { background: var(--light); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px 20px; }
.info-card-icon { font-size: 26px; margin-bottom: 10px; }
.info-card h4 { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.info-card p { font-size: 13.5px; color: var(--muted); line-height: 1.6; margin-bottom: 0; }

.info-list { list-style: none; display: flex; flex-direction: column; gap: 9px; margin: 16px 0; }
.info-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: var(--muted); line-height: 1.55; }
.info-list li::before { content: ''; width: 7px; height: 7px; background: var(--teal); border-radius: 50%; flex-shrink: 0; margin-top: 7px; }

.info-highlight { background: var(--light); border-left: 4px solid var(--teal); border-radius: 0 var(--radius) var(--radius) 0; padding: 20px 24px; margin: 26px 0; }
.info-highlight p { font-size: 15px; color: var(--text); line-height: 1.75; margin-bottom: 0; }

.info-steps { display: flex; flex-direction: column; gap: 18px; margin: 24px 0; }
.info-step { display: flex; gap: 18px; align-items: flex-start; }
.step-num { width: 34px; height: 34px; background: var(--navy); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; flex-shrink: 0; margin-top: 2px; }
.step-content h4 { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.step-content p { font-size: 14px; color: var(--muted); line-height: 1.65; margin-bottom: 0; }

.info-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin: 24px 0; }
.info-two-col h4 { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }

.info-cta { background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%); border-radius: 16px; padding: 44px 40px; text-align: center; margin-top: 60px; }
.info-cta h2 { font-family: 'Playfair Display', serif; font-size: 26px; color: white; margin-bottom: 10px; }
.info-cta p { font-size: 15px; color: rgba(255,255,255,.65); margin-bottom: 28px; max-width: 500px; margin-left: auto; margin-right: auto; }
.cta-btn { display: inline-flex; align-items: center; gap: 10px; background: var(--teal); color: white; text-decoration: none; padding: 14px 28px; border-radius: 8px; font-weight: 600; font-size: 15px; transition: background .2s; }
.cta-btn:hover { background: #0f7a7a; }

.info-disclaimer { background: #fff8e6; border-top: 3px solid var(--accent); padding: 20px 5%; }
.info-disclaimer p { font-size: 13px; color: #7a5a00; max-width: 900px; margin: auto; line-height: 1.6; }
.info-disclaimer strong { color: #5a3d00; }

footer { background: #060f1c; color: rgba(255,255,255,.5); padding: 28px 5%; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
footer p { font-size: 13px; }
.footer-links { display: flex; gap: 20px; list-style: none; }
.footer-links a { color: rgba(255,255,255,.5); text-decoration: none; font-size: 13px; transition: color .2s; }
.footer-links a:hover { color: rgba(255,255,255,.9); }

@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 68px; left: 0; right: 0; background: var(--navy); padding: 16px; gap: 4px; border-top: 1px solid rgba(255,255,255,.1); z-index: 99; }
  .nav-toggle { display: block; }
}
@media (max-width: 640px) {
  nav { padding: 0 4%; }
  .nav-phone { display: none; }
  .info-hero { padding: 48px 4% 40px; }
  .info-main { padding: 50px 4%; }
  .info-cta { padding: 32px 22px; }
  .info-cards { grid-template-columns: 1fr 1fr; }
  .info-two-col { grid-template-columns: 1fr; gap: 24px; }
  footer { flex-direction: column; text-align: center; }
}
@media (max-width: 420px) {
  .info-cards { grid-template-columns: 1fr; }
}
