body.theme-finance-clarity {
  --heading-font: "Manrope", "Inter", system-ui, sans-serif;
  --finance-ink: #202121;
  --finance-muted: #4c5550;
  --finance-green: #073d34;
  --finance-green-2: #0b4a3f;
  --finance-mint: #eff9f1;
  --finance-soft: #f7fbf7;
  --finance-orange: #ff4d25;
  --finance-line: rgba(31, 39, 36, 0.13);
  --finance-shadow: 0 24px 64px rgba(7, 61, 52, 0.14);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--finance-ink);
  background: #ffffff;
}

.theme-finance-clarity .container {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

.finance-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--finance-line);
  backdrop-filter: blur(18px);
}

.header-row {
  min-height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.finance-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #111;
  text-decoration: none;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 600;
  white-space: nowrap;
}

.brand-mark {
  position: relative;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: flex-end;
  gap: 3px;
  flex: 0 0 auto;
  color: var(--finance-green);
}

.brand-mark i {
  display: block;
  width: 5px;
  background: currentColor;
}

.brand-mark i:nth-child(1) { height: 15px; }
.brand-mark i:nth-child(2) { height: 24px; }
.brand-mark i:nth-child(3) { height: 31px; }

.brand-mark::before {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 2px;
  width: 25px;
  height: 18px;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: skewY(-35deg);
}

.theme-finance-clarity .site-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 38px);
  color: #424746;
  font-weight: 600;
}

.theme-finance-clarity .site-nav a {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-decoration: none;
  transition: color 160ms ease;
}

.theme-finance-clarity .site-nav a:hover {
  color: var(--finance-green);
}

.theme-finance-clarity .nav-toggle {
  display: none;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 30px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.theme-finance-clarity .button-dark {
  background: #1d1d1d;
  color: #fff;
}

.theme-finance-clarity .button-orange {
  background: var(--finance-orange);
  color: #fff;
  box-shadow: 0 18px 34px rgba(255, 77, 37, 0.24);
}

.theme-finance-clarity .button-outline {
  border-color: #1d1d1d;
  background: transparent;
  color: #1d1d1d;
}

.button-full {
  width: 100%;
}

.mobile-contact-bar {
  display: none;
}

.hero-section {
  background: var(--finance-green);
  color: #fff;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(40px, 7vw, 90px);
  padding: clamp(34px, 4vw, 52px) 0 clamp(44px, 4vw, 58px);
}

.section-kicker {
  margin: 0 0 16px;
  color: var(--finance-orange);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-copy h1,
.center-heading h2,
.feature-copy h2,
.proof-grid h2,
.contact-grid h2,
.newsletter-copy h2 {
  margin: 0;
  font-family: "Manrope", "Inter", sans-serif;
  line-height: 1.06;
  letter-spacing: 0;
}

.hero-copy h1 {
  max-width: 500px;
  color: #fff;
  font-size: clamp(3.3rem, 6vw, 5.65rem);
  font-weight: 600;
}

.hero-copy p {
  max-width: 520px;
  margin: 24px 0 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.12rem;
  line-height: 1.75;
}

.hero-visual {
  position: relative;
  min-height: 450px;
}

.dashboard-card {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.dashboard-card span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  font-weight: 800;
}

.dashboard-card strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 1.45rem;
}

.dashboard-main {
  right: 15%;
  top: 80px;
  width: 220px;
  padding: 24px;
}

.dashboard-small {
  right: 2%;
  top: 214px;
  width: 154px;
  padding: 18px;
}

.chart-bars {
  display: flex;
  align-items: end;
  gap: 10px;
  height: 78px;
  margin-top: 20px;
}

.chart-bars i {
  display: block;
  width: 18px;
  border-radius: 999px 999px 4px 4px;
  background: rgba(255, 255, 255, 0.82);
}

.chart-bars i:nth-child(1) { height: 34px; }
.chart-bars i:nth-child(2) { height: 56px; }
.chart-bars i:nth-child(3) { height: 42px; }
.chart-bars i:nth-child(4) { height: 68px; }
.chart-bars i:nth-child(5) { height: 50px; }

.person-figure {
  position: absolute;
  right: 11%;
  bottom: -28px;
  width: min(430px, 70%);
  height: 420px;
}

.person-figure::before {
  content: "";
  position: absolute;
  right: -70px;
  bottom: 0;
  width: 300px;
  height: 300px;
  border-radius: 44% 56% 50% 50%;
  background: rgba(255, 255, 255, 0.08);
}

.person-figure .head {
  position: absolute;
  right: 150px;
  top: 64px;
  width: 118px;
  height: 144px;
  border-radius: 46% 46% 52% 52%;
  background: #fff;
}

.person-figure .head::before {
  content: "";
  position: absolute;
  left: -36px;
  top: -28px;
  width: 144px;
  height: 80px;
  border-radius: 60% 50% 48% 40%;
  background: #001d19;
}

.person-figure .body {
  position: absolute;
  right: 60px;
  bottom: 0;
  width: 260px;
  height: 220px;
  border-radius: 120px 120px 0 0;
  background:
    radial-gradient(circle at 70% 35%, rgba(255, 255, 255, 0.25) 0 11px, transparent 12px),
    radial-gradient(circle at 35% 48%, rgba(255, 255, 255, 0.18) 0 12px, transparent 13px),
    linear-gradient(125deg, #0fbda6 0%, #18bea8 38%, #d77747 76%, #ff4d25 100%);
}

.person-figure .tablet {
  position: absolute;
  right: 130px;
  bottom: 0;
  width: 190px;
  height: 90px;
  border-radius: 8px 8px 0 0;
  background: #001d19;
  transform: skewX(8deg);
}

.section {
  padding: clamp(76px, 9vw, 128px) 0;
}

.intro-section {
  background: #fff;
  padding-top: clamp(56px, 6vw, 86px);
}

.center-heading {
  max-width: 940px;
  margin: 0 auto 44px;
  text-align: center;
}

.center-heading h2 {
  font-size: clamp(2rem, 4vw, 3.55rem);
  font-weight: 500;
}

.result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.result-card {
  display: grid;
  gap: 20px;
}

.result-visual {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--finance-mint);
  box-shadow: 0 1px 0 var(--finance-line);
}

.result-visual::before,
.result-visual::after {
  content: "";
  position: absolute;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--finance-shadow);
}

