body.tides-page { background: #fbf8f1; }
.tides-skip { position: fixed; z-index: 100; left: 12px; top: -80px; background: #fff; color: #062b3b; padding: 12px 16px; border-radius: 8px; font-weight: 800; }
.tides-skip:focus { top: 12px; }
.tides-hero { min-height: 610px; position: relative; isolation: isolate; display: flex; align-items: center; overflow: hidden; color: #fff; }
.tides-hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(2,29,42,.97), rgba(2,43,58,.78) 52%, rgba(2,43,58,.24)); }
.tides-hero-content { padding: 92px 0; }
.tides-hero .seo-kicker { color: #82fff1; }
.tides-hero h1 { max-width: 880px; margin: 12px 0 20px; font: 600 clamp(45px, 7vw, 82px)/.98 Georgia, serif; letter-spacing: -.035em; }
.tides-hero p { max-width: 720px; margin: 0; color: #e1eff0; font-size: 19px; line-height: 1.65; }
.tides-hero small { display: block; margin-top: 17px; color: #c8dddf; }
.tides-ghost-btn { color: #fff; border: 1px solid #ffffff9c; border-radius: 10px; padding: 15px 21px; font-weight: 800; text-decoration: none; }
.tides-ghost-btn:hover { background: #ffffff16; }
.tides-intro { display: grid; grid-template-columns: 1.45fr .8fr; gap: 55px; align-items: end; padding: 48px 0 44px; }
.tides-intro h2, .tides-live h2, .tides-guide h2, .tides-sources h2 { color: #062b3b; font: 600 clamp(30px, 4vw, 44px)/1.1 Georgia, serif; margin: 12px 0 16px; }
.tides-intro p, .tides-guide p, .tides-sources p { color: #4f686f; font-size: 16px; line-height: 1.75; }
.tides-legend { display: grid; gap: 12px; background: #fff; border: 1px solid #dbe8e6; border-radius: 15px; padding: 20px; box-shadow: 0 12px 35px #073a4810; }
.tides-legend span { display: flex; align-items: center; gap: 10px; color: #294a53; font-size: 12px; font-weight: 700; }
.tides-legend i { width: 11px; height: 11px; border-radius: 50%; background: #77949b; }
.tides-legend .is-best { background: #14a95b; box-shadow: 0 0 0 4px #14a95b22; }
.tides-legend .is-low { background: #078ea0; }
.tides-legend .is-high { background: #ed9740; }
.tides-live { padding: 34px 0 88px; scroll-margin-top: 92px; }
.tides-live-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 24px; }
.tides-live-head h2 { margin-bottom: 7px; }
.tides-live-head p { margin: 0; color: #607980; font-size: 12px; }
.tides-live-badge { display: inline-flex; align-items: center; gap: 8px; color: #08773f; background: #e5f7ed; border-radius: 30px; padding: 8px 12px; font-size: 10px; font-weight: 800; letter-spacing: .4px; }
.tides-live-badge i { width: 8px; height: 8px; border-radius: 50%; background: #18b35e; box-shadow: 0 0 0 5px #18b35e1f; animation: tide-status-pulse 1.8s infinite; }
@keyframes tide-status-pulse { 50% { box-shadow: 0 0 0 9px #18b35e08; } }
.tides-source-link { color: #067679; font-size: 12px; font-weight: 800; text-decoration: none; border-bottom: 1px solid #06767955; padding-bottom: 4px; white-space: nowrap; }
.tides-status { display: none; margin: 0 0 18px; padding: 12px 15px; border-left: 4px solid #d58b2b; border-radius: 8px; background: #fff4dc; color: #664814; font-size: 12px; }
.tides-status.is-visible { display: block; }
.tides-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.tide-card { position: relative; overflow: hidden; display: flex; flex-direction: column; min-height: 360px; background: #fff; border: 1px solid #dbe8e6; border-radius: 17px; padding: 21px; box-shadow: 0 10px 32px #073a4810; }
.tide-card.is-recommended { border: 2px solid #15974f; box-shadow: 0 15px 42px #15974f20; }
.tide-card.is-recommended::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, #16b45c, #0b8176); }
.tide-card > header { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 18px; }
.tide-card > header div { display: grid; gap: 3px; }
.tide-card > header small { color: #668086; font-size: 9px; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase; }
.tide-card > header strong { color: #062b3b; font: 600 27px Georgia, serif; }
.tide-good { max-width: 100px; color: #08773f; background: #e5f7ed; border-radius: 30px; padding: 7px 9px; font-size: 9px; line-height: 1.25; font-weight: 800; text-align: center; }
.tide-best { display: grid; grid-template-columns: 1fr auto; align-items: end; background: linear-gradient(135deg, #e9f8f4, #e3f3f1); border-radius: 13px; padding: 15px; margin-bottom: 15px; }
.tide-best small { grid-column: 1 / 3; color: #087069; font-size: 8px; letter-spacing: 1.2px; font-weight: 800; }
.tide-best strong { color: #062b3b; font: 600 30px Georgia, serif; }
.tide-best span { color: #28545c; font-size: 13px; font-weight: 800; padding-bottom: 4px; }
.tide-events { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-bottom: 18px; }
.tide-events > span { display: grid; grid-template-columns: 8px 1fr; column-gap: 7px; align-items: center; border: 1px solid #e2ecea; border-radius: 8px; padding: 9px; }
.tide-events i { grid-row: 1 / 3; width: 7px; height: 7px; border-radius: 50%; }
.tide-events .is-low i { background: #078ea0; }
.tide-events .is-high i { background: #ed9740; }
.tide-events b { color: #163f49; font-size: 12px; }
.tide-events small { color: #6c8388; font-size: 9px; }
.tide-card-cta { margin-top: auto; display: flex; justify-content: center; background: #08773f; color: #fff; border-radius: 9px; padding: 13px 12px; text-align: center; text-decoration: none; font-size: 11px; font-weight: 800; }
.tide-card-cta:hover { background: #075b35; }
.tides-empty { grid-column: 1 / -1; background: #fff; border: 1px solid #dbe8e6; border-radius: 16px; padding: 35px; text-align: center; }
.tides-empty p { color: #587078; }
.tides-conversion { display: flex; align-items: center; justify-content: space-between; gap: 45px; margin: 0 0 90px; padding: 38px 42px; border-radius: 20px; background: radial-gradient(circle at 75% 20%, #0d5364, #062b3b 55%); color: #fff; box-shadow: 0 20px 60px #062b3b2d; }
.tides-conversion div > span { color: #76efe3; font-size: 9px; font-weight: 800; letter-spacing: 2px; }
.tides-conversion h2 { margin: 8px 0; color: #fff; font: 600 35px Georgia, serif; }
.tides-conversion p { max-width: 740px; margin: 0; color: #cce1e3; font-size: 14px; line-height: 1.65; }
.tides-conversion > a { flex: 0 0 auto; }
.tides-guide { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 70px; align-items: start; padding-bottom: 95px; }
.tides-guide ol { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 13px; }
.tides-guide li { display: grid; grid-template-columns: 43px 1fr; gap: 14px; align-items: start; }
.tides-guide li > span { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; background: #067679; color: #fff; font-weight: 900; }
.tides-guide li strong { color: #062b3b; }
.tides-guide li p { margin: 5px 0 0; font-size: 13px; }
.tides-consult-card { position: sticky; top: 100px; background: #fff; border: 1px solid #dbe8e6; border-radius: 18px; padding: 28px; box-shadow: 0 18px 50px #073a481a; }
.tides-consult-card > span { color: #067679; font-size: 9px; letter-spacing: 2px; font-weight: 800; }
.tides-consult-card h2 { font-size: 30px; }
.tides-consult-card p { font-size: 14px; }
.tides-consult-card ul { list-style: none; padding: 0; display: grid; gap: 10px; color: #385961; font-size: 13px; }
.tides-consult-card .seo-btn { width: 100%; margin-top: 10px; }
.tides-faq { max-width: 900px; }
.tides-sources { max-width: 920px; margin: 0 auto 95px; padding: 28px; background: #f1eadc; border-radius: 16px; }
.tides-sources h2 { font-size: 28px; }
.tides-sources p { font-size: 13px; margin-bottom: 8px; }
.tides-sources a { color: #067679; font-weight: 800; }
.tides-page .seo-final-cta { margin-top: 0; }

@media (max-width: 980px) {
  .tides-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tides-guide { grid-template-columns: 1fr; gap: 35px; }
  .tides-consult-card { position: static; }
  .tides-conversion { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 700px) {
  .tides-hero { min-height: 640px; align-items: end; }
  .tides-hero-overlay { background: linear-gradient(0deg, rgba(2,29,42,.99), rgba(2,43,58,.48)); }
  .tides-hero-content { padding: 76px 0 56px; }
  .tides-hero h1 { font-size: 45px; }
  .tides-hero p { font-size: 16px; }
  .tides-hero .seo-hero-actions { align-items: stretch; }
  .tides-ghost-btn { text-align: center; }
  .tides-intro { grid-template-columns: 1fr; gap: 20px; }
  .tides-live-head { align-items: flex-start; flex-direction: column; }
  .tides-grid { grid-template-columns: 1fr; }
  .tide-card { min-height: 340px; }
  .tides-conversion { margin-bottom: 70px; padding: 28px 23px; }
  .tides-conversion h2 { font-size: 30px; }
  .tides-conversion > a { width: 100%; }
  .tides-guide { padding-bottom: 65px; }
  .tides-sources { margin-bottom: 70px; padding: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .tides-live-badge i { animation: none; }
}
