:root {
  --navy: #00284b;
  --navy-dark: #001d38;
  --orange: #f45122;
  --green: #65ad35;
  --cream: #fffdfa;
  --line: #ddd5cd;
  --text: #071f40;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: relative;
  z-index: 20;
  background: linear-gradient(110deg, #002746, #001a34);
  box-shadow: 0 1px 5px rgba(0, 0, 0, .18);
}

.header-inner {
  width: min(1420px, calc(100% - 64px));
  min-height: 116px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.logo-link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.site-logo {
  height: 56px;
  width: auto;
}

.main-nav {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: clamp(28px, 5vw, 78px);
  align-self: stretch;
}

.main-nav a {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  transition: color .2s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--orange);
}

.main-nav a.active::after {
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  height: 3px;
  background: var(--orange);
  content: "";
}

.home-hero {
  position: relative;
  height: 470px;
  overflow: hidden;
}

.hero-image,
.banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 20, 36, .92) 0%, rgba(0, 20, 36, .68) 35%, rgba(0, 20, 36, .08) 65%);
}

.hero-copy {
  position: absolute;
  inset: 0;
  width: min(1420px, calc(100% - 96px));
  margin: auto;
  display: flex;
  align-items: flex-start;
  padding-top: 70px;
}

.hero-copy h1 {
  margin: 0;
  max-width: 770px;
  color: #fff;
  font-size: clamp(32px, 3.35vw, 48px);
  line-height: 1.28;
  letter-spacing: -.7px;
}

.hero-copy strong {
  color: var(--orange);
  font-weight: 800;
}

.home-features {
  position: relative;
  padding: 34px 0 58px;
  background:
    radial-gradient(circle at 97% 94%, rgba(244, 81, 34, .34) 0 3px, transparent 4px) 0 0/18px 18px,
    linear-gradient(#fff, #fff);
  overflow: hidden;
}

.home-features::after {
  position: absolute;
  right: -40px;
  bottom: -85px;
  width: 310px;
  height: 210px;
  background: radial-gradient(circle, rgba(244, 81, 34, .38) 0 3px, transparent 4px) 0 0/19px 19px;
  opacity: .75;
  content: "";
  transform: rotate(-8deg);
}

.home-features::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 22px;
  background: linear-gradient(7deg, var(--navy) 0 45%, var(--orange) 46% 67%, transparent 68%);
  content: "";
}

.feature-grid {
  position: relative;
  z-index: 1;
  width: min(1420px, calc(100% - 70px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-card {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 16px;
  padding: 0 30px;
}

.feature-card + .feature-card {
  border-left: 1px solid #d3d3d3;
}

.feature-icon {
  width: 80px;
  height: 80px;
  padding: 15px;
  border-radius: 50%;
  color: var(--navy);
  background: #f0f1f2;
}

.feature-icon svg,
.tip-icon svg,
.contact-mail-icon svg,
.round-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.people-icon {
  color: var(--orange);
}

.leaf-icon {
  color: var(--green);
}

.feature-card h2 {
  margin: 4px 0 7px;
  color: var(--navy);
  font-size: 23px;
  line-height: 1.25;
}

.feature-card p {
  margin: 0;
  color: #151515;
  font-size: 15px;
  line-height: 1.55;
}

.page-banner {
  height: 215px;
  overflow: hidden;
}

.about-banner {
  height: 335px;
}

.tips-banner {
  height: 285px;
}

.contact-banner {
  position: relative;
  height: 330px;
}

.contact-banner::after {
  position: absolute;
  right: -2%;
  bottom: -1px;
  left: -2%;
  height: 45px;
  border-top: 4px solid var(--orange);
  border-radius: 50% 50% 0 0;
  background: #fff;
  content: "";
}

.content-shell {
  width: min(1430px, calc(100% - 72px));
  margin: 0 auto;
}

.price-section {
  padding: 20px 0 25px;
}

.center-title {
  margin: 0 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: var(--text);
  font-size: 34px;
  line-height: 1.25;
  text-align: center;
}

.center-title span {
  width: 50px;
  height: 3px;
  background: var(--orange);
}

.center-title span:first-child::after,
.center-title span:last-child::before {
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -3px;
  border-radius: 50%;
  background: var(--orange);
  content: "";
}

.center-title span:first-child::after {
  margin-left: auto;
}

.price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 22px;
}

.price-block h2 {
  margin: 0 0 5px 6px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #101d38;
  font-size: 18px;
  line-height: 1.3;
}

.price-block h2 b {
  width: 30px;
  height: 30px;
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--orange);
  font-size: 19px;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid #df9c66;
  border-radius: 8px;
}

table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  table-layout: fixed;
  color: #11192b;
  font-size: 12px;
  line-height: 1.18;
}

