﻿/*
Theme Name: Digitalparc Theme
Theme URI: https://wordpress.org/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Theme Description
Version: 1.0
Text Domain: dp_theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
}
p:only-child {
  margin-top: 0;
  margin-bottom: 0;
}
p:last-child {
  margin-bottom: 0;
}

:root {
  --primary-font: "Rubik";
  --s140: 140px;
  --s100: 100px;
  --s80: 80px;
  --s50: 50px;
  --s60: 60px;
  --s60special: 60px;
  --s40: 40px;
  --s25: 25px;
  --s20: 20px;
}
@media (max-width: 1540px) {
  :root {
    --s140: 120px;
    --s100: 80px;
    --s80: 60px;
    --s50: 40px;
    --s60: 50px;
    --s60special: 40px;
    --s40: 30px;
    --s25: 20px;
    --s20: 15px;
  }
}
@media (max-width: 1200px) {
  :root {
    --s140: 120px;
    --s100: 80px;
    --s80: 60px;
    --s50: 35px;
    --s60: 40px;
    --s60special: 20px;
    --s40: 30px;
    --s25: 20px;
    --s20: 15px;
  }
}
@media (max-width: 1024px) {
  :root {
    --s140: 100px;
    --s100: 60px;
    --s80: 40px;
    --s50: 25px;
    --s60: 30px;
    --s60special: 10px;
    --s40: 20px;
    --s25: 15px;
    --s20: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --s140: 70px;
    --s100: 50px;
    --s80: 30px;
    --s50: 20px;
    --s60: 20px;
    --s40: 20px;
    --s25: 15px;
    --s20: 10px;
  }
}
.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5,
.elementor-widget-text-editor h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.elementor-slideshow__header {
  width: calc(100% - 100px) !important;
}

/* ================= Goals.com Home Page ================= */
:root {
  --navy: #1a2035;
  --navy2: #141827;
  --teal: #1d9e75;
  --teal2: #17896a;
  --teal-light: #22c55e;
  --teal-pale: rgba(29, 158, 117, 0.12);
  --off: #f4f6f9;
  --g50: #f8fafc;
  --g100: #f1f5f9;
  --g200: #e2e8f0;
  --g300: #cbd5e1;
  --g400: #94a3b8;
  --g500: #64748b;
  --g600: #475569;
  --dark: #1e293b;
  --radius: 12px;
  --shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 12px 48px rgba(0, 0, 0, 0.18);
  --nav-height: 76px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Inter", sans-serif;
  background: #fff;
  color: var(--dark);
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  color: inherit;
}

