@charset "UTF-8";

:root {
  --fnt-size-1: 1.5rem;
  --fnt-size-2: 2rem;
  --fnt-size-3: 2.5rem;
  --fnt-size-4: 3rem;
  --fnt-size-5: 4rem;
  --spacer: 1rem;
  --spacer-2: 2rem;
  --spacer-3: 3rem;
  --spacer-4: 4rem;
  --font-family: "Phudu", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --clr-success: var(--clr-green-500);
  --clr-error: var(--clr-red-500);
  --clr-warning: #f59e0b;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

img {
  width: 100%;
}

a :hover,
button :hover {
  cursor: "pointer";
}

header {
  align-items: center;
  justify-content: space-between;
  min-height: 4rem;
  padding: 0rem 1rem;
  position: relative;
  max-width: var(--max-width-container);
  margin: auto;
}

@media (min-width: 768px) {
  header {
    display: flex;
  }
}

header .header--menu {
  gap: 1rem;
}

@media (min-width: 768px) {
  header .header--menu {
    display: flex;
  }
}

nav {
  z-index: 3;
  position: relative;
}

nav ul {
  display: none;
}

nav .menu-btn {
  display: none;
}

nav .menu-btn:checked~.menu {
  display: block;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 3rem 0 0 0;
  background-color: var(--clr-menu-background);
  padding: 2rem 1rem;
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  nav ul {
    max-height: none;
    display: flex;
    gap: 1rem;
    align-items: center;
  }
}

.menu-btns {
  display: flex;
  gap: 0.8rem;
  z-index: 9999;
  position: absolute;
  right: 1rem;
  top: 5px;
  align-items: center;
}

.menu-btns .menu-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  user-select: none;
  background-color: var(--clr-tertiary);
  padding: 0 0.2rem;
  height: 45px;
  border-radius: 0.2rem;
}

.menu-btns .menu-icon svg {
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .menu-btns .menu-icon {
    display: none;
  }
}

@media (min-width: 768px) {
  .menu-btns {
    position: relative;
    top: 0px;
    margin: 0 1rem;
  }
}

.intro-section .menu a {
  color: var(--clr-nav-text-inverted);
}

.intro-section.bg-primary {
  background-color: var(--clr-hero-surface);
}

.intro-section.bg-primary .menu a {
  color: var(--clr-nav--text);
}

.intro-section.bg-primary a.button {
  color: var(--clr-nav--btn-text);
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 19px;
}

.intro-section.bg-primary .hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.5rem;
  padding-bottom: 3rem;
}

.intro-section.bg-primary .hero--title, .intro-section.bg-primary .hero--subtitle {
  color: var(--clr-hero-text);
}

.intro-section.bg-primary .hero p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.intro-section {
  position: relative;
}

.intro-section--image {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  object-fit: cover;
  position: absolute;
  overflow: hidden;
  z-index: 0;
  opacity: 0.3;
}

.intro-section .container {
  position: relative;
  z-index: 2;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(0.875rem, 0.01vw + 0.75rem, 1rem);
  background-color: var(--clr-surface-body);
  color: var(--clr-surface-text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Phudu", sans-serif;
  font-weight: 800;
  margin-bottom: 0.5rem;
  line-height: 1;
}

h1 {
  font-size: clamp(2rem, 6vw, 4rem);
}

h2 {
  font-size: clamp(2.5rem, 5vw, 3rem);
}

h3 {
  font-size: clamp(2rem, 4vw, 2.75rem);
}

h4 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
}

h5 {
  font-size: clamp(1.5rem, 2vw, 1.75rem);
}

h6 {
  font-size: clamp(1.25rem, 1vw, 1.5rem);
}

.lead-title {
  text-align: center;
  padding: var(--spacer-3) 0;
  color: var(--clr-lead-title-text);
}

.lead-title img {
  margin-bottom: 1rem;
  width: 3rem;
  height: 3rem;
}

.legal {
  background-color: var(--clr-legal-background);
  color: var(--clr-legal-text);
}

.legal h6 {
  margin: 1.6rem 1rem;
}

.button {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 12px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  line-height: 1.25rem;
  font-weight: bold;
  font-size: 0.875rem;
  padding: 1rem;
}

.button--primary {
  background-color: var(--clr-button-primary);
  color: var(--clr-button-primary-text);
}

.button--primary:hover {
  background-color: var(--clr-button-primary-hover);
}

.button--secondary {
  background-color: var(--clr-button-secondary);
  color: var(--clr-button-secondary-text);
}

.button--secondary:hover {
  background-color: var(--clr-button-secondary-hover);
}

.button--outline {
  color: #fff;
  border: 1px solid #fff !important;
  cursor: pointer;
  padding: 4px 16px;
  white-space: nowrap;
  border-radius: 100px;
  background-color: transparent;
}

.button--small {
  padding: 0.8rem 2rem;
}

.card {
  border-radius: 1.5rem;
  background-color: var(--clr-card-background);
  border: 1px solid var(--clr-card-border);
  margin-bottom: 1rem;
}

.card .icon {
  width: 4rem;
  height: 4rem;
  filter: var(--clr-icons-filter);
}

.card__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 1rem;
}

.card__title {
  color: var(--clr-card-text);
  background-color: var(--clr-card-foreground);
  padding: 1rem 1rem;
  border-radius: 1.5rem 1.5rem 0 0;
}

.card__subtitle {
  color: var(--clr-card-text);
}

.card--pricing {
  text-align: center;
}

.card--pricing .card__content {
  margin: 0 auto;
}

.card--signin {
  width: 100%;
  max-width: 450px;
  text-align: left;
}

.card--signin p {
  color: #333 !important;
  font-size: 1rem !important;
  margin: 1rem 0;
  line-height: 0.4;
  text-align: left !important;
}

.card--signin .package-title {
  font-size: 1.3rem !important;
  line-height: 1.2;
}

.card--signin .button {
  width: 100%;
  text-align: center;
}

.card--large {
  padding: 1.25rem;
  flex-direction: COLUMN;
  display: flex;
  align-items: left;
  gap: 0.5rem;
  justify-content: space-between;
}

.card--large .card__title {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.card--large img {
  width: 4rem;
  height: 4rem;
  margin-bottom: 2rem;
}

.card--large h6 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
}

.card--small {
  padding: 1.25rem;
  flex-direction: row;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: space-between;
  flex: 2 1 auto;
}

