*{box-sizing:border-box;}
  html{scroll-behavior:smooth;scroll-padding-top:96px;}
  body{margin:0;background:#fff;font-family:'Manrope',system-ui,sans-serif;color:#0D2540;}
  img{display:block;max-width:100%;} a{color:inherit;text-decoration:none;}
  .serif{font-family:'Cormorant Garamond',Georgia,serif;}
  .container{max-width:1240px;margin:0 auto;padding:0 56px;}
  .container--article{max-width:820px;}
  .section{padding:64px 0;}
  h1,h2,h3{margin:0;color:#0D2540;}
  .eyebrow{font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#0F5956;margin:0 0 14px;}
  .sec-title{font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-size:clamp(30px,4vw,42px);line-height:1.18;}
  .body-text{font-size:15.5px;line-height:1.85;color:#3C5258;}
  .body-text + .body-text{margin-top:14px;}
  .btn{display:inline-flex;align-items:center;gap:10px;font-size:15px;font-weight:600;padding:15px 26px;border-radius:12px;border:1px solid transparent;cursor:pointer;font-family:inherit;}
  .btn-primary{background:#0F5956;color:#fff;}
  .site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid #E9EFEB;box-shadow:0 8px 24px -20px rgba(13,37,64,.35);}
  .header-inner{display:flex;align-items:center;justify-content:space-between;min-height:80px;flex-wrap:wrap;gap:20px;}
  .header-logo{height:36px;}
  .site-header .container{max-width:1400px;}
  .nav-wrap{display:flex;align-items:center;gap:26px;}
  .nav-collapse{display:flex;align-items:center;gap:22px;}
  .nav-menu{display:flex;gap:28px;font-size:14px;font-weight:600;color:#3C5258;align-items:center;}
  .header-cta{padding:12px 22px;font-size:13.5px;border-radius:11px;}
  .header-divider{width:1px;height:26px;background:#E2EAE6;}
  .nav-drop{position:relative;}
  .nav-drop-btn{background:none;border:none;font:inherit;font-weight:600;color:#3C5258;display:inline-flex;align-items:center;gap:5px;cursor:pointer;padding:6px 0;}
  .nav-drop-btn:hover{color:#0F5956;}
  .nav-drop-chev{transition:transform .2s ease;stroke:currentColor;}
  .nav-drop.open .nav-drop-chev{transform:rotate(180deg);}
  .nav-drop-menu{position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%) translateY(6px);background:#fff;border:1px solid #E7EEE9;border-radius:14px;box-shadow:0 20px 40px -20px rgba(13,37,64,.35);padding:10px;display:flex;flex-direction:column;gap:2px;min-width:270px;opacity:0;visibility:hidden;transition:opacity .18s ease,transform .18s ease;z-index:20;}
  .nav-drop.open .nav-drop-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);}
  .nav-drop-menu a{padding:10px 14px;border-radius:9px;font-size:13.5px;font-weight:600;color:#3C5258;white-space:nowrap;}
  .nav-drop-menu a:hover{background:#F1F6F3;color:#0F5956;}
  .nav-drop-all{border-top:1px solid #EEF1ED;margin-top:4px;padding-top:12px !important;color:#0F5956 !important;}

  .nav-toggle{display:none;width:44px;height:44px;border:1px solid #E2EAE6;border-radius:11px;background:#fff;align-items:center;justify-content:center;}
  .nav-toggle svg{stroke:#0D2540;}
  .toc{background:#F2F6F3;border:1px solid #E4ECE7;border-radius:18px;padding:28px 30px;margin-bottom:44px;}
  .toc .lbl{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0F5956;margin-bottom:14px;}
  .toc-list{display:flex;flex-direction:column;gap:10px;}
  .toc-list a{font-size:14.5px;font-weight:600;color:#0D2540;}
  .toc-list a:hover{color:#0F5956;}
  .acc-item{background:#F7FAF8;border:1px solid #EBF0EC;border-radius:16px;overflow:hidden;margin-bottom:16px;scroll-margin-top:96px;}
  .acc-q{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 26px;cursor:pointer;width:100%;background:none;border:none;font-family:inherit;text-align:left;}
  .acc-q span{font-family:'Cormorant Garamond',serif;font-size:19px;font-weight:600;color:#0D2540;}
  .acc-chev{flex:none;transition:transform .2s ease;stroke:#0F5956;}
  .acc-a{max-height:0;overflow:hidden;transition:max-height .35s ease;}
  .acc-a-inner{padding:0 26px 26px;}
  .acc-item.open .acc-chev{transform:rotate(180deg);}
  .acc-item.open .acc-a{max-height:2400px;}
  .acc-item ul{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:8px;}
  .acc-item li{font-size:14.5px;line-height:1.7;color:#3C5258;}
  .stage-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:16px 0;}
  .stage-card{background:#fff;border:1px solid #E7EEE9;border-radius:12px;padding:18px 20px;}
  .stage-card .t{font-size:13px;font-weight:700;color:#0F5956;margin-bottom:6px;}
  .stage-card .d{font-size:13.5px;line-height:1.6;color:#3C5258;}
  .info-note{background:#EAF1EE;border-radius:12px;padding:16px 20px;font-size:13.5px;line-height:1.7;color:#0D2540;margin-top:14px;}
  .pack-hero{display:grid;grid-template-columns:1fr 1.3fr;gap:28px;align-items:center;background:#F7FAF8;border:1px solid #E7EEE9;border-radius:18px;padding:24px;margin-bottom:24px;}
  .pack-hero-media{border-radius:12px;overflow:hidden;height:200px;}
  .pack-hero-media img{width:100%;height:100%;object-fit:cover;}
  @media (max-width:640px){ .pack-hero{grid-template-columns:1fr;} .pack-hero-media{height:200px;} }
  .footer{background:#fff;border-top:1px solid #EEF1ED;}
  .footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:32px;padding:56px 0 44px;}
  .footer-logo{height:46px;margin-bottom:22px;}
  .footer-about{font-size:13.5px;line-height:1.65;color:#7C8E93;max-width:240px;}
  .footer-col h4{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0 0 18px;}
  .footer-col .links{display:flex;flex-direction:column;gap:12px;font-size:14px;color:#54707A;}
  .footer-hours{font-size:14px;color:#54707A;margin:6px 0 22px;}
  .legal{border-top:1px solid #EEF1ED;padding:26px 0 40px;display:flex;align-items:center;justify-content:center;gap:12px;font-size:13px;color:#8A999E;}
  html,body{overflow-x:hidden;max-width:100%;}
  @media (max-width:960px){
    .site-header{position:relative;}
    .nav-toggle{display:flex;flex-shrink:0;position:relative;z-index:2;}
    .nav-collapse{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;padding:18px 22px 26px;gap:14px;background:#fff;border-top:1px solid #E9EFEB;box-shadow:0 24px 48px -28px rgba(13,37,64,.35);max-height:calc(100vh - 80px);overflow-y:auto;z-index:1;}
    .site-header.nav-open .nav-collapse{display:flex;}
    .nav-menu{flex-direction:column;gap:14px;font-size:16px;align-items:stretch;}
    .nav-drop-menu{position:static;transform:none;opacity:1;visibility:visible;max-height:0;overflow:hidden;box-shadow:none;border:none;padding:0;margin-top:0;transition:max-height .25s ease;min-width:0;}
    .nav-drop.open .nav-drop-menu{max-height:400px;padding:6px 0 6px 14px;margin-top:4px;left:0;transform:none;}
    .nav-drop-menu a{padding:9px 0;}
    .nav-drop-btn{width:100%;justify-content:space-between;}
    .header-divider{display:none;}
    .header-cta{justify-content:center;margin-top:6px;}

  }
  @media (max-width:768px){ .container{padding:0 22px;} .stage-grid{grid-template-columns:1fr;} .footer-grid{grid-template-columns:1fr 1fr;} }
  @media (max-width:480px){ .footer-grid{grid-template-columns:1fr;} }

  .chat-toggle{position:fixed;right:24px;bottom:24px;z-index:70;width:60px;height:60px;border-radius:50%;background:#0F5956;display:flex;align-items:center;justify-content:center;box-shadow:0 14px 30px -10px rgba(13,37,64,.5);border:none;cursor:pointer;transition:transform .15s ease;}
  .chat-toggle:hover{transform:translateY(-2px);}
  .chat-toggle svg{stroke:#fff;}
  .chat-panel{position:fixed;right:24px;bottom:96px;z-index:70;width:340px;max-width:calc(100vw - 32px);background:#fff;border:1px solid #E7EEE9;border-radius:20px;box-shadow:0 30px 60px -20px rgba(13,37,64,.45);display:none;flex-direction:column;overflow:hidden;max-height:min(560px,calc(100vh - 140px));}
  .chat-panel.open{display:flex;}
  .chat-head{background:#0D2540;padding:18px 20px;display:flex;align-items:center;gap:12px;flex:none;}
  .chat-head-ic{width:38px;height:38px;border-radius:50%;background:rgba(95,182,168,.2);display:flex;align-items:center;justify-content:center;flex:none;}
  .chat-head-ic svg{stroke:#5FB6A8;}
  .chat-head-txt{flex:1;}
  .chat-head-title{font-size:14.5px;font-weight:700;color:#fff;}
  .chat-head-status{font-size:11.5px;color:#8fd6c4;display:flex;align-items:center;gap:5px;}
  .chat-head-status::before{content:"";width:7px;height:7px;border-radius:50%;background:#5FB6A8;}
  .chat-close{background:none;border:none;cursor:pointer;padding:4px;flex:none;}
  .chat-close svg{stroke:#AEC4C9;}
  .chat-body{padding:18px 20px;overflow-y:auto;flex:1;background:#F7FAF8;}
  .chat-bubble{background:#fff;border:1px solid #E7EEE9;border-radius:14px 14px 14px 4px;padding:12px 14px;font-size:13px;line-height:1.55;color:#3C5258;margin-bottom:12px;max-width:88%;}
  .chat-bubble.user{background:#0F5956;color:#fff;border:none;border-radius:14px 14px 4px 14px;margin-left:auto;}
  .chat-quicks{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px;}
  .chat-quick{background:#fff;border:1px solid #D7E0DD;border-radius:20px;padding:8px 13px;font-size:12px;font-weight:600;color:#0F5956;cursor:pointer;font-family:inherit;}
  .chat-quick:hover{border-color:#0F5956;}
  .chat-disclaimer{font-size:10.5px;color:#9AACAF;line-height:1.5;padding:0 20px 12px;background:#F7FAF8;flex:none;}
  .chat-input-row{display:flex;gap:8px;padding:14px;border-top:1px solid #E7EEE9;flex:none;background:#fff;}
  .chat-input{flex:1;border:1px solid #E2EAE6;border-radius:10px;padding:10px 12px;font-size:13px;font-family:inherit;color:#0D2540;}
  .chat-input:focus{outline:none;border-color:#0F5956;}
  .chat-send{background:#0F5956;border:none;border-radius:10px;width:40px;flex:none;display:flex;align-items:center;justify-content:center;cursor:pointer;}
  .chat-send svg{stroke:#fff;}
  .chat-wa-row{padding:0 14px 14px;flex:none;background:#fff;}
  .chat-wa-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;background:#EAF1EE;color:#0F5956;border-radius:10px;padding:10px;font-size:12.5px;font-weight:700;}
  @media (max-width:480px){ .chat-panel{right:16px;bottom:88px;} .chat-toggle{right:16px;bottom:16px;width:54px;height:54px;} }
  @media (max-width:768px){ .chat-toggle{opacity:0;transform:translateY(12px) scale(.9);pointer-events:none;transition:opacity .2s ease,transform .2s ease;} .chat-toggle.is-visible{opacity:1;transform:none;pointer-events:auto;} }
