*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
 body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; color: #1a1a2e; background: #f8f9fa; }
 a { color: #2563eb; text-decoration: none; }
 a:hover { text-decoration: underline; }
 .top-bar { background: #1a1a2e; color: #fff; padding: 8px 24px; display: flex; justify-content: space-between; align-items: center; }
 .top-bar a { color: #fff; font-size: 13px; }
 .lang-toggle { display: flex; gap: 12px; }
 .lang-toggle a { padding: 2px 8px; border-radius: 4px; }
 .lang-toggle a.active { background: #3b82f6; font-weight: 600; }
 header { color: #fff; padding: 60px 24px; text-align: center; min-height: 280px; display: flex; flex-direction: column; justify-content: center; }
 header h1 { font-size: clamp(28px, 5vw, 52px); font-weight: 800; margin-bottom: 12px; letter-spacing: -0.5px; text-shadow: 0 2px 12px rgba(0,0,0,0.5); }
 header p { font-size: 18px; opacity: 0.95; max-width: 600px; margin: 0 auto 24px; text-shadow: 0 1px 6px rgba(0,0,0,0.4); }
 .trust-bar { display: flex; justify-content: center; gap: 24px; font-size: 13px; opacity: 0.95; flex-wrap: wrap; background: rgba(0,0,0,0.25); padding: 10px 20px; border-radius: 30px; }
 .trust-bar span { display: flex; align-items: center; gap: 6px; }
 nav { background: #fff; border-bottom: 1px solid #e5e7eb; padding: 16px 24px; display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
 nav a { color: #374151; font-weight: 500; padding: 6px 14px; border-radius: 20px; font-size: 14px; }
 nav a:hover { background: #f3f4f6; text-decoration: none; }
 main { max-width: 1100px; margin: 0 auto; padding: 40px 24px; }
 .section-title { font-size: 28px; font-weight: 800; margin-bottom: 4px; color: #0f2744; letter-spacing: -0.3px; }
 .section-sub { color: #9ca3af; margin-bottom: 28px; font-size: 15px; font-style: italic; }
 .grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; margin-bottom: 48px; }
 .card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 1px 4px rgba(0,0,0,0.08); transition: transform 0.2s, box-shadow 0.2s; }
 .card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.14); }
 .card-img { height: 180px; object-fit: cover; width: 100%; display: block; }
 .card-body { padding: 20px; }
 .card h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; color: #0f2744; }
 .card p { font-size: 14px; color: #6b7280; margin-bottom: 16px; }
 .card-meta { display: flex; gap: 16px; font-size: 12px; color: #6b7280; margin-bottom: 16px; }
 .card a.btn { display: inline-block; background: #2563eb; color: #fff; padding: 10px 20px; border-radius: 8px; font-weight: 600; font-size: 14px; }
 .card a.btn:hover { background: #1d4ed8; text-decoration: none; }
 .comparison-section { background: #fff; border-radius: 12px; padding: 32px; margin-bottom: 48px; }
 .comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 24px; }
 .comparison-item { padding: 24px; border-radius: 10px; background: #fff; box-shadow: 0 1px 6px rgba(0,0,0,0.07); }
 .comparison-item h4 { font-size: 16px; font-weight: 700; margin-bottom: 8px; color: #0f2744; }
 .comparison-item p { font-size: 14px; color: #6b7280; }
 .trust-section { background: #0f2744; color: #fff; padding: 48px 24px; text-align: center; border-radius: 12px; margin-bottom: 48px; }
 .trust-section h2 { font-size: 28px; font-weight: 700; margin-bottom: 32px; }
 .trust-points { display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; }
 .trust-point { text-align: center; }
 .trust-point strong { display: block; font-size: 24px; font-weight: 800; color: #60a5fa; }
 .trust-point span { font-size: 14px; opacity: 0.8; }
 .cta-section { background: linear-gradient(135deg, #1e3a5f 0%, #2563eb 100%); color: #fff; padding: 64px 48px; border-radius: 16px; text-align: center; position: relative; overflow: hidden; }
 .cta-section::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='%23ffffff' fill-opacity='0.03'%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"); }
 .cta-section h2 { font-size: 32px; font-weight: 800; margin-bottom: 12px; position: relative; }
 .cta-section p { opacity: 0.9; margin-bottom: 28px; font-size: 17px; position: relative; }
 .cta-section a { display: inline-block; background: #fff; color: #2563eb; padding: 16px 40px; border-radius: 8px; font-weight: 700; font-size: 16px; position: relative; box-shadow: 0 4px 16px rgba(0,0,0,0.2); }
 .cta-section a:hover { background: #f3f4f6; text-decoration: none; }
 footer { background: #0f172a; color: #94a3b8; padding: 48px 24px; font-size: 13px; }
 footer p { opacity: 0.7; }
 footer a { color: #60a5fa; }
 footer h4 { color: #e2e8f0; font-size: 13px; font-weight: 600; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.5px; }
 @media (max-width: 768px) {
 .comparison-grid { grid-template-columns: 1fr; }
 .trust-points { gap: 24px; }
 .grid { grid-template-columns: 1fr; }
 nav { padding: 10px 12px; gap: 4px; }
 nav a { padding: 6px 10px; font-size: 13px; }
 .top-bar { padding: 8px 16px; }
 .trust-bar { gap: 16px; font-size: 12px; }
 .cta-section { padding: 40px 24px; }
 }
 a:focus,button:focus{outline:2px solid #2563eb;outline-offset:2px}

.mobile-sticky-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:#1e40af;padding:12px 16px;z-index:9999;text-align:center;box-shadow:0 -2px 10px rgba(0,0,0,.15)}
.mobile-sticky-bar a{color:#fff;font-weight:700;font-size:15px;text-decoration:none}
.sticky-cta-btn{background:#2563eb;border-radius:8px;padding:10px 20px;display:inline-block}
@media(min-width:768px){.mobile-sticky-bar{display:none!important}}

/* Glacier Ice Tours - Author Byline */
.author-byline {
  font-size: 0.875rem;
  color: #666;
  margin: 1.5rem 0;
  padding: 0.75rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  line-height: 1.6;
}
.author-byline a {
  color: #4a90d9;
  text-decoration: none;
}
.author-byline a:hover {
  text-decoration: underline;
}

/* Info note */
.info-note {
  margin: 1.5rem 0;
  padding: 1rem;
  background: #f4f8ff;
  border-left: 3px solid #4a90d9;
  border-radius: 4px;
  font-size: 0.9rem;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
}

/* === CONTENT-SEMANTIC BLOCKS === */

.content-image {
  margin: 1.5rem 0;
  max-width: 100%;
}
.content-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.content-image figcaption {
  font-size: 0.85rem;
  color: #888;
  text-align: center;
  margin-top: 0.5rem;
  font-style: italic;
}

.decision-module {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 2rem;
  margin: 2rem auto;
  max-width: 860px;
  box-sizing: border-box;
}
.decision-module h2 {
  font-size: 1.35rem;
  color: #1a3a5c;
  margin-bottom: 1.25rem;
}
.decision-module h3 {
  font-size: 1.35rem;
  color: #1a3a5c;
}

.pros-cons {
  max-width: 860px;
  margin: 2rem auto;
  padding: 1.5rem 2rem;
  background: #f4f8fc;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

.explore-more {
  background: #f8fafc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1.5rem 2rem;
  margin: 2rem auto;
  max-width: 860px;
  box-sizing: border-box;
}
.explore-more h3 {
  font-size: 1.1rem;
  color: #1a3a5c;
  margin-bottom: 0.75rem;
}
.explore-more p {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 0.75rem;
  max-width: none;
}
.explore-more ul {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}
.explore-more li a {
  color: #2d6a8f;
  font-weight: 500;
  text-decoration: none;
}
.explore-more li a:hover {
  text-decoration: underline;
}

.anecdote-box {
  background: rgba(74, 144, 217, 0.06);
  border-left: 4px solid #4a90d9;
  padding: 1.25rem 1.5rem;
  margin: 2rem auto;
  max-width: 800px;
}
.anecdote-box p {
  margin: 0;
  font-style: italic;
  line-height: 1.8;
}
.anecdote-attribution {
  margin: 0.5rem 0 0;
  font-size: 0.85rem;
  color: #888;
}
