.elementor-17671 .elementor-element.elementor-element-e6f4c09 > .elementor-container > .elementor-row{align-items:stretch;}.elementor-17671 .elementor-element.elementor-element-e6f4c09:not(.elementor-motion-effects-element-type-background), .elementor-17671 .elementor-element.elementor-element-e6f4c09 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1A4030;}.elementor-17671 .elementor-element.elementor-element-e6f4c09{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-17671 .elementor-element.elementor-element-e6f4c09 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-17671 .elementor-element.elementor-element-d9eaee0 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-17671 .elementor-element.elementor-element-d9eaee0 > .elementor-element-populated.elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-17671 .elementor-element.elementor-element-f6aa5d5 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}body.elementor-page-17671{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}body.elementor-page-17671:not(.elementor-motion-effects-element-type-background), body.elementor-page-17671 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1A4030;}@media(min-width:768px){.elementor-17671 .elementor-element.elementor-element-d9eaee0{width:100%;}}/* Start custom CSS */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green: #2d6a4f;
  --green-dark: #1a4030;
  --green-light: #95c9ab;
  --green-xlight: #e4f0e8;
  --white: #f9faf8;
  --black: #0f0f0f;
  --gray: #5a6b60;
  --border: #d3e0d6;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', sans-serif;
}

html { scroll-behavior: smooth; }

body,
#page,
.site,
.site-content,
#content,
#primary,
main,
.elementor-section-wrap,
.elementor-inner,
.entry-content,
.elementor-widget-container {
  background-color: #1a4030 !important;
}

body {
  font-family: var(--sans);
  background: var(--green-dark) !important;
  color: var(--white);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

/* ── HEADER ─────────────────────────────────────────────────────────────── */

.header {
  padding: 28px 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.5px solid rgba(255,255,255,0.08);
  opacity: 1;
}


.logo {
  font-family: var(--serif);
  font-size: 15px;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.02em;
}

.trustpilot-mini {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  font-weight: 300;
}

.tp-stars-mini { color: #00b67a; font-size: 13px; letter-spacing: 1px; }

/* ── CONFIRMATION BADGE ──────────────────────────────────────────────────── */

.confirmation-band {
  background: var(--green);
  padding: 14px 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  opacity: 1;
}


.confirmation-band .check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.confirmation-band .check svg {
  width: 11px;
  height: 11px;
}

.confirmation-band span {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.03em;
}

/* ── MAIN ───────────────────────────────────────────────────────────────── */

.main {
  max-width: 900px;
  margin: 0 auto;
  padding: 64px 72px 80px;
}

/* ── INTRO ──────────────────────────────────────────────────────────────── */

.intro {
  text-align: center;
  margin-bottom: 56px;
  opacity: 1;
}


.intro-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green-light);
  margin-bottom: 20px;
}

.intro h1 {
  font-family: var(--serif);
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 400;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 20px;
}

.intro h1 em {
  font-style: italic;
  color: var(--green-light);
}

.intro-sub {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255,255,255,0.6);
  line-height: 1.8;
  max-width: 560px;
  margin: 0 auto;
}

/* ── VIDEO ──────────────────────────────────────────────────────────────── */

.video-section {
  margin-bottom: 56px;
  opacity: 1;
}


.video-wrapper {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,0.4);
}

.mute-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 400;
  padding: 6px 12px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  backdrop-filter: blur(4px);
  border: 0.5px solid rgba(255,255,255,0.15);
  z-index: 10;
  transition: opacity 0.4s;
}

.mute-badge.hidden {
  opacity: 0;
  pointer-events: none;
}

.video-wrapper:hover .mute-badge {
  opacity: 0;
  pointer-events: none;
}

/* ── INSTRUCTIONS ───────────────────────────────────────────────────────── */

.instructions {
  opacity: 1;
}


.instructions-title {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green-light);
  margin-bottom: 20px;
  text-align: center;
}

.instructions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.08);
  border: 0.5px solid rgba(255,255,255,0.08);
  margin-bottom: 40px;
}

.instruction-card {
  background: rgba(255,255,255,0.04);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.instruction-num {
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 400;
  color: rgba(255,255,255,0.12);
  line-height: 1;
}

.instruction-title {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
}

.instruction-body {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255,255,255,0.55);
  line-height: 1.65;
}

/* ── REMINDER BOX ───────────────────────────────────────────────────────── */

.reminder-box {
  border: 0.5px solid rgba(149,201,171,0.3);
  background: rgba(45,106,79,0.25);
  padding: 28px 32px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border-radius: 2px;
  margin-bottom: 40px;
}

.reminder-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(149,201,171,0.15);
  border: 0.5px solid rgba(149,201,171,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.reminder-icon svg {
  width: 16px;
  height: 16px;
}

.reminder-content h4 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 6px;
}

.reminder-content p {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255,255,255,0.55);
  line-height: 1.65;
}



/* ── FOOTER ─────────────────────────────────────────────────────────────── */

footer {
  border-top: 0.5px solid rgba(255,255,255,0.07);
  padding: 24px 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  color: rgba(255,255,255,0.25);
  font-weight: 300;
  letter-spacing: 0.03em;
}

footer a { color: rgba(255,255,255,0.25); text-decoration: underline; }

/* ── NO ANIMATIONS - direct display ───────────────────────────────────── */

/* ── RESPONSIVE ─────────────────────────────────────────────────────────── */

@media (max-width: 800px) {
  .header { padding: 20px 24px; }
  .confirmation-band { padding: 12px 24px; }
  .main { padding: 48px 24px 64px; }
  .instructions-grid { grid-template-columns: 1fr; }
  footer { padding: 20px 24px; flex-direction: column; gap: 10px; text-align: center; }
}/* End custom CSS */