/** Shopify CDN: Minification failed

Line 1981:1 Expected ":"

**/
/* Product Template General Styles */
.template-product {
    padding-bottom: var(--f-sticky-atc-bar-height, 0px);
}

.template-product .rte {
    color: rgb(var(--color-foreground-secondary));
}

@media screen and (min-width: 768px) {
    .template-product {
        overflow-x: visible;
    }
}

/* Main Product Container Styles */
.m-main-product {
    margin-bottom: 20px;
}

.m-main-product--info .m-product-info--wrapper {
    position: sticky;
    top: 30px;
}

@media screen and (min-width: 1024px) {
    .m-main-product {
        margin-bottom: 48px;
        margin-top: 16px;
    }
}

@media screen and (min-width: 768px) {
    .m-main-product[data-layout=layout-7] .container-full {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .m-main-product--media.container-narrow,
    .m-main-product--info.container-narrow {
        padding-left: calc(var(--column-gap-mobile, var(--column-gap)) / 2);
        padding-right: calc(var(--column-gap-mobile, var(--column-gap)) / 2);
    }
}




.main-product__block + .main-product__block {
    margin-top: 24px;
}

@media screen and (max-width: 767px) {
    .main-product__block + .main-product__block {
        margin-top: 20px;
    }
}

.main-product__block-text + .main-product__block-title,
.main-product__block-custom_liquid + .main-product__block-title,
.main-product__block-badge + .main-product__block-title {
    margin-top: 5px;
}

.main-product__block-addons {
    margin-top: 20px;
}

.main-product__block-title + .main-product__block-rating {
    margin-top: 5px;
}
.main-product__block-rating + .main-product__block-price,
.main-product__block-title + .main-product__block-price {
  margin-top: 12px;
  text-align: center;
  
  /* Flexible Box Styling */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 32px;
  min-width: 200px;
  
  /* Border & Radius */
  border-radius: 8px;
  border: 1px solid rgba(122, 162, 139, 0.3);
  
  /* Gradient Background */
  background: linear-gradient(
    135deg,
    rgb(68, 160, 105) 0%,
    rgb(27, 45, 37) 100%
  );
  
  /* Shiny Effect */
  position: relative;
  overflow: hidden;
  box-shadow: 
    0 4px 15px rgba(68, 160, 105, 0.3),
    0 1px 3px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  
  /* Smooth Transitions */
  transition: all 0.3s ease;
}

/* Shine Overlay Effect */
.main-product__block-rating + .main-product__block-price::before,
.main-product__block-title + .main-product__block-price::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent 30%,
    rgba(255, 255, 255, 0.15) 50%,
    transparent 70%
  );
  transform: rotate(45deg);
  pointer-events: none;
 
}


/* Optional: Animated Shine Effect */
@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.main-product__block-rating + .main-product__block-price::after,
.main-product__block-title + .main-product__block-price::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  animation: shine 3s infinite;
}

.main-product__block-rating .spr-starrating {
    margin: 0;
}

.main-product__block-collapsible_tab + .main-product__block-shipping {
    margin-top: 32px;
}

.main-product__block-breadcrumb + .main-product__block-title {
    margin-top: 0;
}

.main-product__block-title + div[class*="@app"] #shopify-block-loox-rating,
.main-product__block-title + div[class*="@app"] .jdgm-preview-badge {
    margin-top: -28px;
}

.main-product__block-buy_buttons .prod__countdown:not(.hidden),
.main-product__block-buy_buttons .prod__stock-countdown {
    margin-bottom: 30px;
}

.main-product__block-buy_buttons .shopify-payment-button__button--hidden {
    display: none;
}

.main-product__block-buy_buttons .m-product-dynamic-checkout.show-add-to-cart {
    width: 100%;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .main-product__block-buy_buttons .m-product-dynamic-checkout.show-add-to-cart {
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .main-product__block-buy_buttons .m-product-dynamic-checkout {
        margin-top: 10px;
    }

    .main-product__block-buy_buttons .m-quantity {
        flex: 1;
    }
}

.main-product__block-share-social > a {
    margin-right: 32px;
}

.main-product__block-share-social > a span {
    margin-left: 8px;
}

.main-product__block .m-breadcrumb {
    margin-top: -0.5rem;
}

.main-product__block .m-breadcrumb .container {
    padding: 0;
}

.main-product__block .product-block-group--title {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

@media screen and (min-width: 768px) {
    .m-product-media--layout-7 .main-product__block .product-block-group--title {
        flex-direction: column;
        align-items: center;
        padding-right: 0;
    }
}

@media screen and (min-width: 768px) {
    .main-product__block .product-block-group--title {
        padding-right: 48px;
    }
}

@media screen and (max-width: 767px) {
    .main-product__block .product-block-group--title h1 {
        margin-right: 0;
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .m-product-media--layout-7 .main-product__block .product-block-group--price {
        justify-content: center;
    }
}

.main-product__block .product-block-group--tags {
    gap: 8px;
}

.main-product__block .m-product-type {
    font-size: 12px;
    line-height: 1.33;
    margin-bottom: 10px;
    text-transform: uppercase;
}



.main-product__block .m-product-tax {
    color: rgb(var(--color-foreground-secondary));
}

.main-product__block .m-product-description {
    line-height: 1.5;
    color: rgb(var(--color-foreground-secondary));
}

.main-product__block .m-product-meta li {
    line-height: 34px;
    display: flex;
}

.main-product__block .m-product-meta li:first-child {
    margin-top: 25px;
}

.main-product__block .m-product-meta--label {
    min-width: 85px;
    font-weight: 500;
    display: block;
    margin-right: 40px;
}

.m-product-media--layout-7 .main-product__block .m-product-meta {
    text-align: left;
}

.main-product__block .m-product-availability {
    color: #3d9851;
}

.main-product__block .m-product-availability--outofstock {
    color: #d11010;
}

.main-product__block .m-product-tag {
    margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
    .main-product__block .m-product-collapsible .m-collapsible--button {
        font-size: 18px;
    }
}

.main-product__block .m-product-text--subtitle {
    color: rgb(var(--color-foreground-secondary));
}

.main-product__block .m-product-text--upercase {
    text-transform: uppercase;
    font-size: 14px;
}

.main-product__block .m-product-trust-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f8f8f8;
    border-radius: 5px;
    padding: 20px;
}

.main-product__block .m-product-trust-badge__content {
    margin-top: 20px;
    font-weight: 500;
}

.main-product__block .m-product-trust-badge--above {
    flex-direction: column-reverse;
}

.main-product__block .m-product-trust-badge--above .m-product-trust-badge__content {
    margin: 0 0 20px;
}

@media (max-width: 767px) {
    .main-product__block .m-product-trust-badge {
        padding: 16px;
    }
}

.main-product__block .m-product-addon {
    padding-bottom: 16px;
    border-bottom: 1px solid rgb(var(--color-border));
}

.main-product__block .m-product-addon--wrapper {
    margin: 20px -5px -5px -5px;
}

.main-product__block .m-product-addon--item {
    padding: 5px;
    margin-right: 30px;
}

.main-product__block .m-product-addon--item:hover {
    color: rgb(var(--color-foreground-secondary));
}

@media screen and (max-width: 639px) {
    .main-product__block .m-product-addon--item {
        margin-right: 12px;
    }
}

.main-product__block .m-product-addon--label {
    margin-left: 8px;
}

.main-product__block .m-product-shipping--icon {
    width: 20px;
}

.main-product__block .m-product-shipping--content {
    margin-left: 12px;
}

.main-product__block .m-product-shipping--content__value {
    margin-left: 8px;
}

.main-product__block .m-product-shipping--text {
    margin-top: 16px;
}

.main-product__block .m-product-live-views {
    padding: 5px 16px;
    border-radius: var(--border-radius, 50px);
    line-height: 1.6;
    font-size: 14px;
}

.main-product__block .m-product-live-views svg {
    width: 14px;
    height: 14px;
}

.main-product__block .m-product-live-views .live-views-icon {
    margin-right: 8px;
    animation-duration: 1s;
}

@media screen and (max-width: 767px) {
    .main-product__block .m-product-live-views {
        align-items: flex-start;
        line-height: 22px;
    }
}

.main-product__block .m-product-custom-field .m-product-option--label {
    display: inline-flex;
}

.main-product__block .m-product-custom-field .m-product-option--label sup {
    color: #da3f3f;
    top: -0.2rem;
    left: 0.2rem;
}

.main-product__block .alr-display-review-badge {
    margin-top: 8px;
}

.main-product__block .spr-starrating {
    justify-content: flex-start !important;
    align-items: center;
    margin-top: -15px;
    margin-bottom: -10px;
}

.main-product__block .spr-starrating .spr-stars span {
    display: flex;
}

.main-product__block #ssw-avg-rate-profile-html {
    display: flex;
    align-items: center;
    margin-top: -15px;
}

.main-product__block #ssw-avg-rate-profile-html .ssw-question-count,
.main-product__block #ssw-avg-rate-profile-html .ssw-stars {
    display: inline-flex !important;
    align-items: center;
}