th,
td {
  padding: 5px 15px;
  border-right: 1px dashed #ddbd9e;
  border-bottom: 1px dashed #ddbd9e;
  vertical-align: middle;
}

th {
  padding-top: 6px;
  padding-bottom: 6px;
  background: #fffaf5;
  font-weight: 700;
  text-align: center;
}

td:first-child {
  width: 38%;
  font-weight: 700;
}

td:nth-child(2) {
  width: 38%;
}

td:last-child {
  width: 24%;
  text-align: center;
}

th:last-child,
td:last-child {
  border-right: 0;
}

tbody tr:last-child td {
  border-bottom: 0;
}

.price-note {
  margin-top: 18px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #7d1f18;
  border-radius: 7px;
}

.price-note span {
  width: 42px;
  height: 42px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 3px solid var(--orange);
  border-radius: 50%;
  color: var(--orange);
  font-family: Georgia, serif;
  font-size: 27px;
  font-weight: 700;
}

.price-note p {
  margin: 0;
  color: #111d35;
  font-size: 14px;
  line-height: 1.25;
}

.about-section {
  position: relative;
  min-height: 540px;
  padding: 30px max(7vw, 50px) 45px;
  background: linear-gradient(90deg, #fffdfa, #fff);
  overflow: hidden;
}

.about-content {
  position: relative;
  z-index: 2;
  width: min(1000px, calc(100% - 220px));
  margin-left: auto;
  margin-right: 7%;
}

.about-content h1,
.tips-section h1 {
  margin: 0 0 20px;
  color: var(--navy);
  font-size: 46px;
  line-height: 1.15;
}

.about-content h1::after {
  display: block;
  width: 210px;
  height: 4px;
  margin-top: 9px;
  background: var(--orange);
  content: "";
}

.about-content p {
  margin: 0 0 14px;
  color: #062751;
  font-size: 18px;
  line-height: 1.45;
}

.about-decoration {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 230px;
  height: 470px;
  opacity: .42;
}

.about-decoration::before {
  position: absolute;
  top: 5px;
  left: -55px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, var(--orange) 0 2px, transparent 3px) 0 0/11px 11px;
  mask-image: radial-gradient(circle, #000, transparent 70%);
  content: "";
}

.about-decoration svg {
  position: absolute;
  bottom: 0;
  left: 36px;
  width: 150px;
  color: #7fac50;
  fill: currentColor;
  stroke: white;
  stroke-width: 2;
}

.paint-splash {
  position: absolute;
  top: 145px;
  left: -35px;
  width: 190px;
  height: 180px;
  border-radius: 45% 55% 40% 60%;
  background: #f5a063;
  transform: rotate(-20deg);
}

.tips-section {
  max-width: 1270px;
  padding: 12px 0 22px;
}

.tips-section h1 {
  margin-bottom: 8px;
  font-size: 45px;
}

.tips-list {
  width: 100%;
}

.tip-row {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 28px;
  align-items: center;
  min-height: 94px;
  border-bottom: 1px solid #d7d7d7;
}

.tip-row:last-child {
  border-bottom: 0;
}

.tip-icon {
  width: 104px;
  height: 82px;
  padding: 11px 17px;
  border-radius: 12px;
  color: var(--navy);
}

.tip-icon.blue {
  background: #dceeff;
}

.tip-icon.green {
  color: #174c2a;
  background: #e2f3df;
}

.tip-icon.orange {
  color: #c84606;
  background: #ffeadc;
}

.tip-icon.purple {
  color: #30126e;
  background: #f0e5fc;
}

.tip-icon.yellow {
  color: #34341e;
  background: #f2f2d9;
}

.tip-icon text {
  fill: currentColor;
  stroke: none;
  font-size: 14px;
  font-weight: 700;
}

.tip-copy h2 {
  margin: 0 0 4px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #0b1b3c;
  font-size: 20px;
  line-height: 1.3;
}

.tip-copy h2 b {
  width: 32px;
  height: 32px;
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--navy);
  font-size: 17px;
}

