.elementor-98442 .elementor-element.elementor-element-6429545{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-86368bb *//* HULME VAPES — Age Verification page CSS */

/* HEADER */
.agev-header {
  background: #0670b3;
  padding: 18px 40px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.agev-header .site-name {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  opacity: 0.9;
}
.agev-header .divider {
  width: 1px;
  height: 28px;
  background: rgba(255,255,255,0.25);
}
.agev-header .powered-by {
  display: flex;
  align-items: center;
  gap: 8px;
}
.agev-header .powered-by span {
  color: rgba(255,255,255,0.6);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.agev-header .powered-by img {
  height: 22px;
  filter: brightness(0) invert(1);
}
.agev-header .store-logo {
  height: 36px;
  width: auto;
  display: block;
}

/* HERO */
.agev-hero {
  background: linear-gradient(135deg, #0670b3 0%, #088DDF 60%, #29a8f5 100%);
  color: #ffffff;
  padding: 80px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.agev-hero::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 350px; height: 350px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(97,206,112,0.18) 0%, transparent 70%);
}
.agev-hero::after {
  content: '';
  position: absolute;
  bottom: -60px; left: -60px;
  width: 250px; height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(220,152,20,0.12) 0%, transparent 70%);
}
.agev-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 50px;
  padding: 6px 16px;
  margin-bottom: 24px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: rgba(255,255,255,0.9);
}
.agev-hero-badge .dot {
  width: 7px; height: 7px;
  background: #61CE70;
  border-radius: 50%;
  animation: agev-pulse 1.8s infinite;
}
@keyframes agev-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.3); }
}
.agev-hero h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}
.agev-hero h1 span { color: #61CE70; }
.agev-hero p {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.8);
  max-width: 560px;
  margin: 0 auto 36px;
}
.agev-lock-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px; height: 72px;
  background: rgba(255,255,255,0.1);
  border: 2px solid rgba(255,255,255,0.2);
  border-radius: 20px;
  margin-bottom: 32px;
}
.agev-lock-icon svg {
  width: 36px; height: 36px;
  stroke: #61CE70;
  fill: none;
}
.agev-law-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
}
.agev-law-note svg {
  width: 16px; height: 16px;
  stroke: #61CE70;
  fill: none;
  flex-shrink: 0;
}

/* SECTIONS */
.agev-section { padding: 80px 40px; }
.agev-section.alt { background: #f5f8fc; }
.agev-section-inner { max-width: 1080px; margin: 0 auto; }
.agev-section-label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #088DDF;
  margin-bottom: 10px;
}
.agev-section-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: #43454b;
  margin-bottom: 14px;
}
.agev-section-sub {
  font-size: 1rem;
  color: #54595F;
  max-width: 560px;
  margin-bottom: 52px;
}

/* STEPS */
.agev-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 32px;
}
.agev-step {
  position: relative;
  background: #ffffff;
  border: 1px solid #e4edf5;
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 2px 16px rgba(8,141,223,0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}
.agev-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(8,141,223,0.12);
}
.agev-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px; height: 42px;
  background: linear-gradient(135deg, #088DDF 0%, #29a8f5 100%);
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 800;
  border-radius: 12px;
  margin-bottom: 18px;
}
.agev-step h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #43454b;
  margin-bottom: 8px;
}
.agev-step p { font-size: 0.92rem; color: #54595F; line-height: 1.6; }
@media (min-width: 768px) {
  .agev-steps { grid-template-columns: repeat(3, 1fr); }
}

/* FEATURES */
.agev-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.agev-feature-card {
  background: #ffffff;
  border: 1px solid #e4edf5;
  border-radius: 16px;
  padding: 28px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  box-shadow: 0 2px 12px rgba(8,141,223,0.05);
  transition: transform 0.2s, box-shadow 0.2s;
}
.agev-feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 24px rgba(8,141,223,0.1);
}
.agev-feature-icon {
  flex-shrink: 0;
  width: 46px; height: 46px;
  background: linear-gradient(135deg, rgba(8,141,223,0.1), rgba(8,141,223,0.03));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agev-feature-icon svg { width: 22px; height: 22px; stroke: #088DDF; fill: none; }
.agev-feature-card h3 {
  font-size: 0.97rem;
  font-weight: 700;
  color: #43454b;
  margin-bottom: 5px;
}
.agev-feature-card p { font-size: 0.88rem; color: #54595F; line-height: 1.55; }

/* TRUST SECTION */
.agev-trust {
  background: linear-gradient(135deg, #0670b3 0%, #088DDF 100%);
  color: #ffffff;
  padding: 72px 40px;
  text-align: center;
}
.agev-trust .agev-section-title { color: #ffffff; }
.agev-trust .agev-section-sub { color: rgba(255,255,255,0.7); margin-left: auto; margin-right: auto; }
.agev-trust .agev-section-label { color: #61CE70; }
.agev-oneid-logo { margin: 0 auto 36px; display: flex; justify-content: center; }
.agev-oneid-logo img { height: 44px; filter: brightness(0) invert(1); }
.agev-trust-stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px;
  margin-top: 48px;
}
.agev-stat { text-align: center; }
.agev-stat-value {
  font-size: 2.2rem;
  font-weight: 800;
  color: #61CE70;
  line-height: 1;
  margin-bottom: 6px;
}
.agev-stat-label { font-size: 0.85rem; color: rgba(255,255,255,0.6); }
.agev-cert-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}
.agev-cert-badge {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.8);
  font-weight: 600;
}

/* FAQ */
.agev-faq-list { max-width: 720px; margin: 0 auto; }
.agev-faq-item { border-bottom: 1px solid #e4edf5; padding: 22px 0; }
.agev-faq-item:first-child { border-top: 1px solid #e4edf5; }
.agev-faq-q {
  font-size: 1rem;
  font-weight: 700;
  color: #43454b;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.agev-faq-q::before {
  content: 'Q';
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px; height: 24px;
  background: #088DDF;
  color: white;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 800;
  margin-top: 1px;
}
.agev-faq-a { font-size: 0.92rem; color: #54595F; padding-left: 34px; line-height: 1.7; }
.agev-faq-a a { color: #088DDF; font-weight: 600; }

/* CONTACT STRIP */
.agev-contact {
  background: #f5f8fc;
  border-top: 1px solid #e4edf5;
  padding: 40px;
  text-align: center;
}
.agev-contact p { font-size: 0.95rem; color: #54595F; }
.agev-contact a { color: #088DDF; font-weight: 600; text-decoration: none; }
.agev-contact a:hover { text-decoration: underline; }

/* FOOTER */
.agev-footer {
  background: #0670b3;
  color: rgba(255,255,255,0.5);
  text-align: center;
  padding: 24px 40px;
  font-size: 0.82rem;
}
.agev-footer a { color: rgba(255,255,255,0.6); text-decoration: none; }
.agev-footer a:hover { color: #61CE70; }

/* RESPONSIVE */
@media (max-width: 600px) {
  .agev-header { padding: 14px 20px; }
  .agev-hero { padding: 60px 24px; }
  .agev-section { padding: 60px 24px; }
  .agev-trust { padding: 60px 24px; }
  .agev-contact { padding: 32px 24px; }
  .agev-footer { padding: 20px 24px; }
  .agev-trust-stats { gap: 32px; }
}/* End custom CSS */