:root {
  /* Site color system according to LIGHT Theme */
  --ha-bg-main: #FFFFFF;
  --ha-bg-card: #F4F6F9;
  --ha-bg-dark: #0D1B2A;
  --ha-bg-footer: #08111D;
  --ha-brand-teal: #005F73;
  --ha-brand-red: #D62246;
  --ha-brand-gold: #EE9B00;
  
  --ha-ink-dark: #1F2937;
  --ha-ink-muted: #4B5563;
  --ha-ink-light: #FFFFFF;
  --ha-border: #E5E7EB;
  
  /* Fonts configuration matching site specs */
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
  
  /* Layout customizations */
  --ha-max-width: 1180px;
  --ha-radius: 16px; /* soft border radius style (12-20px) */
  --ha-shadow: 0 10px 30px -10px rgba(0, 95, 115, 0.15), 0 1px 3px rgba(0, 0, 0, 0.05); /* raised shadow style */
}

/* Global Reset & Base Setup */
.ha-body-reset {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: var(--ha-bg-main);
  color: var(--ha-ink-dark);
  font-family: var(--font-body);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

/* Core Main Structural Element */
.ha-main-payload {
  flex: 1;
  padding: 4rem 1.5rem;
}

/* Responsive Shell Wrapper constraint to container-width */
.ha-shell {
  width: 100%;
  max-width: var(--ha-max-width);
  margin-left: auto;
  margin-right: auto;
}

/* Header style - High contrast */
.ha-header-strip {
  background-color: var(--ha-bg-dark);
  color: var(--ha-ink-light);
  height: 80px;
  padding: 0 1.5rem;
  z-index: 20;
  position: relative;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.ha-font-logo {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--ha-ink-light);
}

.ha-leaf-logo svg {
  color: var(--ha-brand-red);
}

/* Abstract design background decoration */
.ha-abstract-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ha-brand-teal);
}

/* PRODUCT BLOCK layout (PRESET A: Split Sticky) */
.ha-split-layout {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  z-index: 10;
}

@media (min-width: 768px) {
  .ha-split-layout {
    flex-direction: row;
  }
}

/* Left side sticky media column */
.ha-media-sticky {
  width: 100%;
}

@media (min-width: 768px) {
  .ha-media-sticky {
    width: 40%;
    position: sticky;
    top: 2rem;
    align-self: flex-start;
  }
}

/* Image framing */
.ha-brand-visual-frame {
  background-color: var(--ha-bg-card);
  border-radius: var(--ha-radius);
  padding: 2.5rem;
  box-shadow: var(--ha-shadow);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--ha-border);
}

.ha-brand-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Right side content detail column */
.ha-detail-pillar {
  width: 100%;
}

@media (min-width: 768px) {
  .ha-detail-pillar {
    width: 60%;
    padding-left: 2rem;
  }
}

/* Headline settings with strict heading-case parameter (normal) */
.ha-headline {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.15;
  color: var(--ha-brand-teal);
  margin-bottom: 0.75rem;
  text-transform: none; /* normal */
}

@media (min-width: 1024px) {
  .ha-headline {
    font-size: 3.25rem;
  }
}

.ha-sub-lead {
  font-size: 1.15rem;
  color: var(--ha-ink-muted);
  font-weight: 500;
  margin-bottom: 2rem;
}

/* Description text blocks */
.ha-info-plate {
  background-color: var(--ha-bg-card);
  border-radius: var(--ha-radius);
  padding: 1.75rem;
  margin-bottom: 2rem;
  border-left: 5px solid var(--ha-brand-teal);
  box-shadow: var(--ha-shadow);
}

.ha-prose-line {
  color: var(--ha-ink-dark);
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.ha-prose-line:last-child {
  margin-bottom: 0;
}

/* Bullet list stream styling */
.ha-bullet-stream {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.ha-bullet-item {
  display: flex;
  align-items: flex-start;
}

.ha-bullet-icon {
  background-color: rgba(0, 95, 115, 0.1);
  color: var(--ha-brand-teal);
  border-radius: 50%;
  padding: 0.25rem;
  margin-right: 1rem;
  display: flex;
  flex-shrink: 0;
}

.ha-bullet-text {
  font-size: 1.05rem;
  color: var(--ha-ink-dark);
  font-weight: 500;
}

/* Guarantee badge left style alignment */
.ha-guarantee-badge-left {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  background-color: var(--ha-bg-main);
  border: 1px solid var(--ha-border);
  border-radius: var(--ha-radius);
  padding: 1.25rem;
  margin-bottom: 2.5rem;
  box-shadow: var(--ha-shadow);
}

.ha-shield-icon {
  width: 42px;
  height: 42px;
  color: var(--ha-brand-teal);
  flex-shrink: 0;
}

.ha-guarantee-title {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--ha-ink-dark);
  margin-bottom: 0.15rem;
}

.ha-guarantee-desc {
  font-size: 0.9rem;
  color: var(--ha-ink-muted);
}

/* Purchase pane with badge price display & Action trigger */
.ha-purchase-pane {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--ha-border);
}

