@font-face {
  font-family: "Claritycity";
  src: url("../media/dynamic/ClarityCity/ClarityCity-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Claritycity";
  src: url("../media/dynamic/ClarityCity/ClarityCity-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Claritycity";
  src: url("../media/dynamic/ClarityCity/ClarityCity-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Claritycity";
  src: url("../media/dynamic/ClarityCity/ClarityCity-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Claritycity";
  src: url("../media/dynamic/ClarityCity/ClarityCity-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

.hero-frame-dynamic {
  display: contents;
}

.hero-frame-canvas {
  background: var(--sl--decor-tint-soft);
  overflow: hidden;
  position: relative;
}

.hero-site {
  width: 100%;
  height: 100%;
}

.hero-site-viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0 0 18px 0;
  min-width: 0;
}



.frame-page {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 15px 30px 26px;
  font-family: "Claritycity", sans-serif;
  background: radial-gradient(circle at top left, var(--sl--hero-gradient-from) 0%, var(--sl--hero-gradient-to) 55%);
  color: #f4f7f6;
}

.frame-top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 32px;
}

.frame-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.frame-logo-mark {
  position: relative;
  width: 22px;
  height: 22px;
  display: inline-block;
}

.frame-logo-mark .sl-logo-part {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.frame-logo-mark .sl-logo-partA {
  color: #ffffff;
}

.frame-logo-mark .sl-logo-partB {
  color: var(--core--colors--primary--100);
}

.frame-logo-mark .sl-logo-partC {
  color: var(--sl--decor-tint);
}

.frame-logo-text {
  font-size: 18px;
  line-height: 1;
  user-select: none;
}

.frame-nav-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero .frame-top-nav {
  justify-content: flex-start;
  position: relative;
}

.hero {
  --hero-nav-shift: 0px;
}

.hero .frame-nav-links {
  margin-left: auto;
  transform: translate(var(--hero-nav-shift), 7px);
  transition: transform 0.3s ease;
}

.hero .frame-nav-cta {
  position: absolute;
  right: 0;
  top: 0;
  margin-left: 16px;
}

.hero:not(.hero-cta-visible) .frame-nav-cta {
  visibility: hidden;
  pointer-events: none;
}

.hero.hero-nav-centered {
  --hero-nav-shift: -185px;
}

.frame-nav-links a {
  color: #f4f7f6;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}

.frame-nav-cta {
  border: none;
  background: var(--core--colors--primary--100);
  color: #ffffff;
  padding: 6px 20px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.frame-nav-cta:hover {
  transform: translateY(-1px);
  background: color-mix(in srgb, var(--core--colors--primary--100) 90%, transparent);
}

.frame-preview-modal {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  z-index: 5;
  display: none;
}

.frame-preview-modal.is-open {
  display: block;
}

.frame-preview-panel {
  background: #fff;
  color: #111;
  border-radius: 16px;
  padding: 18px 18px 16px;
  width: 240px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
  position: relative;
}

.frame-preview-panel p {
  margin: 0 0 14px;
  font-size: 14px;
  color: #2a2a2a;
}

.frame-preview-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: #f2f2f2;
  color: #111;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  cursor: pointer;
}

.frame-preview-btn {
  width: 100%;
  justify-content: center;
}

.frame-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 18px;
  flex: 1;
}

.frame-hero > * {
  position: relative;
  z-index: 1;
}

.frame-shape {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.frame-shape.frame-shape-top {
  inset: 0% 0% auto auto;
  right: 0;
  max-width: 220px;
  top: 4%;
}

.frame-shape img {
  max-width: 100%;
  display: block;
}

.frame-hero-content h2 {
  font-size: clamp(26px, 3.9vw, 42px);
  margin: 0 0 16px;
  line-height: 1.1;
  font-family: "Claritycity", sans-serif;
  font-weight: 700;
  max-width: 720px;
}

.frame-hero-columns {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 24px;
  align-items: start;
}

.frame-hero-copy {
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
  padding-bottom: 50px;
}

.frame-hero-icons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  overflow: hidden;
  max-height: 120px;
  transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease, margin 0.3s ease;
}

.frame-hero-icon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: transparent;
  color: #f4f7f6;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}

.frame-hero-icon img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
}

.hero.hero-icons-hidden .frame-hero-icons {
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  max-height: 0;
  margin: 0;
}

.hero.hero-icons-hidden .frame-hero-icon {
  pointer-events: none;
}

.frame-hero-single-cta {
  padding: 10px 18px;
  font-size: 15px;
}

.hero .frame-hero-actions {
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.hero.hero-single-cta-visible .frame-hero-actions {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.hero.hero-single-cta-primary .frame-hero-single-cta {
  background: var(--core--colors--primary--100);
  color: #ffffff;
  border-color: transparent;
}

.frame-subhead {
  color: #f4f7f6;
  font-size: 17px;
  margin: 0;
  max-width: 385px;
}

.hero .frame-hero-content h2,
.hero .frame-subhead {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.hero.hero-title-hidden .frame-hero-content h2,
.hero.hero-sub-hidden .frame-subhead {
  opacity: 0;
  transform: translateY(12px) scale(0.98);
}

@media (prefers-reduced-motion: reduce) {
  .hero .frame-hero-content h2,
  .hero .frame-subhead {
    transition: none;
  }
}

.frame-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.frame-btn-primary,
.frame-btn-secondary {
  border-radius: 999px;
  padding: 6px 20px;
  font-weight: 600;
  font-size: 15px;
  border: none;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, filter 0.18s ease, border-color 0.18s ease;
}

.frame-btn-primary {
  background: var(--core--colors--primary--100);
  color: #ffffff;
}

.frame-btn-primary:hover {
  transform: translateY(-1px);
  background: color-mix(in srgb, var(--core--colors--primary--100) 90%, transparent);
}

.frame-btn-secondary {
  background: transparent;
  color: #f4f7f6;
  border: 1px solid #f4f7f6;
}

.frame-btn-secondary:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.85);
}

.frame-trust {
  margin: 0;
  color: #f4f7f6;
  font-size: 16px;
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.frame-reviews {
  display: grid;
  gap: 10px;
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  margin-top: auto;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.frame-reviews-top {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.frame-reviews-logo {
  width: 34px;
  height: 34px;
}

.frame-reviews-score {
  font-size: 24px;
  font-weight: 700;
  color: #f4f7f6;
}

.frame-reviews-stars {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.frame-reviews-stars img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.hero-cta-visible .frame-nav-cta,
.hero-cta-actions-visible .frame-hero-actions {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.hero-reviews-visible .frame-reviews,
.hero-reviews-visible .frame-trust {
  opacity: 1;
  transform: translateY(0) scale(1);
}


.frame-hero-media {
  background: var(--sl--decor-tint-soft);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 30px var(--primary-shadow--04);
  transform: translateX(45px);
  align-self: center;
  aspect-ratio: 1000 / 640;
  position: relative;
}

.frame-hero-media {
  align-self: start;
}

.frame-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: inherit;
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition-property: opacity;
}

.frame-hero-media img.is-switching {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .frame-hero-media img {
    transition: none;
  }
}

.frame-narrow-scroll {
  background: #ffffff;
  color: #111111;
  border-radius: 18px;
  padding: 32px 26px 40px;
  display: none;
}

.why-dynamic-scroll .frame-narrow-scroll {
  display: block;
}

.frame-narrow-inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.frame-narrow-heading {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.frame-narrow-accent {
  width: 6px;
  height: 28px;
  border-radius: 999px;
  background: var(--core--colors--primary--100);
  margin-top: 6px;
}

.frame-narrow-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

.frame-narrow-sub {
  margin: 0;
  font-size: 15px;
  color: #3a3a3a;
}

.frame-narrow-card {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 18px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.04);
}

.frame-narrow-quote {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
  color: #222222;
}

.frame-narrow-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.frame-narrow-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.frame-narrow-author {
  font-size: 16px;
  font-weight: 600;
}

.frame-narrow-stars {
  display: inline-flex;
  gap: 6px;
}

.frame-narrow-stars img {
  width: 18px;
  height: 18px;
}

.frame-narrow-google {
  width: 36px;
  height: 36px;
}

.frame-narrow-cta {
  border: none;
  background: var(--core--colors--primary--100);
  color: #ffffff;
  font-weight: 600;
  border-radius: 999px;
  padding: 12px 18px;
  cursor: pointer;
}

.hero-site-state {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: none;
}

.hero-site-state.is-active {
  opacity: 1;
}
