.elementor-257 .elementor-element.elementor-element-d2fa113{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body:not(.rtl) .elementor-257 .elementor-element.elementor-element-79c8437{left:0px;}body.rtl .elementor-257 .elementor-element.elementor-element-79c8437{right:0px;}.elementor-257 .elementor-element.elementor-element-79c8437{top:0px;z-index:-99;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-2631f39 *//* ── reset scoped ── */
.da-cf *,
.da-cf *::before,
.da-cf *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ── CSS tokens ── */
.da-cf {
  --bg:            #09090B;
  --fg:            #ffffff;
  --fg-muted:      rgba(255,255,255,0.74);
  --border:        rgba(255,255,255,0.12);
  --primary:       #2F7DE1;
  --secondary:     #00A7B5;
  --destructive:   #C52AA6;

  --pill-bg-1:     rgba(255,255,255,0.075);
  --pill-bg-2:     rgba(255,255,255,0.025);
  --pill-border:   rgba(255,255,255,0.16);
  --pill-shadow:   rgba(0,0,0,0.3);
  --pill-highlight:rgba(255,255,255,0.08);

  --pill-bg-1-h:   rgba(255,255,255,0.10);
  --pill-bg-2-h:   rgba(255,255,255,0.03);
  --pill-border-h: rgba(255,255,255,0.22);
  --pill-shadow-h: rgba(0,0,0,0.45);
  --pill-high-h:   rgba(255,255,255,0.18);
}

/* ── curtain wrapper (clip-path = only show within own box) ── */
.da-cf-curtain {
  position: relative;
  width: 100%;
  height: 100vh;
  clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%);
  font-family: 'Plus Jakarta Sans', ui-sans-serif, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* ── fixed footer inside curtain ── */
.da-cf-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("https://sandbox.digitalalberta.host3.alchemysvr.com/wp-content/uploads/2026/06/homeImageMountains2-1-scaled.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: var(--fg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  z-index: 0;
}

/* ── aurora glow ── */
.da-cf-aurora {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 82vw;
  height: 62vh;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%,
    rgba(0,167,181,0.24) 0%,
    rgba(47,125,225,0.18) 32%,
    rgba(108,60,200,0.14) 52%,
    transparent 72%
  );
  filter: blur(86px);
  transform: translate(-50%,-50%);
  animation: da-cf-breathe 8s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 0;
}

@keyframes da-cf-breathe {
  0%   { transform: translate(-50%,-50%) scale(1);   opacity: 0.6; }
  100% { transform: translate(-50%,-50%) scale(1.1); opacity: 1;   }
}

/* ── grid bg removed ── */
.da-cf-grid {
  display: none;
}
/* ── giant background text ── */
.da-cf-giant {
  position: absolute;
  bottom: -4vh;
  left: 0;
  width: 100%;
  max-width: 100%;
  transform: none;
  text-align: center;
  white-space: nowrap;
  font-size: clamp(86px, 17vw, 270px);
  line-height: 0.75;
  font-weight: 900;
  letter-spacing: -0.06em;
  color: transparent;
  -webkit-text-stroke: 1.15px rgba(255,255,255,0.18);
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.26) 0%,
    rgba(255,255,255,0.11) 48%,
    rgba(255,255,255,0.025) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 1;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  will-change: transform, opacity;
}

/* ── marquee strip ── */
.da-cf-marquee-wrap {
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  overflow: hidden;
  border-top:    1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.10);
  background: rgba(9,9,11,0.30);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 14px 0;
  z-index: 10;
  transform: rotate(-2deg) scaleX(1.1);
  box-shadow: 0 12px 38px rgba(0,0,0,0.34);
}
.da-cf-marquee-track {
  display: flex;
  width: max-content;
  animation: da-cf-marquee 40s linear infinite;
}
@keyframes da-cf-marquee {
  from { transform: translateX(0);    }
  to   { transform: translateX(-50%); }
}
.da-cf-marquee-item {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 0 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--fg-muted);
  white-space: nowrap;
}
.da-cf-dot {
  font-size: 10px;
  opacity: 1;
  text-shadow: 0 0 14px currentColor;
}
.da-cf-dot-primary {
  color: #2F7DE1;
}
.da-cf-dot-secondary {
  color: #C52AA6;
}
.da-cf-marquee-item .da-cf-dot:nth-of-type(4n + 2) {
  color: #00A7B5;
}
.da-cf-marquee-item .da-cf-dot:nth-of-type(4n + 4) {
  color: #6C3CC8;
}

