:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4a1e323 */<!-- FONT IMPORT -->
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
 
<style>
  .tp-wrap * { box-sizing: border-box; margin: 0; padding: 0; }
  .tp-wrap {
    font-family: 'Raleway', sans-serif;
    color: #0B3450;
    background: #ffffff;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px 60px;
  }
 
  /* ── HERO ── */
  .tp-hero {
    background: #0B3450;
    border-radius: 16px;
    padding: 70px 50px;
    margin-bottom: 64px;
    position: relative;
    overflow: hidden;
  }
  .tp-hero::before {
    content: '';
    position: absolute;
    top: -40px; right: -40px;
    width: 320px; height: 320px;
    border: 40px solid rgba(255,255,255,0.06);
    border-radius: 50%;
  }
  .tp-hero::after {
    content: '';
    position: absolute;
    bottom: -80px; left: 60px;
    width: 200px; height: 200px;
    border: 28px solid rgba(255,255,255,0.04);
    border-radius: 50%;
  }
  .tp-hero-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    margin-bottom: 20px;
  }
  .tp-hero h1 {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    max-width: 680px;
    margin-bottom: 24px;
  }
  .tp-hero p {
    font-size: 17px;
    font-weight: 400;
    color: rgba(255,255,255,0.75);
    line-height: 1.8;
    max-width: 600px;
  }
 
  /* ── SECTION TITLES ── */
  .tp-section-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(11,52,80,0.45);
    margin-bottom: 10px;
  }
  .tp-section-title {
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 800;
    color: #0B3450;
    margin-bottom: 36px;
    line-height: 1.2;
  }
 
  /* ── INTRO TWO-COL ── */
  .tp-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 64px;
  }
  @media (max-width: 680px) { .tp-intro { grid-template-columns: 1fr; } }
  .tp-intro-text p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.72);
    line-height: 1.85;
    margin-bottom: 16px;
  }
  .tp-intro-text p:last-child { margin-bottom: 0; }
  .tp-intro-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
  .tp-intro-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 15px;
    font-weight: 500;
    color: #0B3450;
    background: #f3f7fa;
    border-left: 3px solid #0B3450;
    border-radius: 0 8px 8px 0;
    padding: 12px 16px;
    line-height: 1.5;
  }
 
  /* ── SIGNATURE EXPERIENCES GRID ── */
  .tp-treks-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 64px;
  }
  .tp-trek-card {
    border: 1.5px solid #0B3450;
    border-radius: 12px;
    padding: 32px 28px;
    transition: background 0.2s;
  }
  .tp-trek-card:hover { background: #f3f7fa; }
  .tp-trek-num {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    color: rgba(11,52,80,0.35);
    margin-bottom: 14px;
    display: block;
  }
  .tp-trek-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0B3450;
    margin-bottom: 12px;
  }
  .tp-trek-card p {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    line-height: 1.75;
    opacity: 0.72;
  }
 
  /* ── DARK FEATURE CARDS ── */
  .tp-dayhikes { margin-bottom: 64px; }
  .tp-hikes-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
  }
  .tp-hike-item {
    background: #0B3450;
    border-radius: 10px;
    padding: 24px 22px;
  }
  .tp-hike-item h4 {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
  }
  .tp-hike-item p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    line-height: 1.65;
  }
 
  /* ── TWO-COL: WHY + CLOSING ── */
  .tp-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 64px;
  }
  @media (max-width: 680px) { .tp-two-col { grid-template-columns: 1fr; } }
  .tp-box { border-radius: 12px; padding: 36px 30px; }
  .tp-box-dark { background: #0B3450; }
  .tp-box-light { background: #f3f7fa; border: 1.5px solid #0B3450; }
  .tp-box-dark .tp-section-label { color: rgba(255,255,255,0.45); }
  .tp-box-dark .tp-section-title { color: #ffffff; margin-bottom: 24px; }
  .tp-box-light .tp-section-title { margin-bottom: 24px; }
 
  .tp-why-list { list-style: none; }
  .tp-why-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255,255,255,0.85);
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    line-height: 1.5;
  }
  .tp-why-list li:last-child { border-bottom: none; }
  .tp-why-list li::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: rgba(255,255,255,0.6);
    border-radius: 50%;
    margin-top: 7px;
    flex-shrink: 0;
  }
 
  .tp-living-text {
    font-size: 15px;
    font-weight: 400;
    color: rgba(0,0,0,0.72);
    line-height: 1.85;
    margin-bottom: 20px;
  }
  .tp-living-quote {
    border-left: 4px solid #0B3450;
    padding: 14px 18px;
    background: #fff;
    border-radius: 0 8px 8px 0;
    font-size: 15px;
    font-weight: 600;
    color: #0B3450;
    font-style: italic;
    line-height: 1.6;
  }
 
  /* ── CTA ── */
  .tp-cta {
    background: #000000;
    border-radius: 14px;
    padding: 56px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
  }
  .tp-cta h2 {
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 800;
    color: #ffffff;
    max-width: 500px;
    line-height: 1.25;
  }
  .tp-cta p {
    font-size: 15px;
    color: rgba(255,255,255,0.6);
    margin-top: 10px;
    max-width: 440px;
    line-height: 1.7;
  }
  .tp-cta-btn {
    display: inline-block;
    background: #0B3450;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 16px 36px;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s;
  }
  .tp-cta-btn:hover { opacity: 0.85; }
 
  /* ── DIVIDER ── */
  .tp-divider {
    height: 1.5px;
    background: #0B3450;
    opacity: 0.12;
    margin: 0 0 64px;
  }
</style>/* End custom CSS */