/* â”€â”€ VIEWS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
/* â”€â”€ NAV â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.nav {
  position: relative;
  z-index: 200;
  padding: 0 48px;
  height: var(--nav-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(20, 24, 39, 0.95);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.nav.active-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.nav.nav-open {
  z-index: 201;
}
.nav-logo {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav-links .nav-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links .nav-menu > li {
  margin: 0;
  padding: 0;
}
.nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.2s;
}
.nav-links a:hover {
  color: #fff;
}
.nav-links .current-menu-item > a,
.nav-links .current-menu-ancestor > a,
.nav-links .current_page_item > a {
  color: var(--teal-light);
}
.nav-kc-btn {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: color 0.2s;
  background: none;
  border: none;
  font-family: "Inter", sans-serif;
  padding: 0;
  text-decoration: none;
}
.nav-kc-btn:hover {
  color: #fff;
}
.nav-kc-btn.active,
.nav-links .current-menu-item > .nav-kc-btn {
  color: var(--teal-light);
}
.nav-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-panel {
  display: contents;
}
.nav-panel-top {
  display: none;
}
.nav-close {
  display: none;
}
.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  flex-shrink: 0;
}
.nav-toggle-bar {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px 0;
  background: #fff;
  border-radius: 2px;
  transition:
    transform 0.25s,
    opacity 0.25s;
}
.nav.nav-open .nav-toggle-bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.nav.nav-open .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}
.nav.nav-open .nav-toggle-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
html.nav-open,
body.nav-open {
  overflow: hidden;
}
.btn-login {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  padding: 8px 14px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.18s;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.btn-login:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
}
.btn-ghost {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  transition: all 0.2s;
  cursor: pointer;
  background: none;
  font-family: "Inter", sans-serif;
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}
.btn-primary {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: var(--teal);
  padding: 9px 20px;
  border-radius: 8px;
  transition: background 0.2s;
}
.btn-primary:hover {
  background: var(--teal2);
}

/* â”€â”€ HERO â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.hero {
  min-height: 100vh;
  background: var(--navy);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 88px 72px 0;
  overflow: hidden;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 900px 700px at 65% 45%,
    rgba(29, 158, 117, 0.11) 0%,
    transparent 65%
  );
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
}
.hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
  flex: 1;
  padding-bottom: 40px;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(29, 158, 117, 0.14);
  border: 1px solid rgba(29, 158, 117, 0.28);
  color: #4ade80;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 16px;
}
.hero-eyebrow span {
  width: 6px;
  height: 6px;
  background: #4ade80;
  border-radius: 50%;
  animation: blink 2s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
h1 {
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 18px;
}
h1 em {
  font-style: normal;
  color: var(--teal-light);
}
.hero-sub {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.55);
  max-width: 460px;
  margin-bottom: 26px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.btn-hero {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--teal);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 10px;
  transition: all 0.25s;
}
.btn-hero:hover {
  background: var(--teal2);
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(29, 158, 117, 0.3);
}
.btn-hero-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 500;
  padding: 14px 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  transition: all 0.25s;
}
.btn-hero-outline:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.35);
}
.hero-trust {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.hero-trust-item {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.38);
  display: flex;
  align-items: center;
  gap: 6px;
}
.hero-trust-item::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--teal);
  flex-shrink: 0;
}
.hero-trust-sep {
  color: rgba(255, 255, 255, 0.15);
  font-size: 14px;
}

/* â”€â”€ HERO DASHBOARD VISUAL â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.dash-window {
  background: #0f1422;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.04);
  overflow: hidden;
}
.dash-titlebar {
  height: 40px;
  background: rgba(255, 255, 255, 0.035);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: center;
  padding: 0 16px;
  gap: 7px;
}
.dash-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.dash-titlebar-label {
  flex: 1;
  text-align: center;
  font-size: 11px;
  font-family: "DM Mono", monospace;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.04em;
}
.dash-body {
  display: grid;
  grid-template-columns: 52px 1fr;
  height: 380px;
}
/* sidebar */
.dash-sidebar {
  background: rgba(255, 255, 255, 0.025);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.dash-s-icon {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s;
}
.dash-s-icon:hover,
.dash-s-icon.on {
  background: rgba(255, 255, 255, 0.08);
}
.dash-s-icon.on {
  background: rgba(29, 158, 117, 0.18);
}
/* main panel */
.dash-main {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.dash-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px 0;
  flex-shrink: 0;
}
.dash-panel-title {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.dash-panel-badge {
  font-size: 9px;
  font-weight: 700;
  background: rgba(74, 222, 128, 0.12);
  color: #4ade80;
  border: 1px solid rgba(74, 222, 128, 0.25);
  padding: 2px 8px;
  border-radius: 100px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
/* metric row */
.dash-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 12px 18px;
  flex-shrink: 0;
}
.dash-metric {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  padding: 10px 12px;
}
.dash-metric-label {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.35);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 5px;
}
.dash-metric-val {
  font-family: "DM Mono", monospace;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.dash-metric-sub {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 3px;
}
.dash-metric-sub .up {
  color: #4ade80;
}
/* quota list */
.dash-quota-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px 8px;
  flex-shrink: 0;
}
.dash-quota-title {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.35);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.dash-quota-period {
  font-size: 10px;
  font-family: "DM Mono", monospace;
  color: rgba(255, 255, 255, 0.25);
}
.dash-rep-list {
  padding: 0 18px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  flex: 1;
  overflow: hidden;
}
.dash-rep {
  display: grid;
  grid-template-columns: 26px 1fr auto;
  align-items: center;
  gap: 10px;
}
.dash-rep-av {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.dash-rep-info {
  min-width: 0;
}
.dash-rep-name {
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
}
.dash-rep-track {
  height: 4px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  position: relative;
}
.dash-rep-fill {
  height: 100%;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
.dash-rep-pct {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  flex-shrink: 0;
}
/* ace bar */
.dash-ace-bar {
  margin: 12px 18px 14px;
  background: rgba(29, 158, 117, 0.08);
  border: 1px solid rgba(29, 158, 117, 0.18);
  border-radius: 8px;
  padding: 10px 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
}
.dash-ace-icon {
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, var(--teal), #60a5fa);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
  margin-top: 1px;
}
.dash-ace-text {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.5;
}
.dash-ace-text strong {
  color: #4ade80;
  font-weight: 600;
}
.dash-panel-greeting {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.25);
  font-weight: 400;
  margin-left: 6px;
}
.dash-sales-wrap {
  padding: 0 18px 10px;
  flex-shrink: 0;
}
.dash-sales-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  padding: 12px 14px;
}
.dash-sales-label {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 4px;
}
.dash-sales-val {
  font-family: "DM Mono", monospace;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 8px;
}
.dash-sales-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}
.dash-sales-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.dash-sales-badge {
  font-size: 8px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 3px;
}
.dash-sales-badge-ok {
  background: rgba(29, 158, 117, 0.2);
  color: #4ade80;
}
.dash-sales-badge-warn {
  background: rgba(239, 68, 68, 0.15);
  color: #f87171;
}
.dash-sales-pace {
  text-align: right;
  flex-shrink: 0;
}
.dash-sales-pace-val {
  font-family: "DM Mono", monospace;
  font-size: 14px;
  font-weight: 700;
  color: #4ade80;
}
.dash-sales-pace-label {
  font-size: 8px;
  color: rgba(255, 255, 255, 0.3);
}
.dash-sales-progress {
  height: 3px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
.dash-sales-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(90deg, #1d9e75, #22c55e);
  border-radius: 2px;
}
.dash-metric-val-sm {
  font-size: 14px;
}

/* Hero dashboard — mobile */
@media (max-width: 900px) {
  .hero-viz-wrap {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding: 12px 0 0;
  }
  .hero .hero-viz-wrap {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .hero-float-card {
    padding: 8px 10px;
    gap: 8px;
  }
  .hfc-lg {
    min-width: 0;
    padding: 10px 12px;
  }
  .hfc-1 {
    top: -10px;
    left: 0;
  }
  .hfc-2 {
    right: -10px;
  }
  .hfc-3 {
    bottom: -10px;
    right: 8px;
  }
  .hfc-4 {
    top: -14px;
    left: 40px;
  }
  .hfc-5 {
    left: -18px;
  }
  .hfc-6 {
    bottom: -10px;
    left: 12px;
  }
  .dash-window {
    width: 100%;
    border-radius: 12px;
    box-shadow:
      0 20px 50px rgba(0, 0, 0, 0.45),
      0 0 0 1px rgba(255, 255, 255, 0.04);
  }
  .dash-body {
    height: auto;
    min-height: 300px;
    grid-template-columns: 44px 1fr;
  }
  .dash-sidebar {
    padding: 12px 0;
    gap: 4px;
  }
  .dash-s-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }
  .dash-s-icon svg {
    width: 13px;
    height: 13px;
  }
  .dash-metrics {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 14px 8px;
    gap: 6px;
  }
  .dash-metric {
    padding: 8px 10px;
  }
  .dash-sales-wrap {
    padding: 0 14px 8px;
  }
  .dash-panel-head {
    padding: 12px 14px 0;
  }
  .dash-quota-head {
    padding: 0 14px 8px;
  }
  .dash-rep-list {
    padding: 0 14px;
  }
}
@media (max-width: 640px) {
  .hero-viz-wrap {
    max-width: 100%;
    padding-top: 8px;
  }
  .hero-float-card {
    transform: scale(0.88);
    transform-origin: center;
  }
  .hfc-2,
  .hfc-3,
  .hfc-4,
  .hfc-5,
  .hfc-6 {
    display: none;
  }
  .hfc-1 {
    top: -8px;
    left: 4px;
    transform: scale(0.88);
  }
  .dash-titlebar {
    height: 34px;
    padding: 0 12px;
  }
  .dash-titlebar-label {
    font-size: 9px;
  }
  .dash-dot {
    width: 8px;
    height: 8px;
  }
  .dash-body {
    min-height: 0;
    grid-template-columns: 38px 1fr;
  }
  .dash-panel-greeting {
    display: none;
  }
  .dash-panel-title {
    font-size: 12px;
  }
  .dash-sales-val {
    font-size: 17px;
  }
  .dash-sales-pace-val {
    font-size: 12px;
  }
  .dash-metric-val,
  .dash-metric-val-sm {
    font-size: 13px;
  }
  .dash-metric-label,
  .dash-metric-sub {
    font-size: 8px;
  }
  .dash-rep-name {
    font-size: 10px;
  }
  .dash-rep-pct {
    font-size: 9px;
  }
  .dash-ace-bar {
    margin: 10px 14px 12px;
    padding: 8px 10px;
  }
  .dash-ace-text {
    font-size: 10px;
    line-height: 1.45;
  }
  .dash-ace-icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 400px) {
  .dash-sales-meta {
    flex-direction: column;
    align-items: flex-start;
  }
  .dash-sales-pace {
    text-align: left;
  }
  .dash-metrics {
    gap: 5px;
  }
  .dash-metric {
    padding: 7px 8px;
  }
}

/* â”€â”€ TICKER â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ticker {
  background: rgba(255, 255, 255, 0.03);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 0;
  overflow: hidden;
  position: relative;
}
.ticker-track {
  display: flex;
  gap: 56px;
  animation: tick 28s linear infinite;
  white-space: nowrap;
}
.ticker-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.38);
  flex-shrink: 0;
}
.ticker-dot {
  color: var(--teal);
  font-size: 14px;
}
@keyframes tick {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* â”€â”€ SECTION SHELL â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.section {
  padding: 96px 72px;
}
.section-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.section-navy {
  background: var(--navy);
}
.section-navy2 {
  background: var(--navy2);
}
.section-off {
  background: var(--off);
}
.section-white {
  background: #fff;
}
.s-tag {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 16px;
}
.s-tag-teal {
  color: var(--teal);
  background: rgba(29, 158, 117, 0.1);
  border: 1px solid rgba(29, 158, 117, 0.2);
}
.s-tag-white {
  color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.s-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 64px;
}
.s-head h2 {
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 14px;
}
.s-head h2 em {
  font-style: normal;
  color: var(--teal-light);
}
.s-head p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--g500);
}
.s-head-dark h2 {
  color: #fff;
}
.s-head-dark p {
  color: rgba(255, 255, 255, 0.5);
}

/* â”€â”€ FEATURE GRID (4 cards) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.fg {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: var(--radius);
  overflow: hidden;
}
.fg-card {
  background: var(--navy);
  padding: 36px 28px;
  transition: background 0.2s;
}
.fg-card:hover {
  background: rgba(255, 255, 255, 0.04);
}
.fg-icon {
  width: 44px;
  height: 44px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 18px;
}
.fg-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 9px;
}
.fg-card p {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.46);
}

/* â”€â”€ FEATURE SPLIT â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.fsplit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.fsplit.flip {
  direction: rtl;
}
.fsplit.flip > * {
  direction: ltr;
}
.fs-copy h2 {
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin-bottom: 14px;
}
.fs-copy p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--g500);
  margin-bottom: 28px;
}
.fs-copy-dark h2 {
  color: #fff;
}
.fs-copy-dark p {
  color: rgba(255, 255, 255, 0.5);
}
.fs-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.fs-item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 14px;
  color: var(--g600);
  line-height: 1.5;
}
.fs-item-dark {
  color: rgba(255, 255, 255, 0.62);
}
.fs-item::before {
  content: "";
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 50%;
  border: 2px solid var(--teal);
  background-color: rgba(29, 158, 117, 0.1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8'%3E%3Cpath d='M1 4l2.5 2.5L9 1' stroke='%231d9e75' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 1px;
}

/* â”€â”€ MOCK SHELLS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.mock {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--navy2);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.mock-bar {
  height: 36px;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  padding: 0 14px;
  gap: 7px;
}
.mock-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
}
.mock-title {
  flex: 1;
  text-align: center;
  font-size: 10px;
  font-family: "DM Mono", monospace;
  color: rgba(255, 255, 255, 0.25);
}
.mock-body {
  padding: 20px;
}

/* goals mock */
.gm-row {
  display: grid;
  grid-template-columns: 18px auto 1fr auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.gm-row:last-of-type {
  margin-bottom: 0;
}
.gm-n {
  font-size: 10px;
  font-family: "DM Mono", monospace;
  color: rgba(255, 255, 255, 0.25);
}
.gm-av {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.gm-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.gm-name {
  font-size: 11px;
  font-weight: 600;
  color: #fff;
}
.gm-sub {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.3);
}
.gm-track {
  height: 4px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  position: relative;
  flex: 1;
}
.gm-fill {
  height: 100%;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
.gm-pct {
  font-family: "DM Mono", monospace;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  flex-shrink: 0;
}
.gm-alert {
  margin-top: 14px;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 7px;
  padding: 9px 12px;
  font-size: 11px;
  color: #fca5a5;
  line-height: 1.45;
}

/* pipeline mock */
.pm-cols {
  display: flex;
  gap: 10px;
}
.pm-col {
  flex: 1;
  min-width: 0;
}
.pm-col-h {
  font-size: 9px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pm-cnt {
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.4);
  font-size: 9px;
  padding: 1px 5px;
  border-radius: 3px;
  font-family: "DM Mono", monospace;
}
.pm-deal {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 7px;
  padding: 9px;
  margin-bottom: 7px;
}
.pm-deal:last-child {
  margin-bottom: 0;
}
.pm-dname {
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.3;
}
.pm-dmeta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.pm-dval {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  color: var(--teal-light);
}
.pm-dtag {
  font-size: 8px;
  padding: 2px 5px;
  border-radius: 3px;
  font-weight: 700;
}
.t-hot {
  background: rgba(239, 68, 68, 0.15);
  color: #f87171;
}
.t-warm {
  background: rgba(245, 158, 11, 0.15);
  color: #fbbf24;
}
.t-new {
  background: rgba(99, 102, 241, 0.15);
  color: #a5b4fc;
}

/* ace mock */
.ace-shell {
  background: var(--navy2);
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.ace-hdr {
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ace-hdr-icon {
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, var(--teal), #60a5fa);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}
.ace-hdr-name {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.ace-hdr-sub {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.3);
}
.ace-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ade80;
  margin-left: auto;
  flex-shrink: 0;
}
.ace-msgs {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ace-u {
  align-self: flex-end;
  background: var(--teal);
  color: #fff;
  border-radius: 9px 9px 2px 9px;
  padding: 9px 13px;
  font-size: 12px;
  max-width: 85%;
  line-height: 1.5;
}
.ace-r {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9px 9px 9px 2px;
  padding: 13px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  max-width: 95%;
  line-height: 1.6;
}
.ace-r em {
  color: #4ade80;
  font-style: normal;
  font-weight: 600;
}
.ace-label {
  font-size: 9px;
  font-weight: 700;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.ace-input-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.ace-field {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 7px;
  padding: 8px 12px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
  font-family: "Inter", sans-serif;
}
.ace-send {
  width: 26px;
  height: 26px;
  background: var(--teal);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* â”€â”€ METRICS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.metrics-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: var(--radius);
  overflow: hidden;
}
.m-card {
  background: var(--navy);
  padding: 38px 28px;
  text-align: center;
}
.m-num {
  font-family: "DM Mono", monospace;
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 8px;
}
.m-num em {
  color: var(--teal-light);
  font-style: normal;
}
.m-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.5;
}

/* â”€â”€ TESTIMONIALS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.testi-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.t-card {
  background: #fff;
  border: 1px solid var(--g200);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
}
.t-quote {
  font-size: 14px;
  line-height: 1.7;
  color: var(--dark);
  margin-bottom: 20px;
}
.t-quote::before {
  content: "\201C";
  font-size: 36px;
  color: var(--teal);
  line-height: 0;
  vertical-align: -0.35em;
  margin-right: 3px;
  font-weight: 900;
}
.t-person {
  display: flex;
  align-items: center;
  gap: 12px;
}
.t-av {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.t-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--dark);
}
.t-role {
  font-size: 11px;
  color: var(--g500);
}

/* â”€â”€ PRICING â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.pricing-card {
  max-width: 580px;
  margin: 0 auto;
  background: var(--navy2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.4);
}
.p-top {
  padding: 38px 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.p-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(29, 158, 117, 0.14);
  color: var(--teal-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 4px 11px;
  border-radius: 100px;
  margin-bottom: 16px;
}
.p-name {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}
.p-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.36);
}
.p-price-row {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  margin-top: 22px;
}
.p-price {
  font-family: "DM Mono", monospace;
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.p-price-info {
  padding-bottom: 6px;
}
.p-per {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.36);
}
.p-incl {
  font-size: 11px;
  color: var(--teal-light);
  font-weight: 600;
  margin-top: 3px;
}
.p-bottom {
  padding: 28px 44px;
}
.p-feats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}
.p-feat {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}
.p-feat::before {
  content: "";
  width: 15px;
  height: 15px;
  min-width: 15px;
  border-radius: 50%;
  border: 1.5px solid var(--teal);
  background-color: rgba(29, 158, 117, 0.1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7'%3E%3Cpath d='M1 3.5l2 2L7 1' stroke='%231d9e75' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.p-cta {
  margin-top: 24px;
  background: var(--teal);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 15px;
  border-radius: 9px;
  text-align: center;
  display: block;
  transition: background 0.25s;
}
.p-cta:hover {
  background: var(--teal2);
}
.p-note {
  margin-top: 12px;
  text-align: center;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.25);
}

/* â”€â”€ FINAL CTA â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.cta-section {
  background: var(--teal);
  padding: 96px 72px;
  text-align: center;
  margin: 0;
}
.cta-section h2 {
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 14px;
}
.cta-section p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 36px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.cta-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 0;
}
.btn-cta-w {
  background: #fff;
  color: var(--teal2);
  font-size: 15px;
  font-weight: 700;
  padding: 15px 32px;
  border-radius: 9px;
  transition: all 0.2s;
}
.btn-cta-w:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}
.btn-cta-o {
  border: 2px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 24px;
  border-radius: 9px;
  transition: all 0.2s;
}
.btn-cta-o:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* â”€â”€ FOOTER â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
footer {
  background: var(--navy2);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 56px 72px 36px;
  margin: 0;
}
#goals-site {
  margin: 0;
  padding: 0;
}
#goals-site > section,
#goals-site > footer {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.ft {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 56px;
  margin-bottom: 44px;
}
.fb p {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.36);
  margin-top: 14px;
  max-width: 260px;
}
.fb-social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
.fb-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.45);
  transition:
    color 0.2s,
    background 0.2s,
    border-color 0.2s;
}
.fb-social-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
}
.fb-social-link svg {
  width: 16px;
  height: 16px;
  display: block;
}
.fc h4 {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}
.fc a {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.42);
  margin-bottom: 9px;
  transition: color 0.2s;
}
.fc a:hover {
  color: #fff;
}
.fc-contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.fc-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.fc-contact-icon {
  width: 28px;
  height: 28px;
  background: rgba(29, 158, 117, 0.12);
  border: 1px solid rgba(29, 158, 117, 0.2);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--teal-light);
}
.fc-contact-icon svg {
  width: 14px;
  height: 14px;
  display: block;
}
.fc-contact-text {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.42);
  padding-top: 4px;
}
a.fc-contact-text {
  display: block;
  margin-bottom: 0;
  transition: color 0.2s;
}
a.fc-contact-text:hover {
  color: #fff;
}
.fb-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fb-bottom p {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.2);
}
.fb-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
}
.fb-links-sep {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.2);
}
.fb-links a {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.26);
  transition: color 0.2s;
}
.fb-links a:hover {
  color: rgba(255, 255, 255, 0.6);
}

/* â”€â”€ REVEAL â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.reveal.in {
  opacity: 1;
  transform: none;
}

/* â”€â”€ RESPONSIVE â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media (max-width: 1100px) {
  .hero {
    padding: 100px 40px 80px;
  }
  .hero-inner {
    gap: 48px;
  }
  .section {
    padding: 80px 40px;
  }
  .fg {
    grid-template-columns: repeat(2, 1fr);
  }
  .metrics-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .ft {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}
@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }
  .fsplit {
    grid-template-columns: 1fr;
  }
  .fsplit.flip {
    direction: ltr;
  }
  .testi-row {
    grid-template-columns: 1fr;
  }
  .p-feats {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  .nav {
    padding: 0 20px;
  }
  .nav.nav-open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 201;
  }
  body.admin-bar .nav.nav-open {
    top: 32px;
  }
  .nav-toggle {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 202;
  }
  .nav.nav-open .nav-logo {
    position: relative;
    z-index: 202;
  }
  .nav-panel-top {
    display: flex;
    justify-content: flex-end;
    flex-shrink: 0;
    margin: -8px 0 8px;
  }
  .nav-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    cursor: pointer;
  }
  .nav-close:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.25);
  }
  .nav-panel {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100dvh;
    max-height: 100dvh;
    z-index: 199;
    padding: calc(var(--nav-height) + 16px) 20px
      max(24px, env(safe-area-inset-bottom));
    background: rgba(20, 24, 39, 0.98);
    backdrop-filter: blur(16px);
    border-top: none;
    overflow: hidden;
    box-sizing: border-box;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition:
      transform 0.28s ease,
      opacity 0.28s ease,
      visibility 0.28s;
  }
  .nav.nav-open .nav-panel {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .nav-links {
    display: block;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
  }
  .nav-links .nav-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }
  .nav-links .nav-menu > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .nav-links a,
  .nav-links .nav-kc-btn {
    display: block;
    padding: 16px 4px;
    font-size: 16px;
  }
  .nav-cta {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
  }
  .nav-cta .btn-login,
  .nav-cta .btn-ghost,
  .nav-cta .btn-primary {
    width: 100%;
    text-align: center;
    padding: 14px 20px;
    font-size: 15px;
  }
  body.admin-bar .nav-panel {
    padding-top: calc(var(--nav-height) + 32px + 16px);
    height: 100dvh;
    max-height: 100dvh;
  }
}
@media screen and (max-width: 782px) {
  body.admin-bar .nav-panel {
    padding-top: calc(var(--nav-height) + 46px + 16px);
  }
  body.admin-bar .nav.nav-open {
    top: 46px;
  }
}
@media (max-width: 640px) {
  .section {
    padding: 60px 24px;
  }
  .hero {
    padding: 100px 24px 60px;
  }
  .fg {
    grid-template-columns: 1fr;
  }
  .metrics-row {
    grid-template-columns: 1fr 1fr;
  }
  footer {
    padding: 44px 24px 28px;
  }
  .ft {
    grid-template-columns: 1fr;
  }
  .cta-section {
    padding: 72px 24px;
  }
  .p-top,
  .p-bottom {
    padding: 24px 24px;
  }
}

/* â”€â”€ PLATFORM ICONS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.fg-icon svg {
  display: block;
}

/* â”€â”€ HERO HIGHLIGHTS (Webflow-style) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 40px;
}
.hero-hl {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transition: all 0.25s;
  cursor: default;
}
.hero-hl:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}
.hero-hl-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero-hl-label {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3px;
  line-height: 1.3;
}
.hero-hl-desc {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.4;
}

/* â”€â”€ DIRECTIONAL REVEALS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.reveal-left {
  opacity: 0;
  transform: translateX(-32px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.reveal-left.in {
  opacity: 1;
  transform: none;
}
.reveal-right {
  opacity: 0;
  transform: translateX(32px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.reveal-right.in {
  opacity: 1;
  transform: none;
}
.reveal-up {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
.reveal-up.in {
  opacity: 1;
  transform: none;
}
.stagger-1 {
  transition-delay: 0.08s !important;
}
.stagger-2 {
  transition-delay: 0.18s !important;
}
.stagger-3 {
  transition-delay: 0.28s !important;
}
.stagger-4 {
  transition-delay: 0.38s !important;
}

/* â”€â”€ PLATFORM-STYLE GOALS MOCK â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.goal-banner {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 14px 16px;
  margin-bottom: 12px;
}
.goal-banner-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}
.goal-banner-label {
  font-size: 9px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}
.goal-banner-val {
  font-family: "DM Mono", monospace;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.goal-banner-badges {
  display: flex;
  gap: 6px;
  margin-top: 6px;
}
.gb-achieved {
  font-size: 9px;
  font-weight: 700;
  background: rgba(29, 158, 117, 0.2);
  color: #4ade80;
  padding: 2px 8px;
  border-radius: 3px;
}
.gb-remaining {
  font-size: 9px;
  font-weight: 700;
  background: rgba(239, 68, 68, 0.15);
  color: #f87171;
  padding: 2px 8px;
  border-radius: 3px;
}
.gb-risk {
  font-size: 9px;
  font-weight: 700;
  background: rgba(245, 158, 11, 0.15);
  color: #fbbf24;
  padding: 2px 8px;
  border-radius: 3px;
}
.goal-pace-right {
  text-align: right;
}
.goal-pace-pct {
  font-family: "DM Mono", monospace;
  font-size: 26px;
  font-weight: 700;
  color: #4ade80;
  line-height: 1;
}
.goal-pace-label {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 3px;
}
.goal-timeline {
  position: relative;
  height: 4px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  margin-top: 8px;
}
.goal-tl-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 2px;
  background: linear-gradient(90deg, #1d9e75, #22c55e);
}
.goal-tl-dot {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22c55e;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.goal-mini-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}
.goal-mini {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 7px;
  padding: 10px 12px;
}
.goal-mini-lbl {
  font-size: 8px;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 4px;
}
.goal-mini-val {
  font-family: "DM Mono", monospace;
  font-size: 15px;
  font-weight: 700;
  color: #4ade80;
  line-height: 1;
}
.goal-mini-trend {
  font-size: 8px;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 3px;
}

/* â”€â”€ PIPELINE LIST MOCK â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.pl-table {
  width: 100%;
}
.pl-thead {
  display: grid;
  grid-template-columns: 2fr 1fr auto;
  gap: 8px;
  padding: 0 0 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  margin-bottom: 4px;
}
.pl-th {
  font-size: 9px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.pl-row {
  display: grid;
  grid-template-columns: 2fr 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.pl-row:last-child {
  border-bottom: none;
}
.pl-opp {
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}
.pl-org {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.32);
  margin-top: 2px;
}
.pl-val {
  font-family: "DM Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  color: var(--teal-light);
}
.pl-stage {
  font-size: 9px;
  font-weight: 700;
  padding: 3px 7px;
  border-radius: 4px;
  white-space: nowrap;
}
.stage-prospect {
  background: rgba(99, 102, 241, 0.18);
  color: #a5b4fc;
}
.stage-contact {
  background: rgba(245, 158, 11, 0.15);
  color: #fbbf24;
}
.stage-docs {
  background: rgba(6, 182, 212, 0.15);
  color: #67e8f9;
}
.stage-payment {
  background: rgba(34, 197, 94, 0.12);
  color: #86efac;
}
.stage-enrolled {
  background: rgba(29, 158, 117, 0.15);
  color: #4ade80;
}
.stage-signed {
  background: rgba(16, 185, 129, 0.18);
  color: #34d399;
}

/* â”€â”€ HERO VIZ WRAPPER + FLOATING CARDS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.hero-viz-wrap {
  position: relative;
  padding: 32px 28px 32px 8px;
  overflow: visible;
}
.hero-float-card {
  position: absolute;
  background: rgba(12, 17, 30, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  backdrop-filter: blur(20px);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  z-index: 10;
  white-space: nowrap;
}
.hfc-lg {
  padding: 14px 18px;
  border-radius: 14px;
  min-width: 190px;
}
.hfc-sm {
  padding: 8px 12px;
  border-radius: 10px;
  gap: 8px;
}
.hfc-sm .hfc-label {
  font-size: 8px;
}
.hfc-sm .hfc-val {
  font-size: 12px;
}
.hfc-sm .hfc-icon {
  width: 24px;
  height: 24px;
  border-radius: 7px;
}
.hfc-lg .hfc-label {
  font-size: 10px;
}
.hfc-lg .hfc-val {
  font-size: 18px;
}
.hfc-lg .hfc-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}
.hfc-1 {
  top: -16px;
  left: -8px;
  animation: float1 5s ease-in-out infinite;
}
.hfc-2 {
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  animation: float2 5.5s ease-in-out infinite;
}
.hfc-3 {
  bottom: -16px;
  right: 16px;
  animation: float3 4.8s ease-in-out infinite;
}
.hfc-icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hfc-label {
  font-size: 9px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.36);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 3px;
}
.hfc-val {
  font-family: "DM Mono", monospace;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.hfc-tag {
  font-size: 9px;
  font-weight: 700;
  background: rgba(74, 222, 128, 0.12);
  color: #4ade80;
  padding: 1px 5px;
  border-radius: 3px;
  margin-left: 3px;
  font-family: "Inter", sans-serif;
}
.hfc-bar {
  height: 3px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  margin-top: 6px;
  width: 90px;
}
.hfc-fill {
  height: 100%;
  border-radius: 2px;
  background: linear-gradient(90deg, #1d9e75, #22c55e);
}
.hfc-insight {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.3;
  max-width: 120px;
  white-space: normal;
}

@keyframes float2 {
  0%,
  100% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(calc(-50% - 8px)) translateX(3px);
  }
}
@keyframes float3 {
  0%,
  100% {
    transform: translateY(0) rotate(0.3deg);
  }
  50% {
    transform: translateY(-9px) rotate(-0.3deg);
  }
}

/* â”€â”€ HERO ENTRANCE ANIMATIONS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@keyframes heroIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes heroInRight {
  from {
    opacity: 0;
    transform: translateX(36px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes heroInScale {
  from {
    opacity: 0;
    transform: scale(0.97) translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.hero .hero-eyebrow {
  animation: heroIn 0.55s ease both;
}
.hero h1 {
  animation: heroIn 0.6s 0.1s ease both;
}
.hero .hero-sub {
  animation: heroIn 0.6s 0.22s ease both;
}
.hero .hero-actions {
  animation: heroIn 0.6s 0.34s ease both;
}
.hero .hero-trust {
  animation: heroIn 0.6s 0.46s ease both;
}
.hero .hero-viz-wrap {
  animation: heroInRight 0.75s 0.15s ease both;
}
.hero .hfc-1 {
  animation:
    float1 5s 1.1s ease-in-out infinite,
    heroIn 0.5s 0.5s ease both;
}
.hero .hfc-2 {
  animation:
    float2 5.5s 1.3s ease-in-out infinite,
    heroIn 0.5s 0.65s ease both;
}
.hero .hfc-3 {
  animation:
    float3 4.8s 1.5s ease-in-out infinite,
    heroIn 0.5s 0.8s ease both;
}

/* â”€â”€ NAV scroll-shrink â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.nav {
  transition:
    background 0.3s,
    box-shadow 0.3s,
    height 0.3s;
}
.nav.scrolled {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

/* â”€â”€ FEATURE GRID hover glow â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.fg-card {
  transition:
    background 0.2s,
    box-shadow 0.2s;
}
.fg-card:hover {
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(29, 158, 117, 0.2);
}
.fg-icon {
  transition: transform 0.2s;
}
.fg-card:hover .fg-icon {
  transform: scale(1.08);
}

/* â”€â”€ TICKER fade edges â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ticker {
  position: relative;
}
.ticker::before,
.ticker::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.ticker::before {
  left: 0;
  background: linear-gradient(90deg, var(--navy2), transparent);
}
.ticker::after {
  right: 0;
  background: linear-gradient(-90deg, var(--navy2), transparent);
}

/* â”€â”€ SECTION transition improvements â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.reveal {
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-left {
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-right {
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

/* â”€â”€ HERO VIZ BACKGROUND â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.hero-viz-bg {
  position: absolute;
  inset: -60px;
  pointer-events: none;
  z-index: 0;
}
.hvb-glow {
  position: absolute;
  top: 45%;
  left: 45%;
  transform: translate(-50%, -50%);
  width: 580px;
  height: 580px;
  background: radial-gradient(
    ellipse at center,
    rgba(29, 158, 117, 0.22) 0%,
    rgba(29, 158, 117, 0.1) 38%,
    transparent 68%
  );
  border-radius: 50%;
  animation: glowPulse 6s ease-in-out infinite;
}
.hvb-glow2 {
  position: absolute;
  top: 15%;
  right: 5%;
  width: 320px;
  height: 320px;
  background: radial-gradient(
    ellipse at center,
    rgba(99, 102, 241, 0.16) 0%,
    rgba(99, 102, 241, 0.06) 50%,
    transparent 70%
  );
  border-radius: 50%;
  animation: glowPulse 8s 2s ease-in-out infinite;
}
.hvb-glow3 {
  position: absolute;
  bottom: 10%;
  left: 10%;
  width: 240px;
  height: 240px;
  background: radial-gradient(
    ellipse at center,
    rgba(6, 182, 212, 0.1) 0%,
    transparent 65%
  );
  border-radius: 50%;
}
.hvb-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 1px,
    transparent 1px
  );
  background-size: 22px 22px;
}
.hvb-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 620px;
  height: 620px;
  border-radius: 50%;
  border: 1px solid rgba(29, 158, 117, 0.12);
}
.hvb-ring2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 430px;
  height: 430px;
  border-radius: 50%;
  border: 1px solid rgba(29, 158, 117, 0.07);
}
.hvb-ring3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.hvb-line-h {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(29, 158, 117, 0.14) 40%,
    rgba(29, 158, 117, 0.14) 60%,
    transparent
  );
}
.hvb-line-v {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(29, 158, 117, 0.1) 30%,
    rgba(29, 158, 117, 0.1) 70%,
    transparent
  );
}
@keyframes glowPulse {
  0%,
  100% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.08);
  }
}

/* â”€â”€ EXTRA FLOAT CARDS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.hfc-4 {
  top: -22px;
  left: 55px;
  animation:
    float4 6s ease-in-out infinite,
    heroIn 0.5s 0.55s ease both;
}
.hfc-5 {
  bottom: 22%;
  left: -34px;
  animation:
    float5 5.2s ease-in-out infinite,
    heroIn 0.5s 0.75s ease both;
}
.hfc-6 {
  bottom: -18px;
  left: 24px;
  animation:
    float6 5.8s ease-in-out infinite,
    heroIn 0.5s 0.9s ease both;
}

@keyframes float4 {
  0%,
  100% {
    transform: translateY(0) rotate(0.4deg);
  }
  50% {
    transform: translateY(-9px) rotate(-0.4deg);
  }
}
@keyframes float5 {
  0%,
  100% {
    transform: translateY(0) rotate(-0.3deg);
  }
  50% {
    transform: translateY(-11px) rotate(0.3deg);
  }
}
@keyframes float6 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* hero-viz-wrap needs z-index context */
.hero-viz-wrap {
  isolation: isolate;
}
.dash-window {
  position: relative;
  z-index: 2;
}

/* â”€â”€ GOALS SECTION BG DECORATION â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#goals {
  position: relative;
  overflow: hidden;
}
#goals::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.055) 1px,
    transparent 1px
  );
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
}
#goals::after {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    ellipse at center,
    rgba(29, 158, 117, 0.16) 0%,
    rgba(29, 158, 117, 0.06) 45%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  animation: glowPulse 7s ease-in-out infinite;
}
#goals .section-inner {
  position: relative;
  z-index: 1;
}
.goals-ring {
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 1px solid rgba(29, 158, 117, 0.1);
  pointer-events: none;
  z-index: 0;
}
.goals-ring2 {
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  pointer-events: none;
  z-index: 0;
}

/* â”€â”€ PIPELINE SECTION BG DECORATION â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#pipeline {
  position: relative;
  overflow: hidden;
}
#pipeline::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(99, 102, 241, 0.13) 1.5px, transparent 1.5px),
    linear-gradient(90deg, rgba(99, 102, 241, 0.13) 1.5px, transparent 1.5px);
  background-size: 44px 44px;
  pointer-events: none;
  z-index: 0;
}
#pipeline::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -80px;
  width: 460px;
  height: 460px;
  background: radial-gradient(
    ellipse at center,
    rgba(99, 102, 241, 0.08) 0%,
    rgba(99, 102, 241, 0.03) 50%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
#pipeline .section-inner {
  position: relative;
  z-index: 1;
}
.pipeline-blob {
  position: absolute;
  top: -80px;
  left: -60px;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    ellipse at center,
    rgba(29, 158, 117, 0.07) 0%,
    transparent 65%
  );
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

/* â”€â”€ ARTICLE LAYOUT (new format) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.art-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 32px 40px 80px;
}
.art-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--teal);
  cursor: pointer;
  margin-bottom: 32px;
  transition: color 0.2s;
}
.art-back:hover {
  color: var(--teal2);
}
.art-back svg {
  flex-shrink: 0;
}
.art-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.art-section-tag {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--teal2);
  background: rgba(29, 158, 117, 0.1);
  border: 1px solid rgba(29, 158, 117, 0.2);
  padding: 3px 10px;
  border-radius: 100px;
}
.art-read-time {
  font-size: 12px;
  color: var(--g400);
}
.art-lead {
  font-size: 17px;
  line-height: 1.75;
  color: var(--g600);
  margin-bottom: 36px;
  border-bottom: 1px solid var(--g200);
  padding-bottom: 28px;
}
.art-h2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--dark);
  margin: 36px 0 12px;
  letter-spacing: -0.015em;
}
.art-p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--g600);
  margin-bottom: 18px;
}
.art-steps ol,
.art-steps {
  counter-reset: step;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
}
li.art-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 18px;
  background: var(--g50);
  border: 1px solid var(--g200);
  border-radius: 10px;
  font-size: 14px;
  color: var(--g600);
  line-height: 1.6;
  counter-increment: step;
}
li.art-step::before {
  content: counter(step);
  min-width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

/* â”€â”€ ARTICLE BREADCRUMB BAR â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#art-nav-bar {
  display: none;
  position: fixed;
  top: 76px;
  left: 0;
  width: 100%;
  height: 36px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  z-index: 195;
  align-items: center;
  padding: 0 48px;
  box-sizing: border-box;
  gap: 6px;
}
#art-nav-bar.show {
  display: flex;
}
.art-bc-link {
  font-size: 12px;
  font-weight: 500;
  color: var(--teal2);
  cursor: pointer;
  transition: color 0.15s;
}
.art-bc-link:hover {
  color: var(--teal);
}
.art-bc-sep {
  font-size: 11px;
  color: #cbd5e1;
}
.art-bc-current {
  font-size: 12px;
  font-weight: 500;
  color: #64748b;
}

/* â”€â”€ LOGIN VIEW â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#view-login {
  position: fixed !important;
  inset: 0 !important;
  background: var(--navy2) !important;
  z-index: 300 !important;
  display: none !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 100px 24px 60px;
  overflow-y: auto;
  color: #fff;
}
#view-login.show {
  display: flex !important;
}
.login-card {
  width: 100%;
  max-width: 420px;
}
.login-brand {
  text-align: center;
  margin-bottom: 32px;
}
.login-brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  text-decoration: none;
}
.login-tagline {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.025em;
  margin-bottom: 8px;
}
.login-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.6;
}
.login-form-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 32px;
  backdrop-filter: blur(10px);
}
.login-field {
  margin-bottom: 16px;
}
.login-field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 7px;
  letter-spacing: 0.01em;
}
.login-field input {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  outline: none;
  transition: all 0.18s;
}
.login-field input::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.login-field input:focus {
  border-color: var(--teal);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 0 0 3px rgba(29, 158, 117, 0.15);
}
.login-field-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
}
.login-forgot {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
  transition: color 0.15s;
}
.login-forgot:hover {
  color: var(--teal-light);
}
.login-pw-wrap {
  position: relative;
}
.login-pw-wrap input {
  padding-right: 42px;
}
.login-pw-eye {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.25);
  padding: 4px;
  display: flex;
  align-items: center;
  transition: color 0.15s;
}
.login-pw-eye:hover {
  color: rgba(255, 255, 255, 0.55);
}
.login-btn {
  width: 100%;
  padding: 13px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  background: var(--teal);
  color: #fff;
  border: none;
  border-radius: 9px;
  cursor: pointer;
  transition: all 0.18s;
  letter-spacing: 0.01em;
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.login-btn:hover {
  background: var(--teal2);
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(29, 158, 117, 0.35);
}
.login-btn:active {
  transform: none;
}
.login-btn.loading {
  pointer-events: none;
  opacity: 0.75;
}
.login-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: lspin 0.7s linear infinite;
  display: none;
}
.login-btn.loading .login-spinner {
  display: block;
}
.login-btn.loading .login-btn-label {
  display: none;
}
@keyframes lspin {
  to {
    transform: rotate(360deg);
  }
}
.login-or {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
}
.login-or-line {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.07);
}
.login-or-text {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.04em;
}
.login-sso {
  width: 100%;
  padding: 11px 14px;
  font-size: 13px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.7);
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  cursor: pointer;
  transition: all 0.18s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.login-sso:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.login-quote {
  margin-top: 28px;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.login-quote-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), #6366f1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
  margin-top: 2px;
}
.login-quote-text {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.65;
}
.login-quote-name {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 6px;
}
.login-back {
  margin-top: 22px;
  text-align: center;
}
.login-back a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.25);
  text-decoration: none;
  transition: color 0.15s;
}
.login-back a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.login-field.error input {
  border-color: #f43f5e;
  box-shadow: 0 0 0 3px rgba(244, 63, 94, 0.12);
}
.login-field-err {
  font-size: 11px;
  color: #f87171;
  margin-top: 5px;
  display: none;
}
.login-field.error .login-field-err {
  display: block;
}

/* WordPress front-page fixes */
.reveal,
.reveal-left,
.reveal-right,
.reveal-up {
  opacity: 1 !important;
  transform: none !important;
}
body.admin-bar .nav.active-sticky {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .nav.active-sticky {
    top: 46px;
  }
}
@media (max-width: 640px) {
  /* .hero-viz-wrap .dash-window {
    display: none;
  } */
}

/* ================= Goals.com Pricing Page ================= */
body.admin-bar .pr-hero {
  padding-top: 120px;
}
.pr-hero {
  background: var(--navy);
  padding: 120px 72px 80px;
  text-align: center;
}
.pr-hero-inner {
  max-width: 640px;
  margin: 0 auto;
}
.pr-badge {
  display: inline-block;
  background: rgba(29, 158, 117, 0.15);
  color: var(--teal-light);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 24px;
  border: 1px solid rgba(29, 158, 117, 0.25);
}
.pr-h1 {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 20px;
}
.pr-sub {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
  margin: 0;
}
.pr-card-section {
  background: var(--navy2);
  padding: 80px 72px;
}
.pr-container {
  max-width: 1080px;
  margin: 0 auto;
}
.pr-plan-wrap {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  align-items: stretch;
}
.pr-features {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 36px 40px;
}
.pr-feat-title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--teal-light);
  margin-bottom: 20px;
}
.pr-feat-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.pr-feat-list li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  padding-left: 20px;
  position: relative;
  line-height: 1.4;
}
.pr-feat-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--teal-light);
  font-weight: 700;
  font-size: 13px;
}
.pr-price-card {
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal2) 100%);
  border-radius: 20px;
  padding: 40px 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pr-plan-name {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 16px;
}
.pr-price {
  margin-bottom: 28px;
}
.pr-price-amt {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.pr-price-per {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-top: 4px;
}
.pr-demo-btn {
  display: block;
  background: #fff;
  color: var(--teal2);
  font-size: 15px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  margin-bottom: 24px;
  transition: opacity 0.2s;
}
.pr-demo-btn:hover {
  opacity: 0.9;
}
.pr-perks {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pr-perks li {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.pr-perks li:last-child {
  border-bottom: none;
}
.pr-tabs-section {
  background: var(--navy);
  padding: 80px 72px;
}
.pr-tabs-header {
  text-align: center;
  margin-bottom: 48px;
}
.pr-tabs-title {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
}
.pr-tabs-sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}
.pr-tab-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
  justify-content: center;
}
.pr-tab-btn {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 500;
  padding: 8px 18px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s;
  font-family: "Inter", sans-serif;
}
.pr-tab-btn:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}
.pr-tab-btn.active {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
}
.pr-tab-panel {
  display: none;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 40px;
}
.pr-tab-panel.active {
  display: block;
}
.pr-tab-panel h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 28px;
}
.pr-tab-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.pr-tab-panel ul li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
}
.pr-tab-panel ul li strong {
  color: #fff;
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
}
.pr-testimonial {
  background: var(--navy2);
  padding: 80px 72px;
}
.pr-testi-card {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.pr-testi-stars {
  font-size: 22px;
  color: #f59e0b;
  margin-bottom: 16px;
  letter-spacing: 3px;
}
.pr-testi-title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
}
.pr-testi-body {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.75;
  margin: 0 0 24px;
  font-style: italic;
}
.pr-testi-rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(29, 158, 117, 0.15);
  border: 1px solid rgba(29, 158, 117, 0.25);
  color: var(--teal-light);
  font-size: 16px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 20px;
}
.pr-faq-section {
  background: var(--navy);
  padding: 80px 72px;
}
.pr-faq-title {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0 0 48px;
}
.pr-faq-list {
  max-width: 720px;
  margin: 0 auto;
}
.pr-faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pr-faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 22px 0;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  text-align: left;
  gap: 16px;
  line-height: 1.4;
}
.pr-faq-icon {
  font-size: 24px;
  color: var(--teal-light);
  flex-shrink: 0;
  transition: transform 0.25s;
  font-weight: 300;
  line-height: 1;
}
.pr-faq-q.open .pr-faq-icon {
  transform: rotate(45deg);
}
.pr-faq-a {
  display: none;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
  padding-bottom: 22px;
}
.pr-faq-a.open {
  display: block;
}
.pr-cta-section {
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal2) 100%);
  padding: 80px 72px;
  text-align: center;
  margin: 0;
}
.pr-cta-section h2 {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
}
.pr-cta-section p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 32px;
}
.pr-cta-link {
  display: inline-block;
  background: #fff;
  color: var(--teal2);
  font-size: 15px;
  font-weight: 700;
  padding: 14px 36px;
  border-radius: 10px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.pr-cta-link:hover {
  opacity: 0.9;
}
@media (max-width: 900px) {
  .pr-plan-wrap {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .pr-hero {
    padding: 100px 24px 60px;
  }
  .pr-card-section,
  .pr-tabs-section,
  .pr-testimonial,
  .pr-faq-section,
  .pr-cta-section {
    padding: 60px 24px;
  }
  .pr-feat-list,
  .pr-tab-panel ul {
    grid-template-columns: 1fr;
  }
}

/* Goals Contact */
.ct-wrap {
  /* min-height: 100vh; */
  background: var(--navy2);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 100px 24px 80px;
  box-sizing: border-box;
}
.ct-card {
  width: 100%;
  max-width: 960px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.ct-brand {
  padding-top: 20px;
}
.ct-logo {
  display: inline-block;
  margin-bottom: 32px;
  text-decoration: none;
}
.ct-h1 {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 16px;
}
.ct-sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.65;
  margin: 0 0 40px;
}
.ct-info-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ct-info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.ct-info-icon {
  width: 36px;
  height: 36px;
  background: rgba(29, 158, 117, 0.12);
  border: 1px solid rgba(29, 158, 117, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--teal-light);
}
.ct-info-icon svg {
  width: 16px;
  height: 16px;
}
.ct-info-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  padding-top: 8px;
}
.ct-info-text a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
.ct-info-text a:hover {
  color: #fff;
}
.ct-form-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px;
}
.ct-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.ct-field label {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}
.ct-field input,
.ct-field textarea,
.ct-field select {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  padding: 12px 16px;
  transition: border-color 0.2s;
  outline: none;
  resize: none;
}
.ct-field input::placeholder,
.ct-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.ct-field input:focus,
.ct-field textarea:focus {
  border-color: var(--teal);
}
.ct-field textarea {
  height: 120px;
}
.ct-submit {
  width: 100%;
  background: var(--teal);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 14px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  transition: background 0.2s;
  margin-top: 4px;
}
.ct-submit:hover {
  background: var(--teal2);
}
.goals-contact-page .ct-form-card .gform_wrapper {
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.goals-contact-page .ct-form-card .gform_heading,
.goals-contact-page .ct-form-card .gform_description,
.goals-contact-page .ct-form-card .gform_required_legend {
  display: none !important;
}
.goals-contact-page .ct-form-card #gform_wrapper_1.gform-theme,
.goals-contact-page .ct-form-card [data-parent-form="1_0"] {
  --gf-color-primary: var(--teal);
  --gf-color-in-ctrl: rgba(255, 255, 255, 0.07);
  --gf-color-in-ctrl-contrast: #fff;
  --gf-ctrl-label-color-primary: rgba(255, 255, 255, 0.6);
  --gf-ctrl-label-color-secondary: rgba(255, 255, 255, 0.45);
  --gf-ctrl-border-color: rgba(255, 255, 255, 0.12);
  --gf-form-gap-y: 16px;
  --gf-field-gap-y: 0px;
  --gf-radius: 10px;
}
.goals-contact-page .ct-form-card .gform_fields,
.goals-contact-page .ct-form-card ul.gform_fields {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
.goals-contact-page .ct-form-card .gfield,
.goals-contact-page .ct-form-card li.gfield {
  grid-column: 1/-1;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}
.goals-contact-page .ct-form-card .gfield.gfield--width-half,
.goals-contact-page .ct-form-card .gfield.gf_left_half,
.goals-contact-page .ct-form-card .gfield.gf_right_half,
.goals-contact-page .ct-form-card li.gfield.gf_left_half,
.goals-contact-page .ct-form-card li.gfield.gf_right_half {
  grid-column: span 1 !important;
}
.goals-contact-page .ct-form-card .gfield_label,
.goals-contact-page .ct-form-card label.gfield_label {
  display: block;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.6) !important;
  margin: 0 0 6px !important;
  line-height: 1.4 !important;
}
.goals-contact-page .ct-form-card .gfield_required,
.goals-contact-page .ct-form-card .gfield_required_text {
  color: var(--teal-light) !important;
  font-weight: 500 !important;
}
.goals-contact-page .ct-form-card .gfield_description,
.goals-contact-page .ct-form-card .ginput_counter {
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.45) !important;
  line-height: 1.5 !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
}
.goals-contact-page .ct-form-card .ginput_container {
  margin: 0 !important;
}
.goals-contact-page
  .ct-form-card
  .ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
