* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background: #1c2628;
  color: #f5f7fb;
  line-height: 1.6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  color: inherit;
  text-decoration: none;
}

nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  background: #052e33;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.logo {
  padding: 10px;
  font-size: 1.8rem;
  display: inline-block;
  font-weight: bold;
}
.heroLogo {
  font-size: 2.4rem;
}

.logoImage {
  width: 200px;
  height: 200px;
  margin-right: 0.5rem;
}

.crmMark {
  background: linear-gradient(90deg, #094952 0%, #06b888 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: lighter;
}

.navLinks {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}

.hamburger {
  display: none;
}

.loginButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.8rem;
  border-radius: 8px;
  font-weight: 700;
  background: #06755e;
  color: #f5f7fb;
  border: none;
}

.navLinks .loginButton:hover {
  color: #f5f7fb;
  background: #06b888;
  filter: brightness(1.05);
}
.navLinks a {
  color: #f5f7fb;
  font-weight: 600;
  transition: color 0.2s ease;
}

.navLinks a:hover {
  color: #06b888;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 3rem 2rem;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  margin-top: 1rem;
  background-image: radial-gradient(
    circle at center,
    rgba(6, 184, 136, 0.2) 0%,
    rgba(6, 47, 53, 0.8) 40%,
    #062f35 100%
  );
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
}

.logoContainer {
  width: 200px;
  height: 200px;
  border-radius: 12px;
  background-color: #d0d2d6;
}

.heroText {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding-left: 2rem;
}

.heroText > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.heroText > div .btnGradient {
  margin-top: 1.5rem;
}

.hero::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at top right,
    rgba(0, 255, 170, 0.15) 0%,
    transparent 60%
  );
  pointer-events: none;
}
.heroContent h1 {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  margin: 0 0 1rem;
  line-height: 1.05;
}

.heroContent p {
  max-width: 520px;
  margin-bottom: 1.8rem;
  opacity: 0.92;
}

.btnGradient,
.btnOutline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.8rem;
  border-radius: 8px;
  font-weight: 700;
}

.btnGradient {
  background: linear-gradient(90deg, #041f24 0%, #041f24 60%, #06b888 100%);
  color: #f5f7fb;
  border: none;
}

.btnGradient:hover {
  background: #06b888;
  filter: brightness(1.05);
}

.btnOutline {
  color: #f5f7fb;
  background: transparent;
  background: linear-gradient(90deg, #062f35 0%, #06b888 80%);
  background: #06755e;
  border: none;
}

.btnOutline:hover {
  background: #06b888;
  filter: brightness(1.05);
}

.heroVisual {
  display: flex;
  justify-content: center;
}

.glassPreview {
  width: 100%;
  max-width: 420px;
  border-radius: 32px;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
}

.previewLine {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  font-weight: 600;
}

.accentText {
  color: #ffeb3b;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem;
}

.sectionTitle {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  color: #f5f7fb;
}

.gridCategories,
.faqGrid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  padding-bottom: 1rem;
}

.categoryItem,
.faqItem,
.priceCard {
  border-radius: 24px;
  padding: 1.6rem;
  background: #042024;
  border: 1px solid #195961;
  box-shadow: 0 4px 16px rgba(25, 89, 97, 0.25);
}

.categoryItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  border: none;
}
.categoryItem1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 24px;
  padding: 1.2rem;
  background: #042024;
  box-shadow: 0 4px 16px rgba(25, 89, 97, 0.25);
  background-image: radial-gradient(
    circle at center,
    rgba(6, 184, 136, 0.2) 0%,
    rgba(6, 47, 53, 0.8) 90%,
    #062f35 100%
  );
  border: none;
}

.categoryItem i {
  font-size: 2rem;
  font-style: normal;
}

.categoryItem1 i {
  font-size: 1.2rem;
  font-style: normal;
}

.categoryItem h3 {
  margin: 0;
  font-size: 1.1rem;
}

.categoryItem p {
  margin: 0;
  color: #cbd5db;
  font-weight: 400;
  line-height: 1.5;
}

.specialRequest {
  margin-top: 2rem;
  text-align: center;
}