/* ── main content / CTA banner ── */
.da-cf-content-stack {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: clamp(22px, 3vw, 38px);
  width: min(1180px, calc(100% - 48px));
  max-width: 1180px;
  margin: auto auto 0;
}

.da-cf-intro {
  width: min(940px, 100%);
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.28);
}

.da-cf-intro-heading {
  margin: 0;
  font-size: clamp(34px, 4.8vw, 68px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.da-cf-intro-heading span {
  color: #ef0182;
}

.da-cf-intro-copy {
  width: min(760px, 100%);
  margin: 14px auto 0;
  font-size: clamp(14px, 1.35vw, 18px);
  font-weight: 600;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.94);
}

.da-cf-main {
  position: relative;
  z-index: 10;
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(26px, 4vw, 64px);
  width: 100%;
  max-width: 1180px;
  margin: 0;
  padding: clamp(34px, 4.5vw, 58px) clamp(32px, 5vw, 72px);
  border-radius: 22px;
  overflow: hidden;
  background: #ef0182;
  color: #ffffff;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  will-change: transform, opacity;
}

.da-cf-main::before,
.da-cf-main::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.13);
}

.da-cf-main::before {
  width: clamp(120px, 14vw, 220px);
  height: clamp(120px, 14vw, 220px);
  top: -72px;
  right: -58px;
}

.da-cf-main::after {
  width: clamp(90px, 10vw, 160px);
  height: clamp(90px, 10vw, 160px);
  bottom: -86px;
  left: 34%;
  background: rgba(255, 255, 255, 0.10);
}

.da-cf-main > * {
  position: relative;
  z-index: 2;
}

/* ── heading ── */
.da-cf-heading {
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.02;
  text-align: left;
  margin-bottom: 0;
  color: #ffffff;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
  filter: none;
  will-change: transform, opacity;
}

/* ── pill buttons ── */
.da-cf-pills {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 18px;
  width: auto;
  min-width: min(420px, 100%);
  will-change: transform, opacity;
}
.da-cf-pills-primary,
.da-cf-pills-secondary {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.da-cf-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 34px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.10);
  background: #09090B;
  box-shadow:
    0 18px 38px rgba(0,0,0,0.22),
    inset 0 1px 0 rgba(255,255,255,0.08);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  will-change: transform;
  -webkit-user-select: none;
  user-select: none;
}
.da-cf-pill:hover {
  background: #000000;
  border-color: rgba(255,255,255,0.24);
  box-shadow:
    0 22px 46px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(255,255,255,0.12);
  color: #ffffff;
}
.da-cf-pill-sm {
  padding: 10px 22px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.86);
  background: rgba(0,0,0,0.20);
  border-color: rgba(255,255,255,0.22);
  box-shadow: none;
}
.da-cf-pill-sm:hover {
  color: #ffffff;
  background: rgba(0,0,0,0.34);
  border-color: rgba(255,255,255,0.34);
}

.da-cf-pill-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  opacity: 0.92;
  transition: opacity 0.2s;
}
.da-cf-pill:hover .da-cf-pill-icon { opacity: 1; }

/* ── bottom bar ── */
.da-cf-bottom {
  position: relative;
  z-index: 20;
  width: 100%;
  padding: 24px 40px 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.da-cf-copy {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-muted);
}


/* ── land acknowledgement ── */
.da-cf-land {
  order: 10;
  flex: 0 0 100%;
  width: min(1000px, 100%);
  max-width: 1000px;
  margin: 18px auto 0;
  font-size: clamp(9px, 0.72vw, 10.5px);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.02em;
  color: rgba(255,255,255,0.78);
  text-align: center;
}


.da-cf-copy {
  order: 1;
}

.da-cf-made {
  order: 2;
}