.card--small .card__title {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

.card .operator__price {
  color: var(--clr-pricing-card-price) !important;
}

.card .operator__frequency {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: var(--clr-pricing-card-frequency);
  font-family: "Phudu", sans-serif;
  font-weight: 700;
}

.card .card-footer {
  font-family: "Phudu", sans-serif;
  font-weight: 800;
  margin-top: auto;
}

.post-card {
  flex: 1 1 auto;
  color: #394649;
  cursor: pointer;
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(184, 184, 184, 0.5);
  border-radius: 8px;
  background-color: #fff;
}

.post-card__image {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 0;
}

.post-card__image img {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  position: absolute;
  border-radius: 8px 8px 0px 0px;
}

.post-card__content {
  padding: 1rem;
  display: flex;
  position: relative;
  flex-direction: column;
}

.post-card__content p {
  max-height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.portfolio-container {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  gap: 0.6rem;
  width: 100%;
}

.portfolio-container--wrap {
  flex-wrap: wrap;
}

.portfolio-container .portfolio-card {
  position: relative;
  margin-bottom: 1rem;
}

.portfolio-container .portfolio-card img {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.6rem;
}

.portfolio-container .portfolio-card--content {
  position: absolute;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0) 65.1%, rgba(13, 13, 13, 0.7) 100%);
  padding: 14px 16px 16px 16px;
  bottom: 0;
  left: 0;
  right: 0;
}

.portfolio-container .portfolio-card--large {
  flex: 0 0 calc(28% - 0.667rem);
  min-width: 250px;
}

.portfolio-container .portfolio-card--large:nth-child(2) {
  flex: 0 0 calc(44% - 0.667rem);
}

.portfolio-container .portfolio-card--large__img {
  height: 40vh;
  max-height: 500px;
}

.portfolio-container .portfolio-card--small {
  will-change: transform;
  flex: 0 0 calc(20% - 0.667rem);
}

.portfolio-container .portfolio-card--small__img {
  height: 20vh;
  max-height: 200px;
  min-width: 200px;
}

.portfolio-container--small {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.portfolio-card--small {
  flex: 0 0 auto;
  will-change: transform;
  transform: translateX(0);
  white-space: nowrap;
}

.portfolio-card--small--fast {
  animation: marquee 16s linear infinite;
}

.portfolio-card--small--slow {
  animation: marquee 24s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: rgba(105, 164, 227, 0.9019607843);
  display: inline;
}

.about-section {
  margin: auto;
}

.container {
  padding: 0 1rem;
  margin: auto;
  max-width: var(--max-width-container);
}

@media (min-width: 768px) {
  .container {
    padding: 2.5rem 1rem;
  }
}

.grid {
  gap: 1rem;
}

@media (min-width: 400px) {
  .grid {
    display: grid;
  }
}

.logo,
.footer-logo {
  width: clamp(120px, 10vw, 15vw);
  display: block;
  padding-top: 1rem;
}

.logo img,
.footer-logo img {
  width: 100%;
  height: auto;
}

.footer-logo {
  margin: 0 auto;
}

.hero-section {
  padding-top: 3rem;
}

.hero-section h1 {
  font-weight: 800;
  letter-spacing: -0.01rem;
  text-transform: uppercase;
  text-align: center;
}

.hero-section p {
  text-align: center;
  color: var(--clr-text-muted);
  font-size: 1.5rem;
  line-height: 2rem;
}

.hero-section~main {
  margin-top: 4rem;
}

.hero-section .sigin-form-section {
  max-width: 600px;
  margin: auto;
}

.hero-section .sigin-form-section .card__title {
  margin: 0;
  color: var(--clr-signin-form-title);
}

.hero-section .sigin-form-section p {
  margin-top: 1rem;
  font-size: 0.875rem !important;
  line-height: 1rem !important;
}

.unsubscribe-section,
.subscription-section,
.refund-section,
.features-section,
.vision-section,
.contact-section,
.contact-form-section,
.categories-section,
.gallery-section,
.testimonials-section,
.about-section,
.milestones-section {
  background-color: var(--clr-surface-section);
}

.unsubscribe-section .container,
.subscription-section .container,
.refund-section .container,
.features-section .container,
.vision-section .container,
.contact-section .container,
.contact-form-section .container,
.categories-section .container,
.gallery-section .container,
.testimonials-section .container,
.about-section .container,
.milestones-section .container {
  background-color: var(--clr-container);
  margin: auto;
}

.about-section .grid,
.features-section .grid,
.gallery-section .grid,
.categories-section .grid,
.testimonials-section .grid,
.milestones-section .grid,
.subscription-section .grid,
.pricing-cards .grid,
.unsubscribe-section .grid {
  grid-template-columns: var(--about-section-grid-columns);
}

.refund-section li {
  padding: 0.8rem;
}

.img {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 63%;
  margin-bottom: 0;
}

.img img {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  position: absolute;
  border-radius: 8px 8px;
}

.errorMsg {
  color: #d8000c;
  background-color: #ffbaba;
  padding: 4px 10px;
  font-size: 13px;
  margin: 6px 0;
  display: none;
}

.successMsg {
  color: #270;
  background-color: #dff2bf;
  padding: 4px 10px;
  font-size: 13px;
  margin: 6px 0;
  display: block;
}

.legals .container {
  padding-bottom: 10vh;
}

.legals .container p {
  margin-top: 1rem;
  line-height: 1.8rem;
}

.legals .container h6 {
  margin-top: 3rem;
}

.terms-links a,
.terms-links p {
  display: inline-block;
}

.terms-links a {
  margin-left: 0.3rem;
}

.tab-wrap {
  gap: 8px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.tab {
  display: none;
}

.tab:checked:nth-of-type(1)~.tab__content:nth-of-type(1) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(2)~.tab__content:nth-of-type(2) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(3)~.tab__content:nth-of-type(3) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(4)~.tab__content:nth-of-type(4) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(5)~.tab__content:nth-of-type(5) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(6)~.tab__content:nth-of-type(6) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(7)~.tab__content:nth-of-type(7) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(8)~.tab__content:nth-of-type(8) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(9)~.tab__content:nth-of-type(9) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(10)~.tab__content:nth-of-type(10) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(11)~.tab__content:nth-of-type(11) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(12)~.tab__content:nth-of-type(12) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(13)~.tab__content:nth-of-type(13) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(14)~.tab__content:nth-of-type(14) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(15)~.tab__content:nth-of-type(15) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(16)~.tab__content:nth-of-type(16) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(17)~.tab__content:nth-of-type(17) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(18)~.tab__content:nth-of-type(18) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(19)~.tab__content:nth-of-type(19) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(20)~.tab__content:nth-of-type(20) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(21)~.tab__content:nth-of-type(21) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(22)~.tab__content:nth-of-type(22) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(23)~.tab__content:nth-of-type(23) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(24)~.tab__content:nth-of-type(24) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(25)~.tab__content:nth-of-type(25) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked+label {
  cursor: default;
}

.tab+label {
  cursor: pointer;
  display: block;
  text-decoration: none;
  user-select: none;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  box-sizing: border-box;
}

.tab__content {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  scroll-behavior: smooth;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  transform: translateY(-3px);
}

.footer-section {
  padding: clamp(1rem, 5vw, 8rem) 0;
  color: var(--clr-footer-text);
}

.footer-section a {
  color: var(--clr-footer-link-text);
  line-height: 2rem;
}

.footer-section .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  justify-content: space-between;
  padding-top: 3rem;
  padding-bottom: 3rem;
  gap: 3rem;
}

.footer-section .container div {
  padding: 0 1rem;
}

.footer-section .container p {
  margin: 1rem 0;
}

.footer-section .container ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .footer-section .container ul {
    align-items: flex-end;
  }
}

