html{
    scroll-behavior: smooth;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

img.animated.pulse {
    animation-duration: 5s;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: white;
}

.btn.btn-primary:hover {
    color: black;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
}

.navbar {
    padding: 11px 0 !important;
    height: 85px;
}

.navbar .logo-img{
    height: auto;
    width: 145px;
    margin: 0px -16px 0;
}

.navbar .navbar-nav .nav-link {
    margin-right: 45px;
    padding: 0;
    color: white;
    font-weight: 500;
    transition: .5s;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-white);
}

.nav-link {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    padding: 20px 0px;
    margin: 0px 20px;
    display: inline-block;
    position: relative;
    opacity: 0.75;
  }
  
  .nav-link:hover {
    opacity: 1;
  }
  
  .nav-link::before {
    transition: 300ms;
    height: 1px;
    content: "";
    position: absolute;
    background-color: #ffffff;
  }
  
  .nav-link-ltr::before {
    width: 0%;
    bottom: 1px;
  }
  
  .nav-link-ltr:hover::before {
    width: 100%;
  }

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        padding: 0 15px;
        background: var(--bs-primary);
    }

    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Hero Header ***/
.hero-header {
    position: relative;
    margin-top: -115px;
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
    filter: blur(90%);
}

.hero-header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.hero-header .container {
    position: relative;
    z-index: 1;
}

.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-light);
}


/*** Feature ***/
.feature-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.feature-item .border {
    position: relative;
    border-color: rgba(255, 255, 255, .2) !important;
    z-index: 1;
}

#title-main-text{
    color: white !important;
}


/*** Deal ***/
.deal {
    position: relative;
    overflow: hidden;
}

#myVideo {
    position: absolute;
    top: -330px;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.5;
}


.deal .container {
    position: relative;
    z-index: 1;
}

.deal .bg-white {
    position: relative;
    z-index: 2;
}

.deal .cdt span {
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: 200;
    text-transform: capitalize;
}


/*** How To Use ***/
.how-to-use {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.how-to-use::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.how-to-use .container {
    position: relative;
    z-index: 1;
}

.how-to-use .border {
    border-color: rgba(255, 255, 255, .2) !important;
}


/*** Product ***/
/* ==========================================
   PREMIUM APPLE-STYLE PRODUCT CARDS
   ========================================== */

#featured-products {
    margin-top: 50px;
}

.product-card {
    background: #fff;
    border-radius: 18px;
    padding: 18px;
    text-align: center;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.25s ease;
    cursor: pointer;
    border: 1px solid #eee;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.12);
}

/* Product image wrapper */
.product-card-img {
    width: 100%;
    height: 200px;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 14px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .3s ease;
}

/* Zoom on hover */
.product-card:hover img {
    transform: scale(1.06);
}

/* Name */
.product-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    margin-bottom: 6px;
}

/* Stars */
.product-card-stars small {
    font-size: 15px;
    margin-right: 2px;
}

.product-card-stars {
    margin-bottom: 6px;
}

/* Price section */
.product-card-price {
    margin: 10px 0 14px 0;
}

.product-card-old {
    color: #777;
    text-decoration: line-through;
    font-size: 13px;
    margin-right: 4px;
}

.product-card-new {
    color: #e60000;
    font-weight: 800;
    font-size: 17px;
}

/* Label badge */
.product-card-label {
    display: inline-block;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 8px;
    background: rgba(0,0,0,0.06);
}

