/*
Theme Name: Sidekick
Theme URI: https://sidekick.weofferwellness.co.uk/
Author: We Offer Wellness
Description: Custom Sidekick support and communication theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sidekick
*/

:root {
  --sk-purple-light: #a991df;
  --sk-purple: #7054b9;
  --sk-purple-dark: #27295f;
  --sk-pink: #e018b5;
  --sk-ink: #12142d;
  --sk-muted: #69708a;
  --sk-paper: #ffffff;
  --sk-soft: #f4f1ff;
  --sk-soft-2: #eef0ff;
  --sk-line: rgba(39, 41, 95, 0.12);
  --sk-shadow: 0 24px 70px rgba(39, 41, 95, 0.16);
  --sk-radius-xl: 32px;
  --sk-radius-lg: 24px;
  --sk-radius-md: 18px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(169, 145, 223, 0.36), transparent 30%),
    radial-gradient(circle at 88% 4%, rgba(224, 24, 181, 0.13), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbfaff 38%, #ffffff 100%);
  color: var(--sk-ink);
  overflow-x: hidden;
}

a { text-decoration: none; }

img { max-width: 100%; height: auto; }

.site-shell {
  position: relative;
  isolation: isolate;
}

.bg-orb {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(4px);
  opacity: 0.8;
  pointer-events: none;
}

.bg-orb.one {
  width: 420px;
  height: 420px;
  right: -180px;
  top: 420px;
  background: rgba(112, 84, 185, 0.12);
}

.bg-orb.two {
  width: 320px;
  height: 320px;
  left: -140px;
  top: 980px;
  background: rgba(224, 24, 181, 0.10);
}

.navbar-wrap {
  position: sticky;
  top: 16px;
  z-index: 1000;
  padding: 0 16px;
}

.sk-nav {
  max-width: 1180px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 55px rgba(39, 41, 95, 0.10);
  border-radius: 999px;
  padding: 10px 12px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--sk-purple-dark);
  font-weight: 950;
  letter-spacing: -0.04em;
}

.brand-logo .custom-logo-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.brand-logo .custom-logo {
  max-width: 180px;
  height: auto;
  display: block;
}

.brand-logo-img {
  display: block;
  height: 30px !important;
  width: auto;
  margin-top: -10px;
}

.brand-logo-img--mobile {
  display: none;
}

img.brand-logo-img.brand-logo-img--mobile {
  height: 35px !important;
  margin-top: 0px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand-copy--logo {
  gap: 2px;
}

.brand-name {
  display: block;
  font-size: 1.02rem;
  letter-spacing: -0.03em;
  line-height: 1;
}

.brand-name--logo {
  font-size: clamp(1.25rem, 2vw, 1.72rem);
  font-weight: 1000;
  letter-spacing: 0rem;
  line-height: 0.95;
}

.brand-sub {
  display: block;
  color: var(--sk-muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin-top: 4px;
}

.brand-sub--logo {
  margin-top: 3px;
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0rem;
  text-transform: none;
}

.nav-link {
  color: var(--sk-purple-dark);
  font-weight: 800;
  font-size: 0.94rem;
  border-radius: 999px;
  padding: 10px 14px !important;
}

.nav-link:hover,
.nav-link:focus {
  background: var(--sk-soft);
  color: var(--sk-purple-dark);
}

.btn-sk-primary,
.btn-sk-secondary,
.btn-sk-ghost {
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: -0.01em;
  padding: 0.86rem 1.18rem;
  border: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-sk-nav {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--sk-pink);
  --bs-btn-border-color: var(--sk-pink);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--sk-pink);
  --bs-btn-hover-border-color: var(--sk-pink);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--sk-pink);
  --bs-btn-active-border-color: var(--sk-pink);
  color: #fff;
  background: var(--sk-pink);
  box-shadow: 0 16px 38px rgba(224, 24, 181, 0.24);
}

.btn-sk-nav:hover,
.btn-sk-nav:focus {
  color: #fff;
  background: var(--sk-pink);
  box-shadow: 0 18px 42px rgba(224, 24, 181, 0.28);
}

.btn-sk-primary {
  color: #fff;
  background: var(--sk-pink);
  box-shadow: 0 16px 38px rgba(224, 24, 181, 0.24);
}

.btn-sk-secondary {
  color: var(--sk-purple-dark);
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--sk-line), 0 12px 26px rgba(39, 41, 95, 0.08);
}

.btn.btn-sk-secondary {
  height: 52px;
}

.btn-sk-ghost {
  color: var(--sk-purple-dark);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 0 1px var(--sk-line);
}