.da-cf-top-btn {
  order: 3;
}

/* made-with credit */
.da-cf-made {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  padding: 10px 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  color: var(--fg-muted);
  text-decoration: none;
  cursor: pointer;
  transition: color 0.25s ease, opacity 0.25s ease;
}
.da-cf-made:hover {
  color: var(--fg);
  opacity: 1;
}
.da-cf-made-text {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: currentColor;
}
.da-cf-made-brand {
  font-size: 13px;
  font-weight: 900;
  color: var(--fg);
  margin-left: 2px;
}
.da-cf-heart {
  font-size: 14px;
  color: var(--destructive);
  line-height: 1;
}
/* back to top */
.da-cf-top-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--pill-border);
  background: linear-gradient(145deg, var(--pill-bg-1), var(--pill-bg-2));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fg-muted);
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
  will-change: transform;
}
.da-cf-top-btn:hover {
  color: var(--fg);
  border-color: var(--pill-border-h);
}
.da-cf-top-btn svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s cubic-bezier(0.16,1,0.3,1);
}
.da-cf-top-btn:hover svg { transform: translateY(-3px); }

/* ── responsive ── */
@media (max-width: 760px) {
  .da-cf-content-stack {
    width: min(94vw, 1180px);
  }

  .da-cf-intro {
    padding: 0 10px;
  }

  .da-cf-main {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 34px 24px;
    text-align: left;
  }

  .da-cf-heading {
    text-align: left;
  }

  .da-cf-pills {
    align-items: flex-start;
    min-width: 0;
    width: 100%;
  }

  .da-cf-pills-primary,
  .da-cf-pills-secondary {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .da-cf-bottom { padding: 20px 20px 28px; flex-direction: column; align-items: center; text-align: center; }
  .da-cf-made { margin-left: 0; }
  .da-cf-land { text-align: center; width: min(1000px, 100%); max-width: 1000px; }
  .da-cf-pill   { padding: 14px 24px; font-size: 13px; }
}


/* ── mobile footer acknowledgement fix ──
   Keeps the land acknowledgement inside the footer flow on narrow screens,
   instead of letting it compress or sit off to the right of the bottom controls. */
@media (max-width: 760px) {
  .da-cf-curtain {
    height: auto;
    min-height: 100svh;
    clip-path: none;
  }

  .da-cf-footer {
    position: relative;
    height: auto;
    min-height: 100svh;
    justify-content: flex-start;
    padding-top: 128px;
    overflow: hidden;
  }

  .da-cf-marquee-wrap {
    top: 34px;
  }

  .da-cf-content-stack {
    margin: 0 auto 42px;
  }

  .da-cf-bottom {
    width: min(100%, 560px);
    margin: 0 auto;
    padding: 0 22px 34px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
  }

  .da-cf-copy,
  .da-cf-made,
  .da-cf-top-btn,
  .da-cf-land {
    flex: 0 0 auto;
  }

  .da-cf-copy {
    order: 1;
    width: 100%;
  }

  .da-cf-made {
    order: 2;
    margin-left: 0;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 4px;
    max-width: 100%;
  }

  .da-cf-top-btn {
    order: 3;
  }

  .da-cf-land {
    order: 4;
    display: block;
    width: 100%;
    max-width: 520px;
    margin: 6px auto 0;
    padding: 0;
    font-size: clamp(8.4px, 2.15vw, 9.6px);
    line-height: 1.58;
    letter-spacing: 0;
    text-align: center;
    color: rgba(255,255,255,0.76);
    overflow-wrap: break-word;
    word-break: normal;
    text-wrap: pretty;
  }
}

@media (max-width: 420px) {
  .da-cf-footer {
    padding-top: 112px;
  }

  .da-cf-content-stack {
    width: min(94vw, 520px);
    gap: 22px;
    margin-bottom: 34px;
  }

  .da-cf-intro-heading {
    font-size: clamp(30px, 9.5vw, 42px);
  }

  .da-cf-intro-copy {
    margin-top: 10px;
    font-size: 13px;
  }

  .da-cf-main {
    width: 100%;
    padding: 30px 22px;
  }

  .da-cf-bottom {
    padding-left: 18px;
    padding-right: 18px;
  }

  .da-cf-land {
    max-width: 34em;
    font-size: 8.35px;
    line-height: 1.55;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-79c8437 *//* ── reset scoped ── */
.da-cf *,
.da-cf *::before,
.da-cf *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ── CSS tokens ── */
.da-cf {
  --bg:            #09090B;
  --fg:            #ffffff;
  --fg-muted:      rgba(255,255,255,0.74);
  --border:        rgba(255,255,255,0.12);
  --primary:       #2F7DE1;
  --secondary:     #00A7B5;
  --destructive:   #C52AA6;

  --pill-bg-1:     rgba(255,255,255,0.075);
  --pill-bg-2:     rgba(255,255,255,0.025);
  --pill-border:   rgba(255,255,255,0.16);
  --pill-shadow:   rgba(0,0,0,0.3);
  --pill-highlight:rgba(255,255,255,0.08);

  --pill-bg-1-h:   rgba(255,255,255,0.10);
  --pill-bg-2-h:   rgba(255,255,255,0.03);
  --pill-border-h: rgba(255,255,255,0.22);
  --pill-shadow-h: rgba(0,0,0,0.45);
  --pill-high-h:   rgba(255,255,255,0.18);
}

/* ── curtain wrapper (clip-path = only show within own box) ── */
.da-cf-curtain {
  position: relative;
  width: 100%;
  height: 100vh;
  clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%);
  font-family: 'Plus Jakarta Sans', ui-sans-serif, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* ── fixed footer inside curtain ── */
.da-cf-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("https://sandbox.digitalalberta.host3.alchemysvr.com/wp-content/uploads/2026/06/homeImageMountains2-1-scaled.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: var(--fg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  z-index: 0;
}

/* ── aurora glow ── */
.da-cf-aurora {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 82vw;
  height: 62vh;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%,
    rgba(0,167,181,0.24) 0%,
    rgba(47,125,225,0.18) 32%,
    rgba(108,60,200,0.14) 52%,
    transparent 72%
  );
  filter: blur(86px);
  transform: translate(-50%,-50%);
  animation: da-cf-breathe 8s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 0;
}

@keyframes da-cf-breathe {
  0%   { transform: translate(-50%,-50%) scale(1);   opacity: 0.6; }
  100% { transform: translate(-50%,-50%) scale(1.1); opacity: 1;   }
}

/* ── grid bg removed ── */
.da-cf-grid {
  display: none;
}
/* ── giant background text ── */
.da-cf-giant {
  position: absolute;
  bottom: -4vh;
  left: 0;
  width: 100%;
  max-width: 100%;
  transform: none;
  text-align: center;
  white-space: nowrap;
  font-size: clamp(86px, 17vw, 270px);
  line-height: 0.75;
  font-weight: 900;
  letter-spacing: -0.06em;
  color: transparent;
  -webkit-text-stroke: 1.15px rgba(255,255,255,0.18);
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.26) 0%,
    rgba(255,255,255,0.11) 48%,
    rgba(255,255,255,0.025) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 1;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  will-change: transform, opacity;
}

/* ── marquee strip ── */
.da-cf-marquee-wrap {
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  overflow: hidden;
  border-top:    1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.10);
  background: rgba(9,9,11,0.30);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 14px 0;
  z-index: 10;
  transform: rotate(-2deg) scaleX(1.1);
  box-shadow: 0 12px 38px rgba(0,0,0,0.34);
}
.da-cf-marquee-track {
  display: flex;
  width: max-content;
  animation: da-cf-marquee 40s linear infinite;
}
@keyframes da-cf-marquee {
  from { transform: translateX(0);    }
  to   { transform: translateX(-50%); }
}
.da-cf-marquee-item {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 0 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--fg-muted);
  white-space: nowrap;
}
.da-cf-dot {
  font-size: 10px;
  opacity: 1;
  text-shadow: 0 0 14px currentColor;
}
.da-cf-dot-primary {
  color: #2F7DE1;
}
.da-cf-dot-secondary {
  color: #C52AA6;
}
.da-cf-marquee-item .da-cf-dot:nth-of-type(4n + 2) {
  color: #00A7B5;
}
.da-cf-marquee-item .da-cf-dot:nth-of-type(4n + 4) {
  color: #6C3CC8;
}