.result-visual::before {
  left: 42px;
  top: 54px;
  width: 250px;
  height: 160px;
}

.result-visual::after {
  right: 44px;
  bottom: 46px;
  width: 210px;
  height: 112px;
}

.result-visual span {
  position: absolute;
  z-index: 1;
  display: block;
  border-radius: 999px;
}

.visual-calendar span:nth-child(1) {
  left: 80px;
  top: 98px;
  width: 148px;
  height: 18px;
  background: var(--finance-green);
}

.visual-calendar span:nth-child(2) {
  left: 80px;
  top: 136px;
  width: 104px;
  height: 18px;
  background: #d7eee1;
}

.visual-calendar span:nth-child(3) {
  right: 88px;
  bottom: 82px;
  width: 90px;
  height: 90px;
  background: var(--finance-orange);
}

.visual-call span:nth-child(1) {
  left: 88px;
  top: 92px;
  width: 116px;
  height: 116px;
  background: linear-gradient(135deg, #0fbda6, #ff4d25);
}

.visual-call span:nth-child(2) {
  right: 92px;
  bottom: 84px;
  width: 120px;
  height: 16px;
  background: var(--finance-green);
}

.visual-call span:nth-child(3) {
  right: 92px;
  bottom: 118px;
  width: 154px;
  height: 16px;
  background: #d7eee1;
}

.result-card h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  line-height: 1.15;
}

.result-card a {
  width: fit-content;
  color: #111;
  font-weight: 700;
  text-decoration: none;
}

.result-card a::before {
  content: "";
  display: inline-block;
  width: 58px;
  height: 1px;
  margin-right: 8px;
  vertical-align: middle;
  background: #111;
}

.result-card a::after {
  content: " ->";
}

.feature-section {
  background: var(--finance-mint);
}

.split-grid,
.proof-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(42px, 8vw, 92px);
}

.feature-visual {
  position: relative;
  min-height: 470px;
}

.soft-photo {
  position: absolute;
  inset: 0 0 60px 42px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 25% 28%, rgba(255, 255, 255, 0.9) 0 42px, transparent 43px),
    radial-gradient(circle at 58% 35%, rgba(255, 255, 255, 0.92) 0 38px, transparent 39px),
    linear-gradient(145deg, rgba(7, 61, 52, 0.74), rgba(255, 77, 37, 0.24)),
    var(--finance-green);
}

.meeting-card {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 270px;
  padding: 26px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--finance-shadow);
}

.meeting-card span {
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 44%, var(--finance-green) 45% 55%, transparent 56%),
    linear-gradient(180deg, transparent 44%, var(--finance-green) 45% 55%, transparent 56%),
    var(--finance-mint);
}

.meeting-card strong {
  display: block;
  font-size: 1.2rem;
}

.meeting-card p,
.feature-copy p,
.proof-grid p,
.path-list p,
.contact-grid p {
  color: var(--finance-muted);
  line-height: 1.75;
}

.feature-copy h2,
.proof-grid h2,
.contact-grid h2,
.newsletter-copy h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 500;
}

.platform-section {
  background: #fff;
}

.divider {
  height: 1px;
  margin-bottom: clamp(56px, 8vw, 88px);
  background: var(--finance-line);
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 6vw, 86px);
}