.btn-sk-primary:hover,
.btn-sk-secondary:hover,
.btn-sk-ghost:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(39, 41, 95, 0.16);
}

.hero {
  padding: 96px 0 70px;
  position: relative;
}

.hero-card {
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(244,241,255,0.92)),
    radial-gradient(circle at 90% 10%, rgba(224,24,181,0.18), transparent 28%);
  border: 1px solid rgba(255,255,255,0.8);
  box-shadow: var(--sk-shadow);
  overflow: hidden;
  position: relative;
}

.hero-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(39,41,95,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(39,41,95,0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at 70% 40%, black, transparent 66%);
  opacity: 0.7;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: clamp(32px, 6vw, 72px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(169, 145, 223, 0.16);
  color: var(--sk-purple-dark);
  font-weight: 900;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero h1 {
  margin: 22px 0 18px;
  font-size: clamp(3.2rem, 8vw, 7.2rem);
  line-height: 0.86;
  font-weight: 1000;
  letter-spacing: 0rem;
  color: var(--sk-purple-dark);
}

.hero h1 .soft { color: var(--sk-purple-light); }
.hero h1 .accent { color: var(--sk-pink); }

.hero-lead {
  max-width: 680px;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  color: #353856;
  line-height: 1.55;
  margin-bottom: 28px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.proof-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--sk-line);
  background: rgba(255,255,255,0.72);
  color: var(--sk-purple-dark);
  border-radius: 999px;
  padding: 10px 13px;
  font-weight: 850;
  font-size: 0.9rem;
}

.hero-visual {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(24px, 5vw, 54px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-icon-stage {
  width: min(420px, 80vw);
  height: auto;
  min-height: 520px;
  border-radius: 48px;
  background: linear-gradient(135deg, rgba(39,41,95,0.18), rgba(169,145,223,0.12));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 34px 80px rgba(39,41,95,0.18);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}

.hero-icon-stage:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 20, 45, 0.08), rgba(18, 20, 45, 0.28)),
    radial-gradient(circle at 50% 18%, rgba(255,255,255,0.08), transparent 42%);
  pointer-events: none;
}

.hero-stage-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.floating-card {
  position: absolute;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(255,255,255,0.86);
  border-radius: 22px;
  padding: 14px 16px;
  box-shadow: 0 20px 50px rgba(39,41,95,0.14);
  backdrop-filter: blur(14px);
  color: var(--sk-purple-dark);
  font-weight: 900;
  max-width: 190px;
}

.floating-card.one { left: 18px; bottom: 30px; }
.floating-card.two { right: 20px; top: 34px; }

.section-pad { padding: 82px 0; }

.section-title {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-title h2 {
  color: var(--sk-purple-dark);
  font-weight: 1000;
  letter-spacing: -0.055em;
  line-height: 0.94;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  margin-bottom: 16px;
}

.section-title p {
  color: var(--sk-muted);
  font-size: 1.1rem;
  line-height: 1.65;
  margin: 0;
}

.page-wrap {
  padding-top: 82px;
}

.page-hero {
  max-width: 920px;
  margin: 0 auto 34px;
  text-align: center;
}

.page-hero h1 {
  color: var(--sk-purple-dark);
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 0.92;
  letter-spacing: 0rem;
  font-weight: 1000;
  margin: 18px 0 14px;
}

.page-lead {
  color: var(--sk-muted);
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  line-height: 1.7;
  margin: 0 auto;
  max-width: 760px;
}

.page-content {
  display: grid;
  gap: 28px;
}

.page-content > * {
  margin: 0;
}

.page-content > section,
.page-content > .page-panel {
  border-radius: 34px;
  background: rgba(255,255,255,0.86);
  border: 1px solid var(--sk-line);
  box-shadow: 0 20px 55px rgba(39,41,95,0.08);
  padding: clamp(24px, 4vw, 42px);
}

.page-content h2,
.page-content h3 {
  color: var(--sk-purple-dark);
  font-weight: 1000;
  letter-spacing: -0.04em;
}

.page-content h2 {
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  line-height: 0.98;
  margin-bottom: 16px;
}

.page-content h3 {
  font-size: 1.4rem;
  line-height: 1.05;
  margin-bottom: 10px;
}

.page-content p,
.page-content li {
  color: #454964;
  line-height: 1.7;
}

.page-content ul {
  padding-left: 1.2rem;
}

.page-content .service-card,
.page-content .process-card,
.page-content .feature-slab,
.page-content .course-panel,
.page-content .stats-band,
.page-content .testimonial-wrap {
  margin: 0;
}

.sidekick-map {
  min-height: 420px;
  width: 100%;
  background: #dfe7f3;
}

.service-card {
  height: 100%;
  padding: 28px;
  border-radius: var(--sk-radius-xl);
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(39,41,95,0.10);
  box-shadow: 0 20px 55px rgba(39,41,95,0.09);
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(39,41,95,0.14);
}

.service-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 8%, rgba(224,24,181,0.13), transparent 34%);
  pointer-events: none;
}