.main-product__block .ssw-icon-star {
    margin: 0 3px;
}

.main-product__block .ssw-review-count {
    margin-left: 10px;
    white-space: nowrap;
}

.main-product__block .ssw-question-count {
    margin-left: 15px;
    white-space: nowrap;
}

.main-product__block .ssw-question-count > span {
    display: inline-flex;
    align-items: center;
}

.main-product__block .ssw-rq-divider {
    padding-right: 15px;
}

.main-product__block .gw-icon-chat {
    margin-right: 5px;
}

.main-product__block .foxkit-preorder-submit {
    width: auto;
    flex: 1;
}

.main-product__block .installment-shoppay {
    margin-top: 20px;
}

.main-product__block .installment-shoppay:empty {
    display: none;
}

.main-product__block .foxkit-stock-countdown__progress {
    height: 100%;
}

@media screen and (max-width: 767px) {
    .main-product__block #ssw-avg-rate-profile-html {
        flex-wrap: wrap;
    }

    .main-product__block #ssw-avg-rate-profile-html .ssw-rq-divider {
        display: none !important;
    }

    .main-product__block #ssw-avg-rate-profile-html .ssw-question-count {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .main-product__block #ssw-avg-rate-profile-html .ssw-stars {
        margin-right: 15px;
        margin-bottom: 10px;
    }
}

/* Form Ask Question Styles */
.m-form-ask-question__wrapper {
    padding: 24px;
    text-align: center;
}

.m-form-ask-question__title {
    margin-bottom: 24px;
    font-size: 36px;
    color: rgb(var(--color-foreground));
}

.m-form-ask-question__note {
    font-style: italic;
    margin-bottom: 12px;
}