.platform-grid article {
  display: grid;
  gap: 20px;
}

.icon {
  position: relative;
  display: block;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: var(--finance-mint);
}

.growth-icon::before {
  content: "";
  position: absolute;
  left: 25px;
  bottom: 26px;
  width: 34px;
  height: 28px;
  border-left: 3px solid var(--finance-green);
  border-bottom: 3px solid var(--finance-green);
}

.growth-icon::after {
  content: "";
  position: absolute;
  left: 31px;
  top: 30px;
  width: 28px;
  height: 20px;
  border-top: 3px solid var(--finance-green);
  border-right: 3px solid var(--finance-green);
  transform: skewY(-30deg);
}

.session-icon::before {
  content: "£";
  position: absolute;
  inset: 24px;
  display: grid;
  place-items: center;
  border: 3px solid var(--finance-green);
  border-radius: 50%;
  color: var(--finance-green);
  font-weight: 900;
}

.message-icon::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 25px;
  width: 34px;
  height: 26px;
  border: 3px solid var(--finance-green);
  border-radius: 7px;
}

.message-icon::after {
  content: "";
  position: absolute;
  left: 34px;
  bottom: 26px;
  width: 16px;
  height: 12px;
  border-left: 3px solid var(--finance-green);
  border-bottom: 3px solid var(--finance-green);
  transform: skewX(-24deg);
}

.platform-grid h3 {
  max-width: 320px;
  margin: 0;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.12;
}

.platform-grid p {
  margin: 0;
  color: var(--finance-muted);
  line-height: 1.7;
}

.proof-section {
  background: var(--finance-soft);
}

.path-list {
  display: grid;
  gap: 18px;
}

.path-list article {
  padding: 26px;
  border: 1px solid var(--finance-line);
  border-radius: 8px;
  background: #fff;
}

.path-list strong {
  font-size: 1.18rem;
}

.newsletter-section {
  padding: clamp(76px, 10vw, 130px) 0;
  background: #fff;
}

.newsletter-card {
  display: grid;
  min-height: 360px;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 40px;
  overflow: hidden;
  border-radius: 8px;
  padding: clamp(32px, 6vw, 70px);
  background: var(--finance-green);
  color: #fff;
}

.newsletter-card .section-kicker {
  color: #8fe0ce;
}

.newsletter-copy h2 {
  max-width: 460px;
  color: #fff;
}

.newsletter-form {
  margin-top: 28px;
}

.newsletter-form label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 800;
}

.newsletter-form div:first-of-type {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.newsletter-form input {
  min-height: 50px;
  min-width: min(260px, 100%);
  border: 0;
  border-radius: 0;
  padding: 0 18px;
  font: inherit;
}

.form-note,
.form-message {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
  line-height: 1.5;
}

.newsletter-visual {
  position: relative;
  min-height: 290px;
}

.mail-card {
  position: absolute;
  left: 10%;
  top: 90px;
  width: 150px;
  height: 104px;
  border: 4px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
}

.mail-card::before {
  content: "";
  position: absolute;
  left: 26px;
  top: -56px;
  width: 90px;
  height: 70px;
  border-radius: 8px;
  background: var(--finance-orange);
  transform: rotate(-4deg);
}

.mail-card::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 25px;
  width: 92px;
  height: 46px;
  border-left: 4px solid rgba(255, 255, 255, 0.82);
  border-bottom: 4px solid rgba(255, 255, 255, 0.82);
  transform: rotate(-45deg);
}

