/* RESPONSIVE */
@media(max-width:960px) {
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px
  }

  .hero-sub {
    margin: 0 auto 2rem
  }

  .hero-actions {
    justify-content: center
  }

  .hero-trust {
    justify-content: center
  }

  .hero-visual {
    height: 320px
  }

  .problem-grid {
    grid-template-columns: 1fr 1fr
  }

  .wrost-part {
    grid-column: unset;
    margin-top: 0;
    padding: 25px;
    gap: 1.5rem;
    height: auto;
  }

  .solution-grid {
    grid-template-columns: 1fr
  }

  .solution-visual {
    height: 320px
  }

  .benefits-grid {
    grid-template-columns: 1fr 1fr
  }

  .trust-cards {
    grid-template-columns: 1fr 1fr
  }

  .modal-inner {
    grid-template-columns: 1fr
  }

  .modal-left {
    border-radius: 28px 28px 0 0
  }


  .sticky-cta {
    display: block
  }

  body {
    padding-bottom: 0
  }

  .hiw-new {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .step-card::after {
    display: none
  }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .nav-inner {
    height: 65px;
  }

  .hero h1 {
    margin-left: auto;
    margin-right: auto;
    font-size: 38px;
    line-height: 44px;
  }

  .hero-sub {
    font-size: 14px;
    line-height: 22px;
  }

  .hero {
    padding: 100px 5% 0;
  }

  .hero-inner {
    gap: 0;
  }

  .logo img {
    width: 168px;
  }

  section {
    padding: 50px 5%
  }

  .section-headline {
    font-size: 28px;
    line-height: 30px;
  }

  .section-sub {
    font-size: 16px;
    line-height: 22px;
  }

  .ben-card {
    width: 100%;
    height: 212px;
  }

  .ben-card h4 {
    width: 100%;
    height: fit-content;
  }

  .ben-card p {
    width: 100%;
  }

  .cov-header {
    gap: 9px;
    padding: 15px;
  }

  .cov-item {
    gap: 9px;
    padding: 15px;
    font-size: 13px;
    line-height: 16px;
  }

  .sgc1 {
    top: -15%;
    left: 15%;
  }

  .sgc2 {
    bottom: -5%;
    right: 15%;
  }

  .sgc3 {
    top: 38%;
    left: 30%;
  }

  .footer-inner .nav-links {
    display: flex;
    gap: 1rem;
  }
}