.goals-contact-page .ct-form-card .ginput_container textarea,
.goals-contact-page .ct-form-card .ginput_container select,
.goals-contact-page .ct-form-card input.large,
.goals-contact-page .ct-form-card textarea.textarea {
  width: 100% !important;
  box-sizing: border-box !important;
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 10px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-family: "Inter", sans-serif !important;
  padding: 12px 16px !important;
  transition: border-color 0.2s;
  outline: none !important;
  box-shadow: none !important;
  min-height: 46px !important;
}
.goals-contact-page .ct-form-card .ginput_container textarea,
.goals-contact-page .ct-form-card textarea.textarea {
  min-height: 120px !important;
  height: 120px !important;
  resize: vertical !important;
}
.goals-contact-page .ct-form-card .ginput_container input::placeholder,
.goals-contact-page .ct-form-card .ginput_container textarea::placeholder {
  color: rgba(255, 255, 255, 0.25) !important;
  opacity: 1 !important;
}
.goals-contact-page .ct-form-card .ginput_container input:focus,
.goals-contact-page .ct-form-card .ginput_container textarea:focus,
.goals-contact-page .ct-form-card .ginput_container select:focus {
  border-color: var(--teal) !important;
}
.goals-contact-page .ct-form-card .gform_footer,
.goals-contact-page .ct-form-card .gform-footer {
  margin: 16px 0 0 !important;
  padding: 0 !important;
  border: none !important;
  justify-content: stretch !important;
}
.goals-contact-page .ct-form-card .gform_button,
.goals-contact-page .ct-form-card input[type="submit"],
.goals-contact-page .ct-form-card .button {
  width: 100% !important;
  display: block !important;
  background: var(--teal) !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 14px !important;
  border: none !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  font-family: "Inter", sans-serif !important;
  transition: background 0.2s;
  box-shadow: none !important;
  line-height: 1.2 !important;
}
.goals-contact-page .ct-form-card .gform_button:hover,
.goals-contact-page .ct-form-card input[type="submit"]:hover {
  background: var(--teal2) !important;
}
.goals-contact-page .ct-form-card .gform_validation_errors,
.goals-contact-page .ct-form-card .gfield_validation_message {
  color: #fca5a5 !important;
  font-size: 13px !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 4px 0 0 !important;
}
.goals-contact-page .ct-form-card .gform_confirmation_message {
  color: var(--teal-light) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}