/* Recipient Form Styles */
.m-recipient-form {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.m-recipient-form > input[type=checkbox]:not(:checked, :disabled) ~ .m-recipient-form__fields {
    display: none;
}

.m-recipient-form > input[type=checkbox]:checked ~ .m-recipient-form__fields {
    display: block;
    animation: recipientAnimate 0.3s ease;
}

.m-recipient-form > input[type=checkbox]:checked ~ .form-field--checkbox .form-field--checkbox__icon svg path:last-child {
    display: block;
}

.m-recipient-form .m-recipient-field ~ .m-recipient-field {
    margin-top: 15px;
}

.m-recipient-form .m-recipient-form__fields {
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid rgb(var(--color-border));
}

/* Product Details Tabs Styles */
.m-product-details-tabs .m-tab-header {
    font-weight: 500;
}

.m-product-details-tabs .m-tab-content:not(.m-tab-content--reviews) .m-tab-content__inner {
    color: rgb(var(--color-foreground-secondary));
    line-height: 1.75;
}

/* Product Review Styles */
.spr-container .spr-reviews {
    margin: 26px 0;
}

.spr-container .spr-header-title {
    font-weight: 500;
    margin-bottom: 32px;
}

.spr-container .spr-summary {
    color: rgb(var(--color-foreground));
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.spr-container .spr-summary:before,
.spr-container .spr-summary:after {
    display: none;
}

.spr-container .spr-summary-caption {
    flex: 1;
    text-align: left;
}

.spr-container .spr-review {
    position: relative;
    padding: 30px 0 !important;
}

.spr-container .spr-review .spr-starratings {
    font-size: 9px;
}

.spr-container .spr-review .spr-starratings .spr-icon {
    margin: 0 1px;
}

.spr-container .spr-review-content-body {
    font-size: 16px !important;
    line-height: 28px;
    color: #666;
}

.spr-container .spr-review-header {
    display: flex;
    flex-flow: column;
}

.spr-container .spr-review-header-title {
    font-weight: 600;
    margin-bottom: 14px;
    font-size: 18px;
    order: 1;
    margin-top: 20px;
}

.spr-container .spr-review-header-byline {
    margin-bottom: 0;
    font-style: inherit;
    font-size: 18px;
}

.spr-container .spr-review-header-byline strong:last-child {
    font-weight: 400;
    font-size: 14px;
}

.spr-container .spr-review-reply-shop {
    float: none;
}

.spr-container .spr-review-reply {
    margin-bottom: 12px;
    padding: 16px !important;
    border-radius: 5px;
    background-color: #f7f7f7;
    margin-top: 32px;
    margin-left: 45px;
    display: flex;
    flex-flow: column;
}

.spr-container .spr-review-content {
    margin: 0;
    padding: 0;
}

.spr-container .spr-review-reply-body {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    order: 1;
    margin-top: 5px;
}

.spr-container .spr-review-reply-shop {
    font-size: 18px;
    font-style: inherit;
    order: 0;
}

.spr-container .spr-review-footer {
    margin-top: 20px;
}

.spr-container .spr-summary-actions-newreview {
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    white-space: nowrap;
    border: 1px solid rgb(var(--color-border));
    padding: 10px 20px;
    transition: var(--m-duration-default, 0.25s) all;
    border-width: var(--btn-border-width);
    letter-spacing: var(--btn-letter-spacing, 0);
    text-transform: var(--btn-text-transform, "");
    border-radius: var(--btn-border-radius, 0);
    line-height: var(--btn-line-height, "normal");
    float: none;
    display: inline-block;
}

.spr-container .spr-summary-actions-newreview:before,
.spr-container .spr-summary-actions-newreview:after {
    display: none !important;
}

.spr-container .spr-summary-actions-newreview:focus,
.spr-container .spr-summary-actions-newreview:hover {
    background: rgb(var(--color-button-hover));
    border-color: rgb(var(--color-button-hover)) !important;
    color: rgb(var(--color-button-text-hover)) !important;
    box-shadow: 0 0 0 0.2rem rgb(var(--color-button-hover));
}

@media screen and (min-width: 768px) {
    .spr-container .spr-summary-actions-newreview {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.spr-container .spr-review-reportreview {
    color: #666;
    text-decoration: underline;
}

.spr-container .spr-form-contact-name,
.spr-container .spr-form-contact-email,
.spr-container .spr-form-contact-location,
.spr-container .spr-form-review-rating,
.spr-container .spr-form-review-title,
.spr-container .spr-form-review-body {
    margin-bottom: 20px;
}

.spr-container .spr-form-input:not(.spr-starrating, .spr-form-input-textarea) {
    padding: 6px 12px;
    border: 1px solid rgb(var(--color-border));
    border-radius: var(--input-rounded, 4px);
    background-color: rgb(var(--color-form-field));
    color: rgb(var(--color-form-field-text));
    width: 100%;
    outline: none;
    line-height: 2;
    transition: all var(--m-duration-default, 0.25s) ease-in-out;
}

.spr-container .spr-form-input:not(.spr-starrating, .spr-form-input-textarea):focus {
    border-color: rgb(var(--color-foreground));
}

.spr-container .spr-form-label {
    font-size: 14px;
    margin-bottom: 12px;
    display: block;
}

.spr-container .spr-form-title {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .spr-container {
        padding: 0 !important;
    }

    .spr-container .spr-review {
        padding: 16px 0 !important;
    }

    .spr-container .spr-summary {
        flex-flow: column;
    }

    .spr-container .spr-summary-caption {
        padding: 10px 0;
        margin-left: 0;
    }
}

.spr-badge-caption {
    margin-left: 8px;
}

@media screen and (max-width: 767px) {
    .spr-badge-caption {
        font-size: 14px;
    }

    .m-product-collapsible .m-accordion--item-button {
        font-size: 18px;
        padding: 12px 0;
    }
}


@media screen and (min-width: 1024px){
  .m-main-product--info{min-height:560px}
  .m-main-product--info .m-product-info--wrapper{min-height:560px}
  .main-product__block-title{min-height:64px}
  .main-product__block-rating{min-height:24px}
  .main-product__block-price{min-height:44px}
  .main-product__block-buy_buttons{min-height:96px}
}

 


.ph-product-container {
    line-height: 1.6;
    color: #1a1a1a;
    max-width: 1200px;
    margin: 0 auto;
    
    overflow: hidden;
  }
  /* ========================================
   ENHANCED HERO SECTION WITH BETTER PARTICLES - SKINGEER
   ======================================== */
.ph-hero-section {
  text-align: center;
  padding: 4rem 2rem;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
  color: white;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  border-radius: 8px;
}

.ph-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  opacity: 0.6;
}

.ph-hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  background: linear-gradient(120deg, #6a9179 0%, #80ae93 50%, #6a9179 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: ph-hero-slide 1s ease-out;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 0 20px rgba(106, 145, 121, 0.3));
}

.ph-hero-subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
  max-width: 700px;
  margin: 0 auto;
  animation: ph-hero-fade 1s ease-out 0.3s both;
  position: relative;
  z-index: 2;
  line-height: 1.7;
  color: #e8ecea;
}
  .ph-product-showcase {
    padding: 3rem 2rem;
    text-align: center;
    position: relative;
  }
  
  .ph-product-image {
    max-width: 400px;
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(62, 87, 69, 0.2);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 2rem auto;
    display: block;
  }
  
  .ph-product-image:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 30px 80px rgba(62, 87, 69, 0.3);
  }
  
  .ph-product-name {
    font-size: 2rem;
    font-weight: 600;
    color: #3e5745;
    margin: 2rem 0 1rem;
    animation: ph-slide-up 0.8s ease-out 0.2s both;
  }
  
  .ph-product-intro {
    font-size: 1.1rem;
    color:rgb(108, 137, 117);
    max-width: 800px;
    margin: 0 auto 3rem;
    animation: ph-slide-up 0.8s ease-out 0.4s both;
    line-height: 1.7;
  }

/* IMPROVED BENEFITS GRID - Multi-column layout */
.ph-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: 0 1rem;
  margin: 2rem 0;
  align-items: stretch;
}

@media (max-width: 1024px) {
  .ph-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .ph-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 0 0.5rem;
  }
}

@media (max-width: 480px) {
  .ph-benefits-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.ph-benefit-card {
  background:rgb(67, 66, 66);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(62, 87, 69, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  animation: ph-card-slide 0.6s ease-out both;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 250px;
}

.ph-benefit-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #3e5745, #6a9179);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.ph-benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(62, 87, 69, 0.15);
  border-color: #6a9179;
}

.ph-benefit-card:hover::before {
  transform: scaleX(1);
}

.ph-benefit-card:nth-child(1) { animation-delay: 0.1s; }
.ph-benefit-card:nth-child(2) { animation-delay: 0.2s; }
.ph-benefit-card:nth-child(3) { animation-delay: 0.3s; }
.ph-benefit-card:nth-child(4) { animation-delay: 0.4s; }
.ph-benefit-card:nth-child(5) { animation-delay: 0.5s; }
.ph-benefit-card:nth-child(6) { animation-delay: 0.6s; }

.ph-benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #3e5745, #54745f);
  color: white;
  border-radius: 50%;
  font-weight: bold;
  margin: 0 auto 1.5rem auto;
  animation: ph-icon-glow 3s ease-in-out infinite;
  font-size: 1.4rem;
  box-shadow: 0 5px 20px rgba(62, 87, 69, 0.25);
  flex-shrink: 0;
}



.ph-benefit-title {
  font-size: 1.3rem;
  font-weight: 600;
  color:rgb(255, 255, 255);
  margin-bottom: 1rem;
  flex-shrink: 0;
}

