/*

Theme Name: Aura

Theme URI: http://www.Aura.com

Author: Aura

Author URI: http://www.Aura.com

Description: Simple and Responsive Wordpress theme.

*/

@font-face {
  font-family: "Helvetica Compressed";
  src: url("assets/fonts/Helvetica-Compressed.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Google Sans Flex";
  src: url("assets/fonts/GoogleSans-Flex.ttf");
  font-display: swap;
}

/* -- style for common -- */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  /* Offset for fixed header */
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Google Sans Flex", sans-serif;
  /* cursor: none; */
  /* Hide default cursor for custom cursor */
}

/* --- Custom Cursor --- */
a,
button,
.bento-item {
  /* cursor: none !important; */
}

.text-primary {
  color: #980224 !important;
}

.cursor-dot,
.cursor-outline {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 9999;
  pointer-events: none;
}

.cursor-dot {
  width: 8px;
  height: 8px;
  background-color: var(--primary);
}

.cursor-outline {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(152, 2, 36, 0.5);
  transition: width 0.2s, height 0.2s, background-color 0.2s, border-color 0.2s;
}

/* Hover States */
.cursor-hover .cursor-outline {
  width: 60px;
  height: 60px;
  background-color: rgba(152, 2, 36, 0.1);
  border-color: var(--primary);
}

.cursor-hover-image .cursor-outline {
  width: 80px;
  height: 80px;
  background-color: rgba(255, 244, 199, 0.8);
  border-color: transparent;
  mix-blend-mode: difference;
}

/* Light Cursor (for red/dark backgrounds) */
.cursor-light .cursor-dot {
  background-color: #ffffff;
}

.cursor-light .cursor-outline {
  border-color: rgba(255, 255, 255, 0.5);
}

.cursor-light.cursor-hover .cursor-outline {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}

p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 28px;
  color: var(--black);
  font-family: "Google Sans Flex", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: var(--black);
  font-family: "Helvetica Compressed", sans-serif;
}

a,
input,
textarea,
button,
select {
  outline: none;
}

a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  color: var(--black);
  text-decoration: none;
}

input,
textarea,
button,
select,
label,
a,
span,
img {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  box-shadow: none !important;
}

.container {
  width: 100%;
  max-width: 1200px;
}

ul,
ol {
  text-decoration: none;
  padding: 0;
  margin: 0;
}

a {
  color: var(--black);
  text-decoration: none;
}

/* Common Style */

:root {
  --primary: #980224;
  --secondary: #fff4c7;
  --black: #111111;
  --white: #fff;
}

/* --- Digital Signage Scroll Sequence --- */
.page-template-template-home,
.page-template-template-home body {
  background-color: var(--secondary);
  margin: 0;
  padding: 0;
}

/* --- Floating Header --- */
.page-template-template-home .header {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1200px;
  z-index: 999;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
}

.header {
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1200px;
  z-index: 999;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
}

.page-template-template-home .header.header-hidden {
  transform: translate(-50%, -150%);
  pointer-events: none;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--black);
  padding: 12px 24px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.header-logo img {
  height: 24px;
  display: block;
  width: fit-content;
}

.header-nav ul {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-nav a {
  color: var(--secondary);
  font-family: "Google Sans Flex", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: opacity 0.3s ease;
}

.header-nav a:hover {
  opacity: 1;
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* --- Mobile Menu Styles --- */
.mobile-menu-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
  flex-direction: column;
  gap: 5px;
  z-index: 10001;
}

.mobile-menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: var(--white);
  transition: all 0.3s ease;
}

.mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.mobile-nav-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.mobile-nav-inner {
  position: relative;
  width: 90%;
  max-width: 400px;
  text-align: center;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}

.mobile-nav-overlay.active .mobile-nav-inner {
  transform: translateY(0);
}

.mobile-menu-close {
  position: absolute;
  top: -60px;
  right: 0;
  background: transparent;
  border: none;
  color: var(--white);
  cursor: pointer;
}

.mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mobile-nav-list a {
  font-family: "Google Sans Flex", sans-serif;
  font-size: 1.5rem;
  color: var(--white);
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: color 0.3s ease;
}

