/*
Theme Name: Hilton - Schema Child
Version: 1.0
Description: A child theme of Schema by MyThemeShop
Template: mts_schema
Text Domain: schema
*/

/* Carousel */
@import url("../mts_schema/style.css");

:root {
  --navy: #17395f;
  --navy-dark: #0f2742; /* overridden from theme options in lfo_scripts() */
  --red: #c74530;
  --accent: #2f817e;
  --blue-soft: #e6edf4; /* overridden from theme options in lfo_scripts() */
  --gray: #f3f4f6;
  --ink: #1b2530;
  --body: #4a5763;
  --line: #d8dee5;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Barlow, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--body);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4 {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--navy);
  margin: 0 0 14px;
  line-height: 1.05;
  font-weight: 600;
  text-wrap: balance;
}
p {
  margin: 0 0 16px;
  text-wrap: pretty;
}
a {
  color: var(--navy);
  text-decoration: none;
}
a:hover {
  color: var(--red);
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.wrap {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 16px;
  font-weight: 600;
  padding: 0 24px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
}
.btn-red {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}
.btn-red:hover {
  background: #a8351f;
  border-color: #a8351f;
  color: #fff;
}
.btn-navy {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}
.btn-navy:hover {
  background: var(--navy-dark);
  border-color: var(--navy-dark);
  color: #fff;
}
.btn-ghost {
  background: #fff;
  border-color: #fff;
  color: var(--navy);
}
.btn-ghost:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.topbar {
  background: var(--navy);
  color: #fff;
  font-size: 13px;
}
.topbar-in {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 38px;
  flex-wrap: wrap;
}
.topbar-addr {
  color: #c6d6e6;
  letter-spacing: 0.02em;
  color: #fff;
}
.topbar-addr:hover {
  color: #fff;
}
.topbar-phone {
  margin-left: auto;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.header {
  background: var(--navy-dark);
  position: sticky;
  top: 0;
  z-index: 40;
}
.header-in {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 84px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo-mark {
  width: 34px;
  height: 34px;
  flex: none;
  border-radius: 50%;
  background: radial-gradient(
    circle at 50% 50%,
    var(--navy) 0 26%,
    #fff 27% 46%,
    var(--red) 47% 100%
  );
  box-shadow: inset 0 0 0 2px #fff;
}
.logo-text {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.logo-text em {
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.26em;
  font-weight: 500;
  color: #9fb8d1;
}
.nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav-list {
  display: flex;
  gap: 24px;
}
.nav-list a {
  color: #dbe6f1;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 16px;
  font-weight: 500;
}
.nav-list a:hover {
  color: #fff;
}
.nav-cta {
  display: flex;
  gap: 10px;
}
.nav-cta .btn {
  padding: 6px 16px;
  font-size: 15px;
  white-space: nowrap;
}
.burger {
  display: none;
  margin-left: auto;
  background: none;
  border: 0;
  padding: 10px;
  cursor: pointer;
}
.burger span {
  display: block;
  width: 26px;
  height: 2px;
  background: #fff;
  margin: 5px 0;
}

.ph {
  position: relative;
  background: var(--blue-soft);
  overflow: hidden;
  background-image: repeating-linear-gradient(
    135deg,
    rgba(23, 57, 95, 0.09) 0 10px,
    transparent 10px 20px
  );
}
.ph span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #5b7794;
  background: rgba(255, 255, 255, 0.86);
  padding: 6px 12px;
  white-space: nowrap;
}

.hero {
  position: relative;
  background: var(--navy);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 70px));
}
.hero-ph {
  position: absolute;
  inset: 0;
  background-color: #2b4f77;
  opacity: 0.55;
  transform: scaleX(-1);
  width: 100%;
  object-fit: cover;
}
.hero-ph span {
  left: auto;
  right: 24px;
  top: auto;
  bottom: 96px;
  transform: none;
}
.hero-in {
  position: relative;
  padding: 96px 24px 140px;
}
.hero-box {
  max-width: 540px;
  border-left: 5px solid var(--red);
  padding-left: 26px;
  color: #e4ecf4;
}
.hero-box h2 {
  color: #fff;
  font-size: 66px;
  letter-spacing: 0.01em;
}
.hero-box p {
  color: #cfdcea;
  margin-bottom: 26px;
}

.why {
  padding: 82px 0 70px;
}
.head {
  text-align: center;
  font-size: 40px;
  margin-bottom: 14px;
}
.head span {
  display: inline-block;
  position: relative;
  padding: 0 68px;
}
.head span::before,
.head span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 46px;
  height: 3px;
  background: var(--red);
}
.head span::before {
  left: 0;
}
.head span::after {
  right: 0;
}
.head.light,
.head.light span {
  color: #fff;
}
.head.light span::before,
.head.light span::after {
  background: #fff;
}
.lede {
  max-width: 640px;
  margin: 0 auto 44px;
  text-align: center;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.card {
  background: var(--navy-dark);
  color: #cfdcea;
  padding: 28px 24px 24px;
  border-bottom: 4px solid var(--red);
}
.card h3 {
  color: #fff;
  font-size: 24px;
}
.card p {
  margin: 0;
  font-size: 16px;
}

.services {
  background: var(--navy);
  padding: 78px 0 88px;
}
.services .head {
  margin-bottom: 38px;
}
.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  background: var(--navy-dark);
}
.tab {
  flex: 1 1 auto;
  min-height: 56px;
  padding: 0 20px;
  border: 0;
  cursor: pointer;
  background: transparent;
  color: #b7cbdf;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 16px;
  font-weight: 600;
  transition: background 0.18s, color 0.18s;
}
.tab:hover {
  color: #fff;
}
.tab.on {
  background: #fff;
  color: var(--navy);
}
.panels {
  background: #fff;
}
.panel {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
  padding: 38px;
}
.panel.on {
  display: grid;
}
.panel-ph {
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  width: 100%;
}
.panel-text h3 {
  font-size: 32px;
}
.panel-text .btn {
  margin-top: 6px;
}