/* ── main content / CTA banner ── */
.da-cf-content-stack {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: clamp(22px, 3vw, 38px);
  width: min(1180px, calc(100% - 48px));
  max-width: 1180px;
  margin: auto auto 0;
}

.da-cf-intro {
  width: min(940px, 100%);
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.28);
}

.da-cf-intro-heading {
  margin: 0;
  font-size: clamp(34px, 4.8vw, 68px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.da-cf-intro-heading span {
  color: #ef0182;
}

.da-cf-intro-copy {
  width: min(760px, 100%);
  margin: 14px auto 0;
  font-size: clamp(14px, 1.35vw, 18px);
  font-weight: 600;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.94);
}

.da-cf-main {
  position: relative;
  z-index: 10;
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(26px, 4vw, 64px);
  width: 100%;
  max-width: 1180px;
  margin: 0;
  padding: clamp(34px, 4.5vw, 58px) clamp(32px, 5vw, 72px);
  border-radius: 22px;
  overflow: hidden;
  background: #ef0182;
  color: #ffffff;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  will-change: transform, opacity;
}

.da-cf-main::before,
.da-cf-main::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.13);
}

.da-cf-main::before {
  width: clamp(120px, 14vw, 220px);
  height: clamp(120px, 14vw, 220px);
  top: -72px;
  right: -58px;
}