.ph-benefit-description {
  color:rgb(231, 231, 231);
  line-height: 1.6;
  flex-grow: 1;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .ph-benefit-card {
    padding: 1.5rem;
    min-height: 220px;
  }

  .ph-benefit-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .ph-benefit-title {
    font-size: 1.1rem;
  }

  .ph-benefit-description {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .ph-benefit-card {
    padding: 1.2rem;
    min-height: 200px;
  }

  .ph-benefit-title {
    font-size: 1rem;
  }

  .ph-benefit-description {
    font-size: 0.85rem;
  }
}

.ph-section {
  padding: 1rem 1rem;
  margin: 1rem 0;
}

.ph-section-title {
  font-size: 2rem;
  font-weight: 600;
  color:rgb(82, 104, 88);
  text-align: center;
  margin-bottom: 2rem;
  animation: ph-slide-up 0.8s ease-out both;
}
/* SKINGEER - Compact Version */
.ph-how-it-works {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  color: white;
  padding: 2rem 1.5rem;
  border-radius: 20px;
  margin: 2rem 0;
  position: relative;
  overflow: hidden;
}

.ph-how-it-works::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 70% 30%, rgba(62, 87, 69, 0.2) 0%, transparent 50%);
  animation: ph-cta-glow 4s ease-in-out infinite alternate;
}

.ph-mechanism-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.25rem;
  margin: 1.5rem 0;
  position: relative;
  z-index: 2;
}

.ph-mechanism-card {
  background: rgba(0, 17, 5, 0.7);
  border-radius: 16px;
  padding: 1.5rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(106, 145, 121, 0.2);
  animation: ph-card-slide 0.6s ease-out both;
  transition: all 0.3s ease;
  color: #e8ecea;
}

.ph-mechanism-card:hover {
  background: rgb(0, 0, 0);
  transform: translateY(-3px);
  border-color: rgba(106, 145, 121, 0.76);
}

.ph-mechanism-card:nth-child(1) { animation-delay: 0.1s; }
.ph-mechanism-card:nth-child(2) { animation-delay: 0.2s; }
.ph-mechanism-card:nth-child(3) { animation-delay: 0.3s; }

.ph-mechanism-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #80ae93;
  margin-bottom: 0.75rem;
}

.ph-clinical-stat {
  font-size: 2rem;
  font-weight: bold;
  color: #6a9179;
  margin-bottom: 0.4rem;
  display: block;
}
.ph-usage-section {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  color: white;
  padding: 1.5rem 1rem;
  border-radius: 12px;
  margin: 1.5rem 0;
  position: relative;
  overflow: hidden;
}

.ph-usage-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 70%, rgba(62, 87, 69, 0.15) 0%, transparent 50%);
  animation: ph-cta-glow 4s ease-in-out infinite alternate;
}

.ph-usage-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
  animation: ph-slide-up 0.8s ease-out both;
  background: linear-gradient(45deg, #6a9179, #80ae93);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ph-usage-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin: 0;
  position: relative;
  z-index: 2;
  max-width: 100%;
}

.ph-usage-step {
  background: rgba(62, 87, 69, 0.1);
  border-radius: 10px;
  padding: 1rem 0.75rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(106, 145, 121, 0.2);
  animation: ph-card-slide 0.6s ease-out both;
  transition: all 0.3s ease;
  text-align: center;
  color: #e8ecea;
}

.ph-usage-step:hover {
  background: rgba(62, 87, 69, 0.2);
  transform: translateY(-3px);
  border-color: rgba(106, 145, 121, 0.4);
}

.ph-usage-step:nth-child(1) { animation-delay: 0.1s; }
.ph-usage-step:nth-child(2) { animation-delay: 0.2s; }
.ph-usage-step:nth-child(3) { animation-delay: 0.3s; }
.ph-usage-step:nth-child(4) { animation-delay: 0.4s; }

.ph-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: linear-gradient(135deg, #54745f, #6a9179);
  color: #ffffff;
  border-radius: 50%;
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  box-shadow: 0 3px 10px rgba(62, 87, 69, 0.3);
}

.ph-step-title {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: #80ae93;
}

.ph-step-description {
  color: rgba(232, 236, 234, 0.9);
  line-height: 1.4;
  font-size: 0.8rem;
}