.mobile-nav-list a:hover {
  color: var(--secondary);
}

.btn-header {
  font-family: "Google Sans Flex", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 30px;
  transition: all 0.3s ease;
  /* cursor: none; */
  text-decoration: none;
  display: inline-block;
}

.btn-header:hover {
  text-decoration: none;
}

.btn-header-outline {
  background: transparent;
  color: var(--secondary);
  border: 1px solid rgba(255, 244, 199, 0.3);
}

.btn-header-outline:hover {
  border-color: var(--secondary);
  color: var(--secondary);
}

.btn-header-solid {
  background: var(--secondary);
  color: var(--black);
  border: 1px solid var(--secondary);
}

.btn-header-solid:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--black);
}

.page-template-template-home footer {
  opacity: 0;
  pointer-events: none;
}

/* This creates the scrollable area */
.scroll-sequence-container {
  position: relative;
  background-color: var(--secondary);
  z-index: 1;
}

/* Intro Overlay Elements */
.intro-logo {
  position: absolute;
  top: 40px;
  left: 50px;
  width: 140px;
  z-index: 100;
  pointer-events: none;
}

.intro-scroll-indicator {
  position: absolute;
  bottom: 40px;
  right: 50px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  pointer-events: none;
}

.intro-scroll-indicator .scroll-text {
  font-family: "Helvetica Compressed", sans-serif !important;
  font-size: 1.5rem;
  color: var(--black);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.intro-scroll-indicator .scroll-mouse {
  width: 30px;
  height: 48px;
  border: 2px solid var(--black);
  border-radius: 24px;
  position: relative;
  display: flex;
  justify-content: center;
}

.intro-scroll-indicator .scroll-mouse::before {
  content: '';
  position: absolute;
  top: 8px;
  width: 6px;
  height: 6px;
  background: var(--primary);
  border-radius: 50%;
  animation: scrollMouseWheel 2s infinite cubic-bezier(0.15, 0.41, 0.69, 0.94);
}

@keyframes scrollMouseWheel {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(18px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .intro-logo {
    top: 30px;
    left: 30px;
    width: 110px;
  }

  .intro-scroll-indicator {
    bottom: 20px;
    right: 20px;
    gap: 8px;
  }

  .intro-scroll-indicator .scroll-text {
    font-size: 1.2rem;
  }

  .intro-scroll-indicator .scroll-mouse {
    width: 24px;
    height: 38px;
  }
}

/* The viewport that GSAP will pin */
.sticky-viewport {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Wrapper for scaling */
.signage-frame-wrapper {
  position: absolute;
  width: 300px;
  /* Base portrait width */
  height: 500px;
  /* Base portrait height */
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  /* initial scale is 1 */
}

/* The physical looking frame */
.signage-frame {
  width: 100%;
  height: 100%;
  background-color: transparent;
  /* Transparent to see hero behind */
  border: 12px solid var(--black);
  border-radius: 20px;
  box-shadow: 0 0 0 5000px var(--secondary);
  /* Massive shadow to hide hero outside the frame */
  overflow: hidden;
  position: relative;
}

/* The video inside */
.signage-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* The Hero Section */
.hero-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 1;
  /* Fully visible, but hidden by the massive shadow initially */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary);
  background-image: url('assets/images/hero-bg.png');
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  box-sizing: border-box;
  /* Brand background for hero */
}

/* Hero Container (Split Layout) */
.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  padding: 0 40px;
}

.hero-text-col {
  flex: 1;
  text-align: left;
}

.hero-visual-col {
  flex: 1;
}

/* Typography Overrides for Hero */
.hero-text-col h1 {
  font-size: 3rem;
  line-height: 1.1;
  font-family: "Helvetica Compressed", sans-serif;
  margin-bottom: 24px;
  color: var(--black);
  font-weight: 500;
  text-transform: uppercase;
}

.hero-text-col h1 .light-text {
  color: var(--primary);
}

.hero-text-col p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 40px;
  color: var(--black);
  opacity: 0.8;
}

/* CTAs */
.hero-cta {
  display: flex;
  gap: 20px;
}