:root {
  --fnt-size-1: 1.5rem;
  --fnt-size-2: 2rem;
  --fnt-size-3: 2.5rem;
  --fnt-size-4: 3rem;
  --fnt-size-5: 4rem;
  --spacer: 1rem;
  --spacer-2: 2rem;
  --spacer-3: 3rem;
  --spacer-4: 4rem;
  --font-family: "Phudu", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --clr-success: var(--clr-green-500);
  --clr-error: var(--clr-red-500);
  --clr-warning: #f59e0b;
}

.pricing-cards {
  grid-template-columns: var(--about-section-grid-columns);
  display: grid;
  width: 100%;
}

:root {
  --fnt-size-1: 1.5rem;
  --fnt-size-2: 2rem;
  --fnt-size-3: 2.5rem;
  --fnt-size-4: 3rem;
  --fnt-size-5: 4rem;
  --spacer: 1rem;
  --spacer-2: 2rem;
  --spacer-3: 3rem;
  --spacer-4: 4rem;
  --font-family: "Phudu", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --clr-success: var(--clr-green-500);
  --clr-error: var(--clr-red-500);
  --clr-warning: #f59e0b;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group--flex {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.form-group--flex .form-group {
  flex: 1;
}

input,
textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #ccc;
  border-radius: 0.375rem;
  background-color: #fff;
  font-size: 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

input:focus,
textarea:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: none;
}

input:hover,
textarea:hover {
  border-color: #aaa;
}

textarea {
  height: 10rem;
}

.button {
  border: 0;
}

/* Core styles/functionality */
.accordion {
  position: relative;
  margin-bottom: 1.25rem;
  border: 2px solid var(--clr-tab-border);
  border-radius: 0.5rem;
}

.accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
  position: relative;
  border-radius: 0.5rem;
}

.accordion__content div {
  padding: 1rem;
}

.accordion__content p {
  color: var(--clr-tab-text);
}

input:checked~.accordion__content {
  max-height: 100%;
  margin-bottom: 1.25rem;
}

.accordion label {
  justify-content: space-between;
  padding: 1rem;
  font-weight: 400;
  display: flex;
  background-color: var(--clr-tab-background);
  border-top: 0;
}

.accordion label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
  color: var(--clr-tab-text);
  font-size: 2rem;
  opacity: 0.5;
}

.accordion label h1 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 0;
  color: var(--clr-tab-text);
}

.accordion__label {
  justify-content: space-between;
  padding: 1rem;
}

.accordion__content p {
  margin: 0;
  padding: 1rem;
}

.accordion__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}

input:not(:checked)+.accordion__label:hover::after {
  animation: bounce 0.5s infinite;
}

@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(0.25rem);
  }

  75% {
    transform: rotate(90deg) translate(-0.25rem);
  }
}

.lang-select {
  display: block;
  position: relative;
  text-transform: uppercase;
  z-index: 999;
}

.lang-select .toggle-el {
  display: none;
}

.lang-select .toggle-el .lang-list {
  background: var(--clr-lang-button-foreground);
  z-index: 1;
  margin-top: 0.5rem;
}

.lang-select .toggle-el .lang-list a {
  display: block;
  padding: 0.3rem 0.7rem;
  border-bottom: 1px solid var(--clr-lang-item-border);
  color: var(--clr-lang-item-text);
  position: relative;
  width: 100%;
  padding-left: 1rem;
}

.lang-select label.toggle {
  text-align: center;
  display: flex;
  gap: 0.5rem;
  cursor: pointer;
  padding: 0.5em 0.8em 0.5em 0.8em;
  font-size: 1rem;
  color: var(--clr-lang-button-text);
  background: var(--clr-lang-button-background);
  border-radius: 3px;
  user-select: none;
  height: 45px;
  align-items: center;
}

.lang-select label.toggle svg {
  width: 1.5rem;
  height: 1.5rem;
}

.lang-select .hide-input:checked~.toggle-el {
  display: block;
  transition: all 0.2s ease;
  opacity: 1;
  position: absolute;
  top: 40px;
  width: 100%;
}

.lang-select input.hide-input {
  position: absolute;
  left: -999em;
}

