.elementor-123 .elementor-element.elementor-element-369c6cf{--display:flex;}.elementor-123 .elementor-element.elementor-element-01648e5{--display:flex;}.elementor-123 .elementor-element.elementor-element-01648e5.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-123 .elementor-element.elementor-element-cf2ad8a{--display:flex;}.elementor-123 .elementor-element.elementor-element-9892b78{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-123 .elementor-element.elementor-element-01648e5{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-b497e70 */.hero-video {
  position: relative;
  height: 85vh;
  width: 100%;
  overflow: hidden;
}

/* Background Video */

.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;
  z-index: 1;
}

/* Overlay */

.hero-overlay {
  position: relative;
  z-index: 2;

  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(0,0,0,0.65);
  text-align: center;
  padding: 40px;
}

/* Content Container */

.hero-content {
  max-width: 750px;
}

/* Main H1 */

.hero-content h1 {
  font-size: 64px;
  font-weight: 800;
  margin-bottom: 10px;

  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}

/* Yellow accent underline */

.hero-content h1::after {
  content: "";
  position: absolute;

  left: 50%;
  bottom: 0;

  transform: translateX(-50%);

  width: 120px;
  height: 4px;

  background: #B3B401;
  border-radius: 2px;
}

/* Highlighted word */

.hero-content h1 span {
  color: #B3B401;
}

/* Hero subtitle (H2) */

.hero-subtitle {
  font-size: 22px;
  font-weight: 500;
  color: #cccccc;

  margin-bottom: 20px;
}

/* Hero paragraph */

.hero-content p {
  font-size: 18px;
  color: #dddddd;

  margin-bottom: 30px;
  line-height: 1.6;
}

/* Button container */

.hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Primary button */

.btn-primary {
  background: #B3B401;
  color: #000;

  padding: 14px 26px;
  border-radius: 30px;

  font-weight: 600;
  text-decoration: none;

  transition: 0.2s ease;
}

.btn-primary:hover {
  background: #d2d32a;
}

/* Secondary button */

.btn-secondary {
  border: 1px solid #555;

  padding: 14px 26px;
  border-radius: 30px;

  color: #fff;
  text-decoration: none;

  transition: 0.2s ease;
}

.btn-secondary:hover {
  border-color: #B3B401;
  color: #B3B401;
}

/* Responsive */

@media (max-width: 768px) {

  .hero-video {
    height: 70vh;
  }

  .hero-content h1 {
    font-size: 42px;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .hero-content p {
    font-size: 16px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d519eed */:root {
  --uktrt-text: #ffffff;
  --uktrt-accent: #b3b401;
  --uktrt-accent-hover: #d6d73a;
  --uktrt-bg: #0f0f0f;
  --uktrt-card: #171717;
  --uktrt-card-dark: #141414;
  --uktrt-border: rgba(255, 255, 255, 0.08);
  --uktrt-border-soft: rgba(255, 255, 255, 0.06);
  --uktrt-muted: #bbbbbb;
  --uktrt-muted-soft: #b8b8b8;
}

.uktrt-home-hero,
.uktrt-home-hero *,
.uktrt-features,
.uktrt-features * {
  box-sizing: border-box;
}

.uktrt-home-hero {
  background: var(--uktrt-bg);
  color: var(--uktrt-text);
  font-family: 'Montserrat', sans-serif;
  padding: 90px 0 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.uktrt-features {
  background: var(--uktrt-bg);
  color: var(--uktrt-text);
  font-family: 'Montserrat', sans-serif;
  padding: 32px 0 90px;
}

.uktrt-home-hero a,
.uktrt-features a {
  text-decoration: none;
  color: inherit;
}

.uktrt-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* HERO LAYOUT */

.uktrt-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: 56px;
  align-items: stretch;
}

.uktrt-hero-left {
  min-width: 0;
  padding-top: 14px;
}

.uktrt-hero-right {
  min-width: 0;
  display: flex;
  justify-content: flex-end;
}

/* LEFT SIDE */

.uktrt-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #161616;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--uktrt-accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.uktrt-hero-title {
  font-size: 62px;
  line-height: 1.02;
  letter-spacing: -0.035em;
  margin: 0 0 16px;
  color: #ffffff;
  font-weight: 500;
}

.uktrt-hero-title span {
  color: var(--uktrt-accent);
}

.uktrt-accent-line {
  width: 78px;
  height: 3px;
  border-radius: 999px;
  background: var(--uktrt-accent);
  margin-bottom: 22px;
}

.uktrt-hero-copy {
  max-width: 660px;
}

.uktrt-hero-copy p {
  color: var(--uktrt-muted);
  font-size: 15px;
  line-height: 1.85;
  margin: 0 0 16px;
}

/* FEATURED GUIDE */

.uktrt-featured-guide {
  display: block;
  max-width: 590px;
  margin-top: 18px;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(180deg, #171717 0%, #131313 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.015);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.uktrt-featured-guide:hover {
  transform: translateY(-4px);
  border-color: rgba(179, 180, 1, 0.25);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.30),
    0 0 16px rgba(179, 180, 1, 0.05);
}

.uktrt-featured-guide-image-wrap {
  width: 100%;
  aspect-ratio: 16 / 8;
  overflow: hidden;
  background: #111111;
}

.uktrt-featured-guide-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.30s ease;
}

.uktrt-featured-guide:hover .uktrt-featured-guide-image {
  transform: scale(1.03);
}

.uktrt-featured-guide-content {
  padding: 16px 18px 18px;
}

.uktrt-featured-guide-label {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--uktrt-accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.uktrt-featured-guide-content h3 {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.28;
  letter-spacing: -0.015em;
  margin: 0 0 12px;
  font-weight: 600;
}

.uktrt-featured-guide-content p {
  color: var(--uktrt-muted-soft);
  font-size: 12px;
  line-height: 1.75;
  margin: 0;
  max-width: 500px;
}

/* ACTIONS */

.uktrt-hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.uktrt-btn-primary,
.uktrt-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease;
}

.uktrt-btn-primary {
  background: var(--uktrt-accent);
  color: #000000 !important;
  border: 1px solid var(--uktrt-accent);
  box-shadow: 0 8px 22px rgba(179, 180, 1, 0.16);
}

.uktrt-btn-primary:hover {
  transform: translateY(-2px);
  background: var(--uktrt-accent-hover);
  border-color: var(--uktrt-accent-hover);
}

.uktrt-btn-secondary {
  background: transparent;
  color: #ffffff !important;
  border: 1px solid var(--uktrt-accent);
}

.uktrt-btn-secondary:hover {
  transform: translateY(-2px);
  background: rgba(179, 180, 1, 0.08);
  border-color: var(--uktrt-accent);
}

/* TRT JOURNEY CARD */

.uktrt-journey-card {
  width: 100%;
  max-width: 520px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #1a1a1a 0%, #151515 100%);
  padding: 28px;
  border-radius: 20px;
  border: 1px solid var(--uktrt-border);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.uktrt-journey-topline {
  margin-bottom: 12px;
  color: var(--uktrt-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.uktrt-journey-card h3 {
  font-size: 30px;
  line-height: 1.15;
  margin: 0 0 16px;
  font-weight: 600;
  color: #ffffff;
}

.uktrt-journey-copy {
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 26px;
  color: var(--uktrt-muted-soft);
}

.uktrt-journey-stack {
  display: flex;
  flex-direction: column;
  gap: 22px;
  flex: 1;
}

.uktrt-journey-row {
  padding: 20px 22px;
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.01)
  );
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.uktrt-journey-row-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.uktrt-journey-number {
  color: var(--uktrt-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.uktrt-journey-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

.uktrt-journey-meter {
  position: relative;
  height: 14px;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(90deg, #262626 0%, #202020 100%);
  margin-bottom: 14px;
}

.uktrt-journey-meter::before {
  content: "";
  position: absolute;
  inset: 0;
}

.uktrt-journey-meter-low::before {
  background: linear-gradient(
    90deg,
    rgba(179, 180, 1, 0.6),
    rgba(179, 180, 1, 0.05)
  );
}

.uktrt-journey-meter-balanced::before {
  background: linear-gradient(
    90deg,
    rgba(179, 180, 1, 0.18),
    rgba(179, 180, 1, 0.7)
  );
}

.uktrt-journey-dot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--uktrt-accent);
  border: 3px solid #111111;
  box-shadow: 0 0 0 5px rgba(179, 180, 1, 0.15);
}

.uktrt-journey-meter-low .uktrt-journey-dot {
  left: 18%;
}

.uktrt-journey-meter-balanced .uktrt-journey-dot {
  left: 80%;
}

.uktrt-journey-note {
  font-size: 14px;
  line-height: 1.7;
  color: #a8a8a8;
  margin: 0;
}

.uktrt-journey-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(179, 180, 1, 0.35);
  background: rgba(179, 180, 1, 0.08);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: #ffffff;
}

.uktrt-journey-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 2px 0;
}

.uktrt-connector-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.02),
    rgba(179, 180, 1, 0.35),
    rgba(255, 255, 255, 0.02)
  );
}