.btn {
  display: inline-block;
  padding: 16px 32px;
  font-size: 1.4rem;
  font-family: "Helvetica Compressed", sans-serif;
  text-transform: uppercase;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

.btn-primary {
  background-color: var(--primary);
  color: var(--secondary);
  border: 2px solid var(--primary);
}

.btn-primary:hover {
  background-color: var(--black);
  border-color: var(--black);
  color: var(--secondary);
}

.btn-secondary {
  background-color: transparent;
  color: var(--black);
  border: 2px solid var(--black);
}

.btn-secondary:hover {
  background-color: var(--black);
  color: var(--secondary);
}

/* Bento Grid */
.bento-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.bento-item {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  aspect-ratio: 4 / 5;
  transform-origin: center center;
  position: relative;
  z-index: 1;
}

.bento-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Stagger the grid items slightly for a dynamic look */
.bento-grid .bento-item:nth-child(2),
.bento-grid .bento-item:nth-child(4) {
  transform: translateY(30px);
}



/* --- ROI Section (Pricing Plans) --- */
.roi-section {
  background-color: var(--black);
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px 0;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.roi-container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.roi-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.roi-badge-wrap {
  margin-bottom: 25px;
}

.roi-badge {
  display: inline-block;
  padding: 10px 28px;
  border: 1px solid var(--secondary);
  border-radius: 50px;
  color: var(--secondary);
  font-family: "Google Sans Flex", sans-serif;
  font-size: 1.15rem;
  background: rgba(255, 244, 199, 0.1);
  /* transparent secondary */
}

.roi-title {
  font-family: "Google Sans Flex", sans-serif;
  font-size: 3.5rem;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.roi-title .massive-rupee {
  color: var(--secondary);
}

.roi-desc {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

/* Pricing List - Horizontal Rows */
.plans-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

/* Plan category headers added by the user */
.plan-header {
  position: relative;
  padding-top: 15px;
  margin-top: 45px;
  margin-bottom: 8px;
  width: 100%;
  text-align: center;
}

.plans-list .plan-header:first-of-type {
  margin-top: 10px;
}

.plan-tittle {
  font-family: "Helvetica Compressed", sans-serif;
  font-size: 2.5rem;
  font-weight: 850;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
  margin: 8px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.plan-dis {
  font-family: "Google Sans Flex", sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  max-width: 800px;
  margin: 0 auto;
}


/* Container for Standard and Premium side-by-side */
.plans-row-group {
  display: flex;
  gap: 25px;
  width: 100%;
}

.plans-row-group .plan-row {
  flex: 1;
  flex-direction: column;
  align-items: stretch;
  padding: 40px;
}

.plans-row-group .plan-info-col {
  flex: none;
  margin-bottom: 20px;
}

.plans-row-group .plan-features-col {
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.plans-row-group .plan-feature-item {
  width: 100%;
  justify-content: flex-start;
}

.plans-row-group .plan-feature-item span {
  white-space: normal;
}

@media (max-width: 992px) {
  .plans-row-group {
    flex-direction: column;
    gap: 25px;
  }
}

.plan-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 30px 40px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  gap: 30px;
  backdrop-filter: blur(10px);
}

.plan-row:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.plan-info-col {
  flex: 0 1 280px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.plan-row-title {
  font-family: "Helvetica Compressed", sans-serif;
  font-size: 2.8rem;
  color: var(--white);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.1;
}

.plan-desc {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
  margin: 0;
}

.plan-features-col {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  justify-content: flex-start;
}

.plan-feature-item {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 8px 16px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.plan-feature-item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.plan-feature-item span {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 500;
  font-family: "Google Sans Flex", sans-serif;
  white-space: nowrap;
}

.plan-icon {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--secondary);
}

.plan-action-col {
  flex: 0 0 200px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.btn-plan {
  font-family: "Google Sans Flex", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

.btn-plan-outline {
  background: transparent;
  color: var(--secondary);
  border: 1px solid rgba(255, 244, 199, 0.3);
}

.btn-plan-outline:hover {
  background: rgba(255, 244, 199, 0.08);
  border-color: var(--secondary);
  color: var(--secondary);
  box-shadow: 0 4px 15px rgba(255, 244, 199, 0.15);
}

.btn-plan-solid {
  background: var(--secondary);
  color: var(--black);
  border: 1px solid var(--secondary);
}

.btn-plan-solid:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--black);
  box-shadow: 0 5px 20px rgba(255, 244, 199, 0.25);
}

/* Premium Plan Row Styling */
.plan-premium {
  background: linear-gradient(90deg, rgba(255, 244, 199, 0.06) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid rgba(255, 244, 199, 0.25);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.plan-premium:hover {
  border-color: rgba(255, 244, 199, 0.5);
  box-shadow: 0 15px 40px rgba(255, 244, 199, 0.1);
}

.plan-premium-title {
  color: var(--secondary);
  text-shadow: 0 2px 10px rgba(255, 244, 199, 0.2);
}

.plan-premium .plan-desc {
  color: rgba(255, 244, 199, 0.85);
}

.recommended-badge {
  position: absolute;
  top: -13px;
  left: 40px;
  background: var(--secondary);
  color: var(--primary);
  padding: 4px 16px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Google Sans Flex", sans-serif;
  box-shadow: 0 4px 15px rgba(255, 244, 199, 0.3);
  z-index: 2;
}

/* Prime Plan Row Styling */
/* Prime Plan Custom Dashboard Redesign */
.plan-prime {
  padding: 40px !important;
  background: linear-gradient(135deg, rgba(152, 2, 36, 0.12) 0%, rgba(17, 17, 17, 0.98) 100%) !important;
  border: 1px solid rgba(152, 2, 36, 0.35) !important;
  animation: primePulse 3s infinite ease-in-out;
  position: relative;
  overflow: hidden;
}

@keyframes primePulse {

  0%,
  100% {
    box-shadow: 0 15px 45px rgba(152, 2, 36, 0.18), inset 0 0 15px rgba(152, 2, 36, 0.05);
    border-color: rgba(152, 2, 36, 0.3);
  }

  50% {
    box-shadow: 0 20px 60px rgba(152, 2, 36, 0.32), inset 0 0 25px rgba(152, 2, 36, 0.15);
    border-color: rgba(152, 2, 36, 0.6);
  }
}

.plan-prime::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -80%;
  width: 25%;
  height: 200%;
  background: linear-gradient(90deg,
      rgba(255, 244, 199, 0) 0%,
      rgba(255, 244, 199, 0.12) 50%,
      rgba(255, 244, 199, 0) 100%);
  transform: rotate(35deg);
  animation: sweepSheen 6s infinite ease-in-out;
  pointer-events: none;
  z-index: 1;
}

@keyframes sweepSheen {
  0% {
    left: -80%;
  }

  35%,
  100% {
    left: 150%;
  }
}

.prime-grid-layout {
  display: flex;
  width: 100%;
  gap: 30px;
  align-items: center;
  z-index: 2;
  position: relative;
}

.prime-main-info {
  flex: 0 0 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
}

.prime-action-highlight {
  background: rgba(152, 2, 36, 0.15);
  border: 1px solid rgba(152, 2, 36, 0.35);
  padding: 8px 14px;
  border-radius: 8px;
  text-align: center;
  align-self: flex-start;
}

.prime-highlight-text {
  font-family: "Google Sans Flex", sans-serif;
  color: var(--secondary);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.prime-features-split {
  flex: 1;
  display: flex;
  gap: 30px;
  align-items: center;
}

.prime-specs-block {
  flex: 1.2;
}

.prime-benefits-block {
  flex: 1;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

.prime-sub-title {
  font-family: "Google Sans Flex", sans-serif !important;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--secondary);
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.prime-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.prime-features-grid .plan-feature-item {
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.04);
  padding: 8px 14px;
}

.prime-features-grid .plan-feature-item span {
  font-size: 0.85rem;
}

.prime-benefits-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.benefit-tag {
  display: flex;
  align-items: center;
  background: rgba(152, 2, 36, 0.12);
  border: 1px solid rgba(152, 2, 36, 0.35);
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--white);
  transition: all 0.3s ease;
}

.benefit-tag:hover {
  background: rgba(152, 2, 36, 0.25);
  border-color: rgba(152, 2, 36, 0.6);
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(152, 2, 36, 0.25);
}

.benefit-tag .benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  margin-right: 10px;
  flex-shrink: 0;
}

.benefit-tag .benefit-icon svg {
  display: block;
}

.prime-medal-icon {
  margin-bottom: 12px;
  display: inline-block;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), filter 0.4s ease;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.35));
}

.plan-prime:hover .prime-medal-icon {
  transform: translateY(-6px) scale(1.08) rotate(3deg);
  filter: drop-shadow(0 12px 25px rgba(152, 2, 36, 0.45));
}

.btn-plan-prime-action {
  background: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
}

.btn-plan-prime-action:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--black);
  box-shadow: 0 5px 20px rgba(152, 2, 36, 0.35);
}

@media (max-width: 992px) {
  .prime-grid-layout {
    flex-direction: column;
    gap: 30px;
  }

  .prime-main-info {
    flex: none;
  }
}

@media (max-width: 768px) {
  .prime-features-split {
    flex-direction: column;
    gap: 25px;
  }

  .prime-features-grid {
    grid-template-columns: 1fr;
  }
}

.plan-feature-item.highlight-feature:hover {
  background: rgba(152, 2, 36, 0.2);
  border-color: rgba(152, 2, 36, 0.55);
}

.plan-feature-item.highlight-feature span {
  font-weight: 600;
  color: var(--secondary);
}

.plan-feature-item.highlight-feature .plan-icon {
  color: var(--secondary);
}

/* Icon Animations */
@keyframes iconPulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes iconSpin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes iconBounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

.icon-pulse svg {
  animation: iconPulse 1.5s ease-in-out infinite;
}

.icon-spin svg {
  animation: iconSpin 4s linear infinite;
}

.icon-bounce svg {
  animation: iconBounce 2s ease-in-out infinite;
}

/* Standard Plan Item Specifics */
.plan-standard .plan-feature-item {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.plan-standard .plan-feature-item:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateX(8px);
}

.plan-standard .plan-icon {
  color: rgba(255, 255, 255, 0.7);
}

/* Premium Plan Item Specifics */
.plan-premium .plan-feature-item {
  background: rgba(255, 244, 199, 0.05);
  border: 1px solid rgba(255, 244, 199, 0.2);
}

.plan-premium .plan-feature-item:hover {
  background: rgba(255, 244, 199, 0.1);
  border-color: var(--secondary);
  transform: translateX(8px);
}

.plan-premium .plan-icon {
  color: var(--secondary);
}

@media (max-width: 768px) {
  .plans-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}





/* --- Section 6: Why Choose AURA (Split Layout) --- */
.why-split-section {
  padding: 80px 0 0;
  color: var(--black);
  position: relative;
  z-index: 6;
}

.why-split-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 60px;
}