.header {
  font-family: "Phudu", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

:root {
  --clr-primary: #e32652;
  --clr-secondary: #111111;
  --clr-tertiary: #ffffff0d;
  --clr-light: #ffffffe6;
  --clr-dark: #111111;
  --clr-border: #ffffff14;
  --max-width-container: 1280px;
  --container-y-padding: clamp(2rem, 5vw, 5rem);
  --container-x-padding: clamp(1rem, 1vw + 0.75rem, 5rem);
  --grid-3: repeat(auto-fit, minmax(min(100%, calc(var(--max-width-container) / 2- var(--container-x-padding))), 1fr));
  --grid-3: repeat(auto-fit, minmax(min(100%, calc(var(--max-width-container) / 3 - var(--container-x-padding))), 1fr));
  --grid-4: repeat(auto-fit, minmax(calc(var(--max-width-container) / 4 - 2rem), 1fr));
  --grid-6: repeat(auto-fit, minmax(calc(var(--max-width-container) / 6 - 2rem), 1fr));
  --clr-text: var(--clr-light);
  --clr-text-inverted: var(--clr-dark);
  --clr-surface-body: var(--clr-dark);
  --clr-surface-text: var(--clr-light);
  --clr-surface-section: var(--clr-dark);
  --clr-surface-container: var(--clr-light);
  --clr-nav-text: var(--clr-light);
  --clr-nav-text-inverted: var(--clr-light);
  --clr-nav-background: var(--clr-light);
  --clr-nav-cta-surface: var(--clr-primary);
  --clr-nav-cta-text: var(--clr-primary);
  --clr-menu-background: var(--clr-tertiary);
  --clr-lang-button-background: var(--clr-light);
  --clr-lang-button-text: var(--clr-dark);
  --clr-lang-button-foreground: #3a3939f2;
  --clr-lang-button-border: var(--clr-border);
  --clr-lang-item-border: var(--clr-border);
  --clr-lang-item-text: var(--clr-light);
  --clr-hero-surface: var(--clr-secondary);
  --clr-hero-text: var(--clr-light);
  --clr-lead-title-text: var(--clr-light);
  --clr-card-background: var(--clr-tertiary);
  --clr-card-foreground: var(--clr-tertiary);
  --clr-card-text: var(--clr-light);
  --clr-card-price: var(--clr-dark);
  --clr-card-frequency: var(--clr-dark);
  --clr-card-border: var(--clr-border);
  --clr-tab-background: var(--clr-tertiary);
  --clr-tab-border: var(--clr-tertiary);
  --clr-tab-text: var(--clr-light);
  --clr-tab-icon: var(--clr-dark);
  --clr-tab-hover: color-mix(in srgb, var(--clr-primary) 85%, black);
  --clr-input-background: var(--clr-light);
  --clr-input-border: var(--clr-dark);
  --clr-input-text: var(--clr-dark);
  --clr-input-placeholder: var(--clr-dark);
  --clr-button-primary: var(--clr-primary);
  --clr-button-primary-text: var(--clr-light);
  --clr-button-primary-hover: color-mix(in srgb, var(--clr-primary) 85%, black);
  --clr-button-secondary: var(--clr-primary);
  --clr-button-secondary-text: var(--clr-light);
  --clr-button-secondary-hover: color-mix(in srgb, var(--clr-light) 85%, black);
  --clr-signin-form-disclaimer: var(--clr-light);
  --clr-footer-text: var(--clr-light);
  --clr-footer-link-text: #69a4e3e6;
  --clr-footer-border: var(--clr-border);
  --clr-legal-background: var(--clr-light);
  --clr-legal-text: var(--clr-dark);
  --fnt-size-1: 1.5rem;
  --fnt-size-2: 2rem;
  --fnt-size-3: 2.5rem;
  --fnt-size-4: 3rem;
  --fnt-size-5: 4rem;
  --spacer: 1rem;
  --spacer-2: 2rem;
  --spacer-3: 3rem;
  --spacer-4: 4rem;
  --clr-success: var(--clr-green-500);
  --clr-error: var(--clr-red-500);
  --clr-warning: #f59e0b;
  --clr-icons-filter: var(--clr-icons);
  --about-section-grid-columns: var(--grid-3);
  --clr-nav--text: var(--clr-light);
  --clr-nav--btn-text: var(--clr-light);
  --clr-text-muted: rgba(255, 255, 255, 0.65);
  --clr-container: transparent;
  --clr-icons: brightness(0) invert(1);
  --clr-accent-glow: rgba(227, 38, 82, 0.4);
  --clr-accent-gradient: linear-gradient(135deg, #e32652 0%, #ff4d6d 100%);
  --clr-glass-bg: rgba(255, 255, 255, 0.03);
  --clr-glass-border: rgba(255, 255, 255, 0.08);
  --section-separator: linear-gradient(90deg, transparent, rgba(227, 38, 82, 0.3), transparent);
  --shadow-card-hover: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(227, 38, 82, 0.1);
  --transition-smooth: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.contact-form-section .container {
  background-color: var(--clr-tertiary);
  padding: 0 2.5rem 2.5rem 2.5rem;
}

section {
  background: linear-gradient(to top, #111111, #222222);
  background-size: 100% 200px;
  background-repeat: no-repeat;
  border-bottom: 1px solid var(--clr-border);
  padding: 0;
  padding-bottom: 8rem;
}

.hero-section {
  padding-bottom: 0;
  background: transparent;
}

.cls-company-name::before {
  content: '\00004D\00006F\000062\000069\00006D\000069\00006C\000069\000061\000020\000042\00002E\000056\00002E';
}

.cls-company-address::before {
  content: '\000056\000061\00006E\000020\000044\000069\000065\00006D\000065\00006E\000073\000074\000072\000061\000061\000074\000020\000033\000035\000036\00002C\000020\000031\000030\000031\000033\000020\000043\000052\00002C\000020\000041\00006D\000073\000074\000065\000072\000064\000061\00006D\00002C\000020\000054\000068\000065\000020\00004E\000065\000074\000068\000065\000072\00006C\000061\00006E\000064\000073';
}

.cls-company-email::before {
  content: '\000069\00006E\000066\00006F\000040\00006D\00006F\000062\000069\00006D\000069\00006C\000069\000061\00002E\000063\00006F\00006D';
}

.cls-company-mobixone::before {
  content: '\00004D\00006F\000062\000069\000078\00006F\00006E\000065\000020\000028\000050\000074\000079\000029\000020\00004C\000074\000064';
}

/* ============================================================
   VISUAL REDESIGN - Premium Streaming Platform Enhancements
   ============================================================ */

/* --- Step 2: Global Button Overhaul --- */
.button {
  border-radius: 50px;
  letter-spacing: 0.05em;
  position: relative;
  overflow: hidden;
}

.button--secondary {
  background: var(--clr-accent-gradient);
  box-shadow: 0 4px 15px var(--clr-accent-glow);
  transition: var(--transition-smooth);
}

.button--secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(227, 38, 82, 0.55);
  background: linear-gradient(135deg, #ff4d6d 0%, #e32652 100%);
}

/* --- Step 3: Sticky Glassmorphism Header --- */
.header-wrapper {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(17, 17, 17, 0.75);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

nav .menu a {
  position: relative;
  transition: color 0.3s ease;
  text-decoration: none;
}

nav .menu li:not(:last-child) a:not(.button) {
  position: relative;
}

nav .menu li:not(:last-child) a:not(.button)::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--clr-accent-gradient);
  transition: width 0.3s ease;
}

nav .menu li:not(:last-child) a:not(.button):hover::after {
  width: 100%;
}

nav .menu li:not(:last-child) a:not(.button):hover {
  color: #ff4d6d;
}

/* --- Step 4: Hero Title Readability Fix --- */
.gradient-text {
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 0, 0, 0.5);
}

.hero--price {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 500;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.9), 0 0 30px rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 2;
}

.hero--price strong {
  color: var(--clr-primary);
  font-weight: 700;
  text-shadow: 0 0 20px rgba(227, 38, 82, 0.4);
}

.hero--subtitle {
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

/* --- Step 5: Card Glassmorphism & Hover Effects --- */
.card {
  background: var(--clr-glass-bg);
  border: 1px solid var(--clr-glass-border);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: var(--transition-smooth);
  position: relative;
  overflow: hidden;
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1.5rem;
  padding: 1px;
  background: linear-gradient(135deg, transparent, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: background 0.4s ease;
  pointer-events: none;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
}

.card:hover::before {
  background: linear-gradient(135deg, rgba(227, 38, 82, 0.4), rgba(255, 77, 109, 0.1), transparent);
}

.card .icon {
  background: rgba(227, 38, 82, 0.1);
  border-radius: 1rem;
  padding: 0.75rem;
  width: 4rem;
  height: 4rem;
  transition: transform 0.3s ease;
}

.card:hover .icon {
  transform: scale(1.08);
}

/* --- Step 6: Section Lead Titles --- */
.lead-title {
  max-width: 700px;
  margin: 0 auto;
}

.lead-title p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
  margin-top: 0.75rem;
}

.lead-title .icon {
  filter: brightness(0) saturate(100%) invert(25%) sepia(90%) saturate(4000%) hue-rotate(335deg) brightness(95%) contrast(95%);
}

/* --- Step 7: Section Separators & Alternating Backgrounds --- */
section {
  position: relative;
  border-bottom: none;
  padding-bottom: 4rem;
}

section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 1px;
  background: var(--section-separator);
}

.hero-section::after {
  display: none;
}

.about-section {
  background-color: #141418;
}

.features-section {
  background-color: #131316;
}

.gallery-section {
  background-color: #151215;
}

.categories-section {
  background-color: #141418;
}

.testimonials-section {
  background-color: #131316;
}

.faq-section {
  background-color: #151215;
}

/* --- Step 8: Portfolio/Showcase Hover Effects --- */
.portfolio-card {
  overflow: hidden;
  transition: var(--transition-smooth);
}

.portfolio-card:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.portfolio-card img {
  transition: transform 0.5s ease, filter 0.5s ease;
}

.portfolio-card:hover img {
  transform: scale(1.08);
  filter: brightness(1.1);
}

.portfolio-container--small:hover .portfolio-card--small {
  animation-play-state: paused;
}

/* --- Step 9: Gallery & Categories Enhancement --- */
.img {
  border-radius: 12px;
  transition: var(--transition-smooth);
  overflow: hidden;
}

.img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(227, 38, 82, 0.15), transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  border-radius: 12px;
  z-index: 1;
}