.service-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--sk-purple-dark), var(--sk-purple));
  font-size: 1.65rem;
  margin-bottom: 22px;
  position: relative;
  z-index: 2;
}

.service-card h3 {
  position: relative;
  z-index: 2;
  color: var(--sk-purple-dark);
  font-size: 1.58rem;
  line-height: 1.05;
  font-weight: 1000;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}

.service-card p {
  position: relative;
  z-index: 2;
  color: #454964;
  line-height: 1.58;
  margin-bottom: 20px;
}

.mini-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.mini-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--sk-purple-dark);
  font-weight: 780;
  font-size: 0.95rem;
}

.mini-list i {
  color: var(--sk-pink);
  margin-top: 2px;
}

.stats-band {
  border-radius: 38px;
  background: linear-gradient(135deg, var(--sk-purple-dark), #171948);
  color: #fff;
  padding: 34px;
  box-shadow: 0 30px 80px rgba(39,41,95,0.25);
  position: relative;
  overflow: hidden;
}

.stats-band:before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  right: -160px;
  top: -160px;
  border-radius: 999px;
  background: rgba(224, 24, 181, 0.18);
}

.stat-item {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 20px 10px;
}

.stat-number {
  display: block;
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 1;
  font-weight: 1000;
  letter-spacing: -0.05em;
}

.stat-label {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,0.75);
  font-weight: 800;
}

.course-panel {
  border-radius: 34px;
  background: rgba(255,255,255,0.88);
  border: 1px solid var(--sk-line);
  overflow: hidden;
  box-shadow: 0 24px 62px rgba(39,41,95,0.10);
}

.course-panel-head {
  padding: 26px;
  background: linear-gradient(135deg, rgba(169,145,223,0.22), rgba(224,24,181,0.10));
  border-bottom: 1px solid var(--sk-line);
}

.course-panel-head h3 {
  margin: 0;
  color: var(--sk-purple-dark);
  font-weight: 1000;
  letter-spacing: -0.045em;
}

.course-row {
  display: grid;
  grid-template-columns: 1.2fr 0.72fr 0.72fr auto;
  gap: 18px;
  align-items: center;
  padding: 20px 26px;
  border-bottom: 1px solid var(--sk-line);
}

.course-row:last-child { border-bottom: 0; }

.course-name {
  color: var(--sk-purple-dark);
  font-weight: 950;
  letter-spacing: -0.02em;
}

.course-meta {
  color: var(--sk-muted);
  font-weight: 800;
  font-size: 0.94rem;
}

.price-badge {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 8px 12px;
  background: var(--sk-soft);
  color: var(--sk-purple-dark);
  font-weight: 950;
}

.feature-slab {
  border-radius: 38px;
  background:
    radial-gradient(circle at 12% 20%, rgba(169,145,223,0.25), transparent 34%),
    linear-gradient(135deg, #ffffff, #f8f6ff);
  border: 1px solid var(--sk-line);
  box-shadow: 0 24px 70px rgba(39,41,95,0.10);
  padding: clamp(28px, 5vw, 52px);
}

.feature-slab h2 {
  color: var(--sk-purple-dark);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 1000;
  margin-bottom: 20px;
}

.feature-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(39,41,95,0.08);
}

.feature-list i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--sk-purple-dark);
  color: #fff;
  font-size: 1.2rem;
}

.feature-list strong {
  display: block;
  color: var(--sk-purple-dark);
  font-weight: 950;
  margin-bottom: 3px;
}

.feature-list span {
  color: #4b4f69;
  line-height: 1.48;
}

.testimonial-wrap {
  border-radius: 38px;
  background: rgba(255,255,255,0.88);
  border: 1px solid var(--sk-line);
  box-shadow: 0 24px 70px rgba(39,41,95,0.10);
  overflow: hidden;
}

.testimonial-card {
  min-height: 330px;
  padding: clamp(28px, 5vw, 58px);
}

.quote-mark {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--sk-purple-dark), var(--sk-pink));
  font-size: 2rem;
  margin-bottom: 22px;
}

