* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #050505;
  color: #ffffff;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1180px, 92%);
  margin: auto;
}

header {
  background: #000000;
  border-bottom: 2px solid #e50914;
  position: sticky;
  top: 0;
  z-index: 50;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  gap: 20px;
}

.brand-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: auto;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.brand img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e50914;
  background: #111111;
}

.admin-upload {
  font-size: 18px;
  line-height: 1;
  opacity: 0.10;
  color: #ffffff;
  padding: 8px;
  border-radius: 999px;
  transition: 0.2s ease;
}

.admin-upload:hover {
  opacity: 1;
  color: #e50914;
  transform: scale(1.15);
}

nav ul {
  display: flex;
  list-style: none;
  gap: 18px;
  text-transform: uppercase;
  font-size: 0.86rem;
  letter-spacing: 1px;
}

nav a:hover,
nav a.active {
  color: #e50914;
}

.hero {
  min-height: 82vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 80px 0;
  background:
    radial-gradient(circle at center, rgba(229, 9, 20, 0.20), rgba(0, 0, 0, 0.92) 55%),
    linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.88)),
    url('images/hero.jpg') center/cover no-repeat;
  border-bottom: 1px solid #222222;
}

.page-hero {
  padding: 82px 0 52px;
  text-align: center;
  background: radial-gradient(circle at center, rgba(229, 9, 20, 0.18), #050505 60%);
  border-bottom: 1px solid #222222;
}

.hero-logo {
  width: min(280px, 72vw);
  margin: 0 auto 18px;
  filter: drop-shadow(0 0 25px rgba(229, 9, 20, 0.35));
  border-radius: 50%;
}

.badge {
  display: inline-block;
  border: 1px solid #e50914;
  color: #ffffff;
  background: rgba(229, 9, 20, 0.15);
  padding: 8px 16px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
  margin-bottom: 18px;
}

.hero h1,
.page-hero h1 {
  font-size: clamp(2.4rem, 8vw, 6.2rem);
  line-height: 0.95;
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
  text-shadow: 0 0 28px rgba(229, 9, 20, 0.45);
}

.hero h1 span,
.page-hero h1 span {
  color: #e50914;
}

.hero h1 span {
  display: block;
  letter-spacing: 4px;
}

.hero p,
.page-hero p {
  max-width: 760px;
  margin: 20px auto 28px;
  font-size: 1.15rem;
  color: #eeeeee;
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 10px;
  border: 2px solid #e50914;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.2s;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(180deg, #ff111d, #8b0007);
  color: #ffffff;
}

.btn-secondary {
  background: #080808;
  color: #ffffff;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 22px rgba(229, 9, 20, 0.45);
}

.small-btn {
  padding: 10px 16px;
  font-size: 0.85rem;
  margin: 8px 5px 0;
}

section {
  padding: 72px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 36px;
}

.section-title h2 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 2px;
  line-height: 1.05;
}

.section-title span {
  color: #e50914;
}

.section-title p {
  color: #cccccc;
  margin-top: 8px;
}