/* Button */
.product-card-btn {
    margin-top: auto;
    padding: 8px 18px;
    background: #000;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    border: none;
    transition: 0.25s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.product-card-btn i {
    font-size: 14px;
}

.product-card-btn:hover {
    background: #333;
}

/* Responsive */
@media (max-width: 768px) {
    .product-card-img {
        height: 170px;
    }
}

.product-card {
    transform-style: preserve-3d;
    perspective: 800px;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 38px rgba(0,0,0,0.12);
}

/* Inner wrapper for tilt */
.product-card-tilt-inner {
    transition: transform 0.15s ease-out;
    will-change: transform;
}


/*** Testimonial ***/
.testimonial {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.testimonial::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.testimonial .testimonial-carousel {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
    border-color: rgba(255, 255, 255, .2) !important;
    margin: 0 auto 20px auto;
    border-radius: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 3px solid rgba(255, 255, 255, .2);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--bs-dark);
}

#product3{
    height: auto !important;
    width: 71%;
}

#product4{
    height: auto !important;
    width: 72%;
}

#product5{
    height: auto !important;
    width: 80%;
}

/*** Blog ***/
.blog-item {
    transition: .1s;
}

.blog-item:hover {
    border-width: 0 !important;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
}

.blog-item:hover a.btn {
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Contact ***/
.contact-info-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.contact-info-item .border {
    position: relative;
    border-color: rgba(255, 255, 255, .2) !important;
    z-index: 1;
}


/*** Newsletter ***/
.newsletter {
    position: relative;
    background-color: black !important;
    background-size: cover;
}

.newsletter::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.newsletter .container {
    position: relative;
    z-index: 1;
}

.newsletter .form-control {
    background: rgba(255, 255, 255, .3);
}

/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--bs-body);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 3px solid var(--bs-light);
}

.footer .copyright a {
    color: var(--bs-body);
}

.footer .copyright a:hover {
    color: var(--bs-primary);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 3px solid var(--bs-light);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/* Consent Banner */
.consent-banner {
    position: fixed;
    display: block;
    bottom: 0;
    background-color: rgba(17, 17, 17, 0.94);
    color: white;
    padding: 20px 190px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 14px;
    z-index: 1000;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  
  /* Show Banner */
  .consent-banner.show {
    opacity: 1;
    visibility: visible;
  }
  
  .consent-banner p {
    margin: 0;
    line-height: 1.5;
  }
  
  .consent-banner button {
    background-color: #000000;
    margin-left: auto;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
  }
  
  .consent-banner button:hover {
    background-color: #707070;
  }

  @media (max-width: 992px) {
    .consent-banner{
        padding: 10% 5%;
    }

    .consent-banner button{
        margin-left: 10px;
    }
  }

  .product-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: 0.25s ease;
  cursor: pointer;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.product-image-container {
  width: 100%;
  height: 240px;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image-container img {
  width: 70%;
  object-fit: contain;
}

.product-info h5 {
  font-weight: 600;
  margin-top: 15px;
}

.product-price {
  font-size: 18px;
  font-weight: bold;
  color: #111;
}

.product-old-price {
  font-size: 14px;
  text-decoration: line-through;
  opacity: 0.6;
}

.product-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 8px;
  font-weight: 600;
  margin-bottom: 8px;
}

.disabled-card {
  opacity: 0.4;
  pointer-events: none;
}
/* Featured Product Main Card */
.featured-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  border: 1px solid #eee;
}

/* Image container */
.featured-img-wrapper {
  background: #f7f7f7;
  border-radius: 20px;
  padding: 30px;
  display:flex;
  justify-content:center;
  align-items:center;
  box-shadow: inset 0 0 20px rgba(0,0,0,0.03);
}

.featured-img-wrapper img {
  width: 100%;
  max-width: 360px;
  object-fit: contain;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .featured-card {
    padding: 25px;
  }

  .featured-img-wrapper {
    padding: 20px;
  }
}
model-viewer {
  background: #f7f7f7;
  border-radius: 20px;
  box-shadow: inset 0 0 20px rgba(0,0,0,0.03);
}
/* APPLE STYLE HERO BADGES */
.premium-apple {
  position: absolute;
  bottom: 25px;
  left: 25px;
  display: flex;
  align-items: center;
  gap: 28px;

  padding: 12px 26px;
  border-radius: 22px;

  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);

  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);

  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  color: white;
}

