@import url(https://fonts.googleapis.com/css2?family=Anton&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Anton&family=Nunito+Sans:wght@800&display=swap);
.yt-lite {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: 50%;
  background-size: cover;
  cursor: pointer;
}
.yt-lite:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
  background-position: top;
  background-repeat: repeat-x;
  height: 60px;
  padding-bottom: 50px;
  width: 100%;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
.yt-lite:after {
  content: "";
  display: block;
  padding-bottom: var(--aspect-ratio);
}
.yt-lite > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.yt-lite > .lty-playbtn {
  width: 70px;
  height: 46px;
  background-color: #212121;
  z-index: 1;
  opacity: 0.8;
  border-radius: 14%;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
.yt-lite:hover > .lty-playbtn {
  background-color: red;
  opacity: 1;
}
.yt-lite > .lty-playbtn:before {
  content: "";
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 11px 0 11px 19px;
}
.yt-lite > .lty-playbtn,
.yt-lite > .lty-playbtn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.yt-lite.lyt-activated {
  cursor: unset;
}
.yt-lite.lyt-activated:before,
.yt-lite.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}

* {
    box-sizing: border-box;
  }
  
  input,
  button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-style: none;
  }
  
  html {
    /* background-color: #6772e5; */
    font-size: 16px;
    font-family: Roboto, Open Sans, Segoe UI, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-rendering: optimizeLegibility;
    height: 100%;
    /* overflow-x: hidden !important; */
  }
  
  body {
    /* height: 100%; */
    margin: 0;
  }
  
  #root {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .AppWrapper {
    /* width: 500px; */
    height: 400px;
    position: relative;
  }

  .divider{
    margin : 10px 0;
    border : 0;
  height: 1px; 
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); 
  }
  /* .divider {
    margin-top:  5px;
    margin-bottom: 5px;
    height: .5px;
    background: #000;
    background: -webkit-linear-gradient(left, rgb(133, 111, 111) 0%, rgb(50,50,50) 50%, rgb(255,255,255) 100%);
  }
  .divider.light {
    background: #fff;
    background: -webkit-linear-gradient(left, rgb(90,90,90) 0%, rgb(255,255,255) 50%, rgb(90,90,90) 100%);
  }
  
  .divider.light:before {
    position:relative;
    float:left;
    background: linear-gradient(to right, rgba(100, 100, 100, 0), rgba(100, 100, 100, 1) 50%);
    margin-top:2px;
    width:50%;
    height:.5px;
    content:"";
  }
  
  .divider.light:after {
    position:relative;
    float:right;
    background: linear-gradient(to left, rgba(56, 53, 53, 0), rgba(100, 100, 100, 1) 50%);
    margin-top:2px;
    width:50%;
    height:.5px;
    content:"";  
  }
  
  .divider:before {
    position:relative;
    float:left;
    background: linear-gradient(to right, rgba(200, 200, 200, 0), rgba(200, 200, 200, 1) 50%);
    margin-top:2px;
    width:50%;
    height:.5px;
    content:"";
  }
  
  .divider:after {
    position:relative;
    float:right;
    background: linear-gradient(to left, rgba(100, 200, 200, 0), rgba(200, 200, 200, 1) 50%);
    margin-top:2px;
    width:50%;
    height:.5px;
    content:"";  
  } */


  #homePage h3{
    font-family: "Nunito Sans", system-ui, sans-serif;
    font-size: 2em;
    margin-bottom: 0;
  }

  /* ============================================
     MODERN HERO SECTION - Mobile First
     ============================================ */
  
  .hero-container {
    position: relative;
    padding: 0 16px;
    overflow: hidden;
  }

  /* Floating badge - HIGH CONTRAST */
  .free-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    border: none;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 20px;
    box-shadow: 
      0 4px 14px -2px rgba(249, 115, 22, 0.5),
      0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .free-badge:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 
      0 8px 20px -2px rgba(249, 115, 22, 0.6),
      0 4px 8px rgba(0, 0, 0, 0.15);
  }
  .badge-icon {
    font-size: 1.1rem;
  }

  /* Main H1 */
  #homePageHeader {
    font-size: clamp(2rem, 5vw + 1rem, 3.2rem);
    font-family: "Nunito Sans", system-ui, sans-serif;
    font-weight: 900;
    line-height: 1.1;
    margin: 0 0 12px 0;
    color: #0f172a;
    letter-spacing: -0.02em;
  }

  /* Accent underline */
  .divider.light {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6 0%, #06b6d4 100%);
    border: none;
    border-radius: 2px;
    margin: 0 0 16px 0;
  }

  /* Subheading H2 */
  .homePageHeader2 {
    font-size: clamp(0.75rem, 1.2vw, 0.95rem);
    letter-spacing: 0.18em;
    color: #6366f1;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 20px 0;
    white-space: normal;
  }

  /* Feature card (teal block) */
  #homePageSubHeader {
    position: relative;
    background: linear-gradient(135deg, #0d9488 0%, #0891b2 50%, #0284c7 100%);
    border-radius: 16px;
    padding: 20px 20px;
    margin: 0 0 20px 0;
    max-width: 100%;
    box-shadow: 
      0 16px 32px -10px rgba(13, 148, 136, 0.45),
      0 6px 12px -6px rgba(0, 0, 0, 0.12);
    overflow: hidden;
  }
  #homePageSubHeader::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255,255,255,0.12) 0%, transparent 70%);
    border-radius: 50%;
  }
  #homePageSubHeader .inner {
    font-size: clamp(0.95rem, 1.8vw, 1.1rem);
    line-height: 1.55;
    color: #ffffff;
    font-weight: 600;
    font-family: "Nunito Sans", system-ui, sans-serif;
    margin: 0;
    max-width: 100%;
    position: relative;
    z-index: 1;
  }

  /* Bullet list - more compact */
  .hero-bullet-list {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    max-width: 100%;
  }
  .hero-bullet-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    font-size: 0.95rem;
    line-height: 1.45;
    color: #374151;
    border-bottom: 1px solid #f3f4f6;
  }
  .hero-bullet-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .hero-bullet-list li::before {
    content: "\2713";
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    margin-top: 1px;
    border-radius: 50%;
    background: linear-gradient(135deg, #10b981 0%, #06b6d4 100%);
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    flex-shrink: 0;
  }

  /* CTA section */
  .hero-cta-wrap {
    margin-top: 4px;
    max-width: 100%;
  }
  a.rainbowButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: unset;
    height: 52px;
    border-radius: 12px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
    background: linear-gradient(135deg, #f97316 0%, #ec4899 50%, #8b5cf6 100%);
    background-size: 200% 200%;
    box-shadow: 
      0 8px 24px -6px rgba(249, 115, 22, 0.5),
      0 4px 8px -4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-position 0.4s ease;
  }
  a.rainbowButton:hover {
    transform: translateY(-2px);
    background-position: 100% 0;
    box-shadow: 
      0 12px 32px -6px rgba(249, 115, 22, 0.6),
      0 6px 12px -4px rgba(0, 0, 0, 0.15);
  }
  .hero-cta-caption {
    font-size: 0.78rem;
    margin-top: 10px;
    color: #6b7280;
    text-align: center;
  }

  /* Hero image - INTEGRATED LAYOUT */
  .hero-image-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    margin-top: -20px;
  }
  .hero-image-container img {
    width: 100%;
    max-width: 420px;
    height: auto;
    /* filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.12)); */
  }

  /* ============================================
     TABLET STYLES (600px+)
     ============================================ */
  @media (min-width: 600px) {
    .hero-container {
      padding: 0 24px;
    }
    #homePageSubHeader {
      border-radius: 18px;
      padding: 24px;
      max-width: 480px;
    }
    .hero-bullet-list {
      max-width: 480px;
    }
    .hero-cta-wrap {
      max-width: 340px;
    }
    a.rainbowButton {
      height: 54px;
      font-size: 1.05rem;
    }
  }

  /* ============================================
     DESKTOP STYLES (960px+)
     ============================================ */
  @media (min-width: 960px) {
    .hero-container {
      padding: 0 24px;
      display: flex;
      align-items: center;
      min-height: auto;
    }
    .hero-text-content {
      padding-right: 24px;
    }
    #homePageSubHeader {
      border-radius: 20px;
      padding: 24px 28px;
      max-width: 520px;
    }
    .hero-bullet-list {
      max-width: 480px;
    }
    .hero-bullet-list li {
      font-size: 0.98rem;
      padding: 8px 0;
    }
    .hero-image-container {
      justify-content: center;
      align-items: center;
      padding: 0;
      margin-top: 0;
    }
    .hero-image-container img {
      max-width: 100%;
      width: auto;
      max-height: 480px;
    }
  }

  /* Large desktop */
  @media (min-width: 1200px) {
    #homePageHeader {
      font-size: 3.4rem;
    }
    .hero-image-container img {
      max-height: 520px;
    }
  }

  /* Hero text wrapper */
  .hero-text-content {
    padding: 24px 0 16px 0;
  }
  @media (min-width: 960px) {
    .hero-text-content {
      padding: 32px 24px 24px 0;
    }
  }

  /* Other page elements */
  #articlePageHeader {
    font-size: 3rem;
    font-family: 'Anton', sans-serif;
    text-align: center;
    color: white;
  }
  #headerContact .email {
    margin-left: 10px;
  }
  .homePageHourly {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    position: absolute;
    font-size: 1.1rem;
    font-weight: 700;
    background: white;
    padding: 12px 24px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
  }
  #articlesPage a, .articlesPageClass a{
    /* color : black !important; */
    color : black ;
    text-decoration: none;
    /* border : dotted; */
    /* background: rgba(89, 165, 235, 0.142); */
    border-bottom: 2.5px solid #08549A;
  }
  #articlesPage.links a {
    font-size: 1.1rem;
  }
  #articlesPage.links{
    margin-top: 10px;
    display:  flex;
  }
  #articlesPage.links  div:nth-of-type(2){
    margin-left: 10px;
    
  }
  #articlesPage, .articlesPageClass{
    display: flex;
    justify-content: center;
    padding : 10px;
  }

  #articlesPage.sizeFix .articleInner, .articlesPageClass.sizeFix .articleInner{
    width : 80%
  }
  .articleInner{
    width : 60%
  }
  p.paragraph{
    font-size: 20px;
  }
  h2:not(.largerh2){
    /* font-family: "Anton"; */
    font-family: 'Anton', sans-serif;
    font-family: 'Nunito Sans', sans-serif;
    /* letter-spacing : 2px; */
    font-size: 25px;
  }
  h2.largerh2{
    font-size: 30px;
    font-family: 'Anton', sans-serif;
    font-family: 'Nunito Sans', sans-serif;
    background: lightblue;
  }



  /* ============================================
     ARTICLE LINKS - Mobile
     ============================================ */
  @media (max-width: 599px) {
    #articlesPage.links {
      flex-direction: column;
      gap: 8px;
    }
    #articlesPage.links div:nth-of-type(2) {
      margin-left: 0;
    }
    .articleInner {
      width: 100%;
    }
    #articlesPage.sizeFix .articleInner {
      width: 100%;
    }
  }

  /* Header banner */
  #headerMainSite {
    color: white;
    text-align: center;
    background: rgba(0, 0, 0, 0.85);
    padding: 12px 16px;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  #newChip {
    background: linear-gradient(135deg, #ef4444 0%, #f97316 100%);
    border-radius: 20px;
    padding: 2px 10px;
    display: inline-block;
    transform: rotate(3deg);
    position: relative;
    top: -1px;
    left: 6px;
    letter-spacing: 0.5px;
    font-size: 0.75rem;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.4);
  }

  
  @keyframes color {
    0%   { background: #33CCCC; }
    20%  { background: #5088f0; }
    40%  { background: #B8CC33; }
    60%  { background: #FCCA00; }
    80%  { background: #50b7e0; }
    100% { background: #089797; }
    }
    
    .bg {
      background: #33CCCC; /* Fallback */
      animation: color 20s infinite linear;
      text-align: center;
      padding: 2em;
    }
    /* h1 {
      text-align: center;
      font-family: 'Kavoon', sans-serif;
      font-size: 2.5em;
      color: white;
    } */

  @keyframes fade {
    from {
      opacity: 0;
      transform: scale3D(0.95, 0.95, 0.95);
    }
    to {
      opacity: 1;
      transform: scale3D(1, 1, 1);
    }
  }
.pattern{
  background-color: #e5e5f7;
  opacity: 0.5;
  background-image:  linear-gradient(30deg, #444cf7 12%, transparent 12.5%, transparent 87%, #444cf7 87.5%, #444cf7), linear-gradient(150deg, #444cf7 12%, transparent 12.5%, transparent 87%, #444cf7 87.5%, #444cf7), linear-gradient(30deg, #444cf7 12%, transparent 12.5%, transparent 87%, #444cf7 87.5%, #444cf7), linear-gradient(150deg, #444cf7 12%, transparent 12.5%, transparent 87%, #444cf7 87.5%, #444cf7), linear-gradient(60deg, #444cf777 25%, transparent 25.5%, transparent 75%, #444cf777 75%, #444cf777), linear-gradient(60deg, #444cf777 25%, transparent 25.5%, transparent 75%, #444cf777 75%, #444cf777);
  background-size: 60px 105px;
  background-position: 0 0, 0 0, 30px 53px, 30px 53px, 0 0, 30px 53px;
}

.default-white-card {
  position: relative;
  width: 100%;
  padding: 25px 35px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 6px 18px 0 rgb(0 0 0 / 10%);
}
  
  .Form {
    animation: fade 200ms ease-out;
  }
  
  .FormGroup {
    margin: 0 15px 20px;
    padding: 0;
    border-style: none;
    /* background-color: #7795f8; */
    will-change: opacity, transform;
    box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
      inset 0 1px 0 #829fff;
    border-radius: 4px;
  }
  
  .FormRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
    /* border-top: 1px solid #819efc; */
  }
  
  .FormRow:first-child {
    border-top: none;
  }
  
  .FormRowLabel {
    width: 15%;
    min-width: 70px;
    padding: 11px 0;
    /* color: #c4f0ff; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  @keyframes void-animation-out {
    0%,
    to {
      opacity: 1;
    }
  }
  .FormRowInput:-webkit-autofill {
    -webkit-text-fill-color: #fce883;
    /* Hack to hide the default webkit autofill */
    transition: background-color 100000000s;
    animation: 1ms void-animation-out;
  }
  
  .FormRowInput {
    font-size: 16px;
    width: 100%;
    padding: 11px 15px 11px 0;
    color : "black";
    /* color: #fff; */
    background-color: transparent;
    animation: 1ms void-animation-out;
  }
  
  .FormRowInput::placeholder {
    color: #9ca3af;
  }
  
  .StripeElement--webkit-autofill {
    background: transparent !important;
  }
  
  .StripeElement {
    width: 100%;
    padding: 11px 15px 11px 0;
  }
  
  .SubmitButton {
    display: block;
    font-size: 16px;
    width: calc(100% - 30px);
    height: 40px;
    margin: 40px 15px 0;
    /* background-color: #f6a4eb; */
    box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
      inset 0 1px 0 #ffb9f6;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 100ms ease-in-out;
    will-change: transform, background-color, box-shadow;
  }
  
  .SubmitButton:active {
    background-color: #d782d9;
    box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
      inset 0 1px 0 #e298d8;
    transform: scale(0.99);
  }
  
  .SubmitButton.SubmitButton--error {
    transform: translateY(15px);
  }
  .SubmitButton.SubmitButton--error:active {
    transform: scale(0.99) translateY(15px);
  }
  
  .SubmitButton:disabled {
    opacity: 0.5;
    cursor: default;
    background-color: #7795f8;
    box-shadow: none;
  }
  
  .ErrorMessage {
      color : "black";
    /* color: #fff; */
    position: absolute;
    display: flex;
    justify-content: center;
    padding: 0 15px;
    font-size: 13px;
    margin-top: 0px;
    width: 100%;
    transform: translateY(-15px);
    opacity: 0;
    animation: fade 150ms ease-out;
    animation-delay: 50ms;
    animation-fill-mode: forwards;
    will-change: opacity, transform;
  }
  
  .ErrorMessage svg {
    margin-right: 10px;
  }
  
  .Result {
    margin-top: 50px;
    text-align: center;
    animation: fade 200ms ease-out;
  }
  
  .ResultTitle {
      color : "black";
    /* color: #fff; */
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 17px;
    text-align: center;
  }
  
  .ResultMessage {
    color: #9cdbff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.6em;
    text-align: center;
  }
  
  .ResetButton {
    border: 0;
    cursor: pointer;
    background: transparent;
  }

  .bg .grow{
    display: inline-block;
    /* transform : scale(0); */
    transition: all .5s;
  }
  .bg .grow:hover{
    text-decoration: none;
    transform: scale(110%);
  }
  /* .grow{} */

  #circles .circle{
    box-shadow : 0px 5px 10px 0px white;
    width : 100%;
    object-fit : cover;
     height : 100%;
     border-radius : 50%;
     border : 2px solid white
  }
  #articlesPage h3{
    font-size: 20px;
    font-family : "Nunito Sans";
    /* color : red; */
  }
  .relatedArticles .linkRow{
    display: flex;
    margin-bottom: 25px;
  }
  .relatedArticles .linkRow a{
    text-decoration: none;
    color: black;
    border-bottom: 3px dotted blue;
  }
  .relatedArticles .linkRow a:hover{
    color : green
  }
  .gradient{
    background-color: #8BC6EC;background-image: linear-gradient(135deg, #8BC6EC 0%, #9599E2 100%);
}
a.rainbowButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 320px;
  height: 65px;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
  background: linear-gradient(90deg, #ff8806 0%, #fb07f3 100%);
}
  