.img:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.img:hover::after {
  opacity: 1;
}

.img img {
  transition: transform 0.5s ease;
  border-radius: 12px;
}

.img:hover img {
  transform: scale(1.06);
}

/* --- Step 10: Testimonials Polish --- */
.testimonials-section .card {
  background: linear-gradient(135deg, rgba(227, 38, 82, 0.04), rgba(255, 255, 255, 0.02));
  position: relative;
  overflow: hidden;
}

.testimonials-section .card::after {
  content: "\201C";
  position: absolute;
  top: -10px;
  right: 20px;
  font-size: 8rem;
  font-family: Georgia, serif;
  color: rgba(227, 38, 82, 0.08);
  line-height: 1;
  pointer-events: none;
}

.testimonials-section .card .card__title {
  color: #ff4d6d;
}

.testimonials-section .card .card__subtitle {
  font-style: italic;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
}

/* --- Step 11: FAQ Accordion Polish --- */
.accordion {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.75rem;
  transition: border-color 0.3s ease;
  overflow: hidden;
}

.accordion:hover {
  border-color: rgba(227, 38, 82, 0.25);
}

.accordion label::after {
  color: var(--clr-primary);
}

input:checked+label::after {
  transform: rotate(270deg);
  color: #ff4d6d;
}

/* --- Step 12: Footer Enhancement --- */
.footer-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(227, 38, 82, 0.4), transparent);
  margin: 0;
}

