:root {
    --primary-color: #31966B;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
body {
    font-family: "Poppins", sans-serif;
    color: #333;
}
a {
    text-decoration: none;
}
img {
    cursor: pointer;
}
ul {
    list-style: none;
}
p {
    margin-bottom: 25px;
    font-size: 1.8rem;
    line-height: 1.8em;
    color: #2f2f2f;
}
h3 {
    font-size: 2.8rem;
    padding-top: 1rem;
    margin-bottom: 15px;
    color: #1B4730;
}
#vertigenics_topreadbar{
    background-color: #1B4730 ;
    height: 8px;
    width: 0%;
    position: fixed;
    top: 0;
    left: 0;
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}
.gif-buy-btn {
    text-align: center;
    margin: 20px 0;
}
.gif-buy-btn img {
    width: 100%;
    max-width: 430px;
    cursor: pointer;
    margin-top: -2.8em;
}
.section {
    padding: 30px 0;
}
.btn {
    border: 0;
    background: none;
    cursor: pointer;
}
.subtitle {
    color: var(--primary-color);
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}
.pages-title {
    margin-top: 15px;
    font-size: 2.4rem;
    font-weight: 400;
}
.vertigenics_navbar {
    background-color: var(--primary-color);
    padding: 20px 0;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}
.vertigenics_nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vertigenics_logo {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 700;
}
.vertigenics_nav-menu {
    display: none;
}
.vertigenics_top-item {
    padding: 50px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.vertigenics_title {
    color: #1B4730;
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}
.vertigenics_subtitle {
    color: #005eff;
    font-size: 2.6rem;
    font-weight: 600;
    margin-bottom: 30px;
}
.vertigenics_list {
    margin: 30px 0;
}
.vertigenics_list-item {
    font-weight: 600;
    font-size: 2.2rem;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #2f2f2f;
}
.vertigenics_list-item::before {
    content: "⭐";
    font-size: 24px;
    margin-right: 15px;
    margin-top: -3px;
}
.vertigenics_buy-btn {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    background-color: #fd1644;
    border-radius: 8px;
    padding: 24px 40px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(253, 22, 68, 0.3);
}
.vertigenics_buy-btn:hover {
    background-color: #e0143c;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(253, 22, 68, 0.4);
}
.vertigenics_buy__btn {
    text-transform: uppercase;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    background-color: #fd1644;
    border-radius: 8px;
    padding: 24px 40px;
    margin-bottom: 2em;
    margin-top: 1.5em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(253, 22, 68, 0.3);
}
.vertigenics_buy__btn:hover {
    background-color: #e0143c;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(253, 22, 68, 0.4);
}
.vertigenics_img {
    width: 100%;
    max-width: 520px;
    cursor: pointer;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.vertigenics-a {
    color: var(--primary-color);
    cursor: pointer;
    font-weight: 600;
    transition: color 0.3s ease;
}
.vertigenics-a:hover {
    color: #1B4730;
    text-decoration: underline;
}
.vertigenics_benefits__list {
    margin: 40px 0;
}
.vertigenics__benefits_list-item {
    font-weight: 500;
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #2f2f2f;
    line-height: 1.4;
}
.vertigenics__benefits_list-item::before {
    content: "\2714";
    font-weight: 800;
    color: var(--primary-color);
    font-size: 28px;
    margin-right: 15px;
    margin-top: 2px;
    flex-shrink: 0;
}
.guarantee {
    background: linear-gradient(135deg, var(--primary-color) 0%, #1B4730 100%);
    color: #fff;
    padding: 50px 0;
    margin: 50px 0;
    border-radius: 12px;
}
.vertigenics-moneyback-text {
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.6;
}
.guarantee img {
    width: 100%;
    max-width: 320px;
    margin-bottom: 40px;
    border-radius: 10px;
}
.try_vertigenics {
    font-size: 3.6rem;
    color: #fd1644;
    padding-bottom: 1em;
    font-weight: 700;
    text-align: center;
}
.guarantee h2 {
    font-size: 3rem;
    margin-bottom: 25px;
    text-align: center;
}
.vertigenics_ingredients img {
    width: 100%;
    max-width: 1000px;
    cursor: pointer;
    border-radius: 12px;
}
.vertigenics_ingredients {
    text-align: center;
}
.vertigenics-whatis-vertigenics-btn {
    text-align: center;
    margin-top: -2em;
    margin-bottom: 2em;
}
.vertigenics-buy-img img {
    width: 100%;
    max-width: 900px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.vertigenics-buy-img {
    text-align: center;
    cursor: pointer;
    margin: 30px 0;
}
.vertigenics-results {
    font-weight: 600;
    font-size: 2.2rem;
    color: var(--primary-color);
    margin-top: 20px;
}
.padding-top1 {
    padding-top: 30px;
}
.padding-down1 {
    padding-top: 60px;
}
.order {
    text-align: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    padding: 40px 20px;
}
.order__bottles {
    margin: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 30px;
}
.order__bottles img {
    width: 100%;
    max-width: 380px;
    transition: all 0.4s ease;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.order__bottles img:hover {
    transform: scale(1.08);
    box-shadow: 0 12px 35px rgba(0,0,0,0.2);
}
.order__title {
    font-size: 3.6rem;
    margin-bottom: 20px;
    color: var(--primary-color);
    font-weight: 700;
}
.order__title,
.order__subtitle {
    color: var(--primary-color);
}
.checkout__title {
    color: #fff;
    background: linear-gradient(135deg, var(--primary-color) 0%, #1B4730 100%);
    font-size: 2.8rem;
    text-align: center;
    padding: 25px 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    font-weight: 700;
}
.checkout__text {
    text-align: center;
    font-size: 2rem;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto 25px;
}
.vertigenics_buy-img {
    text-align: center;
    margin: 30px 0;
}
.vertigenics_buy-img img {
    width: 100%;
    max-width: 900px;
    cursor: pointer;
    border-radius: 12px;
}
.links {
    background: linear-gradient(135deg, var(--primary-color) 0%, #1B4730 100%);
    padding: 40px 0;
    border-radius: 12px;
}
.links a {
    color: #fff;
    font-weight: 600;
    font-size: 1.8rem;
    transition: color 0.3s ease;
}
.links a:hover {
    color: #c8e6c9;
}
.footer {
    margin-top: 60px;
    background-color: #f8f9fa;
    padding: 40px 0;
    color: #1B4730;
}
.footer p {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 20px;
}
.footer__copyright {
    color: #2f2f2f;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 40px 0 30px;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #dee2e6;
}
.links__list {
    padding-top: 20px;
}
.margin-top-very-small {
  margin-top: 20px;
}
.margin-top-small {
  margin-top: 40px;
}
.margin-top-medium {
  margin-top: 60px;
}
.margin-top-big {
  margin-top: 100px;
}
.margin-top-super-big {
  margin-top: 180px;
}
.center-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.center-text {
  text-align: center;
  margin-top: 30px;
}
.vertigenics-center-image-fit {
  text-align: center;
  overflow: hidden;
  margin: 30px 0;
}
.vertigenics-center-image-fit img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 12px;
}

.vertigenics-customer-name {
  font-weight: bold;
  color: var(--primary-color);
  font-size: 2rem;
}
.vertigenics-customer {
  margin-top: -10px;
  margin-bottom: 30px;
  font-style: italic;
}
.vertigenics-bonus-price {
  font-weight: bold;
  color: #2f2f2f;
  font-size: 2.2rem;
  margin: 20px 0;
}

.vertigenics-bonus-price-cut {
  position: relative;
  color: #666;
}

.vertigenics-bonus-price-cut::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 3px;
  background-color: #fd1644;
  transform: rotate(-2deg);
}
.vertigenics-gif-buy-btn-top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}

.vertigenics-gif-buy-btn-top img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.vertigenics-bonus-free {
  color: var(--primary-color);
  font-weight: 700;
}

/* Enhanced responsive design */
@media screen and (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
    
    .subtitle {
        font-size: 2.8rem;
    }
    
    .vertigenics_title {
        font-size: 3.2rem;
    }
    
    .vertigenics_subtitle {
        font-size: 2.2rem;
    }
    
    p {
        font-size: 1.8rem;
    }
    
    .order__bottles {
        gap: 20px;
    }
}

@media screen and (min-width: 769px) {
    p {
        font-size: 2rem;
    }
    .subtitle {
        font-size: 3.6rem;
    }
    .vertigenics_navbar {
        padding: 20px 0;
    }
    .vertigenics_logo {
        font-size: 3.4rem;
    }
    .vertigenics_nav-menu {
        display: flex;
    }
    .vertigenics_nav-item {
        margin-right: 25px;
    }
    .vertigenics_nav-item a {
        color: #fff;
        font-size: 1.6rem;
        text-transform: uppercase;
        font-weight: 500;
        transition: color 0.3s ease;
        padding: 8px 15px;
        border-radius: 6px;
    }
    .vertigenics_nav-item a:hover {
        background-color: rgba(255,255,255,0.1);
    }
    .vertigenics_title {
        font-size: 4.2rem;
    }
    .vertigenics_list {
        margin-left: 20px;
    }
    .vertigenics_top-container {
        display: grid;
        align-items: center;
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }
    .vertigenics_benefits__list {
        margin-left: 40px;
    }
    .guarantee {
        text-align: center;
        padding: 60px 0;
    }
    .guarantee h2 {
        font-size: 3.4rem;
    }
    .order__bottles {
        flex-direction: row;
        justify-content: space-around;
    }
    .order__text {
        width: 100%;
        max-width: 900px;
        margin: 30px auto;
        font-size: 2.2rem;
    }
    .checkout__title {
        font-size: 3rem;
        padding: 30px;
    }
    .links__list {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        column-gap: 60px;
    }
    .footer__copyright {
        text-align: center;
        font-size: 2rem;
    }
}

@media screen and (min-width: 1025px) {
    .subtitle {
        font-size: 4.2rem;
    }
    .vertigenics_logo {
        font-size: 4rem;
    }
    .vertigenics_title {
        font-size: 4.8rem;
    }
    .vertigenics_nav-item {
        margin-right: 40px;
    }
    .vertigenics_nav-item a {
        font-size: 1.8rem;
    }
    .container {
        max-width: 1300px;
    }
}

/* Animation enhancements */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section {
    animation: fadeIn 0.8s ease-out;
}

/* Improved readability and spacing */
h2, h3, h4 {
    line-height: 1.3;
    margin-bottom: 20px;
}

/* Better contrast and accessibility */
:focus {
    outline: 3px solid var(--primary-color);
    outline-offset: 3px;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Enhanced button styles */
.btn:active {
    transform: translateY(-1px);
}

/* Better list spacing */
.vertigenics_benefits__list li:last-child,
.vertigenics_list li:last-child {
    margin-bottom: 0;
}