.band {
  position: relative;
  background: var(--navy-dark);
  color: #c8d7e6;
  padding: 86px 0;
}
.band::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: var(--red);
}
.band-in {
  max-width: 820px;
}
.kicker {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 14px;
  color: #e59d8e;
  margin-bottom: 12px;
}
.band h2 {
  color: #fff;
  font-size: 46px;
  margin-bottom: 18px;
}
.band p {
  max-width: 640px;
}
.band .row {
  margin-top: 26px;
}

.split {
  padding: 88px 0;
  background: var(--gray);
}
.split-in {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.split-ph {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.split-text h2 {
  font-size: 40px;
}
.ticks {
  margin: 22px 0 26px;
  display: grid;
  gap: 10px;
}
.ticks li {
  position: relative;
  padding-left: 28px;
  color: var(--ink);
}
.ticks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 14px;
  height: 14px;
  background: var(--red);
  clip-path: polygon(14% 46%, 0 60%, 42% 100%, 100% 22%, 86% 8%, 40% 70%);
}

.reviews {
  padding: 86px 0;
}
.slider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 38px;
}
.track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.track::-webkit-scrollbar {
  display: none;
}
.quote {
  flex: 0 0 calc(33.333% - 14px);
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid var(--line);
  padding: 26px 24px;
}
.stars {
  color: #e0a52c;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
}
.quote p {
  font-size: 16px;
  color: var(--ink);
}
.who {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 14px;
  color: var(--navy);
  font-weight: 600;
}
.arrow {
  flex: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--navy);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.arrow:hover {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

.location {
  background: var(--navy);
  padding: 80px 0 90px;
}
.loc {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 30px;
  margin-top: 38px;
  align-items: stretch;
}
.loc-ph {
  min-height: 340px;
  background-color: #dce6f0;
}
.loc-card {
  background: #fff;
  padding: 30px 28px;
}
.loc-card h3 {
  font-size: 28px;
}
.loc-tel {
  display: block;
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 16px;
}
.hours {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 14px;
  font-size: 16px;
}
.hours th,
.hours td {
  text-align: left;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 500;
}
.hours th {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--navy);
  font-weight: 600;
  width: 44%;
}
.loc-note {
  font-size: 14px;
  margin-bottom: 22px;
}

.footer {
  background: var(--navy-dark);
  color: #98a4b0;
  padding: 64px 0 0;
  font-size: 15px;
}
.foot-in {
  display: grid;
  grid-template-columns: 1.4fr repeat(2, 1fr);
  gap: 34px;
}
.foot-brand {
  display: grid;
  gap: 12px;
  justify-items: start;
}
.foot-brand p {
  margin: 0;
  max-width: 260px;
}
.foot-col h4 {
  color: #fff;
  font-size: 19px;
  margin-bottom: 14px;
}
.foot-col ul {
  display: grid;
  gap: 9px;
}
.footer a {
  color: #98a4b0;
}
.footer a:hover {
  color: #fff;
}
.foot-bar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 52px;
  padding: 20px 24px;
  border-top: 1px solid #333c45;
  font-size: 14px;
}
.foot-bar p {
  margin: 0;
}
.foot-bar ul {
  display: flex;
  gap: 20px;
}

