@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700;800&family=Poppins:wght@400;500;600;700&display=swap";.bi-wrapper{display:flex;flex-direction:column;gap:30px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#1f2937;width:100%}.bi-top{display:flex;flex-wrap:wrap;gap:20px}.bi-calendar-card,.bi-slots-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.bi-calendar-card{flex:1;min-width:300px;max-width:400px;margin:0 auto}.bi-slots-card{flex:3;min-width:300px;position:relative}.slots-header-text{margin-top:0;margin-bottom:20px}.slots-grid-wrapper{overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch;margin-bottom:10px}.slots-header-text h3{margin:0 0 5px}.slots-subtitle{margin:0;font-size:.85rem;font-weight:400;color:#6b7280}.cal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.cal-header button{background:#f3f4f6;border:none;padding:8px 12px;border-radius:6px;cursor:pointer;font-weight:700;color:#4b5563}.cal-header button:hover{background:#e5e7eb}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:12px;text-align:center}.cal-grid.header div{font-weight:600;color:#6b7280;font-size:.95rem;margin-bottom:10px}.cal-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1.05rem;font-weight:500}.cal-day.selectable{cursor:pointer;background:#f9fafb;border:1px solid #e5e7eb}.cal-day.selectable:hover{background:#e5e7eb}.cal-day.selected{background:#115757;color:#fff;border-color:#115757}.cal-day.past{color:#d1d5db;background:#f9fafb;cursor:not-allowed}.slots-container{display:flex;flex-direction:column;gap:15px;margin-bottom:20px;min-width:1290px}.slots-header-row,.slots-row{display:flex;align-items:stretch;gap:10px}.slot-corner,.slot-row-header{width:80px;flex-shrink:0;font-weight:600;font-size:1rem;color:#4b5563;display:flex;align-items:center;position:sticky;left:0;background:#fff;z-index:5}.slot-corner:after,.slot-row-header:after{content:"";position:absolute;right:-10px;top:0;bottom:0;width:10px;background:#fff;z-index:5;border-right:1px solid #e5e7eb}.slot-col-header{flex:1 0 65px;text-align:center;font-size:.9rem;color:#6b7280;font-weight:600;white-space:nowrap}.slot-tile{flex:1 0 65px;height:55px;border-radius:6px;border:1px solid #d1d5db;transition:all .2s}.slot-tile.available{background:#fff;cursor:pointer}.slot-tile.available:hover{background:#f3f4f6;border-color:#9ca3af}.slot-tile.selected{background:#10b981;border-color:#059669;box-shadow:0 0 0 3px #10b9814d}.slot-tile.pending{background:#fbbf24;border-color:#f59e0b;cursor:not-allowed}.slot-tile.booked{background:#3b82f6;border-color:#2563eb;cursor:not-allowed}.slot-tile.past{background:#e5e7eb;border-color:#d1d5db;cursor:not-allowed}.bi-legend-card{background:#fff;border-radius:12px;padding:15px 24px;box-shadow:0 4px 6px -1px #0000001a;margin-top:-10px}.slots-legend{display:flex;gap:20px;font-size:.95rem;color:#4b5563;flex-wrap:wrap;justify-content:center}.legend-item{display:flex;align-items:center;gap:8px}.legend-box{width:20px;height:20px;border-radius:4px;border:1px solid #d1d5db}.legend-box.available{background:#fff}.legend-box.selected{background:#10b981;border-color:#059669}.legend-box.pending{background:#fbbf24;border-color:#f59e0b}.legend-box.booked{background:#3b82f6;border-color:#2563eb}.legend-box.past{background:#e5e7eb}.bi-bottom{display:flex;flex-direction:column;gap:20px}.bi-split{display:flex;gap:20px;flex-wrap:wrap}.bi-panel{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 6px -1px #0000001a;flex:1;min-width:300px}.bi-panel h3{margin-top:0;margin-bottom:25px;color:#111827;font-size:1.3rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}input[type=text],input[type=email]{width:100%;padding:14px;border:1px solid #d1d5db;border-radius:8px;font-size:1.05rem;box-sizing:border-box}input:focus{outline:none;border-color:#115757;box-shadow:0 0 0 3px #1157571a}.summary-details p{margin:10px 0;color:#4b5563;font-size:1.05rem}.summary-details strong{color:#111827}.summary-details ul{margin:10px 0;padding-left:20px;color:#4b5563;list-style-type:square}.summary-details li{margin-bottom:5px}.summary-details .amount{margin-top:20px;font-size:1.4rem;font-weight:700;color:#115757;padding-top:20px;border-top:2px dashed #d1d5db}.no-selection{color:#9ca3af;font-style:italic;font-size:1.1rem}.payment-instructions{color:#6b7280;font-size:1rem;margin-bottom:20px}.gcash-details{background:#f0fdf4;border:1px solid #bbf7d0;padding:20px;border-radius:8px;margin-bottom:25px;color:#166534;font-size:1.1rem}.gcash-details p{margin:6px 0}.payment-fields{display:flex;flex-direction:column;gap:20px}.file-upload{display:block;padding:16px;background:#f3f4f6;border:2px dashed #9ca3af;border-radius:8px;text-align:center;cursor:pointer;color:#4b5563;font-weight:600;font-size:1.05rem;transition:all .2s}.file-upload input[type=file]{display:none}.file-upload:hover{background:#e5e7eb;border-color:#6b7280}.file-name{font-size:.95rem;color:#059669;text-align:center;font-weight:500}.bi-action{display:flex;justify-content:center;margin-top:10px}.book-btn{padding:20px 70px;font-size:1.35rem;font-weight:700;border-radius:8px;border:none;cursor:not-allowed;background:#d1d5db;color:#9ca3af;transition:all .3s}.book-btn.active{background:#115757;color:#fff;cursor:pointer;box-shadow:0 4px 10px #1157574d}.book-btn.active:hover{background:#0d4545;transform:translateY(-2px);box-shadow:0 6px 15px #11575766}.bi-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.bi-popup{background:#fff;padding:50px;border-radius:16px;max-width:500px;text-align:center;box-shadow:0 25px 50px -12px #00000040}.bi-popup h2{color:#059669;margin-top:0;font-size:1.8rem;margin-bottom:20px}.bi-popup p{color:#4b5563;line-height:1.6;font-size:1.1rem;margin-bottom:15px}.bi-popup button{margin-top:30px;background:#115757;color:#fff;border:none;padding:14px 40px;border-radius:8px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:background .2s}.bi-popup button:hover{background:#0d4545}@media (max-width: 768px){.slots-header-text{position:static;width:100%;margin-left:0;padding-left:0;text-align:center}.slot-corner,.slot-row-header{margin-left:-10px;padding-left:10px;left:-10px;width:80px;font-size:.85rem;box-shadow:10px 0 #fff}}:root{--pm-teal: #115757;--pm-teal-dark: #0d4545;--pm-teal-light: #e1f5f5;--pm-dark: #191825;--pm-navy: #252B42;--pm-text: rgba(25, 24, 37, .8);--pm-muted: rgba(25, 24, 37, .55);--pm-bg: #f8fafa;--pm-white: #ffffff;--pm-border: rgba(25, 24, 37, .1);--pm-radius: 16px;--pm-radius-lg: 28px;--pm-shadow: 0 4px 24px rgba(17, 87, 87, .1);--pm-shadow-lg: 0 12px 40px rgba(17, 87, 87, .18);--nav-h: 80px;--section-pad: clamp(60px, 8vw, 100px)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:Poppins,sans-serif;color:var(--pm-text);background:var(--pm-bg)}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}.pm-site{overflow-x:hidden}.pm-nav{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--nav-h);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,80px);transition:background .3s,box-shadow .3s}.pm-nav--solid{background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 2px 20px #11575714}.pm-nav__logo{height:60px;width:auto;object-fit:contain}.pm-nav__links{display:flex;align-items:center;gap:40px}.pm-nav__link{font-family:Montserrat,sans-serif;font-weight:500;font-size:1rem;color:#191825bf;transition:color .2s}.pm-nav__link:hover{color:var(--pm-teal)}.pm-btn{display:inline-flex;align-items:center;justify-content:center;font-family:Montserrat,sans-serif;font-weight:700;font-size:1rem;padding:12px 28px;border-radius:13px;transition:all .2s;cursor:pointer}.pm-btn--cta{background:var(--pm-teal);color:#fff;box-shadow:0 4px 16px #11575740}.pm-btn--cta:hover{background:var(--pm-teal-dark);transform:translateY(-2px);box-shadow:0 8px 24px #11575759}.pm-btn--cta:active{transform:translateY(0)}.pm-btn--lg{font-size:1.1rem;padding:14px 36px}.pm-btn--outline{background:transparent;color:var(--pm-teal);border:2px solid var(--pm-teal)}.pm-btn--outline:hover{background:var(--pm-teal-light)}.pm-label{display:block;font-family:Poppins,sans-serif;font-weight:600;font-size:.875rem;letter-spacing:.06em;color:var(--pm-teal);text-transform:uppercase;margin-bottom:10px}.pm-section-title{font-family:Poppins,sans-serif;font-weight:800;font-size:clamp(2rem,3.5vw,2.8rem);line-height:1.2;color:var(--pm-navy);margin-bottom:14px}.pm-section-title--dark{color:var(--pm-dark)}.pm-section-sub{color:var(--pm-muted);font-size:1rem;line-height:1.6}.pm-hero{min-height:100vh;padding-top:calc(var(--nav-h) + 40px);padding-bottom:80px;padding-left:clamp(20px,7vw,120px);padding-right:clamp(20px,5vw,60px);display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:40px;background:var(--pm-white);position:relative;overflow:hidden}.pm-hero:before{content:"";position:absolute;right:-120px;top:-120px;width:600px;height:600px;background:radial-gradient(circle,rgba(17,87,87,.06) 0%,transparent 70%);pointer-events:none}.pm-hero__text{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.pm-hero__headline{font-family:Montserrat,sans-serif;font-weight:800;line-height:1.1}.pm-hero__black{color:#1a1a2e;font-size:clamp(2.2rem,5.5vw,4rem)}.pm-hero__green{color:var(--pm-teal);font-size:clamp(2.8rem,5.5vw,5rem)}.pm-hero__sub{color:var(--pm-text);font-size:1.05rem;line-height:1.65;max-width:440px}.pm-hero__visual{position:relative;display:flex;align-items:center;justify-content:center}.pm-hero__img{width:100%;max-width:550px;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(17,87,87,.15));animation:heroFloat 5s ease-in-out infinite}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.pm-hero__badge{position:absolute;background:var(--pm-white);border-radius:14px;padding:12px 18px;box-shadow:var(--pm-shadow-lg);display:flex;flex-direction:column;align-items:center;border:1px solid var(--pm-border);animation:badgePop .6s cubic-bezier(.34,1.56,.64,1) forwards}.pm-hero__badge--tl{top:16%;left:-2%}.pm-hero__badge--br{bottom:18%;right:-4%}.pm-hero__badge-num{font-family:Montserrat,sans-serif;font-weight:800;font-size:1.6rem;color:var(--pm-teal)}.pm-hero__badge-lbl{font-size:.75rem;color:var(--pm-muted);font-weight:500}@keyframes badgePop{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.pm-features{padding:var(--section-pad) clamp(20px,7vw,120px);background:var(--pm-bg)}.pm-features__header{text-align:center;margin-bottom:48px}.pm-features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.pm-feature-card{background:var(--pm-white);border-radius:var(--pm-radius-lg);padding:36px 28px;box-shadow:var(--pm-shadow);border:1px solid var(--pm-border);transition:transform .25s,box-shadow .25s}.pm-feature-card:hover{transform:translateY(-6px);box-shadow:var(--pm-shadow-lg)}.pm-feature-card__icon{font-size:2.4rem;margin-bottom:16px}.pm-feature-card__title{font-family:Poppins,sans-serif;font-weight:700;font-size:1.25rem;color:var(--pm-dark);margin-bottom:10px}.pm-feature-card__desc{font-size:.95rem;color:var(--pm-muted);line-height:1.65}.pm-about{padding:var(--section-pad) clamp(20px,7vw,120px);background:var(--pm-white);display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.pm-about__visual{position:relative}.pm-about__img{width:600px;border-radius:var(--pm-radius-lg);object-fit:cover;box-shadow:var(--pm-shadow-lg)}.pm-about__content{display:flex;flex-direction:column;gap:20px}.pm-about__body{color:var(--pm-text);line-height:1.7;font-size:1rem}.pm-stats{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:8px}.pm-stat{background:var(--pm-bg);border-radius:var(--pm-radius);padding:24px 20px;border:1px solid var(--pm-border);display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;transition:background .2s,box-shadow .2s}.pm-stat:hover{background:var(--pm-teal-light);box-shadow:var(--pm-shadow)}.pm-stat__val{font-family:Poppins,sans-serif;font-weight:700;font-size:2rem;color:var(--pm-teal)}.pm-stat__lbl{font-size:.85rem;color:var(--pm-text);font-weight:500}.pm-destinations{padding:var(--section-pad) clamp(20px,7vw,120px);background:var(--pm-bg)}.pm-destinations__header{margin-bottom:48px}.pm-dest-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.pm-dest-card{background:var(--pm-white);border-radius:var(--pm-radius-lg);overflow:hidden;box-shadow:var(--pm-shadow);border:2px solid transparent;transition:transform .25s,box-shadow .25s,border-color .25s;cursor:pointer}.pm-dest-card--active{border-color:var(--dest-color, var(--pm-teal))}.pm-dest-card:hover{transform:translateY(-6px);box-shadow:var(--pm-shadow-lg)}.pm-dest-card__img-wrap{position:relative;height:220px;overflow:hidden}.pm-dest-card__img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.pm-dest-card:hover .pm-dest-card__img{transform:scale(1.05)}.pm-dest-card__tag{position:absolute;top:14px;left:14px;background:var(--pm-teal);color:#fff;padding:5px 12px;border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.04em}.pm-dest-card__body{padding:24px;display:flex;flex-direction:column;gap:10px}.pm-dest-card__name{font-family:Poppins,sans-serif;font-weight:700;font-size:1.25rem;color:var(--pm-dark)}.pm-dest-card__desc{font-size:.9rem;color:var(--pm-muted);line-height:1.6}.pm-dest-card__cta{align-self:flex-start;margin-top:6px;font-size:.875rem;padding:8px 20px}.pm-cta{position:relative;overflow:hidden;margin:0 clamp(16px,5vw,80px) 60px;padding:70px 40px;background:var(--pm-navy);border-radius:var(--pm-radius-lg);text-align:center}.pm-cta__deco{position:absolute;top:0;bottom:0;width:clamp(140px,18vw,240px);background:var(--pm-teal)}.pm-cta__deco--left{left:0;border-radius:var(--pm-radius-lg) 0 0 var(--pm-radius-lg)}.pm-cta__deco--right{right:0;border-radius:0 var(--pm-radius-lg) var(--pm-radius-lg) 0}.pm-cta__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:16px}.pm-cta__title{font-family:Poppins,sans-serif;font-weight:700;font-size:clamp(1.6rem,3vw,2.4rem);color:#fff;line-height:1.2}.pm-cta__sub{color:#ffffffbf;font-size:1rem;max-width:480px;line-height:1.6}.pm-cta__btn{margin-top:6px;background:var(--pm-teal)}.pm-footer{background:var(--pm-white);border-top:1px solid var(--pm-border);padding:30px clamp(10px,8vw,120px) 20px}.pm-footer__top{display:flex;justify-content:space-between;align-items:stretch;gap:30px;margin-bottom:20px;flex-wrap:wrap}.pm-footer__logo{height:80px;width:auto;margin-bottom:12px}.pm-footer__tagline{font-size:.9rem;color:var(--pm-muted);margin-bottom:16px}.pm-footer__socials{display:flex;gap:12px}.pm-footer__social{width:36px;height:36px;background:var(--pm-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:var(--pm-teal);border:1px solid var(--pm-border);transition:background .2s}.pm-footer__social:hover{background:var(--pm-teal-light)}.pm-footer__contact-title{font-weight:700;font-size:1rem;color:var(--pm-dark);margin-bottom:12px}.pm-footer__contact p{font-size:.9rem;color:#6f6c90;margin-bottom:6px}.pm-footer__bottom{border-top:1px solid var(--pm-border);padding-top:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;font-size:.875rem;color:#6f6c90}.pm-footer__bottom a{color:#4a3aff}.pm-footer__bottom a:hover{text-decoration:underline}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:pmFadeIn .25s ease}.modal-content{position:relative;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;background:var(--pm-white);border-radius:var(--pm-radius-lg);box-shadow:0 30px 60px #00000040;padding:12px;animation:pmSlideUp .3s cubic-bezier(.34,1.4,.64,1)}.modal-close-btn{position:absolute;top:14px;right:14px;width:34px;height:34px;border-radius:50%;background:var(--pm-bg);border:1px solid var(--pm-border);font-size:1rem;color:var(--pm-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .15s}.modal-close-btn:hover{background:var(--pm-teal);color:#fff;border-color:var(--pm-teal)}@keyframes pmFadeIn{0%{opacity:0}to{opacity:1}}@keyframes pmSlideUp{0%{opacity:0;transform:translateY(30px) scale(.96)}to{opacity:1;transform:none}}@media (max-width: 900px){.pm-hero{grid-template-columns:1fr;text-align:center;padding-top:calc(var(--nav-h) + 20px)}.pm-hero__text{align-items:center}.pm-hero__visual{order:-1;max-width:420px;margin:0 auto}.pm-hero__badge--tl{top:5%;left:0}.pm-hero__badge--br{bottom:5%;right:0}.pm-about{grid-template-columns:1fr}.pm-about__visual{max-width:100px;margin:0 auto}}@media (max-width: 640px){:root{--nav-h: 68px;--section-pad: 48px}.pm-nav__logo{height:40px}.pm-hero__headline{font-size:2.2rem}.pm-hero__badge{padding:8px 12px}.pm-hero__badge-num{font-size:1.2rem}.pm-stats{grid-template-columns:1fr 1fr}.pm-cta{margin:0 12px 40px;padding:50px 20px}.pm-cta__deco{width:60px}.pm-footer__top{flex-direction:column;align-items:center;text-align:center}.pm-footer__socials{justify-content:center}.pm-footer__bottom{flex-direction:column;justify-content:center;text-align:center;gap:15px}}:root{--color-primary: #115757;--color-primary-dark: #0d4545;--color-primary-light: #e1f5f5;--color-secondary: #10b981;--color-secondary-dark: #059669;--color-background: #f8fafa;--color-surface: #ffffff;--color-text-primary: #1f2937;--color-text-secondary: #6b7280;--color-border: #e5e7eb;--color-error: #ef4444;--color-success: #10b981;--color-warning: #f59e0b;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--font-family: "Poppins", sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--transition-fast: .15s ease-in-out;--transition-base: .2s ease-in-out;--transition-slow: .3s ease-in-out}@media (max-width: 768px){.pm-location-left{text-align:center;display:flex;flex-direction:column;align-items:center}.pm-location-left .pm-location-quote{border-left:none!important;padding-left:0!important;border-bottom:3px solid #115757;padding-bottom:15px}}