/* Left Column */
.why-split-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: sticky;
  top: 150px;
  /* Sticks as you scroll the cards */
  height: fit-content;
}

.why-split-title {
  font-size: 4.5rem;
  line-height: 1;
  margin-bottom: 25px;
  font-family: "Helvetica Compressed", sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.why-split-title strong {
  font-weight: 700;
}

.why-split-title .light-text {
  color: var(--primary);
}

.why-split-desc {
  font-size: 1.25rem;
  color: #555;
  margin-bottom: 40px;
  max-width: 90%;
  line-height: 1.6;
  font-weight: 400;
}

/* Vertical Divider */
.why-split-divider {
  width: 2px;
  background-color: #0000001a;
  border-radius: 2px;
  margin: 10px 0;
}

/* Right Column */
.why-split-right {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Feature Cards */
.feature-card {
  display: flex;
  align-items: center;
  border: 1px solid #0000001a;
  border-radius: 24px;
  padding: 30px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  position: relative;
  overflow: hidden;
}

.feature-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--black);
  transform: translateY(-5px);
  background-color: var(--black);
}

.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), #d4001b);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 25px;
  box-shadow: 0 8px 20px rgba(152, 2, 36, 0.2);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.feature-card:hover .feature-icon {
  transform: scale(1.1) rotate(5deg);
}

