

body {
  margin: 0;
  font-family: Playfair, sans-serif;
 
  color: 333333;
  text-align: center;
}

.site-header {
  padding: 20px 0 20px;
}

.fade-out {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.logo {
  width: 50px;
  height: auto;
  text-decoration: none;
}

.pricing-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 40px;
}

.checklist li::before {
  content: "✔";
  color: #e63946; /* deep red, tweak to your brand */
  font-weight: bold;
  margin-right: 10px;
}

.desktop-break
	display: none;
	
}

@media (mid-width: 768px)   {
	.desktop-break  {
	display: inline;
}
}

cta-headline {
  font-size: 1.8rem;
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}

.down-arrow {
  font-size: 2.5rem;
  color: red;
  text-align: center;
  animation: pulse 2s infinite ease-in-out;
  margin-top: 1rem;
  text-decoration: none;
}

.arrow-link,
.arrow-link:visited,
.arrow-link:active,
.arrow-link:hover {
  color: red;
  text-decoration: none;
  
  opacity: 1;
  visibility: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}



@keyframes pulse {
  0% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(10px); opacity: 0.6; }
  100% { transform: translateY(0); opacity: 1; }
}

html  {
	scroll-behavior: smooth;
}

.card {
  background: #121212;
  border-radius: 15px;
  padding: 25px;
  width: 300px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

html {
  scroll-behavior: smooth;
}

  .premium {
  background: linear-gradient(145deg, #232323, #4d4d4d);
	border: 1px solid #f0c674;
	color: #f0c674;
	font-weight: 500;
  font-family:"Montserrat", sans-serif;
   text-transform: uppercase;
  border-radius: 7px;
  padding: 12px 12px;
  font-size: 18px;
 text-decoration: none;
} !important

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
 
}

.card .btn {
  background: linear-gradient(145deg, #232323, #4d4d4d);
  border: none;
  color: #cccccc;
  font-weight: 500;
  font-family:"Montserrat", sans-serif;
   text-transform: uppercase;
  border-radius: 7px;
  padding: 12px 12px;
  font-size: 18px;
  
  box-shadow: 0 4px 7px rgba(182, 0, 0, 0.1);
  transition: all 0.25s ease-in-out;
  text-decoration: none; !important;
}

.card h3 {
  font-size: 26px;
  margin-bottom: 8px;
  }

.card h3 small {
  font-size: 16px;
  font-weight: normal;
 
  
}

  .headline {

  
  font-family: 'Oswald', sans-serif;
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  display: block;
}


.card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  text-align: left;
  text-decoration: none; !important;
}

.card li {
  margin-bottom: 10px;
  font-size: 15px;
  text-decoration: none; !important;
}

.button {
  background: #ffffff;
  color: #1c1c1c;
  text-decoration: none;
  padding: 12px 20px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
 
}

site-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}


.logo {
  font-size: 48px; /* For text logo */
  color: white;
}

.site-header img.logo {
  width: 333px; /* Increase width if using an image logo */
  height: auto;
  text-decoration: none;
}

button:hover {
  background: #dddddd;
}



body {
  font-family: 'Playfair', sans-serif;
  color: #eeeeee;
  background-image: url('texture.jpg'); /* Make it subtle */
  background-size: cover;
  background-blend-mode: overlay;
  background-color: #111111 ;

}



}

h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  letter-spacing: 0.5px;
}