@media (max-width: 1000px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .quote {
    flex: 0 0 calc(50% - 10px);
  }
  .foot-in {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1000px) {
  .nav {
    gap: 18px;
  }
  .nav-list {
    gap: 16px;
  }
  .nav-cta .btn {
    padding: 0 12px;
    font-size: 14px;
  }
}
@media (max-width: 820px) {
  .burger {
    display: block;
  }
  .nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--navy-dark);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 24px 22px;
    display: none;
  }
  .nav.open {
    display: flex;
  }
  .nav-list {
    flex-direction: column;
    gap: 0;
  }
  .nav-list a {
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid #29435f;
  }
  .nav-cta {
    padding-top: 16px;
  }
  .nav-cta .btn {
    flex: 1;
  }
  .header-in {
    position: relative;
  }
  .hero {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
  }
  .hero-in {
    padding: 64px 24px 96px;
  }
  .hero-box h1 {
    font-size: 44px;
  }
  .head {
    font-size: 32px;
  }
  .head span {
    padding: 0 44px;
  }
  .head span::before,
  .head span::after {
    width: 28px;
  }
  .band h2 {
    font-size: 34px;
  }
  .panel.on,
  .split-in {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .panel {
    padding: 24px;
  }
  .split-text h2 {
    font-size: 32px;
  }
  .quote {
    flex: 0 0 88%;
  }
  .arrow {
    display: none;
  }
  .loc {
    grid-template-columns: 1fr;
  }
  .loc-ph {
    min-height: 240px;
  }
}
@media (max-width: 560px) {
  .cards,
  .foot-in {
    grid-template-columns: 1fr;
  }
  .topbar-addr {
    font-size: 12px;
  }
  .topbar-phone {
    margin-left: 0;
  }
}

.page-hero {
  background: var(--navy);
  padding: 64px 0 58px;
}
.page-hero h1 {
  color: #fff;
  font-size: 48px;
  margin: 0;
}
.page-hero p {
  color: #bacbdc;
  margin: 10px 0 0;
}
.entry {
  padding: 66px 0 80px;
}
.entry-in {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 56px;
  align-items: start;
}
.entry-body h2 {
  font-size: 32px;
  margin-top: 34px;
}
.entry-body h3 {
  font-size: 24px;
  margin-top: 26px;
}
.entry-body ul {
  list-style: disc;
  padding-left: 22px;
  margin: 0 0 18px;
  display: grid;
  gap: 8px;
}
.entry-body ol {
  padding-left: 22px;
  margin: 0 0 18px;
}
.entry-body img {
  height: auto;
}
.entry-body blockquote {
  margin: 0 0 20px;
  padding: 4px 0 4px 22px;
  border-left: 4px solid var(--red);
  color: var(--ink);
}
.entry-meta {
  font-size: 15px;
  margin-bottom: 22px;
  color: #7c8794;
}
.aside {
  display: grid;
  gap: 20px;
}
.widget {
  background: var(--gray);
  border-top: 4px solid var(--red);
  padding: 24px;
}
.widget-title {
  font-size: 22px;
  margin-bottom: 12px;
}
.widget ul {
  display: grid;
  gap: 9px;
}
.aside-call {
  background: var(--navy);
  color: #cfdcea;
  padding: 26px 24px;
}
.aside-call h3 {
  color: #fff;
  font-size: 24px;
}
.aside-call .loc-tel {
  color: #fff;
}
.aside-call a.btn {
  margin-top: 8px;
  width: 100%;
}
.aside-call p {
  font-size: 16px;
}
.posts {
  display: grid;
  gap: 26px;
}
.post-card {
  border: 1px solid var(--line);
  padding: 26px 24px;
}
.post-card h2 {
  font-size: 26px;
  margin-bottom: 6px;
}
.pager {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}
.pager a {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  border: 1px solid var(--line);
  padding: 10px 18px;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
@media (max-width: 900px) {
  .entry-in {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .page-hero h1 {
    font-size: 34px;
  }
}

.logo-custom img {
  max-height: 106px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}
.logo-custom a {
  display: block;
}
.nav-list .menu-item-has-children > a::after {
  content: " \25BE";
  font-size: 12px;
}
.nav-list li.current-menu-item > a {
  color: #fff;
}

.card-link {
  display: inline-block;
  margin-top: 12px;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #fff;
  border-bottom: 2px solid var(--red);
}
.card-link:hover {
  color: #fff;
  border-color: #fff;
}
.stars i {
  color: #e0a52c;
  margin-right: 3px;
}
.band {
  background-size: cover;
  background-position: center;
}
.band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 39, 66, 0.86);
}
.band-in {
  position: relative;
}
.cta-content h2 {
  color: #fff;
  font-size: 46px;
  margin-bottom: 18px;
}
.cta-content p {
  max-width: 640px;
  margin: 0;
}
.band .row {
  margin-top: 26px;
}
.hours-block table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 14px;
  font-size: 16px;
}
.hours-block th,
.hours-block td {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid var(--line);
  font-weight: 500;
}
.hours-block th {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--navy);
  font-weight: 600;
  width: 44%;
}
.hours-block p,
.footer-hours p {
  margin: 0 0 6px;
}
.footer-hours table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  border: 0px;
}
.footer-hours th,
.footer-hours td {
  text-align: left;
  padding: 5px 0;
  font-weight: 500;
  color: #98a4b0;
}
.loc-map iframe {
  width: 100%;
  min-height: 340px;
  border: 0;
  display: block;
  height: 100%;
}
.panel-text p {
  margin-bottom: 16px;
}
.lede p:last-child {
  margin-bottom: 0;
}
.foot-col .btn {
  margin-top: 12px;
}
.mobile-btn {
  display: none;
}
@media (max-width: 820px) {
  .cta-content h2 {
    font-size: 34px;
  }
  .loc-map iframe {
    min-height: 240px;
  }
}