.da-cf-main::after {
  width: clamp(90px, 10vw, 160px);
  height: clamp(90px, 10vw, 160px);
  bottom: -86px;
  left: 34%;
  background: rgba(255, 255, 255, 0.10);
}

.da-cf-main > * {
  position: relative;
  z-index: 2;
}

/* ── heading ── */
.da-cf-heading {
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.02;
  text-align: left;
  margin-bottom: 0;
  color: #ffffff;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
  filter: none;
  will-change: transform, opacity;
}

/* ── pill buttons ── */
.da-cf-pills {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 18px;
  width: auto;
  min-width: min(420px, 100%);
  will-change: transform, opacity;
}
.da-cf-pills-primary,
.da-cf-pills-secondary {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.da-cf-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 34px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.10);
  background: #09090B;
  box-shadow:
    0 18px 38px rgba(0,0,0,0.22),
    inset 0 1px 0 rgba(255,255,255,0.08);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  will-change: transform;
  -webkit-user-select: none;
  user-select: none;
}
.da-cf-pill:hover {
  background: #000000;
  border-color: rgba(255,255,255,0.24);
  box-shadow:
    0 22px 46px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(255,255,255,0.12);
  color: #ffffff;
}
.da-cf-pill-sm {
  padding: 10px 22px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.86);
  background: rgba(0,0,0,0.20);
  border-color: rgba(255,255,255,0.22);
  box-shadow: none;
}
.da-cf-pill-sm:hover {
  color: #ffffff;
  background: rgba(0,0,0,0.34);
  border-color: rgba(255,255,255,0.34);
}

.da-cf-pill-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  opacity: 0.92;
  transition: opacity 0.2s;
}
.da-cf-pill:hover .da-cf-pill-icon { opacity: 1; }

/* ── bottom bar ── */
.da-cf-bottom {
  position: relative;
  z-index: 20;
  width: 100%;
  padding: 24px 40px 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.da-cf-copy {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-muted);
}


/* ── land acknowledgement ── */
.da-cf-land {
  order: 10;
  flex: 0 0 100%;
  width: min(1000px, 100%);
  max-width: 1000px;
  margin: 18px auto 0;
  font-size: clamp(9px, 0.72vw, 10.5px);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.02em;
  color: rgba(255,255,255,0.78);
  text-align: center;
}


.da-cf-copy {
  order: 1;
}

.da-cf-made {
  order: 2;
}

.da-cf-top-btn {
  order: 3;
}