.feature-icon svg {
  width: 24px;
  height: 24px;
  color: var(--white);
}

.feature-content {
  flex: 1;
}

.feature-content h3 {
  font-family: "Google Sans Flex", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0 0 6px 0;
  color: var(--black);
  letter-spacing: -0.01em;
  transition: color 0.4s ease;
}

.feature-card:hover .feature-content h3 {
  color: var(--white);
}

.feature-content p {
  font-size: 1rem;
  color: #666;
  margin: 0;
  line-height: 1.5;
  transition: color 0.4s ease;
}

.feature-card:hover .feature-content p {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 992px) {
  .why-split-left {
    position: static;
  }
}

@media (max-width: 992px) {
  .why-split-container {
    flex-direction: column;
    gap: 40px;
  }

  .why-split-divider {
    display: none;
  }

  .why-split-title {
    font-size: 3rem;
  }
}



/* --- Section 8: How AURA Works (Timeline) --- */
.how-works-section {
  padding: 120px 0;
  position: relative;
  z-index: 8;
  overflow: hidden;
}

.how-works-header {
  text-align: center;
  margin-bottom: 100px;
}

.how-works-subtitle {
  font-family: "Helvetica Compressed", sans-serif !important;
  font-size: 1.5rem;
  color: var(--primary);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.how-works-title {
  font-family: "Helvetica Compressed", sans-serif !important;
  font-size: 4.5rem;
  font-weight: 700;
  color: var(--black);
  margin: 0 auto;
  max-width: 900px;
  line-height: 1.1;
  text-transform: uppercase;
}

/* Timeline Layout */
.timeline-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}

