:root {
  --navy: #002E5C;
  --navy-deep: #0A1F33;
  --blue: #0057B8;
  --blue-deep: #003D82;
  --yellow: #FFD400;
  --ink: #0A1F33;
  --grey: #55606B;
  --grey-light: #F2F5F8;
  --border: #E5E9ED;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Inter', sans-serif; color: var(--ink); background: #fff; overflow-x: hidden; }
a { color: var(--blue); }
a:hover { color: var(--blue-deep); }
img { max-width: 100%; }
::selection { background: var(--blue); color: #fff; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

.announce { background: var(--navy); text-align: center; padding: 9px 16px; }
.announce span { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 700; font-size: 12px; letter-spacing: 0.03em; }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); display: inline-block; }

header.site { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; padding: 18px 28px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 56px; height: 56px; object-fit: contain; filter: brightness(0); flex-shrink: 0; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text strong { color: var(--ink); font-weight: 900; font-size: 18px; letter-spacing: -0.01em; }
.brand-text span { color: #6B7684; font-size: 11px; font-weight: 600; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.phone-link-desktop { color: var(--blue); font-weight: 900; font-size: 18px; text-decoration: none; white-space: nowrap; display: none; }
.call-btn { background: var(--blue); color: #fff; padding: 12px 22px; border-radius: 6px; text-decoration: none; font-weight: 800; font-size: 14px; white-space: nowrap; }
@media (min-width: 640px) { .phone-link-desktop { display: inline-block; } }

.hero { position: relative; padding: 32px 24px 40px; text-align: center; overflow: hidden; }
.hero-bg-reviews { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; padding: 22px; filter: blur(1px); }
.review-card { background: var(--grey-light); border-radius: 10px; padding: 22px; display: flex; flex-direction: column; gap: 10px; }
.review-card .stars { color: var(--blue); font-size: 17px; letter-spacing: 2px; }
.review-card p { margin: 0; font-size: 13.5px; line-height: 1.55; color: #33404D; }
.review-card .name { font-weight: 800; font-size: 13px; margin-top: auto; }
.hero-overlay { position: absolute; inset: 0; background: rgba(0,46,92,0.78); }
.seagulls { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.gull { fill: none; stroke: rgba(255,255,255,0.55); stroke-width: 1.4; stroke-linecap: round; }
.g1 { transform: translate(40px, 30px) scale(1.4); }
.g2 { transform: translate(310px, 20px) scale(1); }
.g3 { transform: translate(120px, 55px) scale(0.8); }
.g4 { transform: translate(250px, 70px) scale(1.1); }
@media (max-width: 700px) { .g4 { display: none; } }
.hero-inner { position: relative; max-width: 760px; margin: 0 auto; }
.hero-inner h1 { color: #fff; font-size: 40px; line-height: 1.08; font-weight: 900; letter-spacing: -0.02em; margin: 0 0 10px; text-transform: uppercase; }
.hero-inner .lede { color: #fff; font-size: 17px; line-height: 1.4; font-weight: 700; margin: 0 auto 16px; max-width: 520px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px 20px; justify-content: center; margin-bottom: 20px; color: #fff; font-size: 13.5px; font-weight: 700; }
.hero-video { position: relative; aspect-ratio: 16/9; max-width: 560px; margin: 0 auto 20px; border-radius: 10px; overflow: hidden; background: #0F2A44; display: flex; align-items: center; justify-content: center; border: 1px solid #1A6DC4; box-shadow: 0 12px 32px rgba(0,0,0,0.3); }
.hero-video img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.hero-video .tint { position: absolute; inset: 0; background: rgba(0,20,45,0.15); }
.hero-video .label { position: absolute; bottom: 12px; left: 12px; background: rgba(0,46,92,0.85); color: #fff; font-size: 11.5px; font-weight: 700; padding: 5px 10px; border-radius: 4px; }
.play-btn { width: 64px; height: 64px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 20px rgba(0,0,0,0.35); border: none; cursor: pointer; padding: 0; }
.play-btn .tri { width: 0; height: 0; border-left: 19px solid var(--blue); border-top: 11px solid transparent; border-bottom: 11px solid transparent; margin-left: 4px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-bottom: 10px; }
.btn-yellow { background: var(--yellow); color: var(--navy-deep); font-weight: 900; font-size: 17px; padding: 17px 30px; border-radius: 6px; text-decoration: none; text-align: center; border: none; cursor: pointer; }
.btn-outline-white { background: transparent; border: 2px solid #fff; color: #fff; font-weight: 800; font-size: 16px; padding: 15px 28px; border-radius: 6px; text-decoration: none; text-align: center; }
.hero-trust { color: #C9DDF2; font-size: 13.5px; margin: 0; }

.section { padding: 64px 24px; }
.section-inner { max-width: 1280px; margin: 0 auto; }
.section h2 { font-size: 30px; font-weight: 900; letter-spacing: -0.01em; margin: 0 0 8px; text-align: center; text-transform: uppercase; }
.rating-line { text-align: center; color: var(--grey); font-size: 14.5px; font-weight: 600; margin: 0 0 32px; }
.reviews-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-bottom: 32px; }
.reviews-links { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.btn-green { background: #00B67A; color: #fff; font-weight: 800; font-size: 14px; padding: 14px 26px; border-radius: 6px; text-decoration: none; display: none; }
.btn-blue { background: var(--blue); color: #fff; font-weight: 800; font-size: 14px; padding: 14px 26px; border-radius: 6px; text-decoration: none; }
.btn-blue-outline { border: 2px solid var(--blue); color: var(--blue); font-weight: 800; font-size: 14px; padding: 12px 26px; border-radius: 6px; text-decoration: none; }

.trust-strip { background: var(--grey-light); padding: 32px 24px; }
.trust-strip-inner { max-width: 980px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 40px; color: #33404D; font-size: 14px; font-weight: 600; }
.trust-strip-inner span { display: flex; align-items: center; gap: 10px; }
.trust-strip-inner i { font-style: normal; color: var(--blue); font-weight: 900; }
@media (max-width: 640px) { .trust-strip-inner { grid-template-columns: 1fr; gap: 12px; } }

.slogan-tag { display: inline-block; background: var(--yellow); color: var(--navy-deep); font-weight: 900; font-size: 12px; letter-spacing: 0.04em; padding: 6px 14px; border-radius: 20px; margin: 0 0 14px; }
.footer-grid .slogan { color: var(--blue); font-weight: 800; font-size: 11px; letter-spacing: 0.04em; margin-top: 6px; text-transform: uppercase; }
.strike-note { background: var(--grey-light); border-radius: 10px; padding: 18px 20px; margin: 28px 0; font-size: 14.5px; line-height: 1.5; }
.strike-note strong { display: block; margin-bottom: 4px; color: var(--navy); text-transform: uppercase; font-size: 13px; letter-spacing: 0.02em; }
.process { padding: 56px 24px; }
.process h2 { text-align: center; font-size: 26px; font-weight: 900; letter-spacing: -0.01em; margin: 0 0 32px; text-transform: uppercase; }
.process-inner-7 { max-width: 1040px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
@media (max-width: 900px) { .process-inner-7 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .process-inner-7 { grid-template-columns: 1fr; } }
.process-inner-7 .step-num.highlight { background: var(--yellow); color: var(--navy-deep); }
.process-inner { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.step-num { width: 40px; height: 40px; border-radius: 50%; background: var(--blue); color: #fff; font-weight: 900; font-size: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.process h3 { font-size: 18px; font-weight: 800; margin: 0 0 6px; }
.process p { font-size: 14.5px; color: var(--grey); line-height: 1.5; margin: 0; }
.work-link { text-align: center; margin: 32px 0 0; }
.work-link a { color: var(--blue); font-weight: 700; text-decoration: none; font-size: 15px; }
.work-link a:hover { text-decoration: underline; }
.powered-line { color: #C9DDF2; font-size: 13.5px; margin: 8px 0 0; }
.powered-line a { color: #fff; font-weight: 700; text-decoration: underline; }
.credentials-link-wrap { text-align: center; margin-top: 24px; }
.poweredby a { color: #8A96A3; text-decoration: underline; }

.booking { background: var(--navy); padding: 64px 24px; }
.booking-inner { max-width: 640px; margin: 0 auto; }
.booking h2 { color: #fff; font-size: 32px; font-weight: 900; letter-spacing: -0.01em; margin: 0 0 12px; text-align: center; text-transform: uppercase; }
.booking .desc { color: #B9C9D9; font-size: 15px; line-height: 1.5; text-align: center; margin: 0 0 32px; }
.success-box { background: #003D7A; border-radius: 10px; padding: 30px; text-align: center; }
.success-box .tick { font-size: 36px; margin-bottom: 10px; }
.success-box p { color: #fff; font-size: 16px; font-weight: 700; line-height: 1.5; margin: 0; }
form#quote-form { display: flex; flex-direction: column; gap: 12px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
form#quote-form label { color: #B9C9D9; font-size: 12px; font-weight: 700; display: block; margin-bottom: 5px; }
form#quote-form input, form#quote-form textarea { width: 100%; background: #013F72; border: 1px solid #1A5A94; color: #fff; border-radius: 6px; padding: 13px 14px; font-size: 15px; font-family: inherit; }
form#quote-form textarea { resize: vertical; }
form#quote-form button { background: var(--yellow); color: var(--navy-deep); font-weight: 900; font-size: 16px; padding: 17px; border: none; border-radius: 6px; margin-top: 6px; cursor: pointer; }

.final-cta { background: var(--navy-deep); padding: 60px 24px; text-align: center; }
.final-cta-inner { max-width: 620px; margin: 0 auto; }
.final-cta h2 { color: #fff; font-size: 32px; font-weight: 900; letter-spacing: -0.01em; margin: 0 0 12px; text-transform: uppercase; }
.final-cta p { color: #B9C9D9; font-size: 16px; line-height: 1.5; margin: 0 0 28px; }
.final-cta .ctas { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

footer.site { background: #fff; border-top: 1px solid var(--border); padding: 40px 24px 100px; }
.footer-grid { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 32px; color: var(--grey); font-size: 13.5px; }
.footer-grid .brandline { color: var(--ink); font-weight: 900; font-size: 16px; margin-bottom: 4px; }
.footer-grid .poweredby { color: #8A96A3; font-size: 11px; text-transform: uppercase; letter-spacing: 0.04em; }
.footer-grid h4 { color: var(--ink); font-weight: 700; margin: 0 0 6px; }
.footer-grid div div { line-height: 1.6; }
.footer-bottom { max-width: 1080px; margin: 24px auto 0; padding-top: 20px; border-top: 1px solid var(--border); display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items: center; color: var(--grey); font-size: 13px; }
.footer-bottom .links { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; }
.footer-bottom .phone { color: var(--blue); font-weight: 800; text-decoration: none; }
.footer-bottom .email { color: var(--grey); text-decoration: none; }
.footer-bottom .legal a { color: #8A96A3; text-decoration: none; margin-right: 14px; }
.footer-bottom .legal button { background: none; border: none; color: #8A96A3; text-decoration: underline; font-size: 13px; cursor: pointer; padding: 0; font-family: inherit; }

.sticky-mobile { position: fixed; bottom: 0; left: 0; right: 0; display: none; z-index: 200; }
.sticky-mobile .row { display: flex; }
.sticky-mobile a { flex: 1; text-align: center; padding: 15px 0; font-weight: 900; font-size: 15px; text-decoration: none; }
.sticky-mobile .call { background: var(--yellow); color: var(--navy-deep); }
.sticky-mobile .book { background: var(--blue); color: #fff; }

@media (max-width: 860px) {
  .sticky-mobile { display: block; }
  footer.site { padding-bottom: 90px; }
}
@media (max-width: 700px) {
  .footer-grid { grid-template-columns: 1fr; }
  .hero-inner h1 { font-size: 36px; }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .review-card { padding: 12px; gap: 6px; }
  .review-card .stars { font-size: 12px; letter-spacing: 1px; }
  .review-card p { font-size: 11px; line-height: 1.4; }
  .review-card .name { font-size: 10.5px; }
  .review-card:nth-child(n+15) { display: none; }
  .btn-green { display: inline-block; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 1100px) and (min-width: 701px) {
  .reviews-grid { grid-template-columns: repeat(3, 1fr); }
}

.mainnav { background: #fff; border-bottom: 1px solid var(--border); display: flex; gap: 24px; padding: 0 28px; overflow-x: auto; }
.mainnav a { color: var(--ink); text-decoration: none; font-weight: 700; font-size: 14px; padding: 14px 0; white-space: nowrap; border-bottom: 3px solid transparent; }
.mainnav a:hover { color: var(--blue); border-bottom-color: var(--blue); }

.breadcrumbs { max-width: 1080px; margin: 0 auto; font-size: 13px; color: #9FB8D2; }
.breadcrumbs a { color: #9FB8D2; text-decoration: none; }
.breadcrumbs a:hover { color: #fff; text-decoration: underline; }
.breadcrumbs span { margin: 0 6px; }

.page-hero { background: var(--navy); padding: 30px 24px 36px; text-align: center; }
.page-hero h1 { color: #fff; font-size: 30px; font-weight: 900; letter-spacing: -0.01em; margin: 12px 0 8px; text-transform: uppercase; }
.page-hero p { color: #C9DDF2; font-size: 15px; max-width: 640px; margin: 0 auto; }

.content { max-width: 820px; margin: 0 auto; padding: 44px 24px; line-height: 1.7; }
.content h2 { font-size: 22px; font-weight: 900; margin: 32px 0 12px; letter-spacing: -0.01em; }
.content h3 { font-size: 17px; font-weight: 800; margin: 22px 0 8px; }
.content p, .content li { color: #33404D; font-size: 15.5px; }
.content ul { padding-left: 22px; }
.content img { border-radius: 10px; margin: 0 0 24px; width: 100%; height: auto; }
.content .cta-box { background: var(--grey-light); border-radius: 10px; padding: 24px; text-align: center; margin: 32px 0; }
.content .cta-box .ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 14px; }
.content .related { background: var(--grey-light); border-radius: 10px; padding: 20px 24px; margin: 32px 0; }
.content .related h3 { margin-top: 0; }
.content .related ul { margin: 0; }
.faq-item { border-top: 1px solid var(--border); padding: 16px 0; }
.faq-item h3 { margin: 0 0 6px; font-size: 16px; }

.hub-grid { max-width: 1080px; margin: 0 auto; padding: 44px 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hub-card { border: 1px solid var(--border); border-radius: 10px; padding: 22px; text-decoration: none; color: inherit; display: block; transition: box-shadow 0.15s; }
.hub-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.hub-card h3 { font-size: 16.5px; font-weight: 800; margin: 0 0 6px; color: var(--ink); }
.hub-card p { font-size: 13.5px; color: var(--grey); margin: 0; }
.hub-card.soon { opacity: 0.6; }
.hub-card .tag { display: inline-block; background: var(--border); color: var(--grey); font-size: 10.5px; font-weight: 700; padding: 3px 8px; border-radius: 4px; margin-top: 10px; text-transform: uppercase; }
@media (max-width: 900px) { .hub-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .hub-grid { grid-template-columns: 1fr; } }

.footer-sitemap { max-width: 1080px; margin: 0 auto 28px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 32px; }
.footer-sitemap a { color: var(--grey); text-decoration: none; font-size: 13.5px; }
.footer-sitemap a:hover { color: var(--blue); }
.footer-sitemap summary { font-weight: 800; color: var(--ink); cursor: pointer; padding: 8px 0; font-size: 14px; }
.footer-sitemap ul { list-style: none; margin: 4px 0 10px; padding: 0; display: flex; flex-direction: column; gap: 6px; }
@media (max-width: 700px) { .footer-sitemap { grid-template-columns: 1fr; } }

/* Legal / 404 pages */
.legal-main { max-width: 760px; margin: 0 auto; padding: 56px 24px 80px; line-height: 1.65; }
.legal-main h1 { font-size: 32px; font-weight: 900; margin: 0 0 8px; }
.legal-main .updated { color: var(--grey); font-size: 13px; margin: 0 0 32px; }
.legal-main h2 { font-size: 20px; font-weight: 800; margin: 32px 0 8px; }
.legal-main p, .legal-main li { color: #33404D; font-size: 15px; }
.legal-main table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 14px; }
.legal-main th, .legal-main td { text-align: left; padding: 10px 12px; border: 1px solid var(--border); vertical-align: top; }
.legal-main th { background: var(--grey-light); }
.notfound { min-height: 60vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 60px 24px; }
.notfound .code { font-size: 96px; font-weight: 900; color: var(--navy); margin: 0; line-height: 1; }
.notfound h1 { font-size: 24px; margin: 12px 0 8px; }
.notfound p { color: var(--grey); margin: 0 0 24px; }

/* Cookie consent */
#cookie-banner { position: fixed; left: 16px; right: 16px; bottom: 16px; max-width: 620px; margin: 0 auto; background: #fff; border: 1px solid var(--border); border-radius: 10px; box-shadow: 0 12px 40px rgba(0,0,0,0.18); padding: 20px 22px; z-index: 500; display: none; }
#cookie-banner.show { display: block; }
#cookie-banner p { margin: 0 0 14px; font-size: 13.5px; line-height: 1.5; color: #33404D; }
#cookie-banner .actions { display: flex; gap: 10px; flex-wrap: wrap; }
#cookie-banner button { border: none; border-radius: 6px; font-weight: 800; font-size: 13px; padding: 11px 18px; cursor: pointer; }
.cookie-accept { background: var(--yellow); color: var(--navy-deep); }
.cookie-reject { background: var(--grey-light); color: var(--ink); }
.cookie-manage { background: none; border: 2px solid var(--blue) !important; color: var(--blue); }

#cookie-modal-overlay { position: fixed; inset: 0; background: rgba(10,31,51,0.55); z-index: 600; display: none; align-items: center; justify-content: center; padding: 20px; }
#cookie-modal-overlay.show { display: flex; }
#cookie-modal { background: #fff; border-radius: 10px; max-width: 480px; width: 100%; padding: 26px; max-height: 86vh; overflow-y: auto; }
#cookie-modal h2 { font-size: 20px; margin: 0 0 6px; }
#cookie-modal p { font-size: 13.5px; color: var(--grey); line-height: 1.5; }
.pref-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 14px 0; border-top: 1px solid var(--border); }
.pref-row strong { display: block; font-size: 14px; margin-bottom: 4px; }
.pref-row span.desc { font-size: 12.5px; color: var(--grey); }
.switch { position: relative; width: 44px; height: 24px; flex-shrink: 0; }
.switch input { opacity: 0; width: 0; height: 0; }
.switch .slider { position: absolute; inset: 0; background: #CBD5E0; border-radius: 24px; cursor: pointer; transition: background 0.15s; }
.switch .slider::before { content: ""; position: absolute; width: 18px; height: 18px; left: 3px; top: 3px; background: #fff; border-radius: 50%; transition: transform 0.15s; }
.switch input:checked + .slider { background: var(--blue); }
.switch input:checked + .slider::before { transform: translateX(20px); }
.switch input:disabled + .slider { opacity: 0.6; cursor: not-allowed; }
#cookie-modal .modal-actions { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }

#whatsapp-float { position: fixed; right: 20px; bottom: 20px; width: 56px; height: 56px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(0,0,0,0.25); z-index: 400; text-decoration: none; }
#whatsapp-bubble { position: absolute; right: 66px; bottom: 8px; background: #fff; color: var(--ink); font-weight: 700; font-size: 13.5px; padding: 10px 14px; border-radius: 8px; box-shadow: 0 6px 18px rgba(0,0,0,0.18); white-space: nowrap; opacity: 0; transform: translateX(6px); pointer-events: none; transition: opacity 0.25s ease, transform 0.25s ease; }
#whatsapp-bubble::after { content: ""; position: absolute; right: -6px; top: 50%; transform: translateY(-50%); border: 6px solid transparent; border-left-color: #fff; }
#whatsapp-bubble.show { opacity: 1; transform: translateX(0); }
@media (max-width: 860px) { #whatsapp-float { bottom: 84px; } }