.tip-copy p {
  margin: 0 0 8px 47px;
  color: #1f1f1f;
  font-size: 15px;
  line-height: 1.45;
}

.contact-section {
  position: relative;
  min-height: 520px;
  padding: 70px 20px 50px;
  background:
    radial-gradient(circle at 3% 70%, rgba(244,81,34,.25) 0 2px, transparent 3px) 0 0/12px 12px,
    #fff;
}

.contact-section::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 190px;
  height: 300px;
  background: radial-gradient(circle, rgba(244,81,34,.24) 0 2px, transparent 3px) 0 0/13px 13px;
  mask-image: radial-gradient(ellipse at right, #000, transparent 75%);
  content: "";
}

.contact-mail-icon {
  position: absolute;
  z-index: 3;
  top: -37px;
  left: 50%;
  width: 90px;
  height: 90px;
  padding: 20px;
  border: 4px solid #fff;
  border-radius: 50%;
  color: var(--navy);
  background: #fff;
  box-shadow: 0 0 0 3px var(--navy);
  transform: translateX(-50%);
}

.contact-mail-icon circle {
  fill: var(--orange);
  stroke: var(--orange);
}

.contact-inner {
  position: relative;
  z-index: 2;
  width: min(660px, 100%);
  margin: 0 auto;
}

.contact-inner h1 {
  margin: 0;
  color: var(--navy);
  font-size: 35px;
  line-height: 1.35;
  text-align: center;
  letter-spacing: .5px;
}

.title-divider,
.contact-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.title-divider {
  margin: 15px auto 15px;
}

.title-divider span {
  width: 165px;
  height: 2px;
  background: var(--orange);
}

.title-divider b,
.contact-divider b {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--orange);
}

.contact-details {
  width: 420px;
  max-width: 100%;
  margin: 0 auto;
  color: var(--text);
  font-style: normal;
}

.contact-line {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: center;
  margin: 6px 0;
}

.contact-line p {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
}

.contact-line strong {
  font-size: 23px;
}

.contact-line a {
  text-decoration: none;
}

.round-icon {
  width: 49px;
  height: 49px;
  padding: 9px;
  border-radius: 50%;
  color: white;
  background: var(--navy);
}

.contact-divider {
  margin: 14px 0 17px;
}

.contact-divider span {
  width: 185px;
  border-top: 3px dotted var(--orange);
}

.contact-line.hours {
  grid-template-columns: 52px 1fr;
}

.contact-line.hours p {
  font-size: 16px;
}