.timeline-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.timeline-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  /* Animated by GSAP */
  background-color: var(--primary);
}

.timeline-step {
  position: relative;
  width: 50%;
  padding: 40px 60px;
  opacity: 0;
  z-index: 2;
  /* Animated by GSAP */
}

.step-left {
  left: 0;
  text-align: right;
  /* GSAP from transform */
}

.step-right {
  left: 50%;
  text-align: left;
  /* GSAP from transform */
}

.timeline-node {
  position: absolute;
  top: 50px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

/* Position nodes exactly on the center line */
.step-left .timeline-node {
  right: -10px;
}

.step-right .timeline-node {
  left: -10px;
}

/* Active state for node when line hits it */
.timeline-step.active .timeline-node {
  border-color: var(--primary);
  box-shadow: 0 0 15px rgba(152, 2, 36, 0.4);
}

.timeline-content {
  position: relative;
}

.step-number {
  font-family: "Helvetica Compressed", sans-serif;
  font-size: 8rem;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.03);
  position: absolute;
  top: -40px;
  line-height: 1;
  z-index: -1;
  user-select: none;
}

.step-left .step-number {
  right: 0;
}

.step-right .step-number {
  left: 0;
}

.timeline-content h3 {
  font-family: "Helvetica Compressed", sans-serif !important;
  font-size: 2.5rem;
  color: var(--black);
  margin-bottom: 15px;
}

.timeline-content p {
  font-size: 1.15rem;
  color: #666;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .timeline-line {
    left: 30px;
  }

  .timeline-step {
    width: 100%;
    left: 0;
    text-align: left;
    padding: 30px 20px 30px 70px;
  }

  .step-right {
    left: 0;
  }

  .step-left .timeline-node,
  .step-right .timeline-node {
    left: 20px;
    right: auto;
  }

  .step-left .step-number,
  .step-right .step-number {
    left: 20px;
    right: auto;
  }

  .how-works-title {
    font-size: 3rem;
  }
}