.about {
  background: #080808;
  border-top: 1px solid #202020;
  border-bottom: 1px solid #202020;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.about-photo {
  border: 2px solid #e50914;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, #130000, #050505);
  min-height: 360px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 26px;
  box-shadow: 0 0 24px rgba(229, 9, 20, 0.15);
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-photo h3 {
  color: #e50914;
  text-transform: uppercase;
  font-size: 1.7rem;
}

.about-photo p {
  color: #dddddd;
  margin-top: 10px;
}

.about-card {
  border-left: 5px solid #e50914;
  background: linear-gradient(180deg, #111111, #070707);
  border-radius: 16px;
  padding: 30px;
}

.about-card h2 {
  text-transform: uppercase;
  font-size: 2rem;
  font-style: italic;
  margin-bottom: 12px;
}

.about-card h2 span {
  color: #e50914;
}

.about-card p {
  color: #e8e8e8;
  margin-bottom: 13px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.second-row {
  margin-top: 44px;
}

.card {
  background: linear-gradient(180deg, #160000, #080808 35%);
  border: 1px solid #e50914;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(229, 9, 20, 0.13);
  position: relative;
}

.card-head {
  background: linear-gradient(180deg, #d4000b, #590005);
  padding: 18px;
  text-align: center;
  text-transform: uppercase;
}

.card-head h3 {
  font-size: 1.35rem;
  font-style: italic;
  letter-spacing: 1px;
}

.price {
  font-size: 2.3rem;
  font-weight: 900;
}

.price small {
  color: #ff5961;
  font-size: 0.9rem;
  margin-right: 5px;
  font-style: italic;
}

.card-body {
  padding: 22px;
}

.card-body ul {
  list-style: none;
  display: grid;
  gap: 10px;
}

.card-body li::before {
  content: "✓";
  color: #e50914;
  font-weight: 900;
  margin-right: 10px;
}

.tag {
  background: #e50914;
  text-align: center;
  padding: 8px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}

.dark-band {
  background: #0b0b0b;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
}

.upgrade-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.upgrade {
  background: #050505;
  border: 1px solid #333333;
  border-radius: 16px;
  padding: 22px;
  text-align: center;
}

.upgrade h3 {
  color: #e50914;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-style: italic;
}

.upgrade strong {
  font-size: 1.3rem;
}

.gallery-grid-auto {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.home-gallery {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-tile {
  border: 1px solid #e50914;
  border-radius: 16px;
  overflow: hidden;
  background: #080808;
  box-shadow: 0 0 18px rgba(229, 9, 20, 0.12);
  position: relative;
}

.gallery-tile img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  background: #111111;
  transition: transform 0.25s ease;
}

.gallery-tile:hover img {
  transform: scale(1.04);
}

.gallery-label {
  padding: 12px;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #080808;
  color: #ffffff;
}

.empty-gallery {
  border: 1px solid #e50914;
  border-radius: 16px;
  background: #080808;
  padding: 40px;
  text-align: center;
  color: #cccccc;
}

.why-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.why-box,
.faq-box {
  background: #0b0b0b;
  border-left: 4px solid #e50914;
  border-radius: 12px;
  padding: 22px;
}

.why-box h3,
.faq-box h3 {
  text-transform: uppercase;
  margin-bottom: 8px;
}

.why-box p,
.faq-box p {
  color: #d8d8d8;
}

.pricing-note {
  margin-top: 28px;
  border: 1px solid #e50914;
  border-radius: 18px;
  padding: 26px;
  background: linear-gradient(180deg, #130000, #050505);
  text-align: center;
  box-shadow: 0 0 20px rgba(229, 9, 20, 0.14);
}

.pricing-note h3 {
  color: #e50914;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 10px;
}

.pricing-note p {
  color: #e8e8e8;
  margin: 8px 0;
}

.muted {
  color: #aaaaaa !important;
  margin-top: 14px !important;
}

.contact {
  background: radial-gradient(circle at center, rgba(229, 9, 20, 0.20), #050505 58%);
  text-align: center;
}

.contact-box {
  max-width: 820px;
  margin: auto;
  border: 2px solid #e50914;
  border-radius: 20px;
  padding: 38px;
  background: rgba(0, 0, 0, 0.76);
}

.contact-box h2 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  text-transform: uppercase;
  font-style: italic;
}

.contact-box h2 span {
  color: #e50914;
}

.contact-box p {
  margin: 12px 0 24px;
  color: #dddddd;
}

footer {
  background: #000000;
  border-top: 2px solid #e50914;
  padding: 24px 0;
  text-align: center;
  color: #aaaaaa;
}

.upload-page {
  min-height: 100vh;
  padding: 50px 0;
}

.upload-box {
  max-width: 760px;
  margin: auto;
  border: 2px solid #e50914;
  border-radius: 20px;
  padding: 30px;
  background: linear-gradient(180deg, #130000, #050505);
}

.upload-box h1 {
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 10px;
}

.upload-box label {
  display: block;
  margin: 18px 0 8px;
  font-weight: 900;
}

.upload-box input,
.upload-box select,
.upload-box button {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #e50914;
  background: #050505;
  color: #ffffff;
}

.upload-box button {
  margin-top: 18px;
  background: linear-gradient(180deg, #ff111d, #8b0007);
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.upload-message {
  padding: 14px;
  margin: 16px 0;
  border-radius: 10px;
  background: #101010;
  border: 1px solid #e50914;
}

.upload-buttons {
  margin-top: 18px;
}

@media (max-width: 950px) {
  nav ul {
    display: none;
  }

  .about-grid,
  .cards,
  .upgrade-grid,
  .why-grid,
  .faq-grid,
  .gallery-grid-auto,
  .home-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .about-grid,
  .cards,
  .upgrade-grid,
  .why-grid,
  .faq-grid,
  .gallery-grid-auto,
  .home-gallery {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding: 70px 0;
  }

  .brand span {
    font-size: 0.9rem;
  }

  .gallery-tile img {
    height: 250px;
  }
}


.service-area {
  color: #dddddd;
  margin: 8px 0 24px;
  font-size: 0.98rem;
}

.package-intro {
  color: #eeeeee;
  margin-bottom: 16px;
  font-weight: 700;
}

.card-body h4 {
  color: #e50914;
  text-transform: uppercase;
  font-style: italic;
  margin: 18px 0 8px;
  letter-spacing: 1px;
}

.ideal {
  border-top: 1px solid #333333;
  color: #eeeeee;
  margin-top: 18px;
  padding-top: 14px;
}


/* Updated services page layout */
.services-overview {
  padding-top: 60px;
}

.service-cards {
  align-items: stretch;
}

.service-card {
  display: flex;
  flex-direction: column;
}

.service-card .card-head {
  padding: 22px 18px 18px;
}

.price-note {
  color: #ffd1d4;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: -6px;
}

.service-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
}

.quick-list {
  text-align: left;
  margin-bottom: 18px;
}

.service-card-body .package-intro {
  color: #dddddd;
  font-weight: 600;
  margin: auto 0 18px;
}

.learn-btn {
  align-self: center;
  min-width: 155px;
}

.service-tag {
  background: #e50914;
}

.featured-card {
  transform: translateY(-10px);
  box-shadow: 0 0 32px rgba(229, 9, 20, 0.28);
}

.package-details {
  padding-top: 72px;
}

.detail-card {
  scroll-margin-top: 105px;
  background: linear-gradient(180deg, #130000, #050505);
  border: 1px solid #e50914;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 26px;
  box-shadow: 0 0 20px rgba(229, 9, 20, 0.13);
}

.detail-heading {
  text-align: center;
  margin-bottom: 26px;
}

.detail-label {
  display: inline-block;
  background: #e50914;
  border-radius: 999px;
  padding: 7px 14px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 0.78rem;
  margin-bottom: 12px;
}

.detail-heading h2 {
  text-transform: uppercase;
  font-style: italic;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.05;
}

.detail-heading p {
  color: #dddddd;
  max-width: 760px;
  margin: 10px auto 0;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.detail-grid > div {
  background: #070707;
  border: 1px solid #303030;
  border-radius: 16px;
  padding: 22px;
}

.detail-grid h3 {
  color: #e50914;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 12px;
}

.detail-grid ul {
  list-style: none;
  display: grid;
  gap: 9px;
}

.detail-grid li::before {
  content: "✓";
  color: #e50914;
  font-weight: 900;
  margin-right: 10px;
}

@media (max-width: 950px) {
  .featured-card {
    transform: none;
  }
}

@media (max-width: 620px) {
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .detail-card {
    padding: 22px;
  }
}