/* made-with credit */
.da-cf-made {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  padding: 10px 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  color: var(--fg-muted);
  text-decoration: none;
  cursor: pointer;
  transition: color 0.25s ease, opacity 0.25s ease;
}
.da-cf-made:hover {
  color: var(--fg);
  opacity: 1;
}
.da-cf-made-text {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: currentColor;
}
.da-cf-made-brand {
  font-size: 13px;
  font-weight: 900;
  color: var(--fg);
  margin-left: 2px;
}
.da-cf-heart {
  font-size: 14px;
  color: var(--destructive);
  line-height: 1;
}
/* back to top */
.da-cf-top-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--pill-border);
  background: linear-gradient(145deg, var(--pill-bg-1), var(--pill-bg-2));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fg-muted);
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
  will-change: transform;
}
.da-cf-top-btn:hover {
  color: var(--fg);
  border-color: var(--pill-border-h);
}
.da-cf-top-btn svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s cubic-bezier(0.16,1,0.3,1);
}
.da-cf-top-btn:hover svg { transform: translateY(-3px); }

/* ── responsive ── */
@media (max-width: 760px) {
  .da-cf-content-stack {
    width: min(94vw, 1180px);
  }

  .da-cf-intro {
    padding: 0 10px;
  }

  .da-cf-main {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 34px 24px;
    text-align: left;
  }

  .da-cf-heading {
    text-align: left;
  }

  .da-cf-pills {
    align-items: flex-start;
    min-width: 0;
    width: 100%;
  }

  .da-cf-pills-primary,
  .da-cf-pills-secondary {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .da-cf-bottom { padding: 20px 20px 28px; flex-direction: column; align-items: center; text-align: center; }
  .da-cf-made { margin-left: 0; }
  .da-cf-land { text-align: center; width: min(1000px, 100%); max-width: 1000px; }
  .da-cf-pill   { padding: 14px 24px; font-size: 13px; }
}


/* ── mobile footer acknowledgement fix ──
   Keeps the land acknowledgement inside the footer flow on narrow screens,
   instead of letting it compress or sit off to the right of the bottom controls. */
@media (max-width: 760px) {
  .da-cf-curtain {
    height: auto;
    min-height: 100svh;
    clip-path: none;
  }

  .da-cf-footer {
    position: relative;
    height: auto;
    min-height: 100svh;
    justify-content: flex-start;
    padding-top: 128px;
    overflow: hidden;
  }

  .da-cf-marquee-wrap {
    top: 34px;
  }

  .da-cf-content-stack {
    margin: 0 auto 42px;
  }

  .da-cf-bottom {
    width: min(100%, 560px);
    margin: 0 auto;
    padding: 0 22px 34px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
  }

  .da-cf-copy,
  .da-cf-made,
  .da-cf-top-btn,
  .da-cf-land {
    flex: 0 0 auto;
  }

  .da-cf-copy {
    order: 1;
    width: 100%;
  }

  .da-cf-made {
    order: 2;
    margin-left: 0;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 4px;
    max-width: 100%;
  }

  .da-cf-top-btn {
    order: 3;
  }

  .da-cf-land {
    order: 4;
    display: block;
    width: 100%;
    max-width: 520px;
    margin: 6px auto 0;
    padding: 0;
    font-size: clamp(8.4px, 2.15vw, 9.6px);
    line-height: 1.58;
    letter-spacing: 0;
    text-align: center;
    color: rgba(255,255,255,0.76);
    overflow-wrap: break-word;
    word-break: normal;
    text-wrap: pretty;
  }
}

@media (max-width: 420px) {
  .da-cf-footer {
    padding-top: 112px;
  }

  .da-cf-content-stack {
    width: min(94vw, 520px);
    gap: 22px;
    margin-bottom: 34px;
  }

  .da-cf-intro-heading {
    font-size: clamp(30px, 9.5vw, 42px);
  }

  .da-cf-intro-copy {
    margin-top: 10px;
    font-size: 13px;
  }

  .da-cf-main {
    width: 100%;
    padding: 30px 22px;
  }

  .da-cf-bottom {
    padding-left: 18px;
    padding-right: 18px;
  }

  .da-cf-land {
    max-width: 34em;
    font-size: 8.35px;
    line-height: 1.55;
  }
}/* End custom CSS */