@media(max-width:600px) {

  .problem-grid {
    grid-template-columns: 1fr
  }

  .cov-grid {
    grid-template-columns: 1fr
  }

  .benefits-grid {
    grid-template-columns: 1fr
  }

  .trust-cards {
    grid-template-columns: 1fr
  }

  .stats-inner {
    gap: 16px;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  .stat-item.first-item,
  .stat-item.second-item {
    border-bottom: 1px solid #1C416D;
  }

  .stat-divider {
    display: none;

  }

  .fc1,
  .fc3 {
    left: -5px
  }

  .fc2,
  .fc4 {
    right: -5px
  }

  .float-card {
    padding: 8px 12px
  }

  .fc-value {
    font-size: .9rem
  }

  .hero-tag {
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns */
    display: grid;
    height: auto;
    width: 238px;
    margin-left: auto;
    margin-right: auto;
  }

  .stat-item {
    max-width: 130px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-tag .poweredby {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }

  .hero-tag img {
    border-right: 0;
    padding-right: 0;
  }

  .hero-tag .lastchild {
    border-top: 0.5px solid white;
    grid-column: 1 / -1;
  }
}

@media(max-width:426px) {
  section {
    padding: 50px 5%
  }

  .hero h1 {
    max-width: 296px;
  }

  .coverage-hero h1 {
    max-width: 342px;
  }

  .hero-sub {
    max-width: 313px;
  }

  .coverage-hero .hero-sub {
    max-width: 271px;
  }

  .faq-grid,
  .hiw-new {
    grid-template-columns: 1fr;
  }

  .step-card {
    padding: 22px 40px;
    height: 220px;
  }

  .final-cta h4,
  .final-cta p {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .price-chip {
    font-size: 12px;
    width: 265px;
    height: fit-content;

  }

  .final-cta::before {
    bottom: 160px;
    right: -480px;
    width: 722px;
    height: 722px;
  }

  .final-cta::after {
    bottom: -230px;
    left: -250px;
    width: 493px;
    height: 493px;
  }

  .solution-grid {
    height: 1050px;
  }

  .sgc1 {
    top: -25%;
    left: 10%;
  }

  .sgc2 {
    bottom: -18%;
    right: 5%;
  }

  .sgc3 {
    top: 38%;
  }

  .stats-bar {
    padding: 23px 20px;
    height: auto;
  }

  .stat-num {
    font-size: 24px;

  }

  .stat-label {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
  }

  .hero-trust {
    display: none;
  }

  .hero-actions {
    flex-direction: column;
  }

  .footer-inner {
    height: 130px;
    gap: 25px;
    justify-content: center;
    flex-direction: column;
  }

  .recent-claims {
    height: 120px;
  }

  .hero-ticker {
    padding-top: 15px;
  }

  .hero-ticker-label {
    margin-bottom: 7px;
  }

  .final-cta .section-headline {
    max-width: 238px;
  }

  .final-cta .section-sub {
    max-width: 279px;
  }

  .how-to-claim .section-sub,
  .covered-vs-not .section-sub,
  .whats-included .section-sub,
  .problem .section-sub,
  .trust .section-sub,
  .hiw .section-sub,
  .coverage .section-sub,
  .solution-content .section-sub {
    max-width: 339px;
  }

  .how-to-claim .section-headline,
  .covered-vs-not .section-headline,
  .whats-included .section-headline,
  .problem .section-headline,
  .faqs .section-headline,
  .trust .section-headline {
    max-width: 350px;
  }

  .coverage-final-cta .section-headline,
  .coverage-final-cta .section-sub {
    max-width: 312px;
  }

  .coverage-final-cta .btn-primary {
    width: 212px;
  }

  .coverage-final-cta .price-chip {
    width: 303px;
  }

  .coverage-hero .hero-tag {
    grid-template-columns: auto;
    width: max-content;
  }

  .covered-vs-not .section-sub,
  .whats-included .section-sub {
    margin-bottom: 25px;
  }

  .how-to-claim .section-sub {
    margin-bottom: 44px;
  }

  .cvn-note {
    font-size: 13px;
    line-height: 20px;
  }

}

@media(max-width:321px) {
  .stat-item {
    max-width: 120px;
  }

  .logo img {
    width: 150px;
  }

  .faq-card h4,
  .step-card h4,
  .ben-card h4 {
    font-size: 16px;
    line-height: 20px;
  }

  .wrost-part .quote,
  .faq-card p,
  .step-card p,
  .ben-card p {
    font-size: 12px;
    line-height: 16px;
  }

  .section-tag {
    font-size: 10px;
  }

  .final-cta h4,
  .final-cta p {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .sol-glass-card {
    width: auto;
  }

  .stats-bar {
    padding: 23px 10px;
  }

  .stat-label {
    font-size: 10px;
    line-height: 14px;

  }

  .ticker-inner {
    animation: ticker 30s linear infinite;
  }

  .trust-badge {
    padding: 6px 10px;
    font-size: 10px;
    line-height: 15px;
  }

  .section-headline {
    font-size: 24px;
    line-height: 27px;
  }

  .section-sub {
    font-size: 13px;
    line-height: 18px;
  }

  .coverage-final-cta .price-chip {
    width: auto;
  }
}

/* ANIMATIONS */
.fade-up {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .6s ease, transform .6s ease
}

.fade-up.animate {
  opacity: 0;
  transform: translateY(30px)
}

.fade-up.animate.visible {
  opacity: 1;
  transform: translateY(0)
}