.uktrt-connector-arrow {
  font-size: 22px;
  font-weight: 800;
  color: var(--uktrt-accent);
  line-height: 1;
  transform: translateY(-1px);
}

.uktrt-journey-footer {
  margin-top: auto;
  padding-top: 5px;
  border-top: none;
  font-size: 12px;
  color: #878787;
  line-height: 1.7;
}

/* FEATURES */

.uktrt-section-title {
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 28px;
  color: #ffffff;
  font-weight: 600;
}

.uktrt-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.uktrt-feature {
  display: block;
  background: linear-gradient(180deg, #1a1a1a 0%, #141414 100%);
  padding: 28px;
  border-radius: 16px;
  border: 1px solid var(--uktrt-border-soft);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

.uktrt-feature:hover {
  transform: translateY(-5px);
  border-color: rgba(179, 180, 1, 0.35);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.32),
    0 0 16px rgba(179, 180, 1, 0.08);
}

.uktrt-feature h3 {
  color: var(--uktrt-accent);
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.2;
}

.uktrt-feature p {
  color: #b8b8b8;
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .uktrt-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    align-items: start;
  }

  .uktrt-hero-right {
    justify-content: flex-start;
  }

  .uktrt-journey-card,
  .uktrt-featured-guide {
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .uktrt-home-hero {
    padding: 78px 0 68px;
  }

  .uktrt-features {
    padding: 32px 0 68px;
  }

  .uktrt-features-grid {
    grid-template-columns: 1fr;
  }

  .uktrt-hero-title {
    font-size: 44px;
  }

  .uktrt-accent-line {
    width: 64px;
    margin-bottom: 20px;
  }

  .uktrt-journey-card {
    padding: 22px;
  }

  .uktrt-journey-card h3 {
    font-size: 28px;
  }

  .uktrt-section-title {
    font-size: 28px;
    margin-bottom: 22px;
  }

  .uktrt-featured-guide-content {
    padding: 18px;
  }

  .uktrt-featured-guide-content h3 {
    font-size: 18px;
  }

  .uktrt-featured-guide-content p {
    font-size: 13px;
  }

  .uktrt-hero-actions {
    margin-top: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4f4b911 */:root {
  --primary: #ffffff;
  --secondary: #1a1a1a;
  --text: #ffffff;
  --accent: #b3b401;
  --bg: #0f0f0f;
  --border: #2f2f2f;
  --card: #171717;
  --muted: #a8a8a8;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* VIDEO HERO */

.hero-video {
  position: relative;
  width: 100%;
  height: 84vh;
  min-height: 640px;
  overflow: hidden;
}

.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.62);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-overlay-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-center-content {
  max-width: 760px;
}

.hero-center-content h1 {
  font-size: 68px;
  line-height: 1.05;
  font-weight: 800;
  margin-bottom: 18px;
  color: #ffffff;
}

.hero-center-content h1 span {
  color: var(--accent);
}

.hero-center-content p {
  font-size: 20px;
  line-height: 1.7;
  color: #d4d4d4;
  margin-bottom: 32px;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* BUTTONS */

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 700;
  transition: 0.25s ease;
}

.btn-primary {
  background: var(--accent);
  color: #000000;
  border: 1px solid var(--accent);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 22px rgba(179, 180, 1, 0.32);
}

.btn-secondary {
  background: transparent;
  color: #e8e8e8;
  border: 1px solid #454545;
}

.btn-secondary:hover {
  border-color: var(--accent);
  color: #ffffff;
}

/* INTRO SECTION */

.hero {
  padding: 110px 0 70px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: start;
}

.eyebrow {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid #2d2d2d;
  background: #181818;
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 18px;
}

.hero-left h2 {
  font-size: 58px;
  line-height: 1.08;
  font-weight: 700;
  margin-bottom: 22px;
  color: #ffffff;
}

.hero-left h2 .accent {
  color: var(--accent);
}

.hero-left p {
  font-size: 18px;
  line-height: 1.75;
  color: var(--muted);
  margin-bottom: 18px;
  max-width: 700px;
}

.buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.info-card {
  background: linear-gradient(180deg, #1a1a1a 0%, #161616 100%);
  border: 1px solid #323232;
  border-radius: 12px;
  padding: 26px;
}

.info-card h3 {
  font-size: 30px;
  margin-bottom: 18px;
  color: #ffffff;
}

.info-card ul {
  list-style: none;
}

.info-card li {
  color: #c4c4c4;
  padding: 12px 0;
  border-bottom: 1px solid #2b2b2b;
  font-size: 16px;
}

.info-card li:last-child {
  border-bottom: none;
}

/* FEATURES */

.features {
  padding: 20px 0 90px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.feature {
  background: linear-gradient(180deg, #191919 0%, #161616 100%);
  border: 1px solid #2c2c2c;
  border-radius: 12px;
  padding: 24px;
  transition: 0.25s ease;
}

.feature:hover {
  border-color: #3b3b3b;
  transform: translateY(-3px);
}

.feature h4 {
  color: var(--accent);
  font-size: 22px;
  margin-bottom: 10px;
}

.feature p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

/* SYMPTOMS SECTION */

.symptoms-section {
  padding: 110px 0;
  background: #111111;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 50px;
  text-align: center;
}

.section-tag {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid #2d2d2d;
  background: #181818;
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 18px;
}

.section-heading h2 {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 18px;
  color: #ffffff;
  position: relative;
}

.section-heading h2::after {
  content: "";
  display: block;
  width: 82px;
  height: 3px;
  background: var(--accent);
  border-radius: 999px;
  margin: 18px auto 0;
}

.section-heading h2 span {
  color: var(--accent);
}

.section-heading p {
  font-size: 18px;
  line-height: 1.8;
  color: var(--muted);
}

.symptoms-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 40px;
}

.symptom-card {
  background: linear-gradient(180deg, #1b1b1b 0%, #171717 100%);
  border: 1px solid #2e2e2e;
  border-radius: 14px;
  padding: 28px 22px;
  transition: 0.28s ease;
}

.symptom-card:hover {
  transform: translateY(-6px);
  border-color: rgba(179, 180, 1, 0.55);
  box-shadow:
    0 0 0 1px rgba(179, 180, 1, 0.18),
    0 0 18px rgba(179, 180, 1, 0.12),
    0 0 34px rgba(179, 180, 1, 0.10);
}

.symptom-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(179, 180, 1, 0.12);
  color: var(--accent);
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 18px;
  transition: 0.28s ease;
}

.symptom-card:hover .symptom-icon {
  background: rgba(179, 180, 1, 0.18);
  box-shadow: 0 0 20px rgba(179, 180, 1, 0.18);
}

.symptom-card h3 {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}

.symptom-card p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
}

.symptoms-cta {
  margin-top: 10px;
}

.symptoms-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: linear-gradient(180deg, #1a1a1a 0%, #161616 100%);
  border: 1px solid #2f2f2f;
  border-radius: 16px;
  padding: 32px;
}

.symptoms-cta-text h3 {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.symptoms-cta-text p {
  max-width: 720px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.symptoms-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

/* FOOTER */

.footer {
  border-top: 1px solid #232323;
  padding: 28px 0;
  text-align: center;
}

.footer p {
  color: #888888;
  font-size: 15px;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .symptoms-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .symptoms-cta-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .symptoms-cta-buttons {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .hero-video {
    height: 78vh;
    min-height: 560px;
  }

  .hero-center-content h1 {
    font-size: 42px;
  }

  .hero-center-content p {
    font-size: 17px;
  }

  .hero {
    padding: 80px 0 50px;
  }

  .hero-left h2 {
    font-size: 40px;
  }

  .hero-left p {
    font-size: 16px;
  }

  .info-card h3 {
    font-size: 25px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .symptoms-section {
    padding: 80px 0;
  }

  .section-heading {
    text-align: left;
    margin-bottom: 35px;
  }

  .section-heading h2 {
    font-size: 34px;
  }

  .section-heading h2::after {
    margin: 18px 0 0;
  }

  .section-heading p {
    font-size: 16px;
  }

  .symptoms-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .symptoms-cta-box {
    padding: 24px;
  }

  .symptoms-cta-text h3 {
    font-size: 24px;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
  }

  .hero-buttons,
  .buttons {
    flex-direction: column;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c92b5c4 *//* BLOODWORK SECTION */

.bloodwork-section {
  padding: 110px 0;
}

.bloodwork-top {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 40px;
}

.bloodwork-header {
  max-width: 720px;
}

.bloodwork-header h2 {
  font-size: 46px;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  color: #ffffff;
}

.bloodwork-header .accent {
  color: var(--accent);
}

.title-accent-line {
  width: 82px;
  height: 3px;
  background: var(--accent);
  border-radius: 999px;
  margin: 18px 0 18px;
}

.bloodwork-header p {
  color: #b8b8b8;
  font-size: 16px;
  line-height: 1.8;
}

.bloodwork-video-card {
  position: relative;
  background: linear-gradient(180deg, #1a1a1a 0%, #141414 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  height: 360px;
}

.bloodwork-video-label {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(15, 15, 15, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}

.bloodwork-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bloodwork-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-bottom: 40px;
}

.blood-marker {
  background: linear-gradient(180deg, #1a1a1a 0%, #141414 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 24px;
  min-height: 150px;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.blood-marker:hover {
  transform: translateY(-4px);
  border-color: rgba(179, 180, 1, 0.35);
  box-shadow:
    0 10px 26px rgba(0, 0, 0, 0.35),
    0 0 14px rgba(179, 180, 1, 0.06);
}

.blood-marker h3 {
  color: var(--accent);
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2;
}

.blood-marker p {
  color: #b8b8b8;
  font-size: 15px;
  line-height: 1.75;
}

.bloodwork-cta {
  display: flex;
  justify-content: center;
}

.bloodwork-cta-inner {
  width: 100%;
  max-width: 760px;
  text-align: center;
  background: linear-gradient(180deg, #1a1a1a 0%, #151515 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  padding: 34px 30px;
}

.bloodwork-cta-inner h3 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #ffffff;
}

.bloodwork-cta-inner p {
  color: #b8b8b8;
  font-size: 16px;
  line-height: 1.8;
  max-width: 620px;
  margin: 0 auto 22px;
}

.bloodwork-cta-button {
  display: inline-flex;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .bloodwork-top {
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: start;
  }

  .bloodwork-video-card {
    max-width: 520px;
    height: 360px;
  }
}

@media (max-width: 900px) {
  .bloodwork-section {
    padding: 80px 0;
  }

  .bloodwork-header h2 {
    font-size: 38px;
  }

  .title-accent-line {
    margin: 18px 0 18px;
  }

  .bloodwork-video-card {
    max-width: 100%;
    height: 320px;
  }

  .bloodwork-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .blood-marker {
    min-height: auto;
  }

  .bloodwork-cta-inner {
    padding: 28px 22px;
  }

  .bloodwork-cta-inner h3 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-88119f4 */.guides-section {
  padding: 110px 0;
  background: #0f0f0f;
}

.guides-header {
  max-width: 860px;
  margin-bottom: 46px;
}

.guides-tag {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: #161616;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #b3b401;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.guides-header h2 {
  font-size: 56px;
  line-height: 1.08;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
}

.guides-accent {
  color: #b3b401;
}

.title-accent-line {
  width: 82px;
  height: 3px;
  background: #b3b401;
  border-radius: 999px;
  margin: 18px 0 22px;
}

.guides-header p {
  max-width: 950px;
  color: #bbbbbb;
  font-size: 18px;
  line-height: 1.8;
}

.guides-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.guide-card {
  display: block;
  background: linear-gradient(180deg, #1a1a1a 0%, #141414 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  overflow: hidden;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

.guide-card:hover {
  transform: translateY(-5px);
  border-color: rgba(179, 180, 1, 0.35);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.32),
    0 0 16px rgba(179, 180, 1, 0.08);
}

.guide-image-wrap {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #121212;
}

.guide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.28s ease;
}

.guide-card:hover .guide-image {
  transform: scale(1.04);
}

.guide-content {
  padding: 22px;
}

.guide-category {
  display: inline-block;
  color: #b3b401;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.guide-content h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 12px;
}

.guide-content p {
  color: #b8b8b8;
  font-size: 15px;
  line-height: 1.75;
}

.guides-footer {
  text-align: center;
  margin-top: 42px;
}

.guides-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  background: transparent;
  color: #ffffff;
  border: 1px solid #b3b401;
  font-weight: 700;
  transition: all 0.22s ease;
}

.guides-button:hover {
  transform: translateY(-2px);
  background: rgba(179, 180, 1, 0.08);
  border-color: #b3b401;
  color: #ffffff;
}

@media (max-width: 1100px) {
  .guides-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .guides-section {
    padding: 80px 0;
  }

  .guides-header h2 {
    font-size: 40px;
  }

  .guides-header p {
    font-size: 16px;
  }

  .guides-grid {
    grid-template-columns: 1fr;
  }

  .guide-content h3 {
    font-size: 22px;
  }
}/* End custom CSS */