@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap");
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  color: #101d70;
  background: #e0f5ff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
}
a {
  color: inherit;
}
header {
  max-width: 1280px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 38px;
  gap: 24px;
  border-bottom: 1px solid #a6d3e5;
}
.brand {
  display: block;
  flex: 0 0 auto;
  text-decoration: none;
}
.brand img {
  display: block;
  width: 190px;
  height: auto;
}
.footer-brand img {
  width: 150px;
}
nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
nav a {
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
}
.wrap {
  max-width: 1200px;
  margin: auto;
  padding-left: 38px;
  padding-right: 38px;
}
.hero {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  align-items: center;
  padding-top: 65px;
  padding-bottom: 70px;
}
.eyebrow {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
}
h1,
h2,
h3 {
  line-height: 1.08;
  margin: 0;
  font-weight: 900;
}
h1 {
  font-family: "Bree Serif", Georgia, serif;
  font-size: clamp(46px, 5.5vw, 78px);
  font-weight: 400;
  letter-spacing: 0;
  word-spacing: 0.04em;
}
h1 em {
  color: #047da8;
  font-style: italic;
}
h2 {
  font-family: "Bree Serif", Georgia, serif;
  font-size: clamp(36px, 4.5vw, 58px);
  font-weight: 400;
  letter-spacing: 0;
  word-spacing: 0.04em;
}
h3 {
  font-size: 29px;
  letter-spacing: -0.7px;
}
.intro {
  font-size: 20px;
  max-width: 540px;
  margin-top: 26px;
}
.actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.button {
  display: inline-block;
  border: 0;
  background: #101d70;
  color: white;
  border-radius: 999px;
  padding: 15px 25px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  line-height: 1.5;
}
.button:hover {
  background: #08688f;
}
.button.small {
  padding: 11px 20px;
}
.text-link {
  font-weight: 700;
  text-underline-offset: 5px;
}
.fine {
  font-size: 14px;
  line-height: 1.6;
}
.hero .fine {
  margin-top: 28px;
}
.promo {
  transform: rotate(2deg);
  max-width: 430px;
  justify-self: end;
}
.promo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  box-shadow: 12px 15px 0 #27bddd;
}
.promo p {
  font-size: 14px;
  text-align: center;
  margin-top: 27px;
}
.section {
  padding-top: 75px;
  padding-bottom: 75px;
}
.services {
  background: #fff;
  border-radius: 55px 55px 0 0;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 36px;
}
.card {
  background: #eaf8ff;
  padding: 30px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  border: 1px solid #c7e7f3;
}
.number {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 25px;
}
.card h3 {
  min-height: 66px;
}
.price {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 10px;
}
.price span {
  display: block;
  font-size: 13px;
  font-weight: 400;
}
.price-chart {
  margin: 8px 0 18px;
  border-top: 1px solid #b1d9e9;
  border-bottom: 1px solid #b1d9e9;
}
.price-chart div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid #cfe6ef;
}
.price-chart div:last-child {
  border-bottom: 0;
}
.price-chart dt,
.price-chart dd {
  margin: 0;
  font-size: 14px;
}
.price-chart dd {
  font-weight: 800;
  text-align: right;
}
.featured .price-chart {
  border-color: #52619f;
}
.featured .price-chart div {
  border-color: #344584;
}
.pricing-note {
  max-width: 760px;
  margin: 18px 0 0;
}
.card ul {
  padding-left: 20px;
  margin-bottom: 30px;
}
.card li {
  padding: 5px 0;
}
.card a {
  font-weight: 700;
  text-decoration: none;
  border-top: 1px solid #b1d9e9;
  padding-top: 18px;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 15px;
}
.featured {
  background: #101d70;
  color: white;
}
.featured a {
  border-color: #52619f;
}
.custom {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  column-gap: 30px;
  align-items: start;
  margin: 50px 0 30px;
}
.custom p {
  margin: 0;
}
.custom a {
  grid-column: 2;
  margin-top: 10px;
}
.scope {
  border-left: 4px solid #17abc9;
  background: #eff9fd;
  padding: 20px 25px;
  border-radius: 0 14px 14px 0;
}
.scope p {
  margin: 5px 0 0;
}
.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: end;
  margin-bottom: 30px;
}
.section-head p {
  margin-bottom: 0;
}
.table-scroll {
  overflow-x: auto;
  border: 1px solid #a9d3e5;
  border-radius: 20px;
  background: #fff;
}
table {
  border-collapse: collapse;
  width: 100%;
  min-width: 660px;
  text-align: left;
}
caption {
  text-align: left;
  font-size: 14px;
  padding: 18px 24px;
  background: #d0effb;
}
th,
td {
  padding: 22px;
  border-bottom: 1px solid #d9eaf2;
}
thead {
  font-size: 14px;
  background: #101d70;
  color: white;
}
tbody td {
  font-size: 19px;
  font-weight: 700;
}
tbody tr:last-child td {
  font-size: 15px;
}
tbody tr:last-child > * {
  border-bottom: 0;
}
.extras {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.5fr;
  gap: 28px;
  margin: 35px 0 15px;
  align-items: center;
}
.extras h3 {
  font-size: 24px;
}
.extras div {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #a9d3e5;
  padding-left: 20px;
  font-size: 15px;
}
.extras strong {
  font-size: 24px;
}
.booking {
  background: #101d70;
  color: #fff;
  border-radius: 50px 50px 0 0;
}
.booking-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 80px;
}
.booking h2 {
  font-size: 60px;
  color: #43d5f0;
}
.contact {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}
.water-note {
  border-left: 4px solid #43d5f0;
  padding: 12px 0 12px 16px;
  max-width: 520px;
}
.contact a {
  overflow-wrap: anywhere;
  text-underline-offset: 5px;
}
form {
  background: white;
  color: #101d70;
  padding: 30px;
  border-radius: 25px;
}
label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 17px;
}
input,
select,
textarea {
  display: block;
  width: 100%;
  font: inherit;
  font-size: 16px;
  border: 1px solid #acc5d2;
  border-radius: 8px;
  background: #f6fbff;
  padding: 12px;
  color: #101d70;
  margin-top: 6px;
}
textarea {
  resize: vertical;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
fieldset {
  border: 1px solid #acc5d2;
  border-radius: 8px;
  margin: 0 0 17px;
  padding: 14px;
}
legend {
  font-size: 14px;
  font-weight: 700;
}
.check {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 4px 0;
  font-weight: 400;
}
.check input {
  width: 18px;
  height: 18px;
  margin: 0;
}
form .button {
  width: 100%;
}
#form-status:empty {
  display: none;
}
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 14px;
}
:focus-visible {
  outline: 3px solid #009fc9;
  outline-offset: 4px;
}
@media (max-width: 850px) {
  .hero {
    gap: 30px;
  }
  h1 {
    letter-spacing: 0;
  }
  .cards {
    gap: 12px;
  }
  .card {
    padding: 22px;
  }
  .card h3 {
    font-size: 25px;
  }
  .booking-grid {
    gap: 35px;
  }
  .extras {
    grid-template-columns: 1fr 1fr;
  }
  .section-head {
    gap: 25px;
  }
}
@media (max-width: 640px) {
  header {
    padding: 20px;
    align-items: flex-start;
  }
  nav {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  nav a {
    font-size: 14px;
  }
  nav .button {
    display: none;
  }
  .brand img {
    width: 145px;
  }
  .wrap {
    padding-left: 22px;
    padding-right: 22px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 35px;
    gap: 35px;
  }
  .hero h1 {
    font-size: 51px;
  }
  .promo {
    width: 78%;
    justify-self: center;
    max-width: 330px;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cards,
  .section-head,
  .booking-grid,
  .custom {
    grid-template-columns: 1fr;
  }
  .card h3 {
    min-height: 0;
    font-size: 31px;
  }
  .card h3 br {
    display: none;
  }
  .number {
    margin-bottom: 16px;
  }
  .custom {
    gap: 15px;
  }
  .custom a {
    grid-column: 1;
  }
  .section-head {
    gap: 12px;
  }
  .extras {
    gap: 20px;
  }
  .booking h2 {
    font-size: 48px;
  }
  .booking h2 br {
    display: none;
  }
  form {
    padding: 22px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  footer p {
    margin: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