/* Tablet and up - 3 or 4 columns */
@media (min-width: 768px) {
  .ph-usage-section {
    padding: 2.5rem 1.5rem;
  }
  
  .ph-usage-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  
  .ph-usage-steps {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin: 1.5rem 0;
  }
  
  .ph-usage-step {
    padding: 1.5rem 1rem;
  }
  
  .ph-step-number {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  
  .ph-step-title {
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
  }
  
  .ph-step-description {
    font-size: 0.95rem;
  }
}

.ph-customer-opinions {
  background: white;
  padding: 4rem 2rem;
  border-radius: 24px;
  margin: 3rem 0;
  border: 2px solid #3e5745;
}

.ph-opinions-title {
  font-size: 2rem;
  font-weight: 600;
  color:rgb(94, 114, 100);
  text-align: center;
  margin-bottom: 2rem;
}

.ph-opinion-section {
  margin-bottom: 2rem;
  padding: 1.5rem;
  border-radius: 16px;
}

.ph-opinion-section.positive {
  background: linear-gradient(135deg, #e8f2ed 0%, #ffffff 100%);
  border-left: 4px solid #54745f;
}

.ph-opinion-section.negative {
  background: linear-gradient(135deg, #fff8f8 0%, #ffffff 100%);
  border-left: 4px solid #dc3545;
}

.ph-opinion-section.summary {
  background: linear-gradient(135deg, #f0f5f2 0%, #ffffff 100%);
  border-left: 4px solid #3e5745;
}

.ph-opinion-section h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.ph-opinion-section.positive h4 {
  color: #3e5745;
}

.ph-opinion-section.negative h4 {
  color: #dc3545;
}

.ph-opinion-section.summary h4 {
  color: #3e5745;
}

.ph-timeline-section {
  padding: 4rem 2rem;
   background: linear-gradient(135deg, #f5f7f6 0%, #ffffff 100%);
  border-radius: 24px;
  margin: 3rem 0;
}

.ph-timeline-container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.ph-timeline-item {
  margin: 3rem 0;
  animation: ph-timeline-slide 0.8s ease-out both;
  position: relative;
  word-wrap: break-word;
}

.ph-timeline-item:nth-child(1) { animation-delay: 0.1s; }
.ph-timeline-item:nth-child(2) { animation-delay: 0.2s; }
.ph-timeline-item:nth-child(3) { animation-delay: 0.3s; }

.ph-timeline-badge {
  background: linear-gradient(135deg, #3e5745, #54745f);
  color: #ffffff;
  padding: 0.8rem 1.5rem;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 1.5rem;
  text-align: center;
  box-shadow: 0 5px 20px rgba(62, 87, 69, 0.25);
  animation: ph-icon-glow 3s ease-in-out infinite;
}

.ph-timeline-card {
  background: white;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(62, 87, 69, 0.1);
  border-left: 5px solid #54745f;
  text-align: center;
  transition: all 0.3s ease;
  word-wrap: break-word;
}

.ph-timeline-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 60px rgba(62, 87, 69, 0.15);
  border-left-color: #3e5745;
}

.ph-timeline-title {
  color: #3e5745;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-align: center;
}

.ph-timeline-benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  max-width: 500px;
  margin: 0 auto;
}

.ph-problem-section {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  color: #fff;
  padding: 40px 30px;
  border-radius: 24px;
  margin: 30px 0;
  position: relative;
  overflow: hidden;
}

.ph-problem-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 50%, rgba(62, 87, 69, 0.15) 0%, transparent 50%);
}

.ph-problem-title {
  font-size: 2em;
  font-weight: bold;
  color: #80ae93;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.ph-timeline-benefit {
  background: linear-gradient(135deg, #e8f2ed 0%, #ffffff 100%);
  padding: 1rem 1.5rem 1rem 4rem;
  border-radius: 12px;
  border-left: 3px solid #54745f;
  font-size: 0.95rem;
  color: #2a3d30;
  position: relative;
  text-align: right;
  transition: all 0.3s ease;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ph-timeline-benefit:hover {
  background: linear-gradient(135deg, #d9ede4 0%, #ffffff 100%);
  border-left-color: #3e5745;
  transform: translateX(-3px);
}

.ph-timeline-benefit::before {
  content: '✓';
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #3e5745, #54745f);
  color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: bold;
  margin-right: 10px;
}

.ph-feature-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.ph-feature-list li {
  padding: 0.5rem 0;
  position: relative;
  padding-left: 2rem;
  color:rgb(131, 148, 136);
}

.ph-feature-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: linear-gradient(135deg, #3e5745, #54745f);
  border-radius: 50%;
}

.ph-feature-list li::after {
  content: '✓';
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: bold;
}

.ph-feature-list.white li {
  color: #e8ecea;
}

.ph-ingredients-list {
  background: black;
  border-radius: 24px;
  padding: 3rem 2rem;
  margin: 3rem 0;
  border: 2px solidrgb(88, 128, 99);
}

.ph-ingredients-list-title {
  font-size: 2rem;
  font-weight: 600;
  color:rgb(109, 151, 121);
  text-align: center;
  margin-bottom: 2rem;
}

.ph-ingredients-text {
  line-height: 1.8;
  color:rgb(255, 255, 255);
  font-size: 0.95em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.ph-cta-section {
  text-align: center;
  padding: 4rem 2rem;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  color: white;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.ph-cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 70%, rgba(62, 87, 69, 0.2) 0%, transparent 50%);
  animation: ph-cta-glow 4s ease-in-out infinite alternate;
}

.ph-cta-title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  background: linear-gradient(45deg, #6a9179, #80ae93);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: ph-slide-up 0.8s ease-out both;
  position: relative;
  z-index: 2;
}

.ph-cta-text {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  animation: ph-slide-up 0.8s ease-out 0.2s both;
  position: relative;
  z-index: 2;
  line-height: 1.7;
  color: #e8ecea;
}
/* ========================================
   ENHANCED FLOATING PARTICLES SYSTEM - SKINGEER
   ======================================== */
.ph-floating-particles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.ph-particle {
  position: absolute;
  background: radial-gradient(circle, rgba(106, 145, 121, 0.8) 0%, rgba(106, 145, 121, 0) 70%);
  border-radius: 50%;
  filter: blur(1px);
  opacity: 0;
}

/* Individual particle styles with larger sizes and variation */
.ph-particle:nth-child(1) {
  left: 10%;
  top: 20%;
  width: 8px;
  height: 8px;
  animation: ph-float-organic-1 15s ease-in-out infinite;
  animation-delay: 0s;
}

.ph-particle:nth-child(2) {
  left: 25%;
  top: 60%;
  width: 14px;
  height: 14px;
  animation: ph-float-organic-2 18s ease-in-out infinite;
  animation-delay: 3s;
}

.ph-particle:nth-child(3) {
  left: 50%;
  top: 40%;
  width: 10px;
  height: 10px;
  animation: ph-float-organic-3 20s ease-in-out infinite;
  animation-delay: 6s;
}

.ph-particle:nth-child(4) {
  left: 75%;
  top: 70%;
  width: 9px;
  height: 9px;
  animation: ph-float-organic-4 16s ease-in-out infinite;
  animation-delay: 9s;
}

.ph-particle:nth-child(5) {
  left: 85%;
  top: 30%;
  width: 12px;
  height: 12px;
  animation: ph-float-organic-5 22s ease-in-out infinite;
  animation-delay: 12s;
}

/* Additional particles for fuller effect */
.ph-particle:nth-child(6) {
  left: 15%;
  top: 80%;
  width: 9px;
  height: 9px;
  animation: ph-float-organic-1 17s ease-in-out infinite;
  animation-delay: 4s;
}

.ph-particle:nth-child(7) {
  left: 60%;
  top: 15%;
  width: 11px;
  height: 11px;
  animation: ph-float-organic-3 19s ease-in-out infinite;
  animation-delay: 7s;
}

.ph-particle:nth-child(8) {
  left: 40%;
  top: 75%;
  width: 8px;
  height: 8px;
  animation: ph-float-organic-2 21s ease-in-out infinite;
  animation-delay: 10s;
}

/* Organic floating animations */
@keyframes ph-float-organic-1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 0.6;
  }
  50% {
    transform: translate(30px, -50px) scale(1.2);
    opacity: 0.8;
  }
  90% {
    opacity: 0.4;
  }
}

@keyframes ph-float-organic-2 {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  50% {
    transform: translate(-40px, -60px) rotate(180deg) scale(1.3);
    opacity: 0.7;
  }
  90% {
    opacity: 0.3;
  }
}

@keyframes ph-float-organic-3 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 0.7;
  }
  50% {
    transform: translate(20px, -70px) scale(1.1);
    opacity: 0.9;
  }
  90% {
    opacity: 0.5;
  }
}

@keyframes ph-float-organic-4 {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 0.6;
  }
  50% {
    transform: translate(-30px, -55px) rotate(-180deg) scale(1.15);
    opacity: 0.8;
  }
  90% {
    opacity: 0.4;
  }
}