.site-footer {
  min-height: 66px;
  padding: 15px max(28px, 5vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #dbe6ef;
  background: var(--navy-dark);
  font-size: 13px;
}

.site-footer p {
  margin: 0;
}

.calmyx-credit {
  display: inline-flex;
  align-items: center;
  color: #dbe6ef;
  text-decoration: none;
  opacity: .9;
}

.calmyx-credit:hover {
  opacity: 1;
}

@media (max-width: 1050px) {
  .header-inner {
    width: min(100% - 36px, 960px);
    min-height: 100px;
    gap: 25px;
  }

  .main-nav {
    gap: 25px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .feature-card {
    padding: 22px 0;
  }

  .feature-card + .feature-card {
    border-top: 1px solid #ddd;
    border-left: 0;
  }

  .price-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-content {
    width: calc(100% - 130px);
    margin-right: 0;
  }

  .about-decoration {
    left: -60px;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 16px;
  }

  .header-inner {
    width: 100%;
    min-height: auto;
    padding: 14px 18px 10px;
    flex-direction: column;
    gap: 10px;
  }

  .site-logo {
    height: 50px;
  }

  .main-nav {
    width: 100%;
    padding-bottom: 4px;
    justify-content: center;
    gap: 8px 18px;
    flex-wrap: wrap;
  }

  .main-nav a {
    min-height: 32px;
    font-size: 14px;
  }

  .main-nav a.active::after {
    bottom: 0;
  }

  .home-hero {
    height: 470px;
  }

  .hero-image {
    object-position: 65% center;
  }

  .hero-shade {
    background: rgba(0, 25, 44, .72);
  }

  .hero-copy {
    width: calc(100% - 36px);
    align-items: center;
    padding-top: 0;
  }

  .hero-copy h1 {
    font-size: 32px;
    line-height: 1.25;
  }

  .feature-grid {
    width: calc(100% - 36px);
  }

  .feature-card {
    grid-template-columns: 62px 1fr;
    gap: 13px;
  }

  .feature-icon {
    width: 60px;
    height: 60px;
    padding: 11px;
  }

  .feature-card h2 {
    font-size: 21px;
  }

  .feature-card p {
    font-size: 15px;
  }

  .page-banner,
  .about-banner,
  .tips-banner,
  .contact-banner {
    height: 230px;
  }

  .content-shell {
    width: calc(100% - 28px);
  }

  .center-title {
    font-size: 28px;
  }

  .center-title span {
    display: none;
  }

  .price-block h2 {
    align-items: flex-start;
    font-size: 17px;
  }

  .price-note {
    align-items: flex-start;
  }

  .about-section {
    min-height: auto;
    padding: 30px 22px 35px;
  }

  .about-content {
    width: 100%;
  }

  .about-content h1,
  .tips-section h1 {
    font-size: 38px;
  }

  .about-content p {
    font-size: 16px;
  }

  .about-decoration {
    display: none;
  }

  .tips-section {
    padding-top: 20px;
  }

  .tip-row {
    grid-template-columns: 70px 1fr;
    gap: 13px;
    padding: 13px 0;
  }

  .tip-icon {
    width: 70px;
    height: 70px;
    padding: 10px;
  }

  .tip-copy h2 {
    align-items: flex-start;
    gap: 9px;
    font-size: 18px;
  }

  .tip-copy h2 b {
    width: 28px;
    height: 28px;
    font-size: 15px;
  }

  .tip-copy p {
    margin-left: 0;
    font-size: 14px;
  }

  .tip-copy br {
    display: none;
  }

  .contact-section {
    padding-top: 65px;
  }

  .contact-inner h1 {
    font-size: 28px;
  }

  .title-divider span {
    width: 100px;
  }

  .contact-line p,
  .contact-line strong {
    font-size: 16px;
  }

  .site-footer {
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    text-align: center;
  }
}

@media (max-width: 430px) {
  .main-nav {
    gap: 5px 13px;
  }

  .main-nav a {
    font-size: 13px;
  }

  .home-hero {
    height: 430px;
  }

  .hero-copy h1 {
    font-size: 29px;
  }

  .feature-card {
    grid-template-columns: 1fr;
  }

  .page-banner,
  .about-banner,
  .tips-banner,
  .contact-banner {
    height: 200px;
  }

  .tip-row {
    grid-template-columns: 1fr;
  }

  .tip-icon {
    margin-bottom: -5px;
  }

  .contact-inner h1 {
    font-size: 25px;
  }

  .contact-line {
    grid-template-columns: 45px 1fr;
    gap: 10px;
  }

  .round-icon {
    width: 43px;
    height: 43px;
  }
}