.announcement-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000}.announcement-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);backdrop-filter:blur(2px)}.announcement-modal-content{position:relative;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;padding:40px;max-width:600px;width:90%;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.3);z-index:10001}.announcement-modal-close{position:absolute;top:15px;right:20px;background:0 0;border:none;font-size:32px;color:#666;cursor:pointer;line-height:1;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:color .3s}.announcement-modal-close:hover{color:#296fa1}.announcement-modal-text{font-family:"Montserrat Alternates",sans-serif;font-size:16px;line-height:1.6;color:#333}.announcement-modal-text p{margin:0 0 15px}.announcement-modal-text p:last-child{margin-bottom:0}.announcement-modal-text strong{color:#296fa1;font-weight:700}@media (max-width:768px){.announcement-modal-content{padding:30px 20px;max-width:95%}.announcement-modal-text{font-size:14px}.announcement-modal-close{top:10px;right:15px;font-size:28px}}.pt-landing{font-family:"Montserrat Alternates",system-ui,sans-serif;color:#333;line-height:1.65;max-width:1140px;margin:0 auto;padding:0 1rem 3rem}.pt-landing *{box-sizing:border-box}.pt-landing h1,.pt-landing h2,.pt-landing h3{color:#296fa1;line-height:1.25;margin:0 0 .75rem}.pt-landing h1{font-size:clamp(1.65rem,4vw,2.35rem)}.pt-landing h2{font-size:clamp(1.35rem,3vw,1.75rem);margin-top:2.5rem;padding-bottom:.4rem;border-bottom:2px solid #296fa1}.pt-landing h3{font-size:1.15rem;margin-top:1.25rem}.pt-landing p{margin:0 0 1rem}.pt-landing a{color:#296fa1;text-decoration:underline}.pt-landing a:hover{color:#1a5276}.pt-landing__hero{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;margin-bottom:2.5rem;padding:2rem 0}.pt-landing__hero-img{border-radius:8px;overflow:hidden;box-shadow:0 4px 24px rgba(41,111,161,.2)}.pt-landing__hero-img img{width:100%;height:auto;display:block;object-fit:cover;min-height:260px}.pt-landing__lead{font-size:1.08rem;color:#444}.pt-landing__badge{display:inline-block;background:#e8f2f8;color:#296fa1;font-size:.8rem;font-weight:700;padding:.35rem .85rem;border-radius:999px;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.04em}.pt-landing__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:1.5rem 0}.pt-landing__card{background:#f8fafc;border:1px solid #dde8f0;border-radius:8px;padding:1.25rem;transition:box-shadow .2s}.pt-landing__card:hover{box-shadow:0 6px 20px rgba(41,111,161,.12)}.pt-landing__card-img{border-radius:6px;overflow:hidden;margin:-1.25rem -1.25rem 1rem;height:160px}.pt-landing__card-img img{width:100%;height:100%;object-fit:cover}.pt-landing__card ul{margin:.5rem 0 0;padding-left:1.2rem}.pt-landing__card li{margin-bottom:.35rem}.pt-landing__split{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start;margin:2rem 0}.pt-landing__split img{width:100%;border-radius:8px;height:auto}.pt-landing__cta{background:linear-gradient(135deg,#1a5276,#296fa1);color:#fff;padding:2rem;border-radius:10px;text-align:center;margin:2.5rem 0}.pt-landing__cta h2{color:#fff;border:none;margin-top:0}.pt-landing__cta p{color:rgba(255,255,255,.95)}.pt-landing__cta a.pt-landing__btn{display:inline-block;background:#fff;color:#296fa1!important;text-decoration:none!important;font-weight:700;padding:.85rem 1.75rem;border-radius:6px;margin:.5rem .35rem;transition:transform .15s,box-shadow .15s}.pt-landing__cta a.pt-landing__btn:hover{transform:translateY(-2px);box-shadow:0 4px 14px rgba(0,0,0,.2);color:#1a5276!important}.pt-landing__cta a.pt-landing__btn--outline{background:0 0;color:#fff!important;border:2px solid #fff}.pt-landing__cta a.pt-landing__btn--outline:hover{background:rgba(255,255,255,.15);color:#fff!important}.pt-landing__info{background:#eef4f9;border-left:4px solid #296fa1;padding:1.25rem 1.5rem;border-radius:0 8px 8px 0;margin:1.5rem 0}.pt-landing__faq{margin-top:2rem}.pt-landing__faq details{background:#fff;border:1px solid #dde8f0;border-radius:6px;margin-bottom:.65rem;padding:0}.pt-landing__faq summary{cursor:pointer;font-weight:700;color:#296fa1;padding:1rem 1.25rem;list-style:none}.pt-landing__faq summary::-webkit-details-marker{display:none}.pt-landing__faq details[open] summary{border-bottom:1px solid #dde8f0}.pt-landing__faq .pt-landing__faq-a{padding:0 1.25rem 1rem;color:#444}.pt-landing__related{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.pt-landing__related a{display:inline-block;background:#e8f2f8;color:#296fa1!important;text-decoration:none!important;padding:.45rem .9rem;border-radius:6px;font-size:.9rem;font-weight:600}.pt-landing__related a:hover{background:#296fa1;color:#fff!important}.pt-landing__hours table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.95rem}.pt-landing__hours td,.pt-landing__hours th{border:1px solid #dde8f0;padding:.6rem .75rem;text-align:left}.pt-landing__hours th{background:#296fa1;color:#fff}@media (max-width:768px){.pt-landing__hero,.pt-landing__split{grid-template-columns:1fr}.pt-landing__hero-img{order:-1}}