:root {
  --navy: #06283b;
  --navy2: #0b3348;
  --deep: #031d2c;
  --gold: #b88435;
  --gold2: #d5a24e;
  --cream: #faf4ea;
  --ivory: #fffdf9;
  --line: #e8dfd3;
  --text: #10293a;
  --muted: #5f6f78;
  --shadow: 0 22px 55px rgba(5, 31, 48, 0.12);
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: #fbf7ef;
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.55;
}
a {
  text-decoration: none;
  color: inherit;
}
h1,
h2,
h3,
.serif {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}
.wrap {
  max-width: 1180px;
  margin: 0 auto;
}
.topbar {
  background: linear-gradient(90deg, #052337, #072f45);
  color: white;
  font-size: 14px;
  padding: 10px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar a {
  font-weight: 700;
}
.mainnav {
  height: 88px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 50;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.bird {
  width: 48px;
  height: 48px;
  color: var(--gold);
}
.brand-title {
  font-family: Georgia, serif;
  font-size: 30px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.brand-sub {
  display: block;
  text-align: center;
  letter-spacing: 3px;
  font-size: 13px;
  margin-top: -3px;
}
.navlinks {
  display: flex;
  gap: 29px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  align-items: center;
}
.navlinks a {
  color: #082338;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  background: linear-gradient(#c39144, #a87126);
  color: #fff;
  padding: 15px 26px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  box-shadow: 0 9px 18px rgba(83, 48, 10, 0.18);
}
.btn.dark {
  background: var(--navy);
}
.btn.white {
  background: white;
  color: var(--navy);
}
.hero {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      #f8f5ef 0%,
      rgba(248, 245, 239, 0.98) 22%,
      rgba(248, 245, 239, 0.92) 35%,
      rgba(248, 245, 239, 0.55) 50%,
      rgba(248, 245, 239, 0.1) 70%,
      rgba(248, 245, 239, 0) 100%
    ),
    url("assets/steuerle-front.png") 100% no-repeat;
}
.hero:after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 105px;
  background: linear-gradient(
    0deg,
    rgba(185, 126, 43, 0.3),
    rgba(255, 255, 255, 0)
  );
}
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  padding: 58px 20px 94px;
}
.hero h1 {
  font-size: 53px;
  margin: 0 0 12px;
  color: #08263a;
}
.hero h1 span {
  color: var(--gold);
  display: block;
}
.hero .lead {
  font-size: 21px;
  font-weight: 800;
  margin: 0 0 10px;
}
.hero p {
  font-size: 16.5px;
  max-width: 480px;
  margin: 8px 0;
}
.hero-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.offer {
  position: absolute;
  z-index: 4;
  right: 4.8%;
  bottom: 31px;
  background: rgba(4, 32, 49, 0.95);
  color: white;
  border-radius: 10px;
  padding: 18px 25px 18px 72px;
  min-width: 330px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
}
.offer:before {
  content: "▣";
  position: absolute;
  left: 22px;
  top: 26px;
  font-size: 34px;
  color: var(--gold2);
}
.offer small {
  display: block;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.8px;
}
.offer strong {
  color: #e2ad58;
  font-size: 19px;
}
.offer p {
  margin: 3px 0 0;
  font-size: 13px;
}
.features {
  position: relative;
  z-index: 5;
  margin: -47px auto 40px;
  max-width: 1180px;
  background: white;
  border-radius: 14px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 29px 18px;
}
.feature {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 0 24px;
  border-right: 1px solid var(--line);
}
.feature:last-child {
  border: 0;
}
.icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #09263a;
}
.icon svg {
  width: 39px;
  height: 39px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
}
.feature b {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.15;
}
.feature span {
  display: block;
  font-size: 13px;
  color: #364f5d;
}
.section {
  padding: 18px 5% 42px;
}
.grid-main {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 1.05fr;
  gap: 28px;
  align-items: stretch;
}
.intro h2 {
  font-size: 35px;
  margin: 12px 0 20px;
}
.intro h2 span {
  color: var(--gold);
  display: block;
}
.intro p {
  font-size: 16px;
}
.checks {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}
.checks li {
  position: relative;
  margin: 13px 0;
  padding-left: 31px;
  font-weight: 700;
}
.checks li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 18px;
  height: 18px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 12px;
  line-height: 1;
}
.price-card {
  background: linear-gradient(150deg, #082c40, #031b2a);
  border-radius: 12px;
  color: white;
  padding: 33px 35px;
  text-align: left;
  box-shadow: var(--shadow);
}
.price-card .over {
  text-align: center;
  font-family: Georgia, serif;
  letter-spacing: 1.6px;
  font-size: 16px;
  text-transform: uppercase;
}
.price {
  font-family: Georgia, serif;
  font-size: 67px;
  text-align: center;
  margin: 12px 0 8px;
}
.price-card .checks li {
  font-weight: 500;
}
.price-card .btn {
  width: 100%;
  margin-top: 8px;
}
.facility-card {
  border-radius: 12px;
  overflow: hidden;
  background: #09273b;
  color: white;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}
.facility-img {
  height: 185px;
  background: url("assets/_DSC6128.JPG") center/cover;
}
.facility-copy {
  padding: 26px 26px 28px;
  text-align: center;
  background: linear-gradient(#06283b, #041e2f);
  flex: 1;
}
.facility-copy h3 {
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 6px;
}
.two-card {
  max-width: 1180px;
  margin: 8px auto 0;
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 8px 35px rgba(0, 0, 0, 0.05);
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  padding: 24px 31px 28px;
  gap: 24px;
}
.process h2,
.testimonials h2 {
  font-size: 28px;
  margin: 0 0 24px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.step-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fbf4e9;
  border: 1px solid #e7cfa9;
  display: grid;
  place-items: center;
  position: relative;
  margin-bottom: 13px;
}
.step-icon svg {
  width: 36px;
  height: 36px;
  stroke: #06283b;
  stroke-width: 1.8;
  fill: none;
}
.badge {
  position: absolute;
  right: -5px;
  top: -5px;
  background: #06283b;
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
}
.steps h3 {
  font-family: Inter, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 5px;
}
.steps p,
.testimonial p {
  font-size: 14px;
  margin: 0;
}
.testimonials {
  border-left: 1px solid var(--line);
  padding-left: 24px;
}
.quote {
  background: #f7f0e8;
  border-radius: 12px;
  padding: 26px 30px;
  position: relative;
}
.quote:before {
  content: "“";
  font-family: Georgia, serif;
  font-size: 70px;
  color: #d9c6ac;
  position: absolute;
  left: 16px;
  top: -8px;
}
.quote p {
  padding-left: 35px;
}
.stars {
  color: var(--gold);
  letter-spacing: 3px;
  text-align: right;
}
.info-band {
  background: #05283b;
  color: white;
  margin-top: 42px;
}
.info-grid {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 36px 20px;
  gap: 28px;
}
.info-item {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  padding-right: 20px;
}
.info-item:last-child {
  border-right: 0;
}
.info-item h3 {
  font-family: Inter, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 4px;
}
.info-item p {
  font-size: 13px;
  margin: 0 0 8px;
  color: #e8eef1;
}
.info-item a {
  color: #d9a24b;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
}
.call-strip {
  background: #fffaf3;
  border-bottom: 1px solid var(--line);
}
.call-inner {
  max-width: 1180px;
  margin: auto;
  min-height: 115px;
  display: grid;
  grid-template-columns: 70px 1.4fr 230px 260px 1fr;
  gap: 20px;
  align-items: center;
  padding: 0 20px;
}
.phone-circle {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  display: grid;
  place-items: center;
  color: var(--gold);
}
.phone-circle svg {
  width: 36px;
  height: 36px;
  stroke: currentColor;
  fill: none;
}
.call-copy h2 {
  font-size: 25px;
  margin: 0 0 3px;
}
.call-copy p {
  margin: 0;
}
.call-number {
  font-family: Georgia, serif;
  font-size: 30px;
}
.family-img {
  height: 115px;
  background: url("assets/family-care.jpg") center/cover;
  border-radius: 0;
}
.brands {
  text-align: center;
}
.brands .small {
  font-size: 14px;
  margin-bottom: 10px;
}
.brand-names {
  font-family: Georgia, serif;
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  gap: 22px;
  justify-content: center;
  align-items: center;
}
.footer {
  background: #05283b;
  color: #fff;
}
.footer-inner {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 0.9fr 1fr 1fr;
  gap: 32px;
  padding: 46px 20px 25px;
}
.footer h3 {
  font-family: Inter, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-size: 15px;
  margin: 0 0 12px;
}
.footer p,
.footer a {
  color: #dae7ec;
  font-size: 14px;
}
.footer .brand-title {
  font-size: 20px;
  color: white;
}
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  max-width: 1180px;
  margin: auto;
  padding: 13px 20px;
  color: #dbe6ea;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
.page-hero {
  background:
    linear-gradient(90deg, rgba(5, 40, 59, 0.95), rgba(5, 40, 59, 0.75)),
    url("assets/hero-building.jpg") center/cover;
  color: white;
  text-align: center;
  padding: 85px 20px;
}
.page-hero h1 {
  font-size: 52px;
  margin: 0 0 10px;
}
.page-section {
  padding: 56px 5%;
}
.cards {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.content-card {
  background: white;
  border-radius: 14px;
  border: 1px solid var(--line);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
  padding: 30px;
}
.content-card h2,
.content-card h3 {
  font-size: 28px;
  margin: 0 0 14px;
  color: #08263a;
}
.package-top {
  background: #06283b;
  color: #fff;
  padding: 22px;
  border-radius: 12px 12px 0 0;
  margin: -30px -30px 20px;
}
.package-price {
  background: #b88435;
  color: white;
  font-family: Georgia, serif;
  font-size: 34px;
  margin: 0 -30px 20px;
  padding: 16px 30px;
}
.form input,
.form textarea,
.form select {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  padding: 15px;
  border-radius: 7px;
  margin: 0 0 13px;
  font: inherit;
}
.wide {
  grid-column: 1/-1;
}
.disclaimer {
  background: #fff8eb;
  border-left: 5px solid var(--gold);
  padding: 20px;
  border-radius: 8px;
  color: #5c4b33;
}
@media (max-width: 980px) {
  .navlinks {
    display: none;
  }
  .mainnav {
    height: auto;
    padding: 17px 5%;
  }
  .brand-title {
    font-size: 23px;
  }
  .topbar {
    display: block;
    text-align: center;
  }
  .hero {
    background:
      linear-gradient(90deg, #ffffffee, #ffffffbf),
      url("assets/hero-building.jpg") center/cover;
  }
  .hero h1 {
    font-size: 42px;
  }
  .offer {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 25px 5% 0;
  }
  .features,
  .grid-main,
  .two-card,
  .info-grid,
  .call-inner,
  .footer-inner,
  .cards {
    grid-template-columns: 1fr;
  }
  .features {
    margin: 0 5% 30px;
  }
  .feature {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 18px;
  }
  .feature:last-child {
    border-bottom: 0;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .testimonials {
    border-left: 0;
    padding-left: 0;
  }
  .info-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 18px;
  }
  .call-inner {
    padding: 25px 20px;
  }
  .family-img {
    display: none;
  }
  .copyright {
    display: block;
  }
  .cards .wide {
    grid-column: auto;
  }
}
