html {
  overflow-x: hidden;
}
body {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  color: #3b4045;
  font-family: "Josefin Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin: 0px;
}
h1,
.h1 {
  font-size: 44px;
  line-height: 56px;
}
h2,
.h2 {
  font-size: 30px;
  line-height: 35px;
}
h3,
.h3 {
  font-size: 23px;
  line-height: 25px;
}
h4,
.h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
p {
  font-size: 18px;
  line-height: 25px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  transition: all 0.2s ease-in-out 0s;
}
.mt-100 {
  margin-top: 100px;
}
.bg-1 {
  background-image: url(../images/call-to-action.jpg);
}
.bg-orange {
  background: #f9a743;
}
.bg-opacity {
  position: relative;
}
.bg-opacity:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
a:focus,
.btn:focus,
.btn:active:focus {
  box-shadow: none;
  outline: 0 none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none;
}
.section {
  padding: 80px 0 0 0;
}
.font-size-60 {
  font-size: 40px;
  line-height: 1.1;
}
@media (max-width: 575px) {
  .font-size-60 {
    font-size: 27px;
  }
  h2,.h2 {
    font-size: 24px;
  }
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-40 {
  margin-bottom: 40px;
}
.slick-slide {
  outline: 0;
}
.text-center {
  text-align: center;
}
.heading {
  text-align: center;
  color: #777777;
  padding-bottom: 70px;
}
.heading h2 {
  color: #3c3c3c;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}
.heading p {
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
}
.subheading {
  color: #3c3c3c;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
}
.btn {
  border-radius: 0;
  text-decoration: none !important;
}
.btn-main {
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  padding: 15px 40px;
  display: inline-block;
  background-color: #f9a743;
  box-shadow: 0 15px 40px rgba(249, 167, 68, 0.5);
  background-image: linear-gradient(
    bottom,
    rgba(255, 239, 206, 0) 0%,
    rgba(255, 239, 206, 0.25) 100%
  );
}
.btn-main:hover,
.btn-main:focus {
  background-color: #f9a743;
  color: #fff;
}
.btn-main-sm {
  padding: 12px 35px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.navbar-brand {
  color: #444;
  font-size: 25px;
  margin: 0;
  line-height: 1;
}
.nav-link {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px !important;
}
.navbar-light .navbar-nav .nav-link {
  color: #444;
}
.lang-list {
  border: 0;
  margin: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}
.navigation .dropdown-menu {
  padding: 0px;
  border: 0;
  border-radius: 0px;
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  .navigation .dropdown-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}
.navigation .dropdown-menu li:first-child {
  margin-top: 5px;
}
.navigation .dropdown-menu li:last-child {
  margin-bottom: 5px;
}
.navigation .dropdown-toggle::after {
  display: none;
}
.navigation .dropdown-toggle > i {
  font-size: 14px;
}
.navigation .dropleft .dropdown-menu,
.navigation .dropright .dropdown-menu {
  margin: 0;
}
.navigation .dropleft .dropdown-toggle::before,
.navigation .dropright .dropdown-toggle::after {
  font-weight: bold;
  font-family: "themefisher-font";
  border: 0;
  font-size: 10px;
  vertical-align: 1px;
  display: inline-block;
}
.navigation .dropleft .dropdown-toggle::before {
  margin-right: 5px;
  content: "\f124";
}
.navigation .dropright .dropdown-toggle::after {
  margin-left: 5px;
  content: "\f125";
}
.navigation .dropdown-item {
  color: #444;
  padding: 0.6rem 1rem 0.35rem;
  font-weight: 600;
  font-size: 15px;
}
.navigation .dropdown-submenu.active > .dropdown-toggle,
.navigation .dropdown-submenu:hover > .dropdown-item,
.navigation .dropdown-item.active,
.navigation .dropdown-item:hover {
  background: #f9a743;
  color: white;
}
@media (min-width: 992px) {
  .navigation .dropdown-menu {
    transition: all 0.2s ease-in, visibility 0s linear 0.2s,
      transform 0.2s linear;
    display: block;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    margin-top: 8px;
  }
  .navigation .dropdown-menu li:first-child {
    margin-top: 10px;
  }
  .navigation .dropdown-menu li:last-child {
    margin-bottom: 10px;
  }
  .navigation .dropleft .dropdown-menu,
  .navigation .dropright .dropdown-menu {
    margin-top: -9px;
  }
  .navigation .dropdown:hover > .dropdown-menu {
    visibility: visible;
    transition: all 0.45s ease 0s;
    opacity: 1;
  }
}
.navbar-collapse.show {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 80px);
}
.navbar-toggler:focus {
  outline: 0;
}
.cart {
  background: transparent;
  border: 0;
  position: relative;
}
.cart i {
  font-size: 20px;
}
@media (max-width: 991px) {
  .cart {
    position: absolute;
    top: 23px;
    right: 90px;
  }
}
.cart .badge {
  position: absolute;
  top: -5px;
  border-radius: 50%;
  right: -10px;
}
.cart:focus {
  outline: 0;
}
.badge-primary {
  background-color: #f9a743;
}
.feature-list .btn-main {
  margin-top: 15px;
}
.gallery {
  padding-bottom: 100px;
}
.gallery .owl-item {
  overflow: hidden;
  position: relative;
}
.gallery .block {
  padding: 20px;
  position: relative;
}
.gallery .block:hover .gallery-overlay {
  transform: scale(1);
  opacity: 1;
  border-radius: 0;
}
.gallery .gallery-overlay {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  top: 15px;
  background: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  color: inherit;
  transform: scale(0.7);
  transition: 0.3s ease-in-out;
  z-index: 2;
  opacity: 0;
  border-radius: 50%;
}
.gallery .gallery-overlay .gallery-popup {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f9a743;
  padding: 5px 10px;
  border-radius: 40px;
  width: 50px;
  height: 50px;
}
.gallery .gallery-overlay .gallery-popup i {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  display: inline-block;
}
.testimonials .testimonial-block {
  padding: 0 10px;
}
.testimonials .testimonial-block i {
  font-size: 40px;
  display: inline-block;
  margin-bottom: 20px;
  color: #f9a743;
}
.testimonials .testimonial-block p {
  font-family: "Droid Serif", serif;
  font-size: 14px;
  color: #777;
}
.testimonials .testimonial-block .author-details {
  margin-top: 30px;
}
.testimonials .testimonial-block .author-details img {
  border-radius: 50%;
  width: 50px;
}
.testimonials .testimonial-block .author-details h4 {
  font-weight: 700;
  font-size: 20px;
  margin-top: 10px;
}
.call-to-action {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.input-group {
  margin-top: 30px;
  position: relative;
}
.input-group .btn-submit {
  padding: 10.5px 40px !important;
  position: absolute;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  top: 0;
  right: 0;
}
.input-group input {
  height: 50px;
  border-radius: 40px;
  border: none;
  padding-left: 15px;
  box-shadow: none;
  display: table-cell;
}
.footer-menu a {
  font-size: 14;
  font-weight: 700;
  color: #444;
  padding: 10px;
}
footer {
  text-align: center;
  background: #f4f4f4;
  padding: 50px 0px;
}
footer .footer-logo {
  color: #555;
  display: block;
}
footer p.copyright-text {
  font-weight: 300;
  font-size: 12px;
  color: #888;
  letter-spacing: 3px;
  margin-top: 15px;
}
footer p.copyright-text a {
  color: #282828;
}
footer p.copyright-text a:hover {
  text-decoration: none;
}
p.price {
  font-size: 30px;
  font-family: "Droid Serif", serif;
}
s.price {
  color: #592D86;
  font-size: 25px;
  font-family: "Droid Serif", serif;
}
.product-info {
  text-align: center;
}
.product-info .price {
  font-size: 100%;
}
.contact-list li,
.contact-list a {
  color: #282828;
  font-size: 18px;
}
.form-control {
  border: 1px solid #dadada;
  border-radius: 35px;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.form-control:focus {
  border-color: #f9a743;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  font-size: 80%;
}
.form-control::placeholder {
  font-size: 80%;
}
textarea.form-control {
  height: 150px;
  padding-top: 15px;
}
.sticky-image {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 1;
}
.product-image-slider {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.product-image-slider .slick-list {
  margin-bottom: 10px;
  border-radius: 5px;
}
.product-image-slider .slick-dots {
  margin-top: 10px;
  padding-left: 0;
  display: flex;
}
.product-image-slider .slick-dots li {
  list-style-type: none;
  margin: 10px;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
}
.product-image-slider .slick-dots li:first-child {
  margin-left: 0;
}
.product-image-slider .slick-dots li:last-child {
  margin-right: 0;
}
.product-image-slider .slick-dots li img {
  max-height: 80px;
  height: auto;
  max-width: 100%;
}
.content * {
  margin-bottom: 20px;
}
.content a {
  text-decoration: underline;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 10px;
}
.content ol,
.content ul {
  padding-left: 10px;
}
.content table {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}
.content table th,
.content table td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}
.content table thead {
  background: #d5d5d5;
}
.content table tbody {
  background: #dadada;
}
.content table tbody td {
  text-align: left !important;
}
.content blockquote {
  border-left: 1px solid #f9a743;
  padding: 20px;
}
.content blockquote p {
  margin-bottom: 0;
  font-style: italic;
  font-size: 22px;
  font-weight: 500;
}
.content pre {
  padding: 10px 20px;
  background: #dadada;
}
.link-title {
  color: inherit;
  text-decoration: none !important;
}
.link-title:hover {
  color: #f9a743;
}
h2,
.h2 {
  font-weight: 600;
  margin: 30px 0px;
}
p {
  margin-bottom: 0.5rem !important;
}
.faq span {
  font-size: 23px;
  font-weight: 600;
  display: block;
  margin: 20px 0px;
  color: #592D86;
}
.error {
  display: grid;
  align-items: center;
  justify-content: center;
}
.error a {
  margin: 0 20px;
  padding: 20px;
  text-align: center;
  background-color: #ffbb3d;
  color: #fff !important;
  width: 200px;
  justify-self: center;
}
.error a:hover {
  background-color: #ffee00;
}
.error h1 {
  text-align: center;
}
.box {
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 5px;
  margin-top: 30px;
}
.box h2 {
  display: inline-block;
  border-bottom: 3px solid #592D86;
  margin-top: 0px !important;
  line-height: 1.1;
  font-size: 27px;
}
.box i {
  font-size: 50px;
  padding: 20px;
  border-radius: 50%;
  background-color: #592D866e;
  display: table-caption;
  color: #fff;
  margin: 0px 0px 30px 0px;
}
.block {
  border-bottom: 3px solid #592D86;
}
.clear {
  clear: both;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }
}
  :root{
    --ink:#26314a;
    --muted:#5b677f;
    --accent:#592D86;
    --baby-blue:#d9f2ff;
    --baby-mint:#dff7ef;
    --baby-peach:#ffe6df;
    --baby-lav:#efe6ff;
    --baby-lemon:#fff6d9;
  }
  .section-decor{
    margin: 50px 0;
    position:relative;
    overflow:hidden;
    padding: clamp(28px, 4vw, 10px);
    background:
      radial-gradient(900px 420px at 10% 10%, rgba(217,242,255,.85), rgba(217,242,255,0) 60%),
      radial-gradient(760px 420px at 90% 15%, rgba(239,230,255,.75), rgba(239,230,255,0) 62%),
      radial-gradient(820px 520px at 18% 88%, rgba(255,230,223,.75), rgba(255,230,223,0) 58%),
      radial-gradient(820px 520px at 85% 85%, rgba(223,247,239,.70), rgba(223,247,239,0) 56%),
      linear-gradient(180deg, rgba(255,255,255,1), rgba(255,255,255,.98));
  }
  .section-decor::before{
    content:"";
    position:absolute; inset:0;
    background-image:
      radial-gradient(rgba(38,49,74,.06) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity:.45;
    pointer-events:none;
    transform: translateZ(0);
  }
  .decor-blob{
    position:absolute;
    width: 360px; height: 360px;
    border-radius: 36% 64% 52% 48% / 54% 38% 62% 46%;
    filter: blur(0px);
    opacity:.55;
    pointer-events:none;
    mix-blend-mode: multiply;
    animation: floaty 10s ease-in-out infinite;
  }
  .decor-blob.blob-1{
    left:-110px; top:80px;
    background: radial-gradient(circle at 30% 30%, rgba(255,59,48,.18), rgba(255,230,223,.90) 55%, rgba(255,230,223,0) 72%);
    animation-duration: 11s;
  }
  .decor-blob.blob-2{
    right:-140px; top:30px;
    width: 420px; height: 420px;
    background: radial-gradient(circle at 35% 35%, rgba(38,49,74,.10), rgba(217,242,255,.92) 55%, rgba(217,242,255,0) 74%);
    animation-duration: 13s;
    animation-delay: -2s;
  }
  .decor-blob.blob-3{
    left:18%; bottom:-170px;
    width: 520px; height: 520px;
    background: radial-gradient(circle at 35% 35%, rgba(255,59,48,.12), rgba(239,230,255,.92) 55%, rgba(239,230,255,0) 76%);
    animation-duration: 14s;
    animation-delay: -5s;
  }
  @keyframes floaty{
    0%   { transform: translate3d(0,0,0) rotate(0deg) scale(1); }
    35%  { transform: translate3d(18px,-14px,0) rotate(6deg) scale(1.03); }
    70%  { transform: translate3d(-14px,16px,0) rotate(-5deg) scale(0.99); }
    100% { transform: translate3d(0,0,0) rotate(0deg) scale(1); }
  }
  .decor-spark{
    position:absolute;
    width: 10px; height: 10px;
    border-radius: 50%;
    background: rgba(255,59,48,.22);
    box-shadow:
      0 0 0 6px rgba(255,59,48,.08),
      0 0 0 14px rgba(255,59,48,.05);
    opacity:.6;
    animation: twinkle 4.6s ease-in-out infinite;
    pointer-events:none;
  }
  .decor-spark.s1{ left: 14%; top: 18%; animation-delay:-1.2s; }
  .decor-spark.s2{ left: 78%; top: 22%; animation-delay:-2.4s; }
  .decor-spark.s3{ left: 26%; top: 68%; animation-delay:-3.1s; }
  .decor-spark.s4{ left: 86%; top: 72%; animation-delay:-0.6s; }
  @keyframes twinkle{
    0%,100%{ transform: scale(.9); opacity:.45; }
    50%    { transform: scale(1.2); opacity:.85; }
  }
  .section-title{
    color: var(--ink);
    font-weight: 800;
    letter-spacing: -0.02em;
    font-size: clamp(26px, 3vw, 38px);
    margin-bottom: 10px;
  }
  .section-lead{
    color: var(--muted);
    max-width: 860px;
    line-height: 1.7;
    margin-bottom: 18px;
  }
  .accent-rule{
    height: 3px;
    width: min(720px, 100%);
    background: linear-gradient(90deg, rgba(255,59,48,0), #592D86, rgba(255,59,48,0));
    border-radius: 99px;
    margin: 18px 0 34px;
  }
  .box-one{
    position:relative;
    background: rgba(255,255,255,.76);
    border: 1px solid rgba(38,49,74,.08);
    border-radius: 18px;
    padding: 26px 24px 22px;
    box-shadow:
      0 18px 45px rgba(38,49,74,.08),
      0 2px 0 rgba(255,255,255,.9) inset;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    height: 100%;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  }
  .box-one:hover{
    transform: translateY(-4px);
    border-color: rgba(255,59,48,.18);
    box-shadow:
      0 26px 60px rgba(38,49,74,.12),
      0 2px 0 rgba(255,255,255,.92) inset;
  }
  .box-one .icon-pill{
    width: 54px; height: 54px;
    border-radius: 18px;
    display:flex; align-items:center; justify-content:center;
    margin: -46px 0 14px;
    background:
      radial-gradient(circle at 30% 30%, rgba(255,255,255,.95), rgba(255,255,255,.65)),
      linear-gradient(135deg, rgba(255,59,48,.18), rgba(217,242,255,.65));
    border: 1px solid rgba(38,49,74,.10);
    box-shadow: 0 14px 26px rgba(38,49,74,.12);
  }
  .box-one .icon-pill i{
    font-size: 24px;
    color: var(--ink);
    opacity:.92;
  }
  .box-one h3{
    color: var(--ink);
    font-weight: 800;
    letter-spacing: -0.01em;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .box-one p{
    color: var(--muted);
    line-height: 1.75;
    margin: 0;
  }
  @media (max-width: 575.98px){
    .box-one{ padding: 22px 18px 18px; }
    .box-one .icon-pill{ margin-top: -42px; }
  }
.newsletter{
  --ink:#25324b;
  --muted:#5e6a84;
  --p1:#301445;   
  --p2:#301445;   
  --p3:#301445;   
  --p4:#efe6ff;   
  --card: rgba(255,255,255,.88);
  --border: rgba(37,50,75,.10);
  font-family: inherit;
}
.newsletter__box{
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  padding: 20px 18px 16px;
  background:
    radial-gradient(900px 360px at 15% 0%, rgba(155,99,255,.22), rgba(155,99,255,0) 55%),
    radial-gradient(700px 340px at 95% 30%, rgba(106,45,182,.18), rgba(106,45,182,0) 60%),
    linear-gradient(180deg, rgba(239,230,255,.72), rgba(255,255,255,.96));
  border: 1px solid var(--border);
  box-shadow: 0 18px 45px rgba(37,50,75,.10);
}
.newsletter__box::before{
  content:"";
  position:absolute;
  left: 16px;
  right: 16px;
  top: 12px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, rgba(74,26,122,0), rgba(106,45,182,1), rgba(155,99,255,1), rgba(74,26,122,0));
  opacity: .95;
}
.newsletter__box::after{
  content:"";
  position:absolute;
  inset:0;
  background-image: radial-gradient(rgba(37,50,75,.06) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: .35;
  pointer-events:none;
}
.newsletter__badge{
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top: 10px;
  margin-bottom: 10px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.95), rgba(255,255,255,.70)),
    linear-gradient(135deg, rgba(106,45,182,.22), rgba(155,99,255,.18));
  border: 1px solid rgba(37,50,75,.12);
  box-shadow: 0 14px 26px rgba(37,50,75,.12);
  position: relative;
  z-index: 1;
}
.newsletter__badge-icon{
  font-size: 22px;
  transform: translateY(-1px);
}
.newsletter__title{
  position: relative;
  z-index: 1;
  margin: 6px 0 6px;
  color: var(--ink);
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 18px;
}
.newsletter__text{
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.55;
  font-size: 14px;
}
.newsletter__label{
  position: relative;
  z-index: 1;
  display:block;
  margin: 0 0 6px;
  color: var(--ink);
  font-weight: 700;
  font-size: 12px;
}
.newsletter__field{
  position: relative;
  z-index: 1;
  display:flex;
  gap: 10px;
  align-items: stretch;
}
.newsletter__input{
  flex: 1 1 auto;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(37,50,75,.14);
  background: var(--card);
  padding: 0 12px;
  color: var(--ink);
  outline: none;
  transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease;
}
.newsletter__input::placeholder{
  color: rgba(94,106,132,.75);
}
.newsletter__input:focus{
  border-color: rgba(106,45,182,.35);
  box-shadow: 0 0 0 6px rgba(155,99,255,.18);
}
.newsletter__btn{
  flex: 0 0 auto;
  height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(74,26,122,.18);
  background: linear-gradient(135deg, var(--p2), var(--p3));
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.01em;
  cursor: not-allowed; 
  opacity: .88;
  box-shadow: 0 12px 22px rgba(74,26,122,.18);
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.newsletter__btn:hover{
  transform: translateY(-1px);
  opacity: .94;
  box-shadow: 0 16px 28px rgba(74,26,122,.22);
}
.newsletter__btn:active{
  transform: translateY(0px);
  opacity: .90;
}
.newsletter__note{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(94,106,132,.92);
}
  .tw-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .twitter-tweet {
    max-width: 100%;
    margin: 0 auto;
  }
.faq{
  --ink:#25324b;
  --muted:#5e6a84;
  --p1:#4a1a7a;
  --p2:#6a2db6;
  --p3:#9b63ff;
  --p4:#efe6ff;
  --card: rgba(255,255,255,.86);
  --border: rgba(37,50,75,.10);
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  padding: 22px 18px;
  background:
    radial-gradient(900px 380px at 12% 0%, rgba(155,99,255,.18), rgba(155,99,255,0) 58%),
    radial-gradient(720px 360px at 92% 22%, rgba(106,45,182,.16), rgba(106,45,182,0) 62%),
    linear-gradient(180deg, rgba(239,230,255,.65), rgba(255,255,255,.98));
  border: 1px solid var(--border);
  box-shadow: 0 18px 45px rgba(37,50,75,.10);
}
.faq::before{
  content:"";
  position:absolute;
  left: 18px;
  right: 18px;
  top: 12px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(74,26,122,0), rgba(106,45,182,1), rgba(155,99,255,1), rgba(74,26,122,0));
  opacity: .95;
}
.faq::after{
  content:"";
  position:absolute;
  inset:0;
  background-image: radial-gradient(rgba(37,50,75,.06) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: .30;
  pointer-events:none;
}
.faq > h2{
  position: relative;
  z-index: 1;
  margin: 18px 0 14px;
  color: var(--ink);
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: clamp(20px, 2.2vw, 28px);
}
.faq > h3{
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  padding: 14px 14px 14px 46px;
  border-radius: 14px;
  background: var(--card);
  border: 1px solid rgba(37,50,75,.10);
  box-shadow: 0 12px 28px rgba(37,50,75,.08);
  color: var(--ink);
  font-weight: 850;
  letter-spacing: -0.01em;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.faq > h3::before{
  content:"?";
  position:absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 8px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 900;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--p2), var(--p3));
  box-shadow: 0 10px 18px rgba(74,26,122,.18);
}
.faq > h3:hover{
  transform: translateY(-2px);
  border-color: rgba(155,99,255,.30);
  box-shadow: 0 16px 34px rgba(37,50,75,.11);
}
.faq > p{
  position: relative;
  z-index: 1;
  margin: 10px 0 14px;
  padding: 0 10px 0 10px;
  color: var(--muted);
  line-height: 1.75;
}
.faq > p + h3{
  margin-top: 16px;
}
@media (max-width: 575.98px){
  .faq{ padding: 20px 14px; }
  .faq > h3{ padding-left: 44px; }
}
