:root{--navy:#0d1b3d;--navy-2:#13244f;--gold:#c99a3b;--paper:#f6f4ee;--ink:#1b1f2a;--muted:#6b7180;--line:#e4e1d6;--green:#25b356}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;font-family:Segoe UI,Arial,sans-serif}.topbar{background:var(--navy);color:#dfe4f0;font-size:14px}.topbar-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px;max-width:1180px;margin:0 auto;padding:9px 24px;display:flex}.topbar-name{letter-spacing:.2px;color:#fff;font-weight:600}.topbar-contact{flex-wrap:wrap;gap:22px;display:flex}.topbar-contact span{color:#c7cee3;align-items:center;gap:6px;display:inline-flex}header{background:var(--navy-2);border-bottom:1px solid #ffffff14}.header-inner{justify-content:space-between;align-items:center;max-width:1180px;margin:0 auto;padding:16px 24px;display:flex}.brand{align-items:center;gap:12px;display:flex}.brand-mark{background:radial-gradient(circle at 35% 30%, var(--gold), #8a641f);color:#0d1b3d;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:15px;font-weight:700;display:flex}.brand-text .brand-title{color:#fff;font-size:17px;font-weight:700;line-height:1.15}.brand-text .brand-sub{color:#9aa4c2;letter-spacing:.3px;margin-top:3px;font-size:12px}nav ul{gap:28px;list-style:none;display:flex}nav a{color:#c7cee3;font-size:14.5px;text-decoration:none;transition:color .2s}nav a:hover{color:#fff}.hero-panels{background:#f3f4f6;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;width:100%;display:grid;position:relative;overflow:hidden}.hero-panel{aspect-ratio:3/4.3;background:#f3f4f6;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.hero-panel img{object-fit:contain;object-position:center;width:100%;height:100%;animation:.8s heroFade;display:block}@keyframes heroFade{0%{opacity:0}to{opacity:1}}.slider-dots{z-index:20;align-items:center;gap:8px;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}@media (max-width:860px){.hero-panels{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-panel img{object-fit:contain;width:100%;height:auto}}@media (max-width:560px){.hero-panels{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-panel img{object-fit:contain;width:100%;height:auto}}@media (max-width:400px){.hero-panels{grid-template-columns:1fr 1fr}}.slider-dots button{cursor:pointer;background:#00000040;border:2px solid #fff;border-radius:50%;width:9px;height:9px;padding:0;transition:all .25s;box-shadow:0 1px 4px #0000004d}.slider-dots button.active{background:#fff;width:11px;height:11px}.services-section{max-width:1180px;margin:0 auto;padding:56px 24px 72px}.services-head{text-align:center;margin-bottom:30px}.services-head h2{color:var(--ink);font-size:28px;font-weight:700}.services-head p{color:var(--muted);margin-top:6px;font-size:15px}.search-wrap{max-width:560px;margin:26px auto 40px;position:relative}.search-wrap input{border:1px solid var(--line);background:#fff;border-radius:10px;outline:none;width:100%;padding:13px 18px 13px 44px;font-size:14.5px;transition:border-color .2s}.search-wrap input:focus{border-color:var(--gold)}.search-icon{color:var(--muted);font-size:15px;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.card-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.service-card{border:1px solid var(--line);background:#fff;border-radius:12px;padding:26px;transition:border-color .15s,transform .15s,box-shadow .15s}.service-card:hover{border-color:var(--gold);transform:translateY(-2px);box-shadow:0 8px 25px #0000000f}.service-icon{background:#eef1fb;border-radius:10px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:16px;font-size:24px;display:flex}.service-card h3{margin-bottom:8px;font-size:17px}.service-card p{color:var(--muted);margin-bottom:18px;font-size:14px;line-height:1.5}.card-actions{align-items:center;gap:16px;display:flex}.more-link{color:var(--navy-2);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-size:14px;font-weight:600;display:inline-flex}.more-link:hover{color:var(--gold)}.book-link{color:var(--green);align-items:center;gap:6px;margin-left:auto;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.book-link:hover{color:#1f9847}.no-results{text-align:center;color:var(--muted);padding:30px 0}.overlay{z-index:100;background:#0d11218c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:14px;width:100%;max-width:480px;max-height:86vh;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000040}.modal-main{max-height:86vh;padding:28px;overflow-y:auto}.modal-icon{background:#eef1fb;border-radius:12px;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:15px;font-size:28px;display:flex}.modal-main h3{margin-bottom:4px;font-size:20px}.modal-main .modal-sub{color:var(--muted);margin-bottom:18px;font-size:13.5px}.modal-main h4{text-transform:uppercase;letter-spacing:.4px;color:var(--muted);margin:18px 0 10px;font-size:13px}.modal-main ul{margin-bottom:22px;list-style:none}.modal-main ul li{border-bottom:1px dashed var(--line);gap:10px;padding:7px 0;font-size:14.5px;display:flex}.modal-main ul li:before{content:"";background:var(--gold);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:7px}.book-btn{background:var(--green);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:13px 16px;font-size:14.5px;font-weight:600;text-decoration:none;display:flex}.book-btn:hover{background:#1f9847}.close-btn{width:34px;height:34px;color:var(--muted);cursor:pointer;z-index:5;background:#ffffffe6;border:none;border-radius:50%;font-size:22px;line-height:1;position:absolute;top:12px;right:15px}.close-btn:hover{color:var(--ink);background:#f2f2f2}@media (max-width:860px){.card-grid{grid-template-columns:repeat(2,1fr)}.hero-panels{height:360px}}@media (max-width:760px){.topbar-inner{text-align:center;justify-content:center}.topbar-contact{justify-content:center;gap:10px;font-size:12px}.header-inner{flex-direction:column;gap:15px;padding:14px 18px}nav ul{flex-wrap:wrap;justify-content:center;gap:18px}nav a{font-size:13px}.hero-panels{grid-template-columns:repeat(2,1fr);height:320px}.services-section{padding:42px 18px 60px}}@media (max-width:560px){.topbar-name{font-size:12px}.brand-title{font-size:16px!important}.hero-panels{grid-template-columns:repeat(2,1fr);height:260px}.card-grid{grid-template-columns:1fr}.services-head h2{font-size:25px}.services-head p{font-size:13px}.search-wrap{margin-bottom:28px}.slider-dots{gap:7px;bottom:8px}.slider-dots button{width:8px;height:8px}.slider-dots button.active{width:10px;height:10px}}@media (max-width:400px){nav ul{gap:12px}nav a{font-size:12px}.hero-panels{height:220px}.topbar-contact{flex-direction:column}}.csc-modal-overlay{-webkit-backdrop-filter:blur(4px);z-index:200000!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;background:#070d1ead!important;justify-content:center!important;align-items:center!important;width:100vw!important;height:100vh!important;padding:20px!important;display:flex!important;position:fixed!important;inset:0!important}.csc-modal-box{animation:.25s ease-out both cscModalIn;z-index:200001!important;opacity:1!important;visibility:visible!important;background:#fff!important;border:1px solid #e4e1d6!important;border-radius:18px!important;width:min(500px,100%)!important;max-height:calc(100vh - 40px)!important;position:relative!important;overflow:hidden!important;transform:translateY(0)scale(1)!important;box-shadow:0 30px 90px #00000059!important}@keyframes cscModalIn{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.csc-modal-content{max-height:calc(100vh - 40px);padding:30px;position:relative;overflow-y:auto}.csc-modal-close{transition:background .2s,color .2s,transform .2s;color:#555!important;cursor:pointer!important;z-index:10!important;background:#f1f2f5!important;border:0!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:36px!important;height:36px!important;font-size:24px!important;line-height:1!important;display:flex!important;position:absolute!important;top:14px!important;right:14px!important}.csc-modal-close:hover{transform:rotate(90deg);color:#fff!important;background:#0d1b3d!important}.csc-modal-icon{background:#eef1fb;border-radius:14px;justify-content:center;align-items:center;width:62px;height:62px;margin-bottom:16px;font-size:30px;display:flex}.csc-modal-content h3{color:#1b1f2a!important;margin:0 45px 7px 0!important;font-size:22px!important;font-weight:700!important}.csc-modal-description{color:#6b7180!important;margin:0 0 18px!important;font-size:14px!important;line-height:1.55!important}.csc-modal-fee{background:#f6f4ee;border:1px solid #e4e1d6;border-radius:10px;justify-content:space-between;align-items:center;gap:15px;margin-bottom:22px;padding:13px 15px;display:flex}.csc-modal-fee span{color:#6b7180;font-size:13px}.csc-modal-fee strong{color:#0d1b3d;font-size:14px}.csc-modal-content h4{text-transform:uppercase;letter-spacing:.5px;color:#1b1f2a!important;margin:0 0 11px!important;font-size:13px!important;font-weight:700!important}.csc-modal-list{margin:0 0 22px!important;padding:0!important;list-style:none!important}.csc-modal-list li{color:#333946;border-bottom:1px dashed #e4e1d6;align-items:flex-start;gap:10px;padding:9px 0;font-size:14px;line-height:1.45;display:flex}.csc-modal-list li:last-child{border-bottom:none}.csc-check{color:#25b356;background:#25b3561f;border-radius:50%;justify-content:center;align-items:center;width:20px;min-width:20px;height:20px;font-size:12px;font-weight:700;display:flex}.csc-modal-book{background:#25b356;border-radius:9px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:48px;padding:13px 18px;font-size:14px;font-weight:700;transition:background .2s,transform .2s,box-shadow .2s;display:flex;color:#fff!important;text-decoration:none!important}.csc-modal-book:hover{background:#1f9847;transform:translateY(-1px);box-shadow:0 8px 20px #25b35638;color:#fff!important}@media (max-width:560px){.csc-modal-overlay{padding:12px!important}.csc-modal-box{border-radius:15px!important;width:100%!important;max-height:calc(100vh - 24px)!important}.csc-modal-content{padding:24px 20px 20px}.csc-modal-content h3{font-size:19px!important}.csc-modal-description{font-size:13px!important}.csc-modal-list li{font-size:13px}}.hero-single{width:100%;height:550px;line-height:0;overflow:hidden}.hero-single-image{object-fit:cover;object-position:center;width:100%;height:100%;display:block}@media (max-width:768px){.hero-single{height:220px}}.hero-single{width:100%!important;height:410px!important;margin:0!important;padding:0!important;line-height:0!important;overflow:hidden!important}.hero-single-image{object-fit:cover!important;object-position:center!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;display:block!important}