@media (min-width: 480px) {
  .ha-purchase-pane {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.ha-price-block {
  display: flex;
  flex-direction: column;
}

.ha-price-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ha-ink-muted);
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

/* Badge pricedisplay style */
.ha-badge-price {
  background-color: var(--ha-brand-teal);
  color: var(--ha-ink-light);
  padding: 0.6rem 1.4rem;
  border-radius: var(--ha-radius);
  font-weight: 800;
  font-size: 1.75rem;
  display: inline-block;
  box-shadow: 0 4px 10px rgba(0, 95, 115, 0.2);
}

/* CTA action button */
.ha-action-trigger {
  background: linear-gradient(135deg, var(--ha-brand-red) 0%, #B81D3E 100%);
  color: var(--ha-ink-light);
  padding: 1.15rem 2.25rem;
  border-radius: var(--ha-radius);
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(214, 34, 70, 0.3);
  text-decoration: none;
}

.ha-action-trigger:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(214, 34, 70, 0.45);
}

.ha-action-trigger:active {
  transform: translateY(1px);
}

/* FEATURES SECTION (Preset A - horizontal stripes after main block) */
.ha-stripe-holder {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  z-index: 10;
  position: relative;
}

.ha-stripe-section-title {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: var(--ha-brand-teal);
  text-align: center;
  margin-bottom: 2rem;
}

.ha-stripe-line {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1.75rem;
  background-color: var(--ha-bg-card);
  border-radius: var(--ha-radius);
  border: 1px solid var(--ha-border);
  box-shadow: var(--ha-shadow);
  transition: transform 0.2s ease;
}

@media (min-width: 640px) {
  .ha-stripe-line {
    flex-direction: row;
    align-items: center;
  }
}

.ha-stripe-line:hover {
  transform: scale(1.01);
}

.ha-icon-circle {
  background-color: var(--ha-brand-teal);
  color: var(--ha-ink-light);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 95, 115, 0.2);
}

.ha-stripe-content {
  flex: 1;
}

.ha-stripe-item-title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--ha-ink-dark);
  margin-bottom: 0.35rem;
}

.ha-stripe-item-desc {
  font-size: 1rem;
  color: var(--ha-ink-muted);
  line-height: 1.5;
}

/* TESTIMONIALS SECTION wrapper & structure */
.ha-testimonials-wrapper {
  background-color: var(--ha-bg-card);
  padding: 5rem 1.5rem;
  margin-top: 5rem;
  position: relative;
}

.ha-testimonials-section-title {
  font-family: var(--font-display);
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--ha-brand-teal);
  text-align: center;
  margin-bottom: 3rem;
}

/* 4 testimonials card grid */
.ha-testimonial-mesh {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
}

@media (min-width: 640px) {
  .ha-testimonial-mesh {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .ha-testimonial-mesh {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Card layout with colored top border & shadow */
.ha-testimonial-bubble {
  background-color: var(--ha-bg-main);
  border-radius: var(--ha-radius);
  padding: 1.75rem;
  box-shadow: var(--ha-shadow);
  border-top: 4px solid var(--ha-brand-red);
  border-left: 1px solid var(--ha-border);
  border-right: 1px solid var(--ha-border);
  border-bottom: 1px solid var(--ha-border);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ha-avatar-sphere {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--ha-ink-light);
  font-weight: 700;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ha-star-rating {
  color: var(--ha-brand-gold);
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.ha-testi-name {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--ha-ink-dark);
  margin-bottom: 0.75rem;
}

.ha-testi-quote {
  font-style: italic;
  font-size: 0.95rem;
  color: var(--ha-ink-muted);
  line-height: 1.5;
}

/* FOOTER styles (desktop: split, elements horizontal/vertical layout) */
.ha-footer-plate {
  background-color: var(--ha-bg-footer);
  color: var(--ha-ink-light);
  padding: 4rem 1.5rem;
  font-size: 0.9rem;
}

.ha-footer-grid {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .ha-footer-grid {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.ha-footer-left {
  max-width: 600px;
}

.ha-footer-disclaimer {
  color: #9CA3AF;
  line-height: 1.6;
}

.ha-footer-links-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-style: normal;
}

@media (min-width: 768px) {
  .ha-footer-links-wrap {
    align-items: flex-end;
  }
}

.ha-footer-link {
  color: #D1D5DB;
  text-decoration: none;
  transition: color 0.15s ease;
}

.ha-footer-link:hover {
  color: var(--ha-brand-red);
}