/* Extracted from lifetime-web-hosting.html inline <style> block 01. */
  body {
    font-family: "DM Sans", "Inter", Arial, sans-serif;
    background: #ffffff;
    color: #0f172a;
  }

  .webystrata_lifetime_hero_section,
  .webystrata_lifetime_hero_section * {
    box-sizing: border-box;
  }

  .webystrata_lifetime_hero_section {
    width: 100%;
    padding: 28px 0 26px;
    background: #ffffff;
    font-family: "DM Sans", "Inter", Arial, sans-serif;
    color: #0f172a;
    overflow: hidden;
  }

  .webystrata_lifetime_hero_container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 28px;
  }

  .webystrata_lifetime_hero_wrap {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) 350px;
    gap: 34px;
    align-items: center;
  }

  .webystrata_lifetime_hero_left {
    position: relative;
    padding: 0;
  }

  .webystrata_lifetime_hero_topbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 12px;
  }

  .webystrata_lifetime_hero_offer_badge,
  .webystrata_lifetime_hero_offer_text {
    min-height: 28px;
    padding: 0 13px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10.2px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.72px;
    text-transform: uppercase;
  }

  .webystrata_lifetime_hero_offer_badge {
    background: #075bd8;
    color: #ffffff;
  }

  .webystrata_lifetime_hero_offer_text {
    background: #eef5ff;
    border: 1px solid #cfe0ff;
    color: #075bd8;
  }

  .webystrata_lifetime_hero_title {
    max-width: 760px;
    margin: 0;
    color: #0f172a;
    font-size: clamp(42px, 5.2vw, 72px);
    line-height: 0.9;
    font-weight: 900;
    letter-spacing: -3.1px;
  }

  .webystrata_lifetime_hero_title span {
    display: block;
    color: #075bd8;
  }

  .webystrata_lifetime_hero_desc {
    max-width: 760px;
    margin: 16px 0 0;
    color: #53627a;
    font-size: 15.8px;
    line-height: 1.52;
    font-weight: 500;
    letter-spacing: -0.05px;
  }

  .webystrata_lifetime_hero_inline_points {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 18px;
  }

  .webystrata_lifetime_hero_inline_points span {
    min-height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    background: #f8fbff;
    border: 1px solid #dce6f3;
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12.4px;
    line-height: 1;
    font-weight: 800;
  }

  .webystrata_lifetime_hero_features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 44px;
    row-gap: 11px;
    margin-top: 20px;
    max-width: 740px;
  }

  .webystrata_lifetime_hero_feature {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 22px;
  }

  .webystrata_lifetime_hero_feature span {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #16a34a;
    box-shadow: 0 0 0 5px rgba(22, 163, 74, 0.12);
    flex-shrink: 0;
  }

  .webystrata_lifetime_hero_feature p {
    margin: 0;
    color: #172033;
    font-size: 14.5px;
    line-height: 1.25;
    font-weight: 800;
  }

  .webystrata_lifetime_hero_cta_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
  }

  .webystrata_lifetime_hero_primary_btn {
    min-width: 158px;
    min-height: 44px;
    padding: 0 22px;
    border-radius: 14px;
    background: #075bd8;
    border: 1px solid #075bd8;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14.2px;
    line-height: 1;
    font-weight: 900;
    transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
  }

  .webystrata_lifetime_hero_primary_btn:hover {
    background: #004fc4;
    border-color: #004fc4;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
  }

  .webystrata_lifetime_hero_price_tag {
    min-height: 44px;
    padding: 0 20px;
    border-radius: 14px;
    background: #f8fbff;
    border: 1px solid #dce6f3;
    color: #075bd8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14.2px;
    line-height: 1;
    font-weight: 900;
  }

  .webystrata_lifetime_hero_bottom_line {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 14px;
  }

  .webystrata_lifetime_hero_bottom_line span {
    position: relative;
    padding-left: 15px;
    color: #64748b;
    font-size: 12.4px;
    line-height: 1.3;
    font-weight: 800;
  }

  .webystrata_lifetime_hero_bottom_line span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #075bd8;
  }

  .webystrata_lifetime_hero_right {
    display: flex;
    justify-content: flex-end;
  }

  .webystrata_lifetime_hero_card {
    position: relative;
    width: 100%;
    max-width: 350px;
    padding: 18px;
    border-radius: 24px;
    background:
      radial-gradient(circle at top right, rgba(255,255,255,0.14), transparent 34%),
      linear-gradient(135deg, #07111f 0%, #0b1324 55%, #101827 100%);
    border: 1px solid rgba(104, 130, 179, 0.20);
    box-shadow: none;
    overflow: hidden;
    isolation: isolate;
  }

  .webystrata_lifetime_hero_card::before {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, #0a5cff 0%, #65b3ff 50%, #0a5cff 100%);
    z-index: 2;
  }

  .webystrata_lifetime_hero_card::after {
    content: "";
    position: absolute;
    top: -40%;
    left: -55%;
    width: 34%;
    height: 190%;
    background: linear-gradient(
      90deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.04) 36%,
      rgba(255,255,255,0.16) 50%,
      rgba(255,255,255,0.04) 64%,
      rgba(255,255,255,0) 100%
    );
    transform: skewX(-22deg);
    animation: webystrata_lifetime_hero_shine 7s linear infinite;
    pointer-events: none;
    z-index: 1;
  }

  @keyframes webystrata_lifetime_hero_shine {
    0% {
      left: -55%;
    }

    42% {
      left: 125%;
    }

    100% {
      left: 125%;
    }
  }

  .webystrata_lifetime_hero_card > * {
    position: relative;
    z-index: 3;
  }

  .webystrata_lifetime_hero_card_status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
  }

  .webystrata_lifetime_hero_status_left {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .webystrata_lifetime_hero_status_dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #16a34a;
    box-shadow: 0 0 0 5px rgba(22, 163, 74, 0.12);
    flex-shrink: 0;
  }

  .webystrata_lifetime_hero_status_left p,
  .webystrata_lifetime_hero_status_year {
    margin: 0;
    color: #dbe7ff;
    font-size: 10.8px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }

  .webystrata_lifetime_hero_countdown_box {
    padding: 12px 14px;
    border-radius: 17px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(148, 163, 184, 0.16);
  }

  .webystrata_lifetime_hero_countdown_box span {
    display: block;
    color: #8fc5ff;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.65px;
    text-transform: uppercase;
  }

  .webystrata_lifetime_hero_countdown_box strong {
    display: block;
    margin-top: 7px;
    color: #ffffff;
    font-size: 25px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.9px;
  }

  .webystrata_lifetime_hero_countdown_box.webystrata_lifetime_timer_finished {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255,255,255,0.08);
  }

  .webystrata_lifetime_hero_countdown_box.webystrata_lifetime_timer_finished strong {
    font-size: 20px;
    letter-spacing: -0.5px;
  }

  .webystrata_lifetime_hero_savings_box {
    margin-top: 10px;
    padding: 13px 14px;
    border-radius: 17px;
    background: linear-gradient(135deg, #075bd8 0%, #0866ef 55%, #004fc4 100%);
  }

  .webystrata_lifetime_hero_savings_box strong {
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -0.3px;
  }

  .webystrata_lifetime_hero_savings_box p {
    margin: 6px 0 0;
    color: rgba(255,255,255,0.84);
    font-size: 12.3px;
    line-height: 1.36;
    font-weight: 600;
  }

  .webystrata_lifetime_hero_card_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 10px;
    margin-top: 12px;
  }

  .webystrata_lifetime_hero_card_item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }

  .webystrata_lifetime_hero_card_item span {
    width: 7px;
    height: 7px;
    margin-top: 5px;
    border-radius: 999px;
    background: #7db6ff;
    flex-shrink: 0;
  }

  .webystrata_lifetime_hero_card_item p {
    margin: 0;
    color: rgba(226, 232, 240, 0.86);
    font-size: 12.2px;
    line-height: 1.25;
    font-weight: 700;
  }

  .webystrata_lifetime_hero_card_price {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
  }

  .webystrata_lifetime_hero_card_price small {
    display: block;
    color: #8fc5ff;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.65px;
    text-transform: uppercase;
  }

  .webystrata_lifetime_hero_card_price strong {
    display: block;
    margin-top: 7px;
    color: #ffffff;
    font-size: 36px;
    line-height: 0.95;
    font-weight: 900;
    letter-spacing: -1.5px;
  }

  .webystrata_lifetime_hero_card_price p {
    margin: 6px 0 0;
    color: rgba(226, 232, 240, 0.72);
    font-size: 12.5px;
    line-height: 1.3;
    font-weight: 700;
  }

  .webystrata_lifetime_hero_card_btn {
    width: 100%;
    min-height: 42px;
    margin-top: 12px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid rgba(255,255,255,0.22);
    color: #075bd8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 13.4px;
    line-height: 1;
    font-weight: 900;
    transition: transform 0.22s ease, background 0.22s ease;
  }

  .webystrata_lifetime_hero_card_btn:hover {
    background: #eef5ff;
    color: #004fc4;
    text-decoration: none;
    transform: translateY(-2px);
  }

  @media (max-width: 1120px) {
    .webystrata_lifetime_hero_wrap {
      grid-template-columns: 1fr;
      gap: 26px;
    }

    .webystrata_lifetime_hero_right {
      justify-content: flex-start;
    }

    .webystrata_lifetime_hero_card {
      max-width: 100%;
    }
  }

  @media (max-width: 720px) {
    .webystrata_lifetime_hero_section {
      padding: 34px 0 28px;
    }

    .webystrata_lifetime_hero_container {
      padding: 0 16px;
    }

    .webystrata_lifetime_hero_title {
      font-size: clamp(34px, 11vw, 50px);
      line-height: 0.98;
      letter-spacing: -2px;
    }

    .webystrata_lifetime_hero_desc {
      font-size: 15px;
      line-height: 1.56;
    }

    .webystrata_lifetime_hero_features {
      grid-template-columns: 1fr;
      gap: 10px;
    }

    .webystrata_lifetime_hero_cta_row {
      flex-direction: column;
      align-items: stretch;
    }

    .webystrata_lifetime_hero_primary_btn,
    .webystrata_lifetime_hero_price_tag {
      width: 100%;
    }

    .webystrata_lifetime_hero_card {
      padding: 20px;
      border-radius: 24px;
    }

    .webystrata_lifetime_hero_card_list {
      grid-template-columns: 1fr;
    }

    .webystrata_lifetime_hero_countdown_box strong {
      font-size: 26px;
    }

    .webystrata_lifetime_hero_card_price strong {
      font-size: 38px;
    }
  }
  
  /* WebyStrata Lifetime Hero Header Overlap Fix */