.footer-section {
  background: linear-gradient(to bottom, #111111, #0a0a0a);
}

.footer-section h3 {
  background: linear-gradient(135deg, #ffffff 0%, #ff4d6d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.footer-section a:hover {
  color: var(--clr-primary);
  transition: color 0.3s ease;
}

/* --- Step 13: CSS Scroll Reveal Animations --- */
@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@supports (animation-timeline: view()) {

  .card,
  .lead-title,
  .img,
  .accordion {
    animation: fadeSlideUp ease-out both;
    animation-timeline: view();
    animation-range: entry 0% entry 30%;
  }
}

/* --- Step 14: Mobile Menu Enhancement --- */
nav .menu-btn:checked~.menu {
  background: rgba(17, 17, 17, 0.9);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  animation: menuSlideDown 0.3s ease-out;
}

@keyframes menuSlideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================================================
   ROUND 2 - Comprehensive Visual Redesign
   ============================================================ */

/* --- Global Polish --- */
html {
  scroll-behavior: smooth;
}

::selection {
  background: rgba(227, 38, 82, 0.35);
  color: #fff;
}

a:hover,
button:hover,
.button:hover {
  cursor: pointer;
}

/* --- Step 5: Dark-Themed Form Inputs --- */
input,
textarea {
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 0.75rem;
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

input:focus,
textarea:focus {
  border-color: var(--clr-primary);
  box-shadow: 0 0 0 3px rgba(227, 38, 82, 0.15);
  background-color: rgba(255, 255, 255, 0.08);
  outline: none;
}

input:hover,
textarea:hover {
  border-color: rgba(255, 255, 255, 0.25);
}

.accordion input {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.accordion input:focus {
  box-shadow: none;
  background-color: transparent;
}

label {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 0.4rem;
}

.accordion label {
  color: inherit;
  font-weight: 400;
  font-size: inherit;
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 1.25rem;
}

.contact-form-section .button--primary {
  width: 100%;
  text-align: center;
  padding: 1rem 2rem;
  border-radius: 50px;
  background: var(--clr-accent-gradient);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 15px var(--clr-accent-glow);
  transition: var(--transition-smooth);
  cursor: pointer;
}

.contact-form-section .button--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(227, 38, 82, 0.55);
}

/* --- Step 6: Pricing Card Premium Treatment --- */
.card--pricing {
  background: linear-gradient(145deg, rgba(227, 38, 82, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(227, 38, 82, 0.25);
  box-shadow: 0 0 40px rgba(227, 38, 82, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  max-width: 400px;
  margin: 0 auto;
  overflow: visible;
}

.card--pricing .card__title {
  background: var(--clr-accent-gradient);
  color: #fff;
  border-radius: 1.5rem 1.5rem 0 0;
  padding: 1.25rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.card--pricing .operator__price {
  font-size: 4rem !important;
  font-weight: 800;
  color: var(--clr-primary) !important;
  line-height: 1;
  margin: 1rem 0 0.25rem;
  text-shadow: 0 0 30px rgba(227, 38, 82, 0.3);
}

.card--pricing .operator__frequency {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.06);
  display: inline-block;
  padding: 0.3rem 1rem;
  border-radius: 50px;
  margin-bottom: 1.5rem;
}

.card--pricing .button--secondary {
  width: 100%;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.card--pricing:hover {
  border-color: rgba(227, 38, 82, 0.45);
  box-shadow: 0 0 60px rgba(227, 38, 82, 0.15), 0 20px 40px rgba(0, 0, 0, 0.3);
  transform: translateY(-6px);
}

/* --- Step 7: About Page - Stat Numbers --- */
.card__number {
  font-size: clamp(3rem, 8vw, 4.5rem);
  font-weight: 800;
  background: linear-gradient(135deg, #e32652, #ff4d6d, #ff8fa3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
  margin-top: 0.5rem;
  text-align: center;
}

.milestones-section .card {
  text-align: center;
  padding: 2rem 1.5rem;
}

.milestones-section .card__title {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  padding: 0;
  margin-bottom: 0.5rem;
}

.milestones-section .card:hover .card__number {
  filter: brightness(1.15);
}

/* --- Step 8: Legal Pages Typography --- */
.legals {
  background-color: var(--clr-surface-body);
  color: rgba(255, 255, 255, 0.85);
  padding-top: 2rem;
}

.legals .container {
  max-width: 75ch;
  margin: 0 auto;
  padding: 2rem 1.5rem 6rem;
}

.legals .container h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  color: #fff;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(227, 38, 82, 0.3);
}

.legals .container h6 {
  color: #fff;
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.15rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(227, 38, 82, 0.2);
  position: relative;
}

.legals .container p {
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 0.75rem;
}

.legals .container strong {
  color: #fff;
  font-weight: 600;
}

.legals .container a {
  color: #ff4d6d;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}

.legals .container a:hover {
  border-bottom-color: #ff4d6d;
}

.legals .container>div {
  margin-top: 1.5rem;
  padding-left: 1rem;
  border-left: 3px solid rgba(227, 38, 82, 0.2);
}

.legals .container>div>div {
  padding-left: 0;
  border-left: none;
}

/* --- Step 9: Refund Section Styled List --- */
.refund-section ul {
  max-width: 700px;
  margin: 0 auto;
}

.refund-section ul li {
  position: relative;
  padding: 0.8rem 0.8rem 0.8rem 2rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: background-color 0.3s ease;
}

.refund-section ul li::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 1.15rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--clr-accent-gradient);
  box-shadow: 0 0 8px rgba(227, 38, 82, 0.4);
}

.refund-section ul li:hover {
  background-color: rgba(255, 255, 255, 0.02);
}

/* --- Step 10: Card Step Numbers --- */
.has-numbers {
  counter-increment: step-counter;
}

.has-numbers .card__content::before {
  content: counter(step-counter);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--clr-accent-gradient);
  color: #fff;
  font-family: "Phudu", sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 4px 15px rgba(227, 38, 82, 0.3);
  flex-shrink: 0;
}

.is-centered {
  text-align: center;
}

.is-centered .card__content {
  align-items: center;
}

/* --- Step 11: Section Visual Variety --- */
.about-section {
  background: #141418;
  background-image: radial-gradient(ellipse at center, rgba(227, 38, 82, 0.03) 0%, transparent 70%);
}

.features-section {
  background: linear-gradient(145deg, #131316 0%, #161319 100%);
}

.testimonials-section {
  background: #111115;
  background-image: radial-gradient(ellipse at 80% 50%, rgba(227, 38, 82, 0.04) 0%, transparent 60%);
}

.faq-section {
  background: #131316;
}

.milestones-section {
  background: linear-gradient(180deg, #151218 0%, #111111 100%);
}

.contact-section,
.contact-form-section {
  background: #131316;
}

.showcase-section {
  background: #111111;
}

.subscription-section {
  background: #141418;
}

.unsubscribe-section {
  background: #131316;
}

.vision-section {
  background: #141418;
  background-image: radial-gradient(ellipse at center, rgba(227, 38, 82, 0.03) 0%, transparent 70%);
}

/* --- Step 14: Sign In Card Dark Theme --- */
.sigin-form-section .card--pricing {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.sigin-form-section .card--pricing .card__title {
  background: var(--clr-accent-gradient);
  color: #fff;
  font-size: 1.1rem;
  padding: 1.25rem;
}

.sigin-form-section .card__content {
  padding: 1.5rem;
}

.sigin-form-section .card__content p {
  color: rgba(255, 255, 255, 0.45) !important;
  font-size: 0.8rem !important;
  line-height: 1.4 !important;
  margin-top: 1rem;
}

.sigin-form-section .button--secondary {
  width: 100%;
  margin-top: 0.5rem;
}

.card--signin p {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* --- Operator Info Box --- */
.operator-info {
  margin-top: 0.75rem;
  padding: 0.75rem 1rem;
  background: rgba(227, 38, 82, 0.08);
  border: 1px solid rgba(227, 38, 82, 0.15);
  border-radius: 0.5rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}

/* --- Error/Success Messages Dark Theme --- */
.errorMsg {
  color: #ff6b6b;
  background-color: rgba(255, 107, 107, 0.1);
  border: 1px solid rgba(255, 107, 107, 0.2);
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
}

.successMsg {
  color: #69db7c;
  background-color: rgba(105, 219, 124, 0.1);
  border: 1px solid rgba(105, 219, 124, 0.2);
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
}

/* --- Footer Link Hover Transitions --- */
.footer-section a {
  transition: color 0.3s ease;
}

.footer-section ul li a {
  text-decoration: none;
}

.footer-section ul li a:hover {
  color: #ff4d6d;
}

/* --- Pricing card label override inside hero --- */
.pricing-cards label,
.sigin-form-section label {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  margin-bottom: 0;
}

/* --- Section without intro bg --- */
.section {
  background: #141418;
  padding-bottom: 4rem;
  position: relative;
}

.section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 1px;
  background: var(--section-separator);
}

/* --- Refund section bg --- */
.refund-section {
  background: #131316;
}

/* ============================================================
   ROUND 3 - Creative Overhaul: Break the Monotony
   ============================================================ */

/* --- 1. Kill the repetitive section icons --- */
.lead-title>.icon {
  display: none;
}

/* --- 2. Tighter section spacing - less dead air --- */
section {
  padding-bottom: 3rem;
}

.lead-title {
  padding: 2rem 0 1.5rem;
}

@media (min-width: 768px) {
  .container {
    padding: 1.5rem 1rem;
  }
}

/* --- 3. Lead title - left-aligned with accent bar --- */
.lead-title {
  text-align: left;
  max-width: 600px;
  margin: 0 auto 0 0;
  position: relative;
  padding-left: 1.25rem;
  border-left: 3px solid var(--clr-primary);
}

.lead-title h2 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  letter-spacing: -0.02em;
}

.lead-title p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
  margin-top: 0.5rem;
  font-size: 1rem;
}

/* Hero section titles stay centered */
.hero-section .lead-title,
.hero-section h1,
.hero-section p {
  text-align: center;
}

/* --- 4. Card overhaul - accent top bar, less rounded --- */
.card {
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.025);
}

.card::before {
  display: none;
}

.card--large {
  border-top: 2px solid var(--clr-primary);
  padding: 1.75rem 1.5rem;
}

.card--large .card__title {
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.card--large h6 {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
}

.card__subtitle {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.65;
  font-size: 0.95rem;
}

.card .icon {
  width: 3rem;
  height: 3rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background: rgba(227, 38, 82, 0.12);
  margin-bottom: 0.75rem;
}

.card--large img.icon {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.75rem;
}

/* --- 5. About section - staggered card heights --- */
.about-section .grid {
  gap: 1.25rem;
}

.about-section .card--large:nth-child(even) {
  transform: translateY(1.5rem);
}

@media (max-width: 768px) {
  .about-section .card--large:nth-child(even) {
    transform: none;
  }
}

/* --- 6. Features section - horizontal cards --- */
.features-section .card--large {
  border-top: none;
  border-left: 2px solid var(--clr-primary);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.25rem;
}

.features-section .card--large .card__content {
  flex: 1;
}

.features-section .card--large img.icon {
  margin-bottom: 0;
  flex-shrink: 0;
}

/* --- 7. Showcase section - full-bleed feel --- */
.showcase-section {
  background: #0a0a0a;
  padding-bottom: 2rem;
}

.showcase-section::after {
  display: none;
}

/* --- 8. Gallery & Categories - cinematic overlay titles --- */
.gallery-section {
  background: #0d0d0f;
}

.gallery-section .grid {
  gap: 1.5rem;
}

.gallery-section .img {
  border-radius: 0.75rem;
}

.gallery-section .img::after {
  opacity: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 50%);
}

.categories-section {
  background: #0a0a0a;
}

.categories-section .grid {
  gap: 1.5rem;
}

/* --- 9. Testimonials - total redesign --- */
.testimonials-section {
  background: #0d0a0f;
  background-image: radial-gradient(ellipse at 20% 80%, rgba(227, 38, 82, 0.06) 0%, transparent 50%);
}

.testimonials-section .card {
  border-top: none;
  border-left: 3px solid var(--clr-primary);
  border-radius: 0 0.75rem 0.75rem 0;
  background: rgba(227, 38, 82, 0.03);
  padding: 1.75rem;
}

.testimonials-section .card::after {
  display: none;
}

.testimonials-section .card .card__content {
  padding: 0;
  gap: 0.75rem;
}

.testimonials-section .card .card__title {
  background: transparent;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
}

.testimonials-section .card .card__subtitle {
  font-style: normal;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Star ratings via CSS */
.testimonials-section .card .card__title::before {
  content: "\2605\2605\2605\2605\2605";
  display: block;
  color: #ff4d6d;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
}

/* --- 10. FAQ - cleaner, more spacious --- */
.faq-section {
  background: #111114;
}

.faq-section .lead-title {
  margin-bottom: 1rem;
}

.accordion {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0;
  background: transparent;
  margin-bottom: 0;
}

.accordion:hover {
  border-color: rgba(255, 255, 255, 0.12);
}

.accordion label {
  background: transparent;
  padding: 1.25rem 0;
}

.accordion label h1 {
  font-size: 1.15rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: rgba(255, 255, 255, 0.85);
}

.accordion label::after {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.3);
}

.accordion__content p {
  padding: 0 0 1.25rem 0;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
}

/* --- 11. Section backgrounds - real contrast --- */
.about-section {
  background: #111111;
  background-image: none;
}

.features-section {
  background: #0d0d10;
  background-image: radial-gradient(ellipse at 0% 0%, rgba(227, 38, 82, 0.04) 0%, transparent 50%);
}

.gallery-section::after,
.categories-section::after {
  display: none;
}

/* --- 12. Footer - proper CTA block --- */
.footer-section {
  background: #080808;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-section h3 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 1rem;
}

.footer-section p {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  font-size: 0.9rem;
}

.footer-section a {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.9rem;
}

.footer-section a:hover {
  color: #ff4d6d;
}

.footer-section a[href*="mailto"] {
  color: #ff4d6d;
}

.footer-divider {
  height: 0;
  background: none;
}

/* --- 13. Pricing card - within hero, needs pop --- */
.pricing-cards .grid {
  justify-content: center;
}

.card--pricing {
  border-radius: 1rem;
  border: 1px solid rgba(227, 38, 82, 0.3);
}

.card--pricing .card__title {
  border-radius: 1rem 1rem 0 0;
}

/* --- 14. Step number cards - subtle bg shift --- */
.has-numbers {
  border-top: none;
  background: rgba(227, 38, 82, 0.03);
}

.has-numbers:hover {
  background: rgba(227, 38, 82, 0.06);
}

.has-numbers .card__content::before {
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1rem;
}

/* --- 15. Milestones stat cards --- */
.milestones-section {
  background: #0d0d10;
}

.milestones-section .card {
  border-top: none;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.milestones-section .card:hover {
  border-color: rgba(227, 38, 82, 0.2);
}

/* --- 16. Contact form polish --- */
.contact-section {
  background: #111114;
}

.contact-form-section {
  background: #0d0d10;
}

.contact-form-section .container {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

/* --- 17. Typography micro-adjustments --- */
.hero-section h1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.hero--subtitle {
  font-size: 1.15rem !important;
  line-height: 1.6 !important;
  color: rgba(255, 255, 255, 0.75) !important;
  max-width: 700px;
  margin: 0 auto;
}

/* --- 18. Scrollbar styling --- */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #111;
}

::-webkit-scrollbar-thumb {
  background: rgba(227, 38, 82, 0.3);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(227, 38, 82, 0.5);
}

/* --- 19. Portfolio cards - subtle title overlays --- */
.portfolio-card {
  border-radius: 0.75rem;
}

.portfolio-card--content {
  border-radius: 0 0 0.75rem 0.75rem;
}

/* --- 20. Subscription/unsubscribe sections --- */
.subscription-section {
  background: #0f0f12;
}

.subscription-section .lead-title,
.unsubscribe-section .lead-title,
.refund-section .lead-title {
  border-left-color: var(--clr-primary);
}

/* --- 21. Vision section on about page --- */
.vision-section {
  background: #0d0d10;
}

.vision-section .lead-title {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  border-left: none;
  padding-left: 0;
}

.vision-section .lead-title p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.65);
}

/* --- 22. Sign-in card refine --- */
.sigin-form-section .card--pricing {
  border-top: none;
  border-radius: 1rem;
}

/* --- 23. Section ::after separators - kill them --- */
section::after {
  display: none;
}

/* --- 24. Legal pages - cleaner --- */
.legals .container>div {
  border-left-color: rgba(255, 255, 255, 0.06);
}

.legals .container h6 {
  border-bottom: none;
  color: #ff4d6d;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.legals .container h1 {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

/* ============================================================
   ROUND 3b - Interactive Polish & Final Touches
   ============================================================ */

/* --- Card hover transitions --- */
.card {
  transition: border-color 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

.card--large:hover {
  border-color: rgba(227, 38, 82, 0.4);
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.04);
}

.features-section .card--large:hover {
  transform: translateX(4px);
  border-left-color: #ff4d6d;
}

.testimonials-section .card:hover {
  transform: translateX(4px);
  border-left-color: #ff4d6d;
  background: rgba(227, 38, 82, 0.06);
}

.milestones-section .card:hover {
  transform: translateY(-3px);
}

/* --- Icon hover glow in cards --- */
.card .icon {
  transition: background 0.3s ease, transform 0.3s ease;
}

.card:hover .icon {
  background: rgba(227, 38, 82, 0.2);
  transform: scale(1.05);
}

/* --- Button hover enhancements --- */
.button--primary,
.button--secondary {
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button--primary:hover,
.button--secondary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(227, 38, 82, 0.3);
}

/* --- Footer link hover underline --- */
.footer-section ul li a {
  transition: color 0.2s ease;
  position: relative;
}

.footer-section ul li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #ff4d6d;
  transition: width 0.3s ease;
}

.footer-section ul li a:hover::after {
  width: 100%;
}

/* --- Accordion hover --- */
.accordion {
  transition: border-color 0.2s ease;
}

.accordion label {
  transition: color 0.2s ease;
  cursor: pointer;
}

.accordion:hover label h1 {
  color: #fff;
}

/* --- Nav link hover --- */
nav ul li a {
  transition: color 0.2s ease;
}

/* --- Smooth image loading --- */
img {
  transition: opacity 0.3s ease;
}

/* --- Mobile adjustments for Round 3 --- */
@media (max-width: 768px) {
  .lead-title {
    max-width: 100%;
    padding-left: 1rem;
  }

  .features-section .card--large {
    flex-direction: column;
  }

  .features-section .card--large:hover,
  .testimonials-section .card:hover {
    transform: none;
  }

  .card--large:hover {
    transform: none;
  }

  .hero-section h1 {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }

  .hero--subtitle {
    font-size: 1rem !important;
  }

  .footer-section .container {
    flex-direction: column;
    gap: 2rem;
  }

  .footer-section ul {
    align-items: flex-start;
  }

  .contact-form-section .container {
    padding: 1rem;
  }
}

/* ============================================================
   ROUND 4 - Breathing Room & Pricing Above-the-Fold
   ============================================================ */

/* --- 1. Narrower container + more horizontal padding --- */
:root {
  --max-width-container: 1100px;
}

.container {
  padding-left: clamp(1.5rem, 4vw, 4rem);
  padding-right: clamp(1.5rem, 4vw, 4rem);
}

header {
  padding-left: clamp(1.5rem, 4vw, 4rem);
  padding-right: clamp(1.5rem, 4vw, 4rem);
}

/* --- 2. Pricing page hero - compact to show price above fold --- */
.intro-section.bg-primary .hero {
  gap: 1.5rem;
  padding-bottom: 1.5rem;
}

.hero-section {
  padding-top: 1.5rem;
}

/* Tighten the pricing card itself */
.pricing-cards .card--pricing .card__title {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}

.pricing-cards .card--pricing .operator {
  padding: 1rem 1.5rem 1.5rem;
}

.pricing-cards .card--pricing .operator__price {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.pricing-cards .card--pricing .operator__frequency {
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
}

/* Shrink hero subtitle spacing on pricing */
.hero--subtitle {
  margin-bottom: 0 !important;
}

/* --- 3. Footer & sections also benefit from breathing room --- */
.footer-section {
  padding-left: clamp(1.5rem, 4vw, 4rem);
  padding-right: clamp(1.5rem, 4vw, 4rem);
}

/* --- 4. Legal pages - wider margins feel better too --- */
.legals .container {
  padding-left: clamp(2rem, 5vw, 5rem);
  padding-right: clamp(2rem, 5vw, 5rem);
}