@keyframes ph-float-organic-5 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  50% {
    transform: translate(35px, -65px) scale(1.25);
    opacity: 0.75;
  }
  90% {
    opacity: 0.35;
  }
}
/* ANIMATIONS */
@keyframes ph-hero-slide {
  0% { transform: translateY(30px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

@keyframes ph-hero-fade {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 0.9; transform: translateY(0); }
}

@keyframes ph-slide-up {
  0% { transform: translateY(30px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

@keyframes ph-card-slide {
  0% { transform: translateY(50px) scale(0.9); opacity: 0; }
  100% { transform: translateY(0) scale(1); opacity: 1; }
}

@keyframes ph-timeline-slide {
  0% { transform: translateX(-50px); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}

@keyframes ph-icon-glow {
  0%, 100% { transform: scale(1); box-shadow: 0 5px 20px rgba(62, 87, 69, 0.25); }
  50% { transform: scale(1.05); box-shadow: 0 8px 30px rgba(62, 87, 69, 0.35); }
}

@keyframes ph-pattern-float {
  0%, 100% { transform: translateY(0px) translateX(0px); }
  33% { transform: translateY(-12px) translateX(-6px); }
  66% { transform: translateY(6px) translateX(4px); }
}


@keyframes ph-cta-glow {
  0% { opacity: 0.8; }
  100% { opacity: 1; }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .ph-hero-title {
    font-size: 2rem;
  }

  .ph-mechanism-cards, .ph-usage-steps {
    grid-template-columns: 1fr;
  }

  .ph-timeline-section {
    padding: 2rem 1rem;
  }

  .ph-timeline-card {
    padding: 1.5rem;
  }

  .ph-timeline-benefits {
    gap: 0.6rem;
  }

  .ph-timeline-benefit {
    padding: 0.8rem 1rem 0.8rem 3rem;
    font-size: 0.9rem;
  }

  .ph-usage-section {
    padding: 2rem 1rem;
  }

  .ph-usage-title {
    font-size: 2rem;
  }

  .ph-usage-step {
    padding: 1.5rem;
  }
}
.ph-social-proof {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  color: #fff;
  padding:30px 10px 30px;;
  border-radius: 9px;
  margin: 10px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ph-social-proof::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 50%, rgba(62, 87, 69, 0.12) 0%, transparent 50%);
}

.ph-social-proof-title {
  font-size: 2rem;
  font-weight: bold;
  color: #80ae93;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.ph-proof-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 7px;
  margin-top: 12px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.ph-proof-item {
  background: rgba(62, 87, 69, 0.1);
  padding: 10px;
  border-radius: 7px;
  transition: all 0.3s ease;
  border: 1px solid rgba(106, 145, 121, 0.2);
  color: #e8ecea;
  font-size: 0.99em;
}

.ph-proof-item:hover {
  background: rgba(62, 87, 69, 0.2);
  border-color: rgba(106, 145, 121, 0.4);
  transform: translateY(-3px);
}

.ph-proof-icon {
  font-size: 1.5em;
  color: #6a9179;
  margin-bottom: 3px;
}.ph-results-section {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  color: #fff;
  padding: 25px 20px;
  border-radius: 12px;
  margin: 20px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ph-results-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 50%, rgba(62, 87, 69, 0.12) 0%, transparent 50%);
}

.ph-results-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #80ae93;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.ph-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  margin-top: 15px;
  position: relative;
  z-index: 2;
}

.ph-stat-item {
  background: rgba(0, 27, 8, 0.62);
  padding: 15px;
  border-radius: 10px;
  transition: all 0.3s ease;
  border: 1px solid rgba(106, 145, 121, 0.2);
  color: #e8ecea;
}

.ph-stat-item:hover {
  background: rgba(0, 29, 8, 0.82);
  transform: scale(1.03);
  border-color: rgba(106, 145, 121, 0.4);
}

.ph-stat-number {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 6px;
  color: #6a9179;
}
.ph-comparison-section {
  background: white;
  padding: 3rem 1.5rem;
  border-radius: 24px;
}

.ph-comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(62, 87, 69, 0.08);
  opacity: 0;
  animation: tableSlide 0.8s ease-out 0.3s forwards;
}

.ph-comparison-table th {
c
  color: white;
  padding: 1rem;
  font-weight: 600;
  text-align: center;
}

.ph-comparison-table td {
  padding: 1rem;
  border-bottom: 1px solid rgba(62, 87, 69, 0.1);
  text-align: center;
  transition: all 0.3s ease;
  color: #2a3d30;
}

.ph-comparison-table tr:hover td {
  background: #f5f7f6;
  color: #3e5745;
}

.ph-comparison-table td:first-child {
  background: #f8faf9;
  font-weight: 500;
  color: #2a3d30;
}

.ph-comparison-table td:last-child {
  background: rgba(62, 87, 69, 0.05);
  font-weight: 600;
  color: #3e5745;
}

.ph-timeline-table-container {
  overflow-x: auto;
  margin: 30px 0;
}

.ph-timeline-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(62, 87, 69, 0.08);
}

.ph-timeline-table th {
  background: linear-gradient(135deg, #3e5745, #54745f);
  color: white;
  text-align: right;
  padding: 15px;
  font-weight: 600;
}

.ph-timeline-table td {
  padding: 15px;
  border-bottom: 1px solid rgba(62, 87, 69, 0.08);
  color: #2a3d30;
}

.ph-timeline-row {
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.ph-timeline-row:hover {
  background-color: #f5f7f6;
  transform: translateX(-5px);
}

.ph-timeline-phase {
  width: 150px;
  font-weight: bold;
  color: #3e5745;
}

@keyframes tableSlide {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ========================================
   PERFUME PRODUCT DESIGN SYSTEM
   Ultimate CSS for Elegant Perfume Descriptions
   ======================================== */

/* Root Variables */
:root {
  --perfume-primary-gradient: linear-gradient(120deg, #6a9179 0%, #80ae93 50%, #6a9179 100%);
  --perfume-text-primary: #3e5745;
  --perfume-dark-bg: #0a0a0a;
  --perfume-card-bg: #111111;
  --perfume-accent-dark: #1a1a1a;
  --perfume-white: #ffffff;
  --perfume-light-gray: #f5f5f5;
  --perfume-border: rgba(106, 145, 121, 0.2);
  --perfume-shadow: rgba(106, 145, 121, 0.1);
  --perfume-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Base Styling */
.perfume-container {
  background: var(--perfume-dark-bg);
  color: var(--perfume-white);
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  min-height: 100vh;
  padding: 0;
}

.perfume-product-card {
  background: var(--perfume-card-bg);
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--perfume-border);
  padding: 1rem;
  overflow: hidden;
}

.perfume-product-card::before {
  content: '';

  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--perfume-primary-gradient);
}

/* ========================================
   1. HOOK / EMOTIONAL OPENING SECTION
   ======================================== */

.perfume-hook-section {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}

.perfume-hook-title {
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 2px;
  background: var(--perfume-primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1.5rem;
  animation: perfume-hook-fade-in 2s ease-out;
}

.perfume-hook-text {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--perfume-light-gray);
  font-style: italic;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.8;
  animation: perfume-hook-slide-up 2.5s ease-out;
}

@keyframes perfume-hook-fade-in {
  0% { opacity: 0; transform: translateY(-30px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes perfume-hook-slide-up {
  0% { opacity: 0; transform: translateY(50px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* ========================================
   2. FRAGRANCE STORY SECTION
   ======================================== */

.perfume-story-section {
  margin-bottom: 4rem;
  padding: 2.5rem;
  background: linear-gradient(135deg, rgba(106, 145, 121, 0.1), rgba(128, 174, 147, 0.05));
  border-radius: 16px;
  border-left: 4px solid transparent;
  border-image: var(--perfume-primary-gradient) 1;
  animation: perfume-story-reveal 3s ease-out;
}

.perfume-story-header {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--perfume-white);
  margin-bottom: 1.5rem;
  position: relative;
}

.perfume-story-header::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 2px;
  background: var(--perfume-primary-gradient);
  animation: perfume-story-line-expand 2s ease-out 0.5s both;
}

.perfume-story-text {
  font-size: 1.1rem;
  color: rgba(245, 245, 245, 0.9);
  line-height: 1.8;
}

@keyframes perfume-story-reveal {
  0% { opacity: 0; transform: translateX(-50px); }
  100% { opacity: 1; transform: translateX(0); }
}

@keyframes perfume-story-line-expand {
  0% { width: 0; }
  100% { width: 60px; }
}

/* ========================================
   3. FRAGRANCE PROFILE SECTION
   ======================================== */

.perfume-profile-section {
  margin-bottom: 4rem;
}

.perfume-profile-header {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--perfume-white);
  text-align: center;
  margin-bottom: 3rem;
}

.perfume-notes-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.perfume-note-card {
  background: var(--perfume-accent-dark);
  padding: 2rem;
  border-radius: 12px;
  border: 1px solid var(--perfume-border);
  transition: var(--perfume-transition);
  position: relative;
  overflow: hidden;
  animation: perfume-note-float-in 2s ease-out;
}

.perfume-note-card:nth-child(1) { animation-delay: 0.2s; }
.perfume-note-card:nth-child(2) { animation-delay: 0.4s; }
.perfume-note-card:nth-child(3) { animation-delay: 0.6s; }

.perfume-note-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(106, 145, 121, 0.2);
  border-color: rgba(106, 145, 121, 0.5);
}

.perfume-note-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--perfume-primary-gradient);
  transform: scaleX(0);
  transition: transform 0.6s ease;
}

.perfume-note-card:hover::before {
  transform: scaleX(1);
}

.perfume-note-type {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: var(--perfume-primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
}

.perfume-note-list {
  font-size: 1rem;
  color: var(--perfume-light-gray);
  line-height: 1.6;
}

@keyframes perfume-note-float-in {
  0% { opacity: 0; transform: translateY(60px) rotate(5deg); }
  100% { opacity: 1; transform: translateY(0) rotate(0deg); }
}

/* ========================================
   4. PERSONALITY / MOOD SECTION
   ======================================== */

.perfume-personality-section {
  margin-bottom: 4rem;
  text-align: center;
  padding: 3rem 2rem;
  background: radial-gradient(circle at center, rgba(106, 145, 121, 0.1), transparent);
  border-radius: 20px;
  animation: perfume-personality-pulse 4s ease-in-out infinite;
}

.perfume-personality-header {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--perfume-white);
  margin-bottom: 2rem;
}

.perfume-personality-text {
  font-size: 1.3rem;
  color: var(--perfume-light-gray);
  font-weight: 300;
  letter-spacing: 1px;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}

.perfume-personality-text::before,
.perfume-personality-text::after {
  content: '"';
  font-size: 3rem;
  color: rgba(106, 145, 121, 0.3);
  position: absolute;
  top: -10px;
}

.perfume-personality-text::before {
  left: -30px;
}

.perfume-personality-text::after {
  right: -30px;
}

@keyframes perfume-personality-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.02); }
}

/* ========================================
   5. LONGEVITY & SILLAGE SECTION
   ======================================== */

.perfume-performance-section {
  margin-bottom: 4rem;
}

.perfume-performance-header {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--perfume-white);
  margin-bottom: 2rem;
  text-align: center;
}

.perfume-performance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.perfume-performance-item {
  background: var(--perfume-accent-dark);
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  border: 1px solid var(--perfume-border);
  transition: var(--perfume-transition);
  animation: perfume-performance-spin-in 2s ease-out;
}

.perfume-performance-item:hover {
  transform: scale(1.05);
  background: linear-gradient(135deg, rgba(106, 145, 121, 0.1), var(--perfume-accent-dark));
}

.perfume-performance-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: var(--perfume-primary-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--perfume-white);
  animation: perfume-performance-icon-rotate 3s ease-in-out infinite;
}

