.elementor-473 .elementor-element.elementor-element-c54f832{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-473 .elementor-element.elementor-element-9ee38c7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-473 .elementor-element.elementor-element-d71cd8d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-473 .elementor-element.elementor-element-bf553ec{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-473 .elementor-element.elementor-element-0652ef8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-473 .elementor-element.elementor-element-8aae61f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-bc60296 */.deal-bar {
  width: 100%;
  padding: 10px 16px 8px;
  background: #FFE5D3;
  font-family: 'Quicksand', sans-serif;
}

.deal-bar__inner {
  max-width: 1380px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 18px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 120, 42, 0.96) 0%, rgba(255, 145, 77, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow:
    0 14px 28px rgba(255, 106, 26, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.deal-bar__offer {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.deal-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.deal-bar__offer p {
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.deal-bar__offer strong {
  color: #fff7d8;
  font-weight: 800;
}

.deal-divider {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.35);
  display: inline-block;
}

.deal-bar__timer {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.timer-label {
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.timer-box {
  min-width: 116px;
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.06em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
}

@media (max-width: 991px) {
  .deal-bar__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 20px;
  }

  .deal-bar__offer {
    justify-content: center;
    text-align: center;
  }

  .deal-bar__offer p {
    justify-content: center;
    font-size: 15px;
  }

  .deal-bar__timer {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .deal-bar {
    padding: 6px 12px 4px;
  }

  .deal-bar__inner {
    gap: 8px;
    padding: 10px 12px;
    border-radius: 18px;
  }

  .deal-bar__offer {
    gap: 8px;
    justify-content: center;
  }

  .deal-pill {
    font-size: 10px;
    padding: 6px 10px;
  }

  .deal-bar__offer p {
    font-size: 12px;
    line-height: 1.35;
    gap: 6px;
    justify-content: center;
    text-align: center;
  }

  .deal-divider {
    display: none;
  }

  .deal-bar__timer {
    justify-content: center;
    gap: 8px;
  }

  .timer-label {
    font-size: 10px;
    letter-spacing: 0.03em;
  }

  .timer-box {
    min-width: 86px;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-01e1e1d */.prime-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  padding: 12px 24px;
  background: #FFE5D3;
  font-family: 'Quicksand', sans-serif;
}

.prime-navbar {
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 14px 18px;
  border-radius: 24px;
  background: rgba(255, 252, 248, 0.78);
  border: 1px solid rgba(255, 106, 26, 0.10);
  box-shadow: 0 10px 28px rgba(255, 106, 26, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.prime-logo {
  display: inline-flex;
  align-items: center;
  min-width: 180px;
  text-decoration: none;
}

.prime-logo img {
  height: 56px;
  width: auto;
  display: block;
}

.prime-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.prime-menu a {
  text-decoration: none;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 16px;
  border-radius: 999px;
  transition: all 0.25s ease;
}

.prime-menu a:hover {
  color: #ff6a1a;
  background: rgba(255, 106, 26, 0.08);
}

.prime-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.prime-login-btn,
.prime-mobile-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff6a1a, #ff944d);
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(255, 106, 26, 0.20);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.prime-login-btn:hover,
.prime-mobile-login:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(255, 106, 26, 0.24);
}

.prime-mobile-login {
  display: none;
}

.prime-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 14px;
  background: #fff3ea;
  position: relative;
  cursor: pointer;
}

.prime-toggle span {
  position: absolute;
  left: 13px;
  width: 22px;
  height: 2.5px;
  background: #ff6a1a;
  border-radius: 999px;
  transition: all 0.28s ease;
}

.prime-toggle span:nth-child(1) { top: 16px; }
.prime-toggle span:nth-child(2) { top: 23px; }
.prime-toggle span:nth-child(3) { top: 30px; }

.prime-toggle.active span:nth-child(1) {
  top: 23px;
  transform: rotate(45deg);
}

.prime-toggle.active span:nth-child(2) {
  opacity: 0;
}

.prime-toggle.active span:nth-child(3) {
  top: 23px;
  transform: rotate(-45deg);
}

@media (max-width: 1024px) {
  .prime-header {
    padding: 12px 16px;
  }

  .prime-navbar {
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding: 12px 14px;
    border-radius: 20px;
    position: relative;
  }

  .prime-logo img {
    height: 46px;
  }

  .prime-login-btn {
    display: none;
  }

  .prime-toggle {
    display: inline-block;
  }

  .prime-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 12px;
    border-radius: 20px;
    background: linear-gradient(180deg, #fffaf6 0%, #fff2ea 100%);
    border: 1px solid rgba(255, 106, 26, 0.10);
    box-shadow: 0 18px 36px rgba(255, 106, 26, 0.14);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .prime-menu.active {
    display: flex;
    animation: mobileMenuFade 0.22s ease;
  }

  .prime-menu a {
    width: 100%;
    text-align: left;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(255, 106, 26, 0.06);
  }

  .prime-menu a:hover {
    background: rgba(255, 106, 26, 0.08);
  }

  .prime-mobile-login {
    display: inline-flex;
    justify-content: center;
    margin-top: 6px;
    text-align: center !important;
    background: linear-gradient(135deg, #ff6a1a, #ff944d) !important;
    color: #fff !important;
    border: 0 !important;
  }

  @keyframes mobileMenuFade {
    from {
      opacity: 0;
      transform: translateY(-8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c9a8203 */.contact-hero-ultra {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 40px 24px 40px;
  background:
    radial-gradient(circle at top left, rgba(255, 106, 26, 0.14), transparent 24%),
    radial-gradient(circle at 85% 18%, rgba(255, 145, 77, 0.10), transparent 18%),
    radial-gradient(circle at bottom right, rgba(255, 106, 26, 0.10), transparent 24%),
    linear-gradient(180deg, #fff8f3 0%, #ffe9d9 100%);
  font-family: 'Quicksand', sans-serif !important;
}

.contact-hero-ultra * {
  font-family: 'Quicksand', sans-serif !important;
  box-sizing: border-box;
}

.contact-hero-texture {
  position: absolute;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.texture-grid {
  top: 52px;
  left: -30px;
  width: 260px;
  height: 260px;
  border: 2px dashed rgba(255, 106, 26, 0.12);
  border-radius: 38px;
  transform: rotate(14deg);
}

.texture-ring {
  right: -40px;
  bottom: 54px;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background:
    linear-gradient(45deg, rgba(255, 106, 26, 0.09) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(255, 106, 26, 0.09) 25%, transparent 25%);
  background-size: 22px 22px;
}

.texture-code {
  top: 155px;
  left: 90px;
  font-size: 88px;
  line-height: 1;
  font-weight: 700;
  color: rgba(255, 106, 26, 0.06);
  transform: rotate(-9deg);
}

.texture-growth {
  right: 110px;
  top: 110px;
  font-size: 64px;
  line-height: 1;
  font-weight: 700;
  color: rgba(255, 106, 26, 0.06);
  transform: rotate(8deg);
}

.texture-blur {
  border-radius: 999px;
  filter: blur(10px);
}

.texture-blur-one {
  top: 80px;
  right: 24%;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(255, 106, 26, 0.14) 0%, transparent 72%);
}

.texture-blur-two {
  bottom: 30px;
  left: 38%;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(255, 145, 77, 0.12) 0%, transparent 72%);
}

.contact-hero-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 30px;
  align-items: center;
}

.contact-hero-copy {
  max-width: 760px;
}

.contact-hero-tag {
  display: inline-block;
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 106, 26, 0.12);
  color: #ff6a1a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
  box-shadow: 0 10px 22px rgba(255, 106, 26, 0.06);
}

.contact-hero-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.03;
  color: #171717;
  font-weight: 700;
  letter-spacing: -0.035em;
  max-width: 780px;
}

.contact-hero-copy h1 span {
  display: block;
  margin-top: 10px;
  color: #ff6a1a;
}

.contact-hero-copy p {
  margin: 0 0 26px;
  max-width: 690px;
  font-size: 18px;
  line-height: 1.85;
  color: #635b54;
}

.contact-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.contact-hero-pills span {
  display: inline-flex;
  align-items: center;
  padding: 11px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 106, 26, 0.12);
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(255, 106, 26, 0.06);
}

.contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.contact-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 24px;
  border-radius: 18px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.primary-btn {
  background: linear-gradient(135deg, #ff6a1a, #ff944d);
  color: #fff;
  box-shadow: 0 18px 30px rgba(255, 106, 26, 0.18);
}

.primary-btn:hover {
  transform: translateY(-2px);
}

.secondary-btn {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 106, 26, 0.12);
  color: #232323;
  box-shadow: 0 12px 24px rgba(255, 106, 26, 0.06);
}

.secondary-btn:hover {
  transform: translateY(-2px);
  background: #fff;
}

.contact-hero-panel {
  display: flex;
  justify-content: center;
}

.contact-hero-card {
  position: relative;
  width: 100%;
  max-width: 560px;
  padding: 30px 28px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 247, 241, 0.90) 100%);
  border: 1px solid rgba(255, 106, 26, 0.14);
  box-shadow:
    0 26px 56px rgba(255, 106, 26, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.contact-hero-card::after {
  content: "";
  position: absolute;
  top: -44px;
  right: -36px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 106, 26, 0.13) 0%, transparent 68%);
  pointer-events: none;
}

.hero-card-badge {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 106, 26, 0.08);
  color: #ff6a1a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.contact-hero-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.16;
  color: #171717;
  font-weight: 700;
}

.contact-hero-card p {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  color: #685f58;
  font-size: 16px;
  line-height: 1.82;
}

.hero-card-points {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.hero-point {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 106, 26, 0.10);
}

.hero-point-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff6a1a, #ff944d);
  color: #fff;
  font-size: 17px;
  box-shadow: 0 12px 24px rgba(255, 106, 26, 0.16);
}

.hero-point strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  color: #1c1c1c;
  font-weight: 700;
}

.hero-point span {
  display: block;
  font-size: 13px;
  color: #6d635b;
  line-height: 1.6;
}

.hero-mini-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.hero-stat-box {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 106, 26, 0.10);
}

.hero-stat-box strong {
  display: block;
  margin-bottom: 6px;
  font-size: 19px;
  line-height: 1.35;
  color: #171717;
  font-weight: 700;
}

.hero-stat-box span {
  font-size: 13px;
  color: #6c625a;
  line-height: 1.6;
}

/* Elementor full width fix */
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
}

.elementor-container {
  max-width: 100% !important;
}

.elementor-widget-html,
.elementor-widget-container {
  width: 100%;
}

@media (max-width: 1024px) {
  .contact-hero-ultra {
    padding: 74px 20px 64px;
  }

  .contact-hero-shell {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact-hero-copy {
    max-width: 100%;
  }

  .contact-hero-panel {
    justify-content: flex-start;
  }

  .contact-hero-copy h1 {
    max-width: 100%;
  }

  .texture-growth {
    right: 70px;
    top: auto;
    bottom: 90px;
    font-size: 56px;
  }
}

@media (max-width: 767px) {
  .contact-hero-ultra {
    padding: 58px 16px 52px;
    background:
      radial-gradient(circle at top left, rgba(255, 106, 26, 0.12), transparent 34%),
      radial-gradient(circle at bottom right, rgba(255, 145, 77, 0.10), transparent 30%),
      linear-gradient(180deg, #fff8f3 0%, #ffe9d9 100%);
  }

  .texture-grid {
    top: 20px;
    left: -36px;
    width: 120px;
    height: 120px;
    border-radius: 24px;
    opacity: 0.7;
  }

  .texture-ring {
    right: -48px;
    bottom: 18px;
    width: 130px;
    height: 130px;
    background-size: 16px 16px;
    opacity: 0.75;
  }

  .texture-code {
    top: 38px;
    left: auto;
    right: 20px;
    font-size: 42px;
    opacity: 0.9;
  }

  .texture-growth {
    right: auto;
    left: 14px;
    bottom: 18px;
    font-size: 32px;
    opacity: 0.9;
  }

  .texture-blur-one {
    top: 20px;
    right: -10px;
    width: 100px;
    height: 100px;
  }

  .texture-blur-two {
    bottom: 10px;
    left: 34%;
    width: 120px;
    height: 120px;
  }

  .contact-hero-shell {
    gap: 24px;
  }

  .contact-hero-tag {
    margin-bottom: 14px;
    font-size: 12px;
    padding: 8px 14px;
  }

  .contact-hero-copy h1 {
    font-size: 34px;
    line-height: 1.1;
    margin-bottom: 16px;
  }

  .contact-hero-copy h1 span {
    margin-top: 8px;
  }

  .contact-hero-copy p {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 22px;
  }

  .contact-hero-pills {
    gap: 10px;
    margin-bottom: 24px;
  }

  .contact-hero-pills span {
    font-size: 12.5px;
    padding: 10px 13px;
  }

  .contact-hero-actions {
    flex-direction: column;
  }

  .contact-hero-btn {
    width: 100%;
    min-height: 52px;
    border-radius: 16px;
    font-size: 15px;
  }

  .contact-hero-card {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .contact-hero-card h3 {
    font-size: 25px;
    line-height: 1.2;
  }

  .contact-hero-card p {
    font-size: 14.5px;
    line-height: 1.72;
    margin-bottom: 18px;
  }

  .hero-point {
    padding: 14px;
    border-radius: 16px;
  }

  .hero-point-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 14px;
    font-size: 15px;
  }

  .hero-point strong {
    font-size: 14px;
  }

  .hero-point span {
    font-size: 12.5px;
  }

  .hero-mini-stats {
    grid-template-columns: 1fr;
  }

  .hero-stat-box {
    padding: 16px;
    border-radius: 16px;
  }

  .hero-stat-box strong {
    font-size: 17px;
  }

  .hero-stat-box span {
    font-size: 12.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ef6e6a1 */.premium-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 106, 26, 0.10), transparent 24%),
    radial-gradient(circle at bottom right, rgba(255, 145, 77, 0.08), transparent 22%),
    linear-gradient(180deg, #111111 0%, #0b0b0b 100%);
  color: #ffffff;
  padding: 76px 24px 28px;
  font-family: 'Quicksand', sans-serif;
}

.premium-footer__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
  opacity: 0.14;
}

.premium-footer__glow--one {
  top: -80px;
  left: -80px;
  width: 220px;
  height: 220px;
  background: #ff6a1a;
}

.premium-footer__glow--two {
  right: -60px;
  bottom: -80px;
  width: 220px;
  height: 220px;
  background: #ff944d;
}

.premium-footer__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

.premium-footer__top {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.1fr;
  gap: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.premium-footer__brand {
  max-width: 420px;
}

.premium-footer__logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
}

.premium-footer__logo img {
  height: 60px;
  width: auto;
  display: block;
}

.premium-footer__about {
  margin: 0;
  color: #ffffff;
  font-size: 15.5px;
  line-height: 1.9;
}

.premium-footer__col h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

.premium-footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.premium-footer__col li {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.7;
}

.premium-footer__col a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}

.premium-footer__col a:hover {
  color: #ff9a57;
}

.footer-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ff8b3d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-contact-cards {
  display: grid;
  gap: 12px;
  margin-bottom: 16px;
}

.footer-contact-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  text-decoration: none;
  transition: all 0.25s ease;
}

.footer-contact-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 106, 26, 0.22);
  background: rgba(255, 255, 255, 0.06);
}