.goals-contact-page .ct-form-card .gform_ajax_spinner {
  display: none !important;
}
.goals-contact-page
  .ct-form-card
  .gform-theme--foundation
  .gfield--type-textarea
  .gfield_description {
  margin-bottom: 8px !important;
}
@media (max-width: 768px) {
  .ct-card {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .ct-wrap {
    padding: 90px 20px 60px;
  }
  .goals-contact-page .ct-form-card .gform_fields,
  .goals-contact-page .ct-form-card ul.gform_fields {
    grid-template-columns: 1fr !important;
  }
  .goals-contact-page .ct-form-card .gfield,
  .goals-contact-page .ct-form-card li.gfield,
  .goals-contact-page .ct-form-card .gfield.gfield--width-half,
  .goals-contact-page .ct-form-card .gfield.gf_left_half,
  .goals-contact-page .ct-form-card .gfield.gf_right_half,
  .goals-contact-page .ct-form-card li.gfield.gf_left_half,
  .goals-contact-page .ct-form-card li.gfield.gf_right_half {
    grid-column: 1/-1 !important;
  }
}

/* Goals Podcast */
.pod-hero {
  background: var(--navy2);
  padding: 120px 72px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pod-hero::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(29, 158, 117, 0.12) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.pod-hero-inner {
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.pod-badge {
  display: inline-block;
  background: rgba(29, 158, 117, 0.15);
  color: var(--teal-light);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 24px;
  border: 1px solid rgba(29, 158, 117, 0.25);
}
.pod-h1 {
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 18px;
}
.pod-sub {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin: 0 0 36px;
}
.pod-hero-platforms {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.pod-pf {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  padding: 11px 20px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s;
  font-family: "Inter", sans-serif;
  border: 1px solid transparent;
}
.pod-pf-yt {
  background: rgba(255, 0, 0, 0.12);
  border-color: rgba(255, 0, 0, 0.25);
  color: #ff6b6b;
}
.pod-pf-yt:hover {
  background: rgba(255, 0, 0, 0.22);
}
.pod-pf-sp {
  background: rgba(30, 215, 96, 0.1);
  border-color: rgba(30, 215, 96, 0.25);
  color: #1ed760;
}
.pod-pf-sp:hover {
  background: rgba(30, 215, 96, 0.18);
}
.pod-pf-ap {
  background: rgba(175, 82, 222, 0.1);
  border-color: rgba(175, 82, 222, 0.25);
  color: #bf5af2;
}
.pod-pf-ap:hover {
  background: rgba(175, 82, 222, 0.18);
}
.pod-pf-am {
  background: rgba(255, 153, 0, 0.1);
  border-color: rgba(255, 153, 0, 0.25);
  color: #f59e0b;
}
.pod-pf-am:hover {
  background: rgba(255, 153, 0, 0.18);
}
.pod-host-section {
  background: var(--navy);
  padding: 72px 72px;
}
.pod-container {
  max-width: 1080px;
  margin: 0 auto;
}
.pod-host-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 56px;
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 48px;
  position: relative;
  overflow: hidden;
}
.pod-host-card::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(29, 158, 117, 0.1) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.pod-host-photo-wrap {
  position: relative;
}
.pod-host-photo-img {
  width: 240px;
  height: 280px;
  object-fit: contain;
  object-position: top center;
  border-radius: 16px;
  display: block;
  /* border: 3px solid rgba(29, 158, 117, 0.3); */
}
.pod-host-photo-fallback {
  width: 240px;
  height: 280px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--teal), var(--teal2));
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -2px;
}
.pod-host-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--teal-light);
  margin-bottom: 10px;
}
.pod-host-featured-name {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
}
.pod-host-bio {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
  margin: 0 0 28px;
  max-width: 540px;
}
.pod-host-platforms {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.pod-eps-section {
  background: var(--navy2);
  padding: 80px 72px;
}
.pod-eps-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 16px;
}
.pod-eps-title-wrap h2 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
}
.pod-eps-title-wrap p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
}
.pod-sort-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pod-sort-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}
.pod-sort-select {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  padding: 8px 14px;
  border-radius: 8px;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='rgba(255,255,255,.4)' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  transition: border-color 0.2s;
}
.pod-sort-select:focus {
  border-color: var(--teal);
}
.pod-ep-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.pod-ep-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  transition:
    border-color 0.2s,
    transform 0.2s;
  cursor: default;
}
.pod-ep-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.pod-ep-card:has(.pod-ep-link) {
  cursor: pointer;
}
.pod-ep-empty {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
  padding: 48px 24px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 16px;
}
.pod-ep-thumb-has-image .pod-ep-thumb-img {
  display: block;
  width: 500px;
  max-width: 100%;
  height: auto;
  object-fit: unset;
}
.pod-ep-thumb-has-image .pod-ep-thumb-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.pod-ep-card:hover {
  border-color: rgba(29, 158, 117, 0.35);
  transform: translateY(-2px);
}
.pod-ep-thumb {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.pod-ep-thumb.pod-ep-thumb-has-image {
  height: auto;
}
.pod-ep-thumb-inner {
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pod-ep-thumb svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-left: 3px;
}
.pod-ep-body {
  padding: 20px;
}
.pod-ep-num {
  font-size: 11px;
  font-weight: 700;
  color: var(--teal-light);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.pod-ep-title {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 8px;
}
.pod-ep-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  margin: 0 0 14px;
}
.pod-ep-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
.pod-ep-dot {
  width: 3px;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  flex-shrink: 0;
}
.pod-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.pod-pg-btn {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  font-family: "Inter", sans-serif;
}
.pod-pg-btn:hover {
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.pod-pg-btn.active {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
}
.pod-pg-btn:disabled {
  opacity: 0.3;
  cursor: default;
}
.pod-pg-arrow {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  font-family: inherit;
}
.pod-pg-arrow:hover:not(:disabled) {
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.pod-pg-arrow:disabled {
  opacity: 0.3;
  cursor: default;
}
.pod-subscribe {
  background: var(--navy);
  padding: 80px 72px;
  text-align: center;
}
.pod-subscribe h2 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
}
.pod-subscribe p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 32px;
}
.pod-sub-platforms {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .pod-ep-grid {
    grid-template-columns: 1fr 1fr;
  }
  .pod-host-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .pod-host-photo-img,
  .pod-host-photo-fallback {
    width: 160px;
    height: 190px;
    margin: 0 auto;
  }
  .pod-host-platforms {
    justify-content: center;
  }
  .pod-host-bio {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .pod-hero {
    padding: 100px 24px 60px;
  }
  .pod-host-section,
  .pod-eps-section,
  .pod-subscribe {
    padding: 60px 24px;
  }
  .pod-ep-grid {
    grid-template-columns: 1fr;
  }
  .pod-eps-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Single Podcast Episode */
.pod-single-hero {
  background: var(--navy2);
  padding: 48px 72px 80px;
}
.pod-single-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.pod-single-back {
  display: inline-block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 28px;
  transition: color 0.2s;
}
.pod-single-back:hover {
  color: #fff;
}
.pod-single-grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 48px;
  align-items: start;
}
.pod-single-image {
  width: 100%;
  border-radius: 16px;
  display: block;
}
.pod-single-content .pod-single-video {
  margin-bottom: 28px;
}
.pod-single-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
}
.pod-single-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.pod-single-date {
  font-size: 13px;
  color: var(--teal-light);
  margin: 0 0 10px;
}
.pod-single-title {
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.15;
  color: #fff;
  margin: 0 0 14px;
}
.pod-single-tagline {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.62);
  margin: 0 0 24px;
}
.pod-single-body,
.pod-single-chapters-content {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}
.pod-single-body + .pod-single-video {
  margin-top: 28px;
}
.pod-single-chapters {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.pod-single-chapters h2 {
  font-size: 20px;
  color: #fff;
  margin: 0 0 16px;
}
.pod-single-platforms {
  margin: 28px 0 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.pod-single-platforms-label {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 16px;
}
.pod-platform-icons {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.pod-platform-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition:
    transform 0.2s,
    background 0.2s,
    border-color 0.2s;
}
.pod-platform-icon:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.pod-platform-icon svg {
  display: block;
  width: 28px;
  height: 28px;
}
.pod-platform-icon-yt,
.pod-platform-icon-am {
  color: #fff;
}
@media (max-width: 900px) {
  .pod-single-hero {
    padding: 32px 24px 60px;
  }
  .pod-single-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* Goals Knowledge Center */
.kc-hero {
  background: var(--navy);
  padding: 120px 72px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.kc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 900px 400px at 50% 100%,
    rgba(29, 158, 117, 0.1) 0%,
    transparent 65%
  );
  pointer-events: none;
}
.kc-hero-inner {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.kc-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(29, 158, 117, 0.14);
  border: 1px solid rgba(29, 158, 117, 0.28);
  color: #4ade80;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 13px;
  border-radius: 100px;
  margin-bottom: 18px;
}
.kc-hero h2 {
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 12px;
}
.kc-hero h2 em {
  font-style: normal;
  color: var(--teal-light);
}
.kc-hero p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 36px;
  line-height: 1.6;
}
.kc-search-wrap {
  position: relative;
  max-width: 580px;
  margin: 0 auto;
}
.kc-search {
  width: 100%;
  padding: 17px 50px 17px 48px;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  background: rgba(255, 255, 255, 0.07);
  border: 1.5px solid rgba(255, 255, 255, 0.14);
  border-radius: 11px;
  color: #fff;
  outline: none;
  transition: all 0.2s;
  box-sizing: border-box;
}
.kc-search::placeholder {
  color: rgba(255, 255, 255, 0.28);
}
.kc-search:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--teal);
}
.kc-search-ico {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.3);
  pointer-events: none;
}
.kc-clear {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  font-size: 12px;
  padding: 3px 7px;
  display: none;
  font-family: "Inter", sans-serif;
}
.kc-clear.show {
  display: block;
}
.kc-count {
  margin-top: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  min-height: 18px;
}
.kc-chips {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.kc-chip {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  padding: 5px 14px;
  cursor: pointer;
  transition: all 0.18s;
}
.kc-chip:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.kc-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  max-width: 1240px;
  margin: 0 auto;
  padding: 48px 72px;
  gap: 0;
  align-items: start;
  background: var(--off);
  min-height: 60vh;
  scroll-margin-top: 88px;
}
.kc-sidebar {
  position: sticky;
  top: 84px;
  align-self: start;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
.kc-section {
  margin-bottom: 52px;
  scroll-margin-top: 100px;
}
.kc-sb-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--g400);
  margin-bottom: 10px;
}
.kc-sb-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.kc-sb-item {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 11px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--g600);
  cursor: pointer;
  transition: all 0.18s;
}
.kc-sb-item:hover {
  background: var(--g200);
  color: var(--dark);
}
.kc-sb-item.on {
  background: rgba(29, 158, 117, 0.1);
  color: var(--teal2);
  font-weight: 600;
}
.kc-sb-icon {
  font-size: 15px;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}