/* --- Modern Split-Grid Footer --- */
/* --- Footer --- */
.aura-footer {
  background-color: var(--primary);
  color: #fff;
  padding: 80px 0 40px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.aura-footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  background-image: radial-gradient(#fff 2px, transparent 2px);
  background-size: 30px 30px;
  z-index: 1;
}

.aura-footer .container {
  position: relative;
  z-index: 2;
}

.aura-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.aura-footer-logo img {
  height: 100px;
  width: auto;
  display: block;
}

.aura-footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

.contact-line {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  text-align: end;
}

.contact-text {
  font-family: "Google Sans Flex", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: right;
}

.contact-line a,
.contact-line:hover a,
.contact-line a:hover {
  color: #fff;
}

.contact-line a svg,
.contact-line:hover a svg {
  color: var(--black);
}

.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  color: var(--black);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-line:hover .contact-icon {
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
}

.footer-social-text-links {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.text-social-link {
  font-family: "Google Sans Flex", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  transition: all 0.3s ease;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 0;
}

.hover-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  transform: translateX(-10px);
  color: var(--secondary);
}

.hover-icon svg {
  width: 18px;
  height: 18px;
}

.text-social-link:hover {
  color: var(--secondary);
  gap: 10px;
}

.text-social-link:hover .hover-icon {
  width: 18px;
  opacity: 1;
  transform: translateX(0);
}



.contact-icon svg {
  width: 22px;
  height: 22px;
}

.aura-footer-bottom {
  text-align: center;
  padding-top: 40px;
}

.aura-tagline {
  font-family: "Google Sans Flex", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin: 0;
}

.aura-tagline .separator {
  opacity: 0.5;
}

@media (max-width: 992px) {
  .aura-footer-top {
    flex-direction: column;
    gap: 50px;
    align-items: center;
  }

  .aura-footer-contact {
    align-items: center;
  }

  .aura-tagline {
    flex-direction: column;
    gap: 15px;
    letter-spacing: 2px;
    font-size: 1.2rem;
  }

  .aura-tagline .separator {
    display: none;
  }
}

/* Footer Legal Links */
.footer-legal-links {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.footer-legal-links a {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Google Sans Flex", sans-serif;
  font-size: 0.95rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-legal-links a:hover {
  color: var(--secondary);
}

.footer-legal-links .separator {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.9rem;
}

/* Legal Page Template Styles */
.page-template-template-legal {
  background-color: var(--secondary);
  padding-top: 150px;
  padding-bottom: 80px;
}

.legal-container {
  max-width: 900px;
  margin: 0 auto;
  background-color: var(--white);
  padding: 60px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.legal-title {
  font-family: "Helvetica Compressed", sans-serif;
  font-size: 4rem;
  color: var(--primary);
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}

.legal-updated {
  text-align: center;
  font-family: "Google Sans Flex", sans-serif;
  color: rgba(17, 17, 17, 0.5);
  margin-bottom: 40px;
  font-size: 1rem;
}

.legal-content h2 {
  font-family: "Helvetica Compressed", sans-serif;
  font-size: 2.5rem;
  color: var(--black);
  margin-top: 40px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.legal-content h3 {
  font-family: "Google Sans Flex", sans-serif;
  font-size: 1.5rem;
  color: var(--black);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.legal-content p {
  font-family: "Google Sans Flex", sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(17, 17, 17, 0.8);
  margin-bottom: 20px;
}

.legal-content ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.legal-content li {
  font-family: "Google Sans Flex", sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(17, 17, 17, 0.8);
  margin-bottom: 10px;
}

.aura-privacy-page {
  --aura-brown: #8b5a2b;
  --aura-gold: #b88a4a;
  --aura-light-gold: #f5eee5;
  --aura-bg: #faf9f7;
  --aura-text: #2b2927;
  --aura-muted: #6f6b66;
  --aura-border: #e8e1d8;
  color: var(--aura-text);
  line-height: 1.8;
  padding: 150px 20px 100px;
}

.aura-privacy-container {
  max-width: 1050px;
  margin: 0 auto;
}

/* ================================
   HERO
================================ */

.aura-privacy-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg,
      #fff 0%,
      #f8f3ed 55%,
      #efe5d8 100%);
  border: 1px solid var(--aura-border);
  border-radius: 28px;
  padding: 65px 70px;
  margin-bottom: 25px;
  box-shadow: 0 10px 20px rgb(61 43 27 / 3%);
}

.aura-privacy-hero::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -100px;
  top: -130px;
  border-radius: 50%;
  background: rgba(184, 138, 74, 0.10);
}

.aura-privacy-hero::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: 90px;
  bottom: -100px;
  border-radius: 50%;
  border: 1px solid rgba(139, 90, 43, 0.15);
}

.aura-privacy-label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--aura-brown);
  margin-bottom: 18px;
}

.aura-privacy-label::before {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--aura-gold);
}

