:root{--blue:#0098e9;--navy:#102d47;--ink:#18334a;--muted:#637586;--pale:#f2f8fc;--line:#dfE8ef}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:15px;line-height:1.7;padding-bottom:79px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Manrope,Arial,sans-serif;line-height:1.2}h2{font-size:42px;letter-spacing:-1.7px;font-weight:800}h3{font-size:22px;letter-spacing:-.6px}p{color:var(--muted)}.wrap{width:min(1200px,calc(100% - 80px));margin:auto}.topbar{background:#edf7fd;font-size:12px;padding:9px 0}.topbar .wrap{display:flex;justify-content:space-between}.topbar strong{margin-left:7px}header{background:var(--blue);position:sticky;top:0;z-index:20}.navigation{display:flex;justify-content:space-between;align-items:center;height:94px}.logo{width:250px;height:auto}nav{display:flex;align-items:center;gap:30px;color:#fff;font-size:13px;font-weight:600}nav>a:not(.button){padding:10px 0}nav>a:hover{text-decoration:underline}.button{background:var(--blue);color:white;display:inline-flex;align-items:center;justify-content:center;gap:34px;padding:16px 24px;border:0;border-radius:5px;font-size:14px;font-weight:700;line-height:1.5;transition:background .2s,transform .2s}.button:hover{background:#007abe;transform:translateY(-2px)}.button span{font-size:21px}.button.white{background:white;color:#0874b2}.button.small{padding:11px 18px}.menu-toggle{display:none}.hero{position:relative;min-height:620px;background:#112f46;color:white;overflow:hidden}.hero-images,.slide{position:absolute;inset:0;width:100%;height:100%}.slide{object-fit:cover;object-position:center;opacity:0;transition:opacity .7s}.slide.active{opacity:1}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,29,48,.96) 0%,rgba(6,29,48,.85) 31%,rgba(6,29,48,.25) 67%,rgba(6,29,48,.03) 100%)}.hero-content{position:relative;z-index:2;padding-top:68px;padding-bottom:85px}.eyebrow{color:#007cbf;font-size:11px;font-weight:800;letter-spacing:2px;margin-bottom:18px;display:flex;align-items:center;gap:10px}.eyebrow.light{color:#b7e5ff}.eyebrow.light>span{height:7px;width:7px;background:#31b9ff;border-radius:50%}h1{font-size:62px;letter-spacing:-2.6px;line-height:1.09;font-weight:800;max-width:650px}h1 em{font-style:normal;color:#4fc3ff}.hero-content>p{max-width:445px;color:#d1dfe8;font-size:15px;margin-top:24px;line-height:1.8}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:28px}.hero-call{display:flex;align-items:center;gap:12px;font-weight:700;line-height:1.5;font-size:19px}.hero-call small{display:block;font-size:9px;letter-spacing:1.3px;color:#c8d9e6}.round{border:1px solid #71818e;width:43px;height:43px;display:grid;place-items:center;border-radius:50%}.hero-note{font-size:11px;color:#c6d8e5;margin-top:25px}.hero-note>span{margin:0 12px}.slider-bottom{position:absolute;bottom:22px;left:0;right:0;z-index:3;display:flex;justify-content:space-between;align-items:center}.slide-number{font-size:11px;letter-spacing:2px;color:#b3c1cd}.slide-number b{color:white;font-size:16px}.slider-controls{display:flex;align-items:center;gap:10px}.slider-controls button{color:white;border:1px solid #ffffff60;border-radius:50%;background:#102d4730;width:32px;height:32px;display:grid;place-items:center}.slider-controls .dot{width:7px;height:7px;padding:0;border:0;background:#ffffff70}.slider-controls .dot.selected{background:#4fc3ff;width:22px;border-radius:10px}.trust-strip{border-bottom:1px solid var(--line);background:white}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);padding:27px 0}.trust-grid>div{display:flex;align-items:center;justify-content:center;gap:18px;border-right:1px solid var(--line)}.trust-grid>div:last-child{border:0}.trust-grid strong,.trust-grid small{display:block}.trust-grid strong{font-size:14px;color:var(--ink)}.trust-grid small{font-size:12px}.line-icon{font-size:28px;color:#008dd6}.section{padding:86px 0}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:35px;margin-bottom:36px}.section-heading>p{font-size:14px;max-width:390px;padding-bottom:3px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card{border:1px solid var(--line);border-radius:9px;overflow:hidden;background:white;transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-5px);box-shadow:0 12px 36px #14395612}.card-image{position:relative;height:210px;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover}.tag{position:absolute;left:18px;top:18px;background:white;color:#0075b7;font-weight:700;letter-spacing:1px;font-size:9px;padding:5px 10px;border-radius:3px}.card-body{padding:27px}.service-no{font-size:9px;letter-spacing:1.5px;color:#007ebc;font-weight:700}.card-body h3{font-size:21px;margin:10px 0 14px}.card-body p{font-size:13px;min-height:66px}.card-body ul{list-style:none;padding:0;margin:19px 0 24px;font-size:12px;color:#53697c}.card-body li{margin:7px 0}.card-body li:before{content:'✓';color:var(--blue);margin-right:9px}.card-body>a{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:18px;font-size:12px;font-weight:700;color:#007ab8}.brands{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-top:54px}.brands>span{font-size:10px;line-height:1.6;color:var(--muted)}.brands>span strong{font-size:13px;color:var(--ink)}.brands>b{font-family:Arial,sans-serif;font-size:23px;color:#596c7f;letter-spacing:-1px}.brands .lg{font-size:30px}.brands .ifb{font-style:italic}.brand-note{text-align:right;font-size:9px;margin-top:16px}.about{background:var(--pale)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-photo{position:relative;align-self:stretch;min-height:470px}.about-photo>img{width:100%;height:100%;object-fit:cover;border-radius:8px;position:absolute}.photo-label{position:absolute;bottom:25px;left:25px;right:25px;background:#fffef9ef;padding:24px 28px;border-left:4px solid var(--blue);border-radius:4px}.photo-label>span{font-size:9px;letter-spacing:1.5px;color:#007ebc;font-weight:700}.photo-label strong{display:block;font-family:Manrope,Arial,sans-serif;font-size:23px;line-height:1.4;margin-top:6px}.about-copy>p{font-size:13px;margin-top:20px}.about-benefits{display:grid;grid-template-columns:1fr 1fr;font-size:11px;gap:12px;margin:24px 0 29px}.about-copy .button{font-size:12px}.center{text-align:center}.center .eyebrow{justify-content:center}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:55px;margin-top:43px}.process-grid article{position:relative;padding-left:58px}.process-grid article>span{position:absolute;left:0;top:0;color:#0087ce;background:#eaf7ff;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:700}.process-grid h3{font-size:18px;margin:7px 0 12px}.process-grid p{font-size:13px}.gallery-section{background:#f7fafc;padding-top:65px;padding-bottom:65px}.gallery-section h2{font-size:34px}.text-link{color:#007cbf;font-size:12px;font-weight:700;white-space:nowrap}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery figure{margin:0;border-radius:6px;overflow:hidden;background:#e5edf3}.gallery img{width:100%;height:225px;object-fit:cover;transition:transform .3s}.gallery figure:hover img{transform:scale(1.04)}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:center}.contact h2{margin-bottom:27px}.contact h3{font-size:17px;margin-bottom:12px}.contact p{font-size:13px}.contact-phone{display:block;font-weight:700;font-size:18px;margin:18px 0 9px}.directions{display:inline-block}.contact iframe{width:100%;border-radius:8px;background:#edf3f7}footer{background:#0a243a;color:#d3e1eb}.footer-main{display:flex;justify-content:space-between;align-items:center;padding-top:40px;padding-bottom:35px}.footer-name{font-family:Georgia,serif;font-size:27px;line-height:1.2}.footer-name span{display:block;font-family:Arial,sans-serif;font-size:9px;letter-spacing:5px;margin-top:5px}.footer-main p{font-size:11px;color:#a6bccb;margin-top:12px}.footer-links{display:flex;gap:29px;font-size:12px}.copyright{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #ffffff1a;padding-top:19px;padding-bottom:19px;font-size:10px}.copyright p{color:#a8bdcd}.copyright p a{color:white}.fixed-contact{position:fixed;bottom:0;left:0;right:0;z-index:30;background:#fff;border-top:1px solid var(--line);box-shadow:0 -4px 22px #102d470a;padding:12px 0;padding-bottom:max(12px,env(safe-area-inset-bottom))}.fixed-contact>.wrap{display:flex;justify-content:space-between;align-items:center}.fixed-contact p{font-size:12px}.fixed-contact p strong{color:var(--ink);margin-right:6px}.fixed-contact .wrap>div{display:flex;gap:12px}.fixed-contact a{display:flex;align-items:center;justify-content:center;gap:8px;border-radius:5px;font-size:13px;font-weight:700;padding:12px 24px;min-height:48px}.fixed-call{background:#eaf6fe;color:#007bb9}.fixed-whatsapp{background:#168747;color:white}.fixed-whatsapp:hover{background:#116e38}.fixed-whatsapp svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7}.skip{position:fixed;left:15px;top:-100px;z-index:99;background:#fff;padding:12px}.skip:focus{top:10px}:focus-visible{outline:3px solid #f0b542;outline-offset:4px}
@media(min-width:1600px){.hero{min-height:690px}.hero-content{padding-top:95px}}
@media(max-width:1100px){.wrap{width:calc(100% - 48px)}nav{gap:19px}.logo{width:215px}.about-grid,.booking-grid{gap:40px}.card-body{padding:22px}.card-body h3{font-size:19px}.brands>b{font-size:20px}}
@media(max-width:800px){html{scroll-padding-top:85px}.navigation{height:78px}.logo{width:210px}.menu-toggle{display:block;background:none;color:white;border:1px solid #ffffff66;border-radius:4px;width:42px;height:42px;font-size:23px}nav{display:none;position:absolute;top:78px;left:0;right:0;background:#008ad4;padding:22px 24px;box-shadow:0 10px 15px #102d4720}nav.open{display:flex;flex-direction:column;align-items:stretch;gap:8px}.topbar .wrap>span{font-size:10px}.topbar .wrap>a{font-size:10px}.hero{min-height:590px}h1{font-size:54px}.hero:after{background:linear-gradient(90deg,#061d30eb,#061d30b0 60%,#061d3033)}.trust-grid{gap:15px}.trust-grid>div{gap:9px;justify-content:flex-start}.trust-grid strong{font-size:11px}.trust-grid small{font-size:10px}.line-icon{font-size:23px}.section{padding:60px 0}h2{font-size:34px}.service-grid{gap:15px}.card-image{height:155px}.card-body{padding:17px}.card-body h3{font-size:17px;min-height:41px}.card-body p{font-size:12px;min-height:100px}.card-body ul{font-size:10px;min-height:87px}.card-body>a{font-size:10px}.brands{flex-wrap:wrap;justify-content:center;gap:25px}.brands>span:first-child{width:100%;text-align:center}.brand-note{text-align:center}.about-grid{gap:30px}.about-photo{min-height:500px}.about-benefits{grid-template-columns:1fr}.photo-label{left:15px;right:15px;padding:18px}.photo-label strong{font-size:20px}.process-grid{gap:20px}.process-grid article{padding-left:0;padding-top:52px}.process-grid h3{font-size:16px}.gallery img{height:170px}.booking-grid{gap:28px;grid-template-columns:.85fr 1.15fr}.booking-copy h2{font-size:34px}form{padding:25px}.form-row{grid-template-columns:1fr;gap:0}.contact-grid{gap:30px}.fixed-contact p{display:none}.fixed-contact>.wrap{justify-content:center}.fixed-contact .wrap>div{width:100%;justify-content:center}.fixed-contact a{flex:1}.footer-links{gap:18px}}
@media(max-width:560px){.wrap{width:calc(100% - 36px)}.topbar .wrap{justify-content:center}.topbar .wrap>span{font-size:10px}.topbar .wrap>a{display:none}.hero{min-height:605px}.hero-content{padding-top:52px;padding-bottom:85px}.hero .slide{object-position:58% center}.hero:after{background:linear-gradient(90deg,#061d30ed,#061d30a1)}h1{font-size:45px;letter-spacing:-1.8px}.eyebrow{font-size:9px;letter-spacing:1.5px}.hero-content>p{font-size:13px;max-width:330px}.hero-actions{gap:16px;flex-wrap:wrap}.hero-actions .button{padding:14px 17px;font-size:12px;gap:22px}.hero-call{font-size:16px;gap:8px}.hero-call small{font-size:8px}.round{width:34px;height:34px}.hero-note{font-size:10px}.hero-note>span{margin:0 6px}.trust-grid{grid-template-columns:1fr;padding:18px 0;gap:14px}.trust-grid>div{border:0;gap:15px}.trust-grid p{display:flex;flex-wrap:wrap;column-gap:10px;align-items:center}.trust-grid strong{font-size:12px}.trust-grid small{font-size:10px}.line-icon{width:25px;text-align:center}.section{padding:52px 0}.section-heading{display:block;margin-bottom:27px}.section-heading>p{margin-top:18px;font-size:13px}.section-heading .text-link{display:inline-block;margin-top:16px}h2{font-size:33px;letter-spacing:-1.2px}.service-grid{grid-template-columns:1fr;gap:24px}.card-image{height:215px}.card-body{padding:24px}.card-body h3{font-size:23px;min-height:0}.card-body p{font-size:13px;min-height:0}.card-body ul{font-size:12px;min-height:0}.card-body>a{font-size:12px}.brands{margin-top:35px;gap:20px}.brands>b{font-size:19px}.about-grid,.booking-grid,.contact-grid{grid-template-columns:1fr;gap:33px}.about-photo{min-height:355px}.about-copy h2 br:nth-child(2){display:none}.about-benefits{grid-template-columns:1fr 1fr;font-size:10px;gap:10px}.process-grid{grid-template-columns:1fr;gap:29px;margin-top:30px}.process-grid article{padding-top:0;padding-left:62px}.process-grid h3{font-size:18px;margin-top:4px}.process-grid p{font-size:12px}.gallery-section h2{font-size:30px}.gallery{grid-template-columns:1fr 1fr;gap:12px}.gallery img{height:145px}.booking-copy h2{font-size:35px}.booking-types{margin-top:23px}.booking-phone{font-size:28px}form{padding:25px 20px}.form-row{grid-template-columns:1fr}input,select,textarea{font-size:16px}label{font-size:12px}.contact iframe{height:310px}.footer-main{align-items:flex-start;gap:25px}.footer-links{display:grid;grid-template-columns:1fr;gap:8px;font-size:11px}.footer-main p{max-width:170px}.copyright{display:block;text-align:center;font-size:9px}.copyright>a{display:block;margin-top:8px}.fixed-contact{padding-top:9px;padding-bottom:max(9px,env(safe-area-inset-bottom))}.fixed-contact>.wrap{width:calc(100% - 24px)}.fixed-contact .wrap>div{gap:9px}.fixed-contact a{font-size:13px;padding:10px 13px;min-height:46px}.fixed-number{display:none}body{padding-bottom:calc(65px + env(safe-area-inset-bottom))}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* Direct enquiries and campaign landing-page clarity. */
h1{font-size:clamp(32px,4.2vw,58px);max-width:760px}.hero-note{max-width:480px;font-size:12px;color:#fff}.hero-content>p{max-width:480px}.brand-note{font-size:12px;line-height:1.7;text-align:left;margin-top:22px;color:#52677a}.card-body h3{min-height:52px}.gallery-note{font-size:12px;margin:-15px 0 20px}.direct-contact{background:#102f49;color:white}.direct-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:center}.direct-grid p{color:#d0dfeb;font-size:14px;margin-top:22px;max-width:540px}.direct-actions{display:grid;gap:14px}.direct-actions p{font-size:12px;margin-top:0}.whatsapp-button{background:#168747}.whatsapp-button:hover{background:#116e38}.information{background:var(--pale)}.information-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px 50px;margin-top:30px}.information h3{font-size:20px;margin-bottom:14px}.information p{font-size:13px;margin-top:12px}.information p a{color:#006da6;text-decoration:underline}.footer-links{flex-wrap:wrap;justify-content:flex-end;max-width:590px}section[id],article[id]{scroll-margin-top:110px}.brands>b{font-size:21px}.hero{min-height:640px}
@media(max-width:800px){.direct-grid{gap:35px}.footer-links{max-width:370px}.hero-content{padding-bottom:95px}}
@media(max-width:560px){.direct-grid,.information-grid{grid-template-columns:1fr;gap:28px}.hero{min-height:640px}h1{font-size:clamp(29px,8.3vw,44px);letter-spacing:-1.2px}.hero-note{font-size:11px;line-height:1.7}.card-body h3{min-height:0}.footer-links{max-width:130px}.brand-note{font-size:11px}.gallery-note{margin-top:0}.information h3{font-size:19px}.direct-grid h2{font-size:34px}}