.kc-sb-cnt {
  margin-left: auto;
  font-size: 10px;
  background: var(--g200);
  color: var(--g500);
  padding: 1px 6px;
  border-radius: 100px;
}
.kc-sb-item.on .kc-sb-cnt {
  background: rgba(29, 158, 117, 0.14);
  color: var(--teal);
}
.kc-sb-div {
  height: 1px;
  background: var(--g200);
  margin: 14px 0;
}
.kc-popular {
  background: #fff;
  border: 1px solid var(--g200);
  border-radius: var(--radius);
  padding: 20px;
  margin-top: 4px;
}
.kc-pop-title {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--g400);
  margin-bottom: 14px;
}
.kc-pop-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid var(--g100);
  font-size: 12px;
  color: var(--g600);
  cursor: pointer;
  transition: color 0.18s;
}
.kc-pop-item:last-child {
  border: none;
  padding-bottom: 0;
}
.kc-pop-item:hover {
  color: var(--teal);
}
.kc-pop-n {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  color: var(--g300);
  width: 14px;
  flex-shrink: 0;
}
.kc-pop-arr {
  margin-left: auto;
  color: var(--g300);
}
.kc-content {
  padding-left: 44px;
  min-width: 0;
}
.kc-sec-hdr {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1.5px solid var(--g200);
}
.kc-sec-ico {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  flex-shrink: 0;
}
.kc-sec-title {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--dark);
}
.kc-sec-desc {
  font-size: 13px;
  color: var(--g500);
  margin-top: 2px;
}
.kc-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.kc-card {
  background: #fff;
  border: 1px solid var(--g200);
  border-radius: var(--radius);
  padding: 20px;
  cursor: pointer;
  transition: all 0.18s;
}
.kc-card:hover {
  border-color: var(--teal);
  box-shadow: 0 4px 18px rgba(29, 158, 117, 0.1);
  transform: translateY(-1px);
}
.kc-card.hidden {
  display: none;
}
.kc-art-type {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 3px 7px;
  border-radius: 100px;
  margin-bottom: 10px;
}
.type-tut {
  background: rgba(99, 102, 241, 0.1);
  color: #6366f1;
}
.type-guide {
  background: rgba(29, 158, 117, 0.1);
  color: var(--teal);
}
.type-faq {
  background: rgba(245, 158, 11, 0.1);
  color: #d97706;
}
.type-walk {
  background: rgba(6, 182, 212, 0.1);
  color: #0891b2;
}
.type-tip {
  background: rgba(244, 63, 94, 0.1);
  color: #e11d48;
}
.kc-art-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 7px;
  line-height: 1.35;
}
.kc-art-desc {
  font-size: 12px;
  color: var(--g500);
  line-height: 1.6;
}
.kc-art-foot {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}
.kc-art-time {
  font-size: 10px;
  color: var(--g400);
}
.kc-art-tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-left: auto;
}
.kc-art-tag {
  font-size: 9px;
  background: var(--g100);
  color: var(--g500);
  padding: 2px 6px;
  border-radius: 3px;
}
.kc-no-res {
  text-align: center;
  padding: 72px 40px;
  display: none;
}
.kc-no-res.show {
  display: block;
}
.kc-no-res-icon {
  font-size: 44px;
  margin-bottom: 14px;
}
.kc-no-res h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 7px;
  color: var(--dark);
}
.kc-no-res p {
  font-size: 14px;
  color: var(--g500);
}
.art-view {
  display: none;
  background: #fff;
}
.art-view.show {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 190;
  overflow-y: auto;
  padding-top: 112px;
  box-sizing: border-box;
}
.art-hero {
  background: var(--navy2);
  padding: 48px 72px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.art-hero-inner {
  max-width: 820px;
  margin: 0 auto;
}
.art-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.art-breadcrumb a {
  color: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
}
.art-breadcrumb a:hover {
  color: #fff;
}
.art-breadcrumb span {
  color: rgba(255, 255, 255, 0.2);
}
.art-h1 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--dark);
  margin-bottom: 14px;
  line-height: 1.2;
}
.art-hero .art-h1 {
  color: #fff;
}
.art-hero .art-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.art-meta-type {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 3px 9px;
  border-radius: 100px;
}
.art-hero .art-meta-time {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
}
.art-body-wrap {
  max-width: 820px;
  margin: 0 auto;
  padding: 52px 72px;
}
.art-body h2 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--dark);
  margin: 36px 0 14px;
}
.art-body h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--dark);
  margin: 28px 0 10px;
}
.art-body p {
  font-size: 15px;
  line-height: 1.78;
  color: var(--g600);
  margin-bottom: 16px;
}
.art-body ul,
.art-body ol {
  padding-left: 22px;
  margin-bottom: 16px;
}
.art-body li {
  font-size: 15px;
  line-height: 1.75;
  color: var(--g600);
  margin-bottom: 6px;
}
.art-body strong {
  color: var(--dark);
  font-weight: 600;
}
.art-tip {
  background: rgba(29, 158, 117, 0.07);
  border-left: 3px solid var(--teal);
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
  margin: 24px 0;
  font-size: 14px;
  color: var(--dark);
  line-height: 1.65;
}
.art-tip strong {
  color: var(--teal2);
}
.art-warn {
  background: rgba(245, 158, 11, 0.07);
  border-left: 3px solid #f59e0b;
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
  margin: 24px 0;
  font-size: 14px;
  color: var(--dark);
  line-height: 1.65;
}
.art-body .art-steps {
  counter-reset: step;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 20px 0;
}
.art-body .art-steps .art-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 20px;
  background: var(--g50);
  border: 1px solid var(--g200);
  border-radius: 10px;
}
.art-body .art-steps .art-step::before {
  counter-increment: step;
  content: counter(step);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.art-body .art-steps .art-step-content h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 4px;
}
.art-body .art-steps .art-step-content p {
  font-size: 13px;
  color: var(--g600);
  line-height: 1.6;
  margin: 0;
}
.art-nav-footer {
  border-top: 1px solid var(--g200);
  padding: 32px 72px;
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.art-nav-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--teal);
  cursor: pointer;
  transition: color 0.2s;
  border: none;
  background: none;
  font-family: "Inter", sans-serif;
  padding: 0;
}
.art-nav-btn:hover {
  color: var(--teal2);
}
.art-nav-btn svg {
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .kc-layout {
    grid-template-columns: 1fr;
  }
  .kc-content {
    padding-left: 0;
  }
  .kc-cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .kc-hero {
    padding: 100px 24px 60px;
  }
  .kc-layout {
    padding: 40px 24px;
  }
  .art-body-wrap {
    padding: 40px 24px;
  }
  .art-hero {
    padding: 40px 24px;
  }
  #art-nav-bar {
    padding: 0 24px;
  }
  .art-nav-footer {
    padding: 32px 24px;
  }
}