.aura-privacy-title {
  position: relative;
  z-index: 2;
  margin: 0 0 15px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -2px;
  color: #27221d;
}

.aura-privacy-date {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--aura-muted);
  font-size: 15px;
}

/* ================================
   INTRO
================================ */

.aura-privacy-intro {
  background: #ffffff;
  border: 1px solid var(--aura-border);
  border-radius: 22px;
  padding: 34px 40px;
  margin-bottom: 25px;
  box-shadow: 0 10px 20px rgb(61 43 27 / 3%);
}

.aura-privacy-intro p {
  margin: 0;
  font-size: 17px;
  color: #4d4843;
}

/* ================================
   CONTENT CARD
================================ */

.aura-privacy-content {
  background: #ffffff;
  border: 1px solid var(--aura-border);
  border-radius: 28px;
  padding: 20px 55px 55px;
  box-shadow: 0 10px 20px rgb(61 43 27 / 3%);
}

/* ================================
   SECTIONS
================================ */

.aura-privacy-section {
  padding: 38px 0;
  border-bottom: 1px solid var(--aura-border);
}

.aura-privacy-section:last-child {
  border-bottom: none;
  padding-bottom: 5px;
}

.aura-privacy-section h2 {
  position: relative;
  margin: 0 0 18px;
  padding-left: 22px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 650;
  color: #2c251f;
}

.aura-privacy-section h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: 24px;
  border-radius: 5px;
  background: linear-gradient(to bottom,
      var(--aura-brown),
      var(--aura-gold));
}

.aura-privacy-section p {
  margin: 0 0 16px;
  font-size: 16px;
  color: #55504a;
}

.aura-privacy-section p:last-child {
  margin-bottom: 0;
}

/* ================================
   LIST
================================ */

.aura-privacy-section ul {
  margin: 12px 0 18px;
  padding: 0;
  list-style: none;
}

.aura-privacy-section li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #55504a;
  font-size: 16px;
}

.aura-privacy-section li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--aura-gold);
}

/* ================================
   IMPORTANT NOTICE
================================ */

.aura-privacy-notice {
  background: linear-gradient(135deg,
      #fbf7f1,
      #f5ede3);
  border: 1px solid #eadbc9;
  border-radius: 16px;
  padding: 22px 25px;
  margin-top: 20px;
}

.aura-privacy-notice p {
  margin: 0;
  color: #4d4035;
}

/* ================================
   CONTACT
================================ */

.aura-contact-box {
  margin-top: 20px;
  padding: 30px;
  border-radius: 18px;
  background: #2c251f;
  color: #fff;
}

.aura-contact-box p {
  color: rgba(255, 255, 255, 0.78);
  margin: 5px 0;
}

.aura-contact-box strong {
  color: #fff;
}

.aura-contact-brand {
  font-size: 20px;
  font-weight: 650;
  margin-bottom: 12px !important;
  color: #fff !important;
}

.aura-contact-email {
  color: #e0b77c !important;
}

.aura-privacy-section a,
.aura-privacy-section a strong {
  color: #980224;
}

.aura-privacy-section strong {
  color: #111111;
}

.aura-privacy-section .aura-contact-box strong {
  color: #e0b77c;
}

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

@media (max-width: 767px) {

  .aura-privacy-page {
    padding: 120px 15px 60px;
  }

  .aura-privacy-hero {
    padding: 45px 28px;
    border-radius: 22px;
    margin-bottom: 25px;
  }

  .aura-privacy-title {
    font-size: 42px;
    letter-spacing: -1.5px;
  }

  .aura-privacy-intro {
    padding: 25px;
    border-radius: 18px;
  }

  .aura-privacy-content {
    padding: 10px 25px 35px;
    border-radius: 22px;
  }

  .aura-privacy-section {
    padding: 30px 0;
  }

  .aura-privacy-section h2 {
    font-size: 21px;
  }

  .aura-privacy-section p,
  .aura-privacy-section li {
    font-size: 15px;
  }

  .aura-contact-box {
    padding: 25px;
  }
}