.apple-badge {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-wrap {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: inset 0 0 6px rgba(255,255,255,0.2),
              0 0 15px rgba(0,0,0,0.4);
}

.icon-wrap i {
  font-size: 14px;
  opacity: 0.85;
}

.text-wrap {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.text-wrap strong {
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
}

.text-wrap span {
  font-size: 12px;
  opacity: 0.75;
}

.divider-apple {
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.22);
}

/* MOBILE */
@media (max-width: 768px) {
  .premium-apple {
    flex-direction: column;
    align-items: ce;
    padding: 18px 20px;
    gap: 14px;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
  }

  .divider-apple {
    width: 100%;
    height: 1px;
  }
}
.hero-badges {
  display: flex;
  align-items: center;
  background: rgba(0,0,0,0.45);
  padding: 10px 18px;
  border-radius: 12px;
  backdrop-filter: blur(6px);
  margin-top: 22px; /* 👈 Ова спречува OVERLAP */
  width: fit-content;
}

.hero-badges .badge-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}

.hero-badges .divider {
  width: 1px;
  background: rgba(255,255,255,0.25);
  height: 22px;
  margin: 0 12px;
}

/* Mobile fix */
@media(max-width: 768px) {
  .hero-badges {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 12px 16px;
    margin-top: 18px;
  }

  .hero-badges .divider {
    display: none;
  }
}

.see-all-btn {
  border-radius: 50px;
  font-size: 16px;
  font-weight: 300;
  transition: all 0.25s ease;
}

.see-all-btn:hover {
  background-color: #000;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}

/* --- CLEANER TOP BLOCK --- */
.cleaner-section {
  width: 100%;
  padding: 40px 20px;
  max-width: 1100px;
  margin: auto;
}

.cleaner-top {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

.cleaner-img {
  width: 160px;
  height: auto;
  filter: drop-shadow(0 6px 20px rgba(0,0,0,0.15));
}

.cleaner-info {
  max-width: 500px;
}

.cleaner-info h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.cleaner-info p {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.coming-soon-btn {
  padding: 10px 28px;
  background: black;
  color: white;
  border: none;
  border-radius: 50px;
  cursor: default;
  font-weight: 600;
}

/* --- BEFORE / AFTER --- */
.comparison-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 30px auto;
  aspect-ratio: 16/9;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
}

.comparison-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.after {
  z-index: 1;
}

.before {
  z-index: 2;
}

/* Slider visuals */
.slider-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  background: #fff;
  z-index: 3;
  transform: translateX(-50%);
}

.slider-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  background: white;
  border-radius: 50%;
  border: 3px solid black;
  transform: translate(-50%, -50%);
  z-index: 4;
  cursor: ew-resize;
  touch-action: none;
}

/* Labels */
.comparison-labels {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 8px auto 0;
  font-size: 14px;
  color: #333;
}

/* Responsive */
@media (max-width: 768px) {
  .cleaner-top {
    text-align: center;
  }

  .cleaner-info h2 {
    font-size: 26px;
  }

  .comparison-container {
    aspect-ratio: 4/5;
  }
}