body.goals-knowledge-center {
  overflow-x: clip;
}
body.goals-knowledge-center #goals-site {
  overflow: visible;
}

/* Goals Default Page Layout */
.gp-banner {
  background: var(--navy);
  padding: 120px 72px 64px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.gp-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 900px 400px at 50% 100%,
    rgba(29, 158, 117, 0.1) 0%,
    transparent 65%
  );
  pointer-events: none;
}
.gp-banner-inner {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.gp-banner-title {
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1.15;
  margin: 0;
}
.gp-banner-sub {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.65;
  margin: 14px 0 0;
}
.gp-banner-meta {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
  margin: 16px 0 0;
}
.gp-page {
  padding: 56px 72px 80px;
}
.gp-container {
  max-width: 860px;
  margin: 0 auto;
}
.gp-meta {
  font-size: 14px;
  color: var(--g500);
  margin: 0;
}
.gp-content {
  font-size: 16px;
  line-height: 1.7;
  color: var(--g600);
}
.gp-content > :first-child {
  margin-top: 0;
}
.gp-content > :last-child {
  margin-bottom: 0;
}
.gp-content h2,
.gp-content h3,
.gp-content h4 {
  color: var(--dark);
  font-weight: 700;
  margin: 28px 0 12px;
  line-height: 1.3;
}
.gp-content h2 {
  font-size: 24px;
}
.gp-content h3 {
  font-size: 20px;
}
.gp-content p {
  margin: 0 0 16px;
}
.gp-content ul,
.gp-content ol {
  padding-left: 22px;
  margin: 0 0 16px;
}
.gp-content li {
  margin-bottom: 6px;
}
.gp-content a {
  color: var(--teal);
}
.gp-content a:hover {
  color: var(--teal2);
}
.gp-content img {
  max-width: 100%;
  height: auto;
}
.gp-page-links {
  margin-top: 24px;
  font-size: 14px;
  color: var(--g500);
}
.gp-archive-list {
  margin-top: 32px;
}
.gp-archive-item {
  padding: 20px 0;
  border-top: 1px solid var(--g200);
}
.gp-archive-item:first-child {
  border-top: none;
  padding-top: 0;
}
.gp-archive-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.35;
}
.gp-archive-title a {
  color: var(--dark);
  text-decoration: none;
}
.gp-archive-title a:hover {
  color: var(--teal);
}
.gp-archive-excerpt {
  font-size: 15px;
  color: var(--g500);
  line-height: 1.6;
  margin: 0 0 8px;
}
.gp-archive-desc {
  font-size: 16px;
  color: var(--g500);
  margin: 0 0 24px;
}
.gp-pagination {
  margin-top: 32px;
}
body.admin-bar .gp-banner {
  padding-top: 140px;
}
@media (max-width: 768px) {
  .gp-banner {
    padding: 100px 24px 56px;
  }
  .gp-page {
    padding: 40px 24px 60px;
  }
}