.wow {
  visibility: visible !important;
  animation: none !important;
}
.nav-list li {
  position: relative;
}

.nav-list .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 60;
  min-width: 230px;
  padding: 8px 0;
  margin: 0;
  background: var(--navy-dark);
  border-top: 3px solid var(--red);
  box-shadow: 0 14px 30px rgba(15, 39, 66, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.18s, transform 0.18s, visibility 0.18s;
}
.nav-list li:hover > .sub-menu,
.nav-list li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-list .sub-menu li {
  display: block;
}
.nav-list .sub-menu a {
  display: block;
  padding: 11px 20px;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #c6d6e6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.nav-list .sub-menu li:last-child a {
  border-bottom: 0;
}
.nav-list .sub-menu a:hover {
  background: var(--navy);
  color: #fff;
}
.nav-list .sub-menu .current-menu-item > a {
  color: #fff;
}

.nav-list .menu-item-has-children > a {
  padding-right: 18px;
}
.nav-list .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  border: 4px solid transparent;
  border-top-color: currentColor;
}

.nav-list .sub-menu .sub-menu {
  top: -11px;
  left: 100%;
}
.nav-list .sub-menu .menu-item-has-children > a::after {
  right: 14px;
  margin-top: -4px;
  border-top-color: transparent;
  border-left-color: currentColor;
}

@media (max-width: 820px) {
  .nav-list .sub-menu {
    position: static;
    min-width: 0;
    padding: 0 0 0 16px;
    margin: 0;
    background: transparent;
    border-top: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
  }
  .nav-list li.open > .sub-menu {
    display: block;
  }
  .nav-list .sub-menu a {
    padding: 11px 0;
    border-bottom: 1px solid #29435f;
  }
  .nav-list .sub-menu .sub-menu {
    top: auto;
    left: auto;
  }
  .nav-list .menu-item-has-children > a::after {
    right: 6px;
  }
  .nav-list li.open > a::after {
    transform: rotate(180deg);
  }
}
div#page {
    padding: 0px;
}

html .btn {
    color: #fff;
}

.bottom-footer {
    text-align: center;
}

.wrap.header-in {max-width: 1800px;}

  .features {
      width: 100%;
      min-height: 111px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      align-items: center;
      padding: 18px 14px 10px;
      background: #fff;
    }

    .feature {
      text-align: center;
      padding: 0 10px;
    }

    .feature-icon {
      width: 28px;
      height: 28px;
      margin: 0 auto 7px;
      display: grid;
      place-items: center;
      color: var(--accent);
    }

    .feature-icon svg {
      width: 28px;
      height: 28px;
      display: block;
      fill: currentColor;
    }

    .feature-icon img {
      width: 28px;
      height: 28px;
      display: block;
      object-fit: contain;
    }

    .feature-title {
      margin: 0;
      font-size: 13px;
      line-height: 1.55;
      font-weight: 700;
      color: var(--ink);
    }

    @media (max-width: 760px) {
      .features {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 24px;
        padding: 24px 16px;
      }
    }

    @media (max-width: 430px) {
      .features {
        grid-template-columns: 1fr;
      }
    }

h1.nomar {
    margin: 0px;
}