/* Disable selection */
.comparison-container,
.comparison-container * {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* Disable pointer events for images */
.comparison-container img {
  pointer-events: none;
}

/* Enable drag on handle & overlay */
.slider-handle,
.overlay {
  pointer-events: auto;
  touch-action: none;
}

.slider-line {
  pointer-events: none;
}

/* APPLE STYLE APPEAR TRANSITION */
.apple-appear {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1),
              transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.apple-appear.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Optional: slight fade on slider handle for signature premium feel */
.slider-handle {
  transition: background 0.3s ease, transform 0.2s ease;
}

.slider-handle:active {
  transform: translate(-50%, -50%) scale(1.15);
}

/* FEATURES PAGE */

.premium-tile {
  transition: transform .25s ease, box-shadow .25s ease;
}
.premium-tile:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* --- Premium Feature Page Styling --- */

.section-premium,
.section-savings,
.section-products,
.section-before-after {
  padding: 90px 0;
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}

.section-subtitle {
  color: #6b6b6b;
  max-width: 650px;
  margin: 0 auto 40px;
  font-size: 17px;
}

.accent {
  color: #000;
}

/* --- PREMIUM CARD GRID --- */
.premium-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.premium-card {
  background: rgba(255,255,255,0.85);
  padding: 40px 25px;
  border-radius: 22px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  backdrop-filter: blur(12px);
  transition: .3s ease;
  cursor: pointer;
}

.premium-card i {
  font-size: 45px;
  margin-bottom: 20px;
  color: #000;
}

.premium-card:hover {
  transform: scale(1.04);
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

/* --- SAVINGS BOX --- */
.savings-box {
  background: #000;
  color: white;
  padding: 45px;
  border-radius: 20px;
  max-width: 420px;
  margin: auto;
  box-shadow: 0 12px 28px rgba(0,0,0,0.3);
}

.savings-amount {
  font-size: 38px;
  font-weight: 700;
  margin: 20px 0;
}

/* --- BENEFITS CARDS --- */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
}

.benefit-card {
  padding: 35px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
  transition: 0.25s;
}

.benefit-card i {
  font-size: 40px;
  color: #000;
  margin-bottom: 15px;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.15);
}

/* --- BEFORE / AFTER COMPARISON --- */
.before-after-box {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 35px;
}

.before-after-box img {
  width: 260px;
  border-radius: 16px;
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.before-after-box span {
  display: block;
  margin-top: 15px;
  font-weight: 600;
}

.btn-premium {
  background: #000;
  padding: 12px 34px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.25s;
}

.btn-premium:hover {
  background: #333;
  transform: scale(1.05);
}

/* Fade In Effects */
.fade-in { animation: fadeInUp 0.8s ease forwards; opacity: 0; }

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* === Premium Offer Box === */
.premium-offer-box {
  background: #ffffff;
  padding: 40px;
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  max-width: 500px;
  margin: auto;
  transition: 0.3s ease;
}

.premium-offer-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0,0,0,0.12);
}

/* Inner Container */
.premium-offer-inner {
  border-radius: 18px;
  padding: 35px 30px;
  border: 1px solid #e5e5e5;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(6px);
}

/* Secure Text */
.offer-secure {
  font-size: 15px;
  color: #444;
  margin-bottom: 12px;
}
.offer-secure i {
  color: #000;
}

/* Badge */
.offer-badge {
  font-size: 26px;
  font-weight: 700;
  color: #ff3b30;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}
.offer-badge i {
  margin-right: 6px;
}

/* Prices */
.offer-pricing {
  margin-bottom: 25px;
}
.old-price {
  font-size: 20px;
  color: #888;
  margin-bottom: 5px;
}
.new-price {
  font-size: 48px;
  font-weight: 800;
  color: #000;
  margin-bottom: -5px;
}
.price-tagline {
  font-size: 16px;
  color: #333;
}

/* Description */
.offer-description {
  color: #666;
  font-size: 15px;
  margin-bottom: 25px;
}

/* Savings Mini Box */
.savings-box-mini {
  background: #000;
  color: #fff;
  padding: 20px 15px;
  border-radius: 12px;
  margin-bottom: 25px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.saving-title {
  font-size: 14px;
  opacity: 0.9;
}
.saving-amount {
  font-size: 26px;
  font-weight: 700;
  margin: 5px 0;
}
.saving-note {
  font-size: 12px;
  opacity: 0.8;
}

/* Button */
.btn-premium-buy {
  padding: 12px 28px;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.25s ease;
}
.btn-premium-buy:hover {
  transform: scale(1.05);
  background: #111 !important;
}