.testimonial-text {
  color: var(--sk-purple-dark);
  font-size: clamp(1.2rem, 2.5vw, 2rem);
  line-height: 1.25;
  font-weight: 850;
  letter-spacing: -0.03em;
  max-width: 860px;
  margin-bottom: 28px;
}

.person {
  display: flex;
  align-items: center;
  gap: 14px;
}

.avatar {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--sk-purple-dark);
  font-weight: 1000;
}

.person strong {
  display: block;
  color: var(--sk-purple-dark);
  font-weight: 950;
}

.person span { color: var(--sk-muted); font-weight: 750; }

.carousel-control-prev,
.carousel-control-next {
  width: 54px;
  height: 54px;
  top: auto;
  bottom: 30px;
  border-radius: 999px;
  background: var(--sk-purple-dark);
  opacity: 1;
}

.carousel-control-prev { left: auto; right: 96px; }
.carousel-control-next { right: 30px; }

.process-card {
  height: 100%;
  padding: 28px;
  border-radius: var(--sk-radius-lg);
  background: #fff;
  border: 1px solid var(--sk-line);
  box-shadow: 0 16px 42px rgba(39,41,95,0.08);
}

.process-num {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--sk-purple), var(--sk-pink));
  font-weight: 1000;
  margin-bottom: 18px;
}

.process-card h3 {
  color: var(--sk-purple-dark);
  font-size: 1.35rem;
  font-weight: 1000;
  letter-spacing: -0.035em;
  margin-bottom: 10px;
}

.process-card p { color: var(--sk-muted); margin: 0; line-height: 1.58; }

.cta {
  border-radius: 42px;
  padding: clamp(32px, 6vw, 70px);
  background: linear-gradient(135deg, var(--sk-purple-dark), var(--sk-purple));
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 34px 90px rgba(39,41,95,0.28);
}

.cta:before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -150px;
  top: -190px;
  border-radius: 999px;
  background: rgba(224,24,181,0.24);
}

.cta-content {
  position: relative;
  z-index: 2;
}

.cta h2 {
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 0.94;
  font-weight: 1000;
  letter-spacing: -0.06em;
  margin-bottom: 18px;
}

.cta p {
  color: rgba(255,255,255,0.82);
  font-size: 1.14rem;
  line-height: 1.6;
  max-width: 720px;
  margin-bottom: 28px;
}

.sk-contact-card {
  color: var(--sk-purple-dark);
}

.sk-contact-card h3,
.sk-contact-card p,
.sk-contact-card a,
.sk-contact-card span {
  color: var(--sk-purple-dark) !important;
}

.footer {
  padding: 72px 0 36px;
  color: var(--sk-purple-dark);
}

.footer-card {
  border-radius: 34px;
  background: #fff;
  border: 1px solid var(--sk-line);
  padding: 30px;
  box-shadow: 0 18px 55px rgba(39,41,95,0.08);
}

.footer-brand .custom-logo {
  max-width: 180px;
}

.footer-brand .brand-logo-img {
  height: 30px !important;
  width: auto;
  margin-top: -10px;
}

@media (max-width: 991.98px) {
  .brand-logo-img--desktop {
    display: none;
  }

  .brand-logo-img--mobile {
    display: block;
  }
}

.footer h4 {
  font-weight: 1000;
  letter-spacing: -0.035em;
  margin-bottom: 14px;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.footer a { color: var(--sk-muted); font-weight: 750; }
.footer a:hover { color: var(--sk-pink); }

.footer-bottom {
  padding-top: 26px;
  color: var(--sk-muted);
  font-weight: 700;
  font-size: 0.92rem;
}

.wp-block-site-logo img,
.custom-logo {
  border-radius: 0;
}

@media (max-width: 991.98px) {
  .sk-nav { border-radius: 28px; }
  .hero { padding-top: 54px; }
  .floating-card { display: none; }
  .course-row { grid-template-columns: 1fr; gap: 8px; }
  .price-badge { justify-self: start; }
  .carousel-control-prev,
  .carousel-control-next { bottom: 18px; }
  .testimonial-card { padding-bottom: 92px; }
}

@media (max-width: 575.98px) {
  .brand-name { font-size: 0.92rem; }
  .brand-sub { font-size: 0.74rem; }
  .hero h1 { font-size: 3.5rem; }
  .hero-card { border-radius: 28px; }
  .hero-icon-stage { min-height: 330px; }
  .service-card, .feature-slab, .stats-band, .testimonial-wrap, .cta { border-radius: 26px; }
  .section-pad { padding: 58px 0; }
}

@media (min-width: 992px) {
}