.perfume-performance-label {
  font-size: 1.1rem;
  color: var(--perfume-white);
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.perfume-performance-value {
  font-size: 0.9rem;
  color: var(--perfume-light-gray);
}

@keyframes perfume-performance-spin-in {
  0% { opacity: 0; transform: rotate(-180deg) scale(0.5); }
  100% { opacity: 1; transform: rotate(0deg) scale(1); }
}

@keyframes perfume-performance-icon-rotate {
  0%, 100% { transform: rotate(0deg); }
  50% { transform: rotate(10deg); }
}

/* ========================================
   6. USAGE OCCASION SECTION
   ======================================== */

.perfume-occasion-section {
  margin-bottom: 4rem;
  padding: 2.5rem;
  background: linear-gradient(45deg, rgba(106, 145, 121, 0.05), rgba(128, 174, 147, 0.1));
  border-radius: 16px;
  animation: perfume-occasion-wave 6s ease-in-out infinite;
}

.perfume-occasion-header {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--perfume-white);
  margin-bottom: 2rem;
  text-align: center;
}

.perfume-occasion-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.perfume-occasion-tag {
  background: var(--perfume-accent-dark);
  color: var(--perfume-white);
  padding: 0.8rem 1.5rem;
  border-radius: 25px;
  font-size: 0.95rem;
  border: 1px solid var(--perfume-border);
  transition: var(--perfume-transition);
  position: relative;
  overflow: hidden;
  animation: perfume-occasion-tag-slide 2s ease-out;
  white-space: nowrap;
  flex-shrink: 0;
}

.perfume-occasion-tag:hover {
  background: var(--perfume-primary-gradient);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(106, 145, 121, 0.3);
}

.perfume-occasion-tag::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.6s ease;
  transform: translate(-50%, -50%);
}

.perfume-occasion-tag:hover::before {
  width: 200px;
  height: 200px;
}