.footer-contact-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff6a1a, #ff944d);
  color: #fff;
  font-size: 16px;
  box-shadow: 0 10px 20px rgba(255, 106, 26, 0.16);
}

.whatsapp-icon {
  background: linear-gradient(135deg, #25d366, #1ebe5d);
  box-shadow: 0 10px 20px rgba(37, 211, 102, 0.18);
}

.footer-contact-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-contact-content .footer-label {
  margin-bottom: 0;
}

.footer-contact-content span:last-child {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.6;
}

.footer-support-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 15px 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff6a1a, #ff944d);
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(255, 106, 26, 0.18);
  transition: all 0.25s ease;
}

.footer-support-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(255, 106, 26, 0.24);
  color: #ffffff;
}

.premium-footer__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 28px 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-stat {
  padding: 20px 20px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-stat strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

.footer-stat span {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
}

.premium-footer__bottom {
  padding-top: 18px;
  text-align: center;
}

.premium-footer__bottom p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .premium-footer__top {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .premium-footer__stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .premium-footer {
    padding: 56px 16px 22px;
  }

  .premium-footer__top {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 26px;
  }

  .premium-footer__logo img {
    height: 52px;
  }

  .premium-footer__about {
    font-size: 14.5px;
    line-height: 1.8;
  }

  .premium-footer__col h3 {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .premium-footer__col ul {
    gap: 10px;
  }

  .footer-contact-card {
    padding: 12px;
    border-radius: 16px;
  }

  .footer-contact-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 12px;
    font-size: 14px;
  }

  .footer-support-btn {
    padding: 14px 16px;
    border-radius: 14px;
    font-size: 14px;
  }

  .premium-footer__stats {
    gap: 14px;
    padding: 22px 0 20px;
  }

  .footer-stat {
    padding: 16px;
    border-radius: 16px;
  }

  .footer-stat strong {
    font-size: 18px;
  }

  .footer-stat span {
    font-size: 13px;
  }

  .premium-footer__bottom p {
    font-size: 13px;
  }
}/* End custom CSS */