.specialRequest p {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.pricingWrapper {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.priceCard h3 {
  margin-top: 0;
  font-size: 1.3rem;
  color: #6abd91;
}

.amount {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 1rem 0;
}

.amount span {
  font-size: 1rem;
  color: #d0d2d6;
  margin-left: 0.35rem;
}

.priceCard ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.priceCard li {
  margin-bottom: 0.75rem;
  color: #d0d2d6;
}

.faqItem h3 {
  margin-top: 0;
  font-size: 1.1rem;
}

.faqItem p {
  margin: 0.75rem 0 0;
  color: #d0d2d6;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
  background: #0d1c1f;
  color: #f5f7fb;
}

.footer p {
  margin: 0;
}

@media (max-width: 920px) {
  .hero {
    padding: 3rem 1.5rem;
  }

  .footer {
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.5rem 1rem;
  }

  .footer p {
    font-size: 0.9rem;
  }

  .gridCategories,
  .faqGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  nav {
    padding: 0.8rem 1rem;
    flex-wrap: wrap;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    order: 2;
  }

  .hamburger span {
    width: 25px;
    height: 3px;
    background-color: #f5f7fb;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }

  .navLinks {
    display: none;
    flex-direction: column;
    width: 100%;
    gap: 0.5rem;
    font-size: 0.85rem;
    order: 3;
    position: static;
    background: #041f24;
    padding: 1rem;
    margin: 0;
    list-style: none;
  }

  .navLinks.active {
    display: flex;
  }

  .navLinks li {
    width: 100%;
  }

  .navLinks a {
    display: block;
    padding: 0.75rem;
    border-radius: 4px;
    transition: background-color 0.2s ease;
  }

  .navLinks a:hover {
    background-color: rgba(6, 184, 136, 0.1);
  }

  .logo {
    order: 1;
  }

  .gridCategories,
  .faqGrid,
  .pricingWrapper {
    grid-template-columns: 1fr;
  }

  .container {
    padding: 2rem 1rem;
  }

  .sectionTitle {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }

  .hero {
    padding: 2.5rem 1rem;
  }

  .hero .logo {
    display: none;
  }

  .heroContent h1 {
    font-size: 1.8rem;
  }

  .heroContent p {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }

  .btnGradient,
  .btnOutline {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
  }

  .categoryItem {
    padding: 1.2rem 1rem;
  }

  .categoryItem h3 {
    font-size: 1rem;
  }

  .categoryItem p {
    font-size: 0.9rem;
  }
}

@media (max-width: 620px) {
  .logo {
    font-size: 1.1rem;
  }

  .heroContent h1 {
    font-size: 2.2rem;
  }

  .container {
    padding: 2rem 1rem;
  }

  .hero {
    padding: 2rem 1rem;
    align-items: center;
  }

  .heroText {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    padding-left: 0;
  }

  .heroLogo {
    display: none;
  }

  .logoContainer {
    width: 120px;
    height: 120px;
    background-color: #d0d2d6;
  }

  .logoImage {
    width: 120px;
    height: 120px;
  }

  .heroText > div h3 {
    font-size: 1rem;
    margin: 0.5rem 0 1rem;
  }

  .heroText > div .btnGradient {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .footer {
    padding: 1rem;
  }

  .footer p {
    font-size: 0.85rem;
  }

  .hero {
    padding: 1.5rem 1rem;
  }

  .hero .logo {
    display: none;
  }

  .heroContent h1 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }

  .heroContent h3 {
    font-size: 0.95rem;
    margin-bottom: 1rem;
  }

  .heroContent p {
    font-size: 0.85rem;
    font-weight: 400;
  }

  .btnGradient,
  .btnOutline {
    padding: 0.65rem 1.2rem;
    font-size: 0.8rem;
    width: 100%;
    max-width: 100%;
  }

  .container {
    padding: 1.5rem 0.8rem;
  }

  .sectionTitle {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
  }

  .gridCategories,
  .faqGrid,
  .pricingWrapper {
    gap: 0.8rem;
  }

  .categoryItem,
  .categoryItem1,
  .faqItem,
  .priceCard {
    padding: 1rem 0.8rem;
    border-radius: 16px;
  }

  .categoryItem h3,
  .categoryItem1 h3 {
    font-size: 0.9rem;
    margin: 0;
  }

  .categoryItem p {
    font-size: 0.8rem;
    margin-top: 0.5rem;
  }

  .categoryItem i {
    font-size: 1.8rem;
  }

  .categoryItem1 i {
    font-size: 1rem;
  }

  .priceCard h3 {
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }

  .amount {
    font-size: 1.8rem;
    margin: 0.5rem 0;
  }

  .amount span {
    font-size: 0.8rem;
  }

  .priceCard ul {
    margin: 0;
  }

  .priceCard li {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }

  .faqItem h3 {
    font-size: 0.95rem;
    margin: 0 0 0.5rem 0;
  }

  .faqItem p {
    font-size: 0.8rem;
    margin: 0;
  }

  .specialRequest {
    margin-top: 1.5rem;
  }

  .specialRequest p {
    font-size: 0.85rem;
    margin-bottom: 0.8rem;
  }
}