.webystrata_lifetime_hero_section {
  padding-top: 72px !important;
  padding-bottom: 22px !important;
  position: relative;
  z-index: 1;
  background: #ffffff;
}

/* Keep hero content below header */
.webystrata_lifetime_hero_container,
.webystrata_lifetime_hero_wrap,
.webystrata_lifetime_hero_left,
.webystrata_lifetime_hero_right,
.webystrata_lifetime_hero_card {
  position: relative;
  z-index: 1;
}

/* Header should stay above hero */
header,
.site-header,
.navbar,
.main-header,
#header,
#main-header {
  position: relative;
  z-index: 99999 !important;
}

/* Reduce extra height after adding top spacing */
.webystrata_lifetime_hero_topbar {
  margin-bottom: 8px !important;
}

.webystrata_lifetime_hero_desc {
  margin-top: 12px !important;
}

.webystrata_lifetime_hero_inline_points {
  margin-top: 14px !important;
}

.webystrata_lifetime_hero_features {
  margin-top: 16px !important;
  row-gap: 9px !important;
}

.webystrata_lifetime_hero_cta_row {
  margin-top: 20px !important;
}

.webystrata_lifetime_hero_bottom_line {
  margin-top: 12px !important;
}

/* Right card compact adjustment */
.webystrata_lifetime_hero_card {
  margin-top: 0 !important;
}

/* Tablet */
@media (max-width: 1120px) {
  .webystrata_lifetime_hero_section {
    padding-top: 62px !important;
  }
}

/* Mobile */
@media (max-width: 720px) {
  .webystrata_lifetime_hero_section {
    padding-top: 48px !important;
    padding-bottom: 20px !important;
  }
}
