:root {
  --body: "Source Sans 3", system-ui, sans-serif;
  --display: "Playfair Display", Georgia, serif;
  --advertix-ribbon-h: 2.35rem;
}

html {
  direction: ltr;
}

body {
  font-family: var(--body);
}

h1,
h2,
h3,
.brand,
.card-brand,
.role-grid span,
.role-grid h3,
.trust-steps b,
.tour-bar b,
.paper,
.money-top b {
  font-family: var(--display);
}

.skip {
  left: 1rem;
  right: auto;
}

.site-header {
  padding: 1.5rem clamp(1.25rem, 5vw, 5rem);
  top: var(--advertix-ribbon-h);
}

.site-header--inner {
  position: relative;
  top: auto;
  background: var(--ink);
}

.advertix-ribbon {
  position: relative;
  z-index: 20;
  min-height: var(--advertix-ribbon-h);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 1rem;
  background: #0a2e2f;
  border-bottom: 1px solid rgb(232 213 181 / 0.18);
}

.advertix-ribbon-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.5rem;
  font-size: 0.76rem;
  font-weight: 500;
  color: rgb(247 242 234 / 0.72);
}

.advertix-ribbon-brand {
  color: var(--sand);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.advertix-ribbon-brand:hover {
  color: #fff;
}

.advertix-ribbon-sep {
  opacity: 0.35;
}

.advertix-ribbon-link {
  color: rgb(247 242 234 / 0.72);
  text-decoration: none;
}

.advertix-ribbon-link:hover {
  color: var(--sand);
  text-decoration: underline;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.site-nav a {
  color: inherit;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  opacity: 0.92;
}

.site-nav a:hover {
  opacity: 1;
  text-decoration: underline;
}

.brand span {
  margin-right: 0;
  margin-left: 0.17rem;
}

.image-shade {
  background: linear-gradient(270deg, rgb(15 61 62 / 0.95) 0%, rgb(15 61 62 / 0.76) 29%, rgb(15 61 62 / 0.18) 68%, rgb(15 61 62 / 0.22)),
    linear-gradient(0deg, rgb(15 61 62 / 0.76), transparent 45%);
}

.portrait-tag {
  left: auto;
  right: -12%;
}

.bubble.soft {
  margin-right: 0;
  margin-left: 26px;
}

.order-row i {
  margin-left: 0;
  margin-right: 0.5rem;
}

.order-row b {
  margin-left: 0;
  margin-right: auto;
}

.text-link b {
  margin-right: 0;
  margin-left: 0.7rem;
}

.dot {
  margin-left: 0;
  margin-right: 4px;
}

.chart-key i {
  margin-left: 0;
  margin-right: 4px;
}

.role-grid {
  border-left: 0;
  border-right: 1px solid var(--line);
}

.role-grid article {
  border-right: 0;
  border-left: 1px solid var(--line);
}

.cta-sun {
  right: auto;
  left: 50%;
}

.sticky-facebook {
  position: fixed;
  z-index: 12;
  right: 1.25rem;
  left: auto;
  bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem 0.95rem;
  border: 1px solid rgb(232 213 181 / 0.55);
  border-radius: 999px;
  background: rgb(15 61 62 / 0.93);
  box-shadow: 0 12px 35px rgb(15 61 62 / 0.28);
  color: var(--paper);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  backdrop-filter: blur(14px);
}

.sticky-facebook span {
  display: grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: #1877f2;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
}

.advertix-credit {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgb(247 242 234 / 0.78);
}

.advertix-credit a {
  color: var(--sand);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.advertix-credit a:hover {
  color: #fff;
}

.advertix-credit--dark {
  color: #5f7170;
}

.advertix-credit--dark a {
  color: var(--teal);
}

.advertix-credit--footer {
  color: rgb(247 242 234 / 0.62);
  font-size: 0.72rem;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.5rem;
}

.features-grid article {
  padding: 1.25rem 1.35rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fbf8f2;
}

.features-grid h3 {
  margin: 0 0 0.45rem;
  font-size: 1.15rem;
}

.features-grid p {
  margin: 0;
  font-size: 0.88rem;
  color: #5f7170;
  line-height: 1.65;
}

.faq-list {
  max-width: 760px;
  margin: 2rem auto 0;
}

.faq-list details {
  margin-bottom: 0.75rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fbf8f2;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
}

.faq-list p {
  margin: 0.75rem 0 0;
  color: #5f7170;
  font-size: 0.92rem;
}

.page-hero {
  padding-top: 6.5rem;
  padding-bottom: 4rem;
  background: var(--ink);
  color: var(--paper);
}

.page-hero h1 {
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  margin-bottom: 0.75rem;
}

.page-hero p {
  max-width: 620px;
  color: rgb(247 242 234 / 0.82);
}

.page-section {
  padding: clamp(3rem, 8vw, 5rem) max(1.25rem, calc((100vw - 900px) / 2));
}

.page-section h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 1rem;
}

.page-section p,
.page-section li {
  color: #5f7170;
  line-height: 1.8;
}

.contact-card {
  max-width: 520px;
  margin-top: 2rem;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fbf8f2;
}

footer {
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (max-width: 760px) {
  :root {
    --advertix-ribbon-h: 2.65rem;
  }

  .advertix-ribbon-inner {
    font-size: 0.7rem;
  }

  .site-header {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .site-nav {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .sticky-facebook {
    right: 50%;
    transform: translateX(50%);
    width: max-content;
  }

  .portrait-tag {
    right: -5%;
  }
}

@media (max-width: 760px) {
  .image-shade {
    background: linear-gradient(270deg, rgb(15 61 62 / 0.92), rgb(15 61 62 / 0.4)),
      linear-gradient(0deg, rgb(15 61 62 / 0.8), transparent 50%);
  }
}