@keyframes perfume-occasion-wave {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@keyframes perfume-occasion-tag-slide {
  0% { opacity: 0; transform: translateX(-30px); }
  100% { opacity: 1; transform: translateX(0); }
}

/* ========================================
   7. PREMIUM INGREDIENTS SECTION
   ======================================== */

.perfume-ingredients-section {
  margin-bottom: 4rem;
  padding: 3rem;
  background: linear-gradient(135deg, rgba(106, 145, 121, 0.08), rgba(128, 174, 147, 0.03));
  border-radius: 20px;
  border: 1px solid var(--perfume-border);
  animation: perfume-ingredients-breathe 5s ease-in-out infinite;
}

.perfume-ingredients-header {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--perfume-white);
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
}

.perfume-ingredients-header::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: var(--perfume-primary-gradient);
  border-radius: 2px;
  animation: perfume-ingredients-line-glow 3s ease-in-out infinite;
}

.perfume-ingredients-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.perfume-ingredient-card {
  background: var(--perfume-accent-dark);
  padding: 2.5rem 2rem;
  border-radius: 15px;
  border: 1px solid var(--perfume-border);
  transition: var(--perfume-transition);
  position: relative;
  overflow: hidden;
  animation: perfume-ingredient-rise 2.5s ease-out;
}

.perfume-ingredient-card:nth-child(1) { animation-delay: 0.1s; }
.perfume-ingredient-card:nth-child(2) { animation-delay: 0.3s; }
.perfume-ingredient-card:nth-child(3) { animation-delay: 0.5s; }
.perfume-ingredient-card:nth-child(4) { animation-delay: 0.7s; }

.perfume-ingredient-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 50px rgba(106, 145, 121, 0.25);
  border-color: rgba(106, 145, 121, 0.6);
}

.perfume-ingredient-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--perfume-primary-gradient);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s ease;
}

.perfume-ingredient-card:hover::before {
  transform: scaleX(1);
}

.perfume-ingredient-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(106, 145, 121, 0.2), rgba(128, 174, 147, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--perfume-white);
  border: 2px solid var(--perfume-border);
  animation: perfume-ingredient-icon-spin 4s ease-in-out infinite;
}

.perfume-ingredient-name {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--perfume-white);
  margin-bottom: 1rem;
  text-align: center;
}

.perfume-ingredient-origin {
  font-size: 0.9rem;
  color: rgba(106, 145, 121, 0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 500;
}

.perfume-ingredient-description {
  font-size: 0.95rem;
  color: var(--perfume-light-gray);
  line-height: 1.6;
  text-align: center;
}

@keyframes perfume-ingredients-breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.005); }
}

@keyframes perfume-ingredients-line-glow {
  0%, 100% { 
    box-shadow: 0 0 5px rgba(106, 145, 121, 0.3);
    transform: translateX(-50%) scaleX(1);
  }
  50% { 
    box-shadow: 0 0 15px rgba(106, 145, 121, 0.6);
    transform: translateX(-50%) scaleX(1.2);
  }
}

@keyframes perfume-ingredient-rise {
  0% { 
    opacity: 0; 
    transform: translateY(80px) rotateX(20deg); 
  }
  100% { 
    opacity: 1; 
    transform: translateY(0) rotateX(0deg); 
  }
}

@keyframes perfume-ingredient-icon-spin {
  0%, 100% { transform: rotate(0deg) scale(1); }
  25% { transform: rotate(5deg) scale(1.05); }
  75% { transform: rotate(-5deg) scale(1.05); }
}

/* ========================================
   8. PACKAGING SECTION
   ======================================== */

.perfume-packaging-section {
  margin-bottom: 4rem;
  padding: 3rem;
  background: var(--perfume-accent-dark);
  border-radius: 20px;
  border: 1px solid var(--perfume-border);
  position: relative;
  overflow: hidden;
  animation: perfume-packaging-shimmer 8s ease-in-out infinite;
}

.perfume-packaging-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(106, 145, 121, 0.1), transparent);
  animation: perfume-packaging-shine 4s ease-in-out infinite;
}

.perfume-packaging-header {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--perfume-white);
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  z-index: 2;
}

.perfume-packaging-text {
  font-size: 1.1rem;
  color: var(--perfume-light-gray);
  line-height: 1.8;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@keyframes perfume-packaging-shimmer {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.01); }
}

@keyframes perfume-packaging-shine {
  0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
  100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

/* ========================================
   8. CALL TO ACTION SECTION
   ======================================== */

.perfume-cta-section {
  text-align: center;
  padding: 3rem 2rem;
  background: linear-gradient(135deg, rgba(106, 145, 121, 0.1), rgba(128, 174, 147, 0.05));
  border-radius: 20px;
  border: 2px solid transparent;
  background-clip: padding-box;
  position: relative;
  animation: perfume-cta-glow 4s ease-in-out infinite;
}

.perfume-cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--perfume-primary-gradient);
  border-radius: 20px;
  padding: 2px;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: subtract;
  z-index: -1;
}

.perfume-cta-text {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--perfume-white);
  margin-bottom: 2rem;
  letter-spacing: 1px;
}

.perfume-cta-button {
  display: inline-block;
  background: var(--perfume-primary-gradient);
  color: var(--perfume-white);
  padding: 1.2rem 3rem;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 1px;
  transition: var(--perfume-transition);
  position: relative;
  overflow: hidden;
  animation: perfume-cta-button-pulse 3s ease-in-out infinite;
}

.perfume-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(106, 145, 121, 0.4);
}

.perfume-cta-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.6s ease;
  transform: translate(-50%, -50%);
}

.perfume-cta-button:hover::before {
  width: 300px;
  height: 300px;
}

@keyframes perfume-cta-glow {
  0%, 100% { box-shadow: 0 0 20px rgba(106, 145, 121, 0.2); }
  50% { box-shadow: 0 0 40px rgba(106, 145, 121, 0.4); }
}

@keyframes perfume-cta-button-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.02); }
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 768px) {
  .perfume-product-card {
    
    padding: 1rem;
  }
  
  .perfume-hook-title {
    font-size: 2rem;
  }
  
  .perfume-hook-text {
    font-size: 1.2rem;
  }
  
  .perfume-notes-container {
    grid-template-columns: 1fr;
  }
  
  .perfume-performance-grid {
    grid-template-columns: 1fr;
  }
  
  .perfume-ingredients-grid {
    grid-template-columns: 1fr;
  }
  
  .perfume-occasion-tags {
    justify-content: flex-start;
  }
  
  .perfume-occasion-tag {
    font-size: 0.9rem;
    padding: 0.7rem 1.2rem;
  }
}

/* ========================================
   UTILITY CLASSES
   ======================================== */

.perfume-fade-in {
  animation: perfume-fade-in 1s ease-out;
}

@keyframes perfume-fade-in {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.perfume-slide-up {
  animation: perfume-slide-up 1s ease-out;
}

@keyframes perfume-slide-up {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

.perfume-scale-in {
  animation: perfume-scale-in 0.8s ease-out;
}

@keyframes perfume-scale-in {
  0% { opacity: 0; transform: scale(0.8); }
  100% { opacity: 1; transform: scale(1); }
}