.coin-dot {
  position: absolute;
  right: 10%;
  top: 30px;
  width: 190px;
  height: 250px;
  border-radius: 100px 100px 0 0;
  background:
    radial-gradient(circle at 28% 28%, rgba(255, 255, 255, 0.2) 0 12px, transparent 13px),
    radial-gradient(circle at 64% 48%, rgba(255, 255, 255, 0.18) 0 16px, transparent 17px),
    linear-gradient(135deg, #15bda9, #ff4d25);
}

.coin-dot::before {
  content: "";
  position: absolute;
  left: 56px;
  top: -44px;
  width: 88px;
  height: 104px;
  border-radius: 46% 46% 52% 52%;
  background: #fff;
}

.coin-dot::after {
  content: "";
  position: absolute;
  left: 32px;
  top: -74px;
  width: 124px;
  height: 66px;
  border-radius: 60% 54% 42% 46%;
  background: #001d19;
}

.letter-line {
  position: absolute;
  left: 28%;
  bottom: 50px;
  width: 90px;
  height: 68px;
  border-left: 3px dashed rgba(255, 255, 255, 0.34);
  border-bottom: 3px dashed rgba(255, 255, 255, 0.34);
  border-radius: 0 0 0 90px;
  transform: rotate(-20deg);
}

.contact-section {
  padding: clamp(80px, 10vw, 124px) 0;
  background: var(--finance-mint);
}

.contact-grid {
  align-items: start;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  color: var(--finance-muted);
  line-height: 1.55;
}

.contact-list span {
  margin-left: 6px;
  color: rgba(76, 85, 80, 0.62);
  font-size: 0.86rem;
}

.contact-form {
  display: grid;
  gap: 12px;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid var(--finance-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--finance-shadow);
}

.contact-form label {
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(31, 39, 36, 0.16);
  border-radius: 4px;
  padding: 12px 14px;
  font: inherit;
}

.contact-form textarea {
  min-height: 126px;
  resize: vertical;
}

.contact-form .form-note,
.contact-form .form-message {
  margin: 0;
  color: var(--finance-muted);
}

.site-footer {
  padding: clamp(54px, 7vw, 82px) 0 0;
  background: #fff;
  color: #111;
  border-top: 1px solid var(--finance-line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr;
  gap: 46px;
}

.footer-grid p,
.footer-grid a {
  color: #323735;
}

.footer-grid a {
  display: block;
  margin-top: 10px;
  text-decoration: none;
}

.footer-grid strong {
  display: block;
  margin-bottom: 16px;
}

.footer-brand {
  margin-bottom: 18px;
}

.copyright {
  margin: clamp(46px, 7vw, 70px) 0 0;
  padding: 30px;
  background: var(--finance-mint);
  color: #525a56;
  text-align: center;
}

@media (max-width: 980px) {
  .header-row {
    min-height: 84px;
  }

  .theme-finance-clarity .site-nav,
  .header-cta {
    display: none;
  }

  .theme-finance-clarity .nav-toggle {
    display: inline-flex;
    border: 1px solid var(--finance-line);
    border-radius: 999px;
    padding: 10px 16px;
    background: #fff;
    color: var(--finance-ink);
    font-weight: 900;
  }

  .theme-finance-clarity .site-nav.open {
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% + 10px);
    display: grid;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--finance-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--finance-shadow);
  }

  .theme-finance-clarity .site-nav.open a {
    min-height: auto;
    justify-content: flex-start;
    border: 0;
    background: transparent;
    color: inherit;
    padding: 14px;
  }

  .hero-grid,
  .split-grid,
  .proof-grid,
  .contact-grid,
  .newsletter-card,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding: 72px 0 0;
  }

  .hero-copy h1 {
    max-width: 720px;
  }

  .hero-visual {
    min-height: 390px;
  }

  .result-grid,
  .platform-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .theme-finance-clarity .container {
    width: min(100% - 28px, 1140px);
  }

  .finance-brand {
    font-size: 1.05rem;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
  }

  .mobile-contact-bar {
    position: sticky;
    top: 0;
    z-index: 19;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-bottom: 1px solid var(--finance-line);
    background: #fff;
  }

  .mobile-contact-bar a {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
  }

  .mobile-contact-bar a:first-child {
    background: #111;
  }

  .theme-finance-clarity .mobile-contact-bar a:last-child {
    background: var(--finance-orange);
  }

  .hero-grid {
    min-height: auto;
    padding: 58px 0 0;
    gap: 24px;
  }

  .hero-copy h1 {
    font-size: clamp(2.75rem, 15vw, 4.15rem);
  }

  .hero-copy p {
    font-size: 1rem;
  }

  .hero-visual {
    min-height: 340px;
    margin-inline: -14px;
  }

  .dashboard-main {
    left: 28px;
    right: auto;
    top: 26px;
    width: 188px;
  }

  .dashboard-small {
    right: 20px;
    top: 154px;
  }

  .person-figure {
    right: -52px;
    width: 360px;
    height: 340px;
  }

  .person-figure .head {
    right: 132px;
    top: 56px;
    width: 92px;
    height: 116px;
  }

  .person-figure .body {
    right: 52px;
    width: 220px;
    height: 174px;
  }

  .person-figure .tablet {
    right: 112px;
    width: 150px;
  }

  .section {
    padding: 72px 0;
  }

  .center-heading {
    text-align: left;
  }

  .result-visual {
    min-height: 235px;
  }

  .result-visual::before {
    left: 24px;
    top: 42px;
    width: 178px;
    height: 118px;
  }

  .result-visual::after {
    right: 20px;
    bottom: 34px;
    width: 150px;
    height: 82px;
  }

  .feature-visual {
    min-height: 340px;
  }

  .soft-photo {
    inset: 0 0 42px 0;
  }

  .meeting-card {
    width: 232px;
  }

  .newsletter-card {
    padding: 28px;
  }

  .newsletter-visual {
    min-height: 220px;
  }

  .coin-dot {
    right: -18px;
    top: 28px;
  }

  .mail-card {
    left: 0;
  }
}