/* Overview video lightbox */
.vl-overlay {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.25s,
    visibility 0.25s;
}
.vl-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.vl-overlay[hidden] {
  display: flex !important;
}
.vl-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 12, 20, 0.88);
  backdrop-filter: blur(6px);
}
.vl-dialog {
  position: relative;
  width: min(960px, 100%);
  z-index: 1;
}
.vl-close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s;
}
.vl-close:hover {
  background: rgba(255, 255, 255, 0.22);
}
.vl-player-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}
.vl-player-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
body.vl-open {
  overflow: hidden;
}

/* Goals Blog Page */
.blog-page {
  background: #f4f6f9;
  padding: 56px 72px 80px;
}
.blog-container {
  max-width: 1200px;
  margin: 0 auto;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.blog-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(26, 32, 53, 0.08);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(26, 32, 53, 0.12);
}
.blog-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.blog-card-image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e8edf3;
}
.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-card-img-placeholder {
  min-height: 100%;
  background: linear-gradient(135deg, #e8edf3 0%, #d7dee8 100%);
}
.blog-card-body {
  padding: 22px 24px 26px;
}
.blog-card-cat {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4a7fd4;
  margin-bottom: 12px;
}
.blog-card-title {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  line-height: 1.35;
  color: var(--navy);
  margin: 0;
}
.blog-card-link:hover .blog-card-title {
  color: var(--teal);
}
.blog-empty {
  text-align: center;
  font-size: 16px;
  color: var(--g500);
  padding: 48px 24px;
  background: #fff;
  border-radius: 14px;
  border: 1px dashed var(--g200);
}
.blog-pagination {
  margin-top: 48px;
  text-align: center;
}
.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  margin: 0 4px;
  padding: 0 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
  background: #fff;
  border: 1px solid var(--g200);
  text-decoration: none;
  transition:
    border-color 0.2s,
    color 0.2s,
    background 0.2s;
}
.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers.current {
  color: #fff;
  background: var(--teal);
  border-color: var(--teal);
}
@media (max-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .blog-page {
    padding: 40px 24px 64px;
  }
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .blog-card-body {
    padding: 18px 20px 22px;
  }
}

/* Single Blog Post */
.blog-single-page {
  background: #f4f6f9;
}
.blog-single-container {
  max-width: 860px;
}
.blog-single-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-bottom: 24px;
}
.blog-single-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-single-cat {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4a7fd4;
  text-decoration: none;
  transition: color 0.2s;
}
.blog-single-cat:hover {
  color: var(--teal);
}
.blog-single-date {
  font-size: 14px;
  font-weight: 500;
  color: var(--g500);
  white-space: nowrap;
}
.blog-single-image-wrap {
  margin-bottom: 32px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(26, 32, 53, 0.08);
  background: #fff;
}
.blog-single-image {
  display: block;
  width: 100%;
  height: auto;
}
.blog-single-content {
  background: #fff;
  border-radius: 14px;
  padding: 32px 36px;
  box-shadow: 0 8px 28px rgba(26, 32, 53, 0.08);
}
@media (max-width: 768px) {
  .blog-single-meta {
    flex-direction: column;
    align-items: flex-start;
  }
  .blog-single-content {
    padding: 24px 20px;
  }
}