.navbar-custom,
.preloader {
  top: 0;
  background: var(--bg-primary);
}
.nav-link:hover,
.navbar-brand {
  color: var(--accent) !important;
}
.btn-primary-custom,
.btn-shop,
.category-card,
.navbar-custom {
  box-shadow: var(--shadow-default);
}
.footer a,
.footer h5 {
  display: inline-block;
}
.policy-item {
  scroll-margin-top: 100px;
}
.blog-category,
.meta-label,
.plant-category {
  text-transform: uppercase;
}
.accordion,
.blog-card,
.featured-post,
.hero,
.plant-card,
.policy-item,
.product-card,
.product-image,
.service-main-card,
.style-card {
  overflow: hidden;
}
:root {
  --bg-primary: #fffdf5;
  --fg-primary: #1e293b;
  --accent: #8b5cf6;
  --secondary: #f472b6;
  --tertiary: #fbbf24;
  --quaternary: #34d399;
  --border: #e2e8f0;
  --light-bg: #f8fafc;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-full: 9999px;
  --shadow-default: 4px 4px 0px var(--fg-primary);
  --shadow-hover: 6px 6px 0px var(--fg-primary);
  --shadow-light: 2px 2px 0px var(--border);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: var(--bg-primary);
  color: var(--fg-primary);
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.navbar-brand,
.style-card .style-body h4,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Outfit, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  letter-spacing: -0.02em;
}
.preloader {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: 0.8s ease-in-out 2.2s forwards fadeOut;
}
.plant-grow {
  position: relative;
  width: 120px;
  height: 120px;
}
.plant-grow svg {
  width: 100%;
  height: 100%;
  animation: 2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s grow;
}
@keyframes grow {
  0% {
    transform: scale(0.3) translateY(40px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.navbar-custom {
  position: sticky;
  border-bottom: 3px solid var(--fg-primary);
  padding: 1rem 0;
  z-index: 100;
}
.hero,
.hero-image,
.nav-link {
  position: relative;
}
.btn-primary-custom,
.btn-shop,
.nav-link::after {
  background: var(--accent);
}
.navbar-brand {
  font-size: 1.5rem;
  font-weight: 800;
}
.form-input,
.form-textarea,
.search-input {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.nav-link {
  font-weight: 600;
  margin: 0 0.5rem;
  transition: 0.3s;
}
.nav-link:hover {
  transform: translateY(-2px);
}
.nav-link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 3px;
  transition: width 0.3s;
}
.nav-link:hover::after {
  width: 100%;
}
.btn-shop {
  color: #fff;
  border-radius: var(--radius-full);
  padding: 0.7rem 1.5rem;
  border: none;
  font-weight: 700;
  transition: 0.3s;
}
.btn-shop:hover,
.read-more:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
  background: var(--secondary);
  color: #fff;
}
.hero {
  padding: 3rem 0;
}
.btn-primary-custom,
.btn-secondary-custom {
  padding: 1rem 2rem;
  font-size: 1rem;
  transition: 0.3s;
  font-weight: 700;
  cursor: pointer;
}
.hero-content h1 {
  font-size: clamp(2.5rem, 8vw, 4rem);
  margin-bottom: 1.5rem;
  line-height: 1.2;
  animation: 0.8s ease-out 0.3s both slideInLeft;
}
.hero-content p {
  font-size: 1.25rem;
  color: #64748b;
  margin-bottom: 2rem;
  animation: 0.8s ease-out 0.4s both slideInLeft;
}
.hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  animation: 0.8s ease-out 0.5s both slideInLeft;
}
.btn-primary-custom {
  color: #fff;
  border: none;
  border-radius: var(--radius-full);
}
.btn-primary-custom:hover {
  transform: translateY(-4px) rotate(1deg);
  box-shadow: var(--shadow-hover);
  color: #fff;
}
.btn-secondary-custom {
  background: 0 0;
  color: var(--fg-primary);
  border: 3px solid var(--fg-primary);
  border-radius: var(--radius-full);
}
.btn-secondary-custom:hover {
  background: var(--fg-primary);
  color: #fff;
  transform: translateY(-4px);
}
.hero-image {
  animation: 3s ease-in-out infinite float;
}
.blob,
.circle-deco,
.footer h5:after,
.footer::before {
  position: absolute;
}
.hero-image img {
  width: 100%;
  height: auto;
  filter: drop-shadow(var(--shadow-default));
}
.blob {
  border-radius: 40% 60% 70% 30%/40% 50% 60%;
  opacity: 0.6;
}
.blob-1 {
  width: 300px;
  height: 300px;
  background: rgba(139, 92, 246, 0.1);
  top: -50px;
  right: -100px;
  animation: 7s ease-in-out infinite blobMove;
}
.blob-2 {
  width: 200px;
  height: 200px;
  background: rgba(244, 114, 182, 0.1);
  bottom: 50px;
  left: -80px;
  animation: 8s ease-in-out infinite reverse blobMove;
}
.circle-deco {
  border-radius: 50%;
  border: 3px dashed var(--accent);
  opacity: 0.3;
}
.footer,
.footer h5,
.why-card {
  position: relative;
}
.circle-1 {
  width: 150px;
  height: 150px;
  bottom: 10%;
  right: 5%;
}
.circle-2 {
  width: 100px;
  height: 100px;
  top: 20%;
  left: -50px;
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes blobMove {
  0%,
  100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(30px, -30px);
  }
  66% {
    transform: translate(-20px, 20px);
  }
}
.categories-section,
.process-section,
.stats-section,
.team-section,
.why-choose-section {
  padding: 5rem 0;
  background: var(--light-bg);
}
.category-card {
  background: #fff;
  padding: 2rem;
  border-radius: var(--radius-lg);
  text-align: center;
  border: 3px solid var(--fg-primary);
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform-origin: center;
}
.category-card:hover {
  transform: rotate(-2deg) scale(1.05);
  box-shadow: var(--shadow-hover);
}
.category-icon,
.page-header h1,
.setup-service-card .service-icon-large,
.value-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.category-card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.blog-section,
.faq-section,
.policy-section,
.products-section,
.services-section,
.story-section,
.testimonials-section,
.values-section {
  padding: 5rem 0;
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
}
.plant-card,
.product-card {
  background: #fff;
  border: 2px solid var(--fg-primary);
  border-radius: var(--radius-md);
  box-shadow: 8px 8px 0 var(--border);
  transition: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
}
.blog-card:hover,
.plant-card:hover,
.product-card:hover {
  transform: rotate(2deg) scale(1.05) translateY(-10px);
  box-shadow: 12px 12px 0 var(--tertiary);
}
.product-image {
  width: 100%;
  height: 200px;
  background: linear-gradient(135deg, var(--accent) 0, var(--secondary) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  color: #fff;
}
.plant-info,
.product-info {
  padding: 1.5rem;
}
.product-name {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.plant-price,
.product-price {
  font-size: 1.5rem;
  color: var(--tertiary);
  font-weight: 700;
  margin-bottom: 1rem;
}
.services-section {
  background: linear-gradient(
    135deg,
    rgba(139, 92, 246, 0.1) 0,
    rgba(244, 114, 182, 0.1) 100%
  );
}
.service-card {
  background: #fff;
  padding: 2.5rem;
  border-radius: var(--radius-lg);
  text-align: center;
  border: 3px solid var(--fg-primary);
  box-shadow: var(--shadow-default);
  transition: 0.3s;
}
.footer::before,
.service-icon {
  border-radius: 50%;
  align-items: center;
}
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-hover);
  background: var(--bg-primary);
}
.service-icon {
  width: 80px;
  height: 80px;
  background: var(--accent);
  display: flex;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: #fff;
}
.service-card h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.comment-text,
.service-card p,
.value-card p,
.why-card p {
  color: #64748b;
  line-height: 1.6;
}
.process-steps,
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
.why-card {
  background: #fff;
  padding: 2rem;
  border-radius: var(--radius-md);
  border-left: 5px solid var(--accent);
  box-shadow: var(--shadow-light);
  transition: 0.3s;
}
.cta-section,
.newsletter-section {
  padding: 4rem 0;
  width: 90%;
  text-align: center;
}
.btn-cta,
.newsletter-section,
.why-card:hover {
  box-shadow: var(--shadow-default);
}
.why-card:hover {
  transform: scale(1.05);
}
.why-card h4 {
  font-size: 1.1rem;
  margin-bottom: 0.7rem;
  color: var(--accent);
}
.newsletter-section {
  background: linear-gradient(135deg, var(--accent) 0, var(--secondary) 100%);
  border-radius: var(--radius-lg);
  color: #fff;
  margin: auto;
  margin-top: 4%;
}
.newsletter-section h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #fff;
}
.newsletter-section p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.95;
}
.newsletter-form {
  display: flex;
  gap: 0.5rem;
  max-width: 500px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
.newsletter-form input {
  flex: 1;
  min-width: 200px;
  padding: 1rem;
  border: none;
  border-radius: var(--radius-full);
  font-size: 1rem;
}
.newsletter-form button {
  padding: 1rem 2rem;
  background: var(--fg-primary);
  color: #fff;
  border: none;
  border-radius: var(--radius-full);
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}
.cta-section,
.story-content {
  border-radius: var(--radius-lg);
}
.newsletter-form button:hover {
  background: #fff;
  color: var(--accent);
  transform: scale(1.05);
}
.cta-section {
  background: linear-gradient(
    135deg,
    rgba(52, 211, 153, 0.1) 0,
    rgba(251, 191, 36, 0.1) 100%
  );
  margin: 3% auto auto;
}
.cta-section h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.btn-cta {
  background: var(--quaternary);
  color: var(--fg-primary);
  border: none;
  padding: 1rem 2.5rem;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.btn-cta:hover {
  transform: scale(1.1) rotate(-1deg);
  box-shadow: var(--shadow-hover);
  background: var(--tertiary);
}
.footer::before,
.scroll-to-top {
  width: 50px;
  height: 50px;
  box-shadow: var(--shadow-default);
}
.footer {
  background: linear-gradient(135deg, #0f172a 0, #1e293b 100%);
  color: #e2e8f0;
  padding: 3.5rem 0 1.5rem;
  margin-top: 5rem;
  border-top: 5px solid var(--accent);
}
.footer::before {
  content: "🌱";
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bg-primary);
  color: var(--accent);
  font-size: 2rem;
  display: flex;
  justify-content: center;
  border: 3px solid var(--fg-primary);
  background: var(--bg-primary);
}
.btn-book-service:hover,
.process-step:hover,
.scroll-to-top:hover,
.testimonial-card:hover,
.value-card:hover {
  box-shadow: var(--shadow-hover);
}
.footer h5 {
  color: var(--tertiary);
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.3px;
}
.footer h5:after {
  content: "";
  left: 0;
  bottom: -8px;
  width: 40px;
  height: 3px;
  background: var(--accent);
  border-radius: 3px;
}
.footer a {
  color: #cbd5e1;
  text-decoration: none;
  transition: 0.3s;
  margin-bottom: 0.6rem;
  font-size: 0.9rem;
}
.footer a:hover {
  color: var(--secondary);
  transform: translateX(6px);
}
.footer .contact-detail {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #cbd5e1;
}
.footer .contact-detail span:first-child {
  font-size: 1.2rem;
  min-width: 28px;
}
.social-icons {
  display: flex;
  gap: 1rem;
  margin-top: 1.2rem;
  flex-wrap: wrap;
}
.social-icons a {
  background: rgba(255, 255, 255, 0.08);
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.social-icons a:hover {
  background: var(--accent);
  transform: translateY(-3px);
  color: #fff;
}
.payment-methods {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.payment-methods span {
  background: rgba(255, 255, 255, 0.1);
  padding: 0.3rem 0.8rem;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.trust-badge {
  background: rgba(139, 92, 246, 0.2);
  border-left: 3px solid var(--accent);
  padding: 0.6rem 1rem;
  border-radius: var(--radius-sm);
  margin-top: 1rem;
  font-size: 0.8rem;
  font-weight: 600;
}
.footer-bottom {
  border-top: 1px solid #334155;
  padding-top: 2rem;
  text-align: center;
  color: #94a3b8;
  margin-top: 2.5rem;
  font-size: 0.8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-bottom-links a {
  margin: 0 0.8rem;
  font-size: 0.8rem;
}
.scroll-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: var(--accent);
  border: 3px solid var(--fg-primary);
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  z-index: 99;
}
.scroll-to-top.show {
  display: flex;
  animation: 0.5s ease-out bounceIn;
}
.scroll-to-top:hover {
  transform: translateY(-5px) scale(1.1);
  background: var(--secondary);
}
@keyframes bounceIn {
  0% {
    transform: scale(0) translateY(20px);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .footer h5:after {
    left: 0;
    right: auto;
  }
  .blob,
  .circle-deco,
  .footer::before {
    display: none;
  }
  .hero {
    padding: 3rem 0;
  }
  .hero-content h1 {
    font-size: 2rem;
  }
  .products-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
  }
  .hero-buttons,
  .newsletter-form {
    flex-direction: column;
  }
  .btn-primary-custom,
  .btn-secondary-custom {
    width: 100%;
  }
  .navbar-brand {
    font-size: 1.3rem;
  }
}
[data-aos] {
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
  }
}
:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
}
a:focus-visible,
button:focus-visible {
  border: 2px solid var(--accent);
  border-radius: 4px;
}
ol,
ul {
  padding-left: 1rem;
}
.page-header {
  background: linear-gradient(
    135deg,
    rgba(139, 92, 246, 0.1) 0,
    rgba(244, 114, 182, 0.1) 100%
  );
  padding: 4rem 0;
  text-align: center;
  border-bottom: 3px solid var(--fg-primary);
}
.story-content {
  background: #fff;
  padding: 3rem;
  border: 3px solid var(--fg-primary);
  box-shadow: var(--shadow-default);
}
.stat-card,
.value-card {
  border-radius: var(--radius-lg);
  background: #fff;
  padding: 2rem;
  box-shadow: var(--shadow-default);
  transition: 0.3s;
  text-align: center;
}
.story-content h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: var(--accent);
}
.story-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #64748b;
  margin-bottom: 1.5rem;
}
.stat-card {
  border: 3px solid var(--fg-primary);
}
.service-main-card:hover,
.stat-card:hover,
.team-member:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-hover);
}
.stat-number {
  font-size: 3rem;
  font-weight: 800;
  color: var(--accent);
  margin-bottom: 0.5rem;
}
.stat-label {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--fg-primary);
}
.value-card {
  border: 3px solid var(--fg-primary);
}
.value-card:hover {
  transform: rotate(-1deg) scale(1.05);
}
.value-card h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: var(--accent);
}
.team-member {
  text-align: center;
  background: #fff;
  padding: 2rem;
  border-radius: var(--radius-lg);
  border: 3px solid var(--fg-primary);
  box-shadow: var(--shadow-default);
  transition: 0.3s;
}
.member-avatar,
.mission-section {
  background: linear-gradient(135deg, var(--accent) 0, var(--secondary) 100%);
}
.member-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  border: 3px solid var(--fg-primary);
}
.mission-section,
.sidebar {
  border-radius: var(--radius-lg);
}
.member-name {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.member-role {
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 1rem;
}
.mission-section {
  padding: 5rem 0;
  color: #fff;
  text-align: center;
  width: 92%;
  margin: auto;
}
.price-display,
.price-range {
  margin-top: 1rem;
}
.controls,
.filter-group,
.service-features {
  margin-bottom: 2rem;
}
.mission-section h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
.mission-section p {
  font-size: 1.2rem;
  margin-bottom: 0;
  opacity: 0.95;
}
.active {
  color: var(--accent) !important;
  border-bottom: 3px solid #8b5cf6;
  transform: translateY(-2px);
}
.sidebar {
  background: #fff;
  padding: 2rem;
  border: 3px solid var(--fg-primary);
  box-shadow: var(--shadow-default);
  height: fit-content;
  position: sticky;
  top: 100px;
}
.sidebar h3 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--border);
}
.filter-group label {
  display: block;
  margin-bottom: 0.5rem;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s;
}
.filter-group label:hover {
  color: var(--accent);
  padding-left: 0.3rem;
}
.filter-group input[type="checkbox"] {
  margin-right: 0.5rem;
  cursor: pointer;
  accent-color: var(--accent);
}
.price-range input {
  width: 100%;
  accent-color: var(--accent);
}
.price-display {
  font-weight: 600;
  color: var(--accent);
}
.plants-section {
  padding: 3rem 0;
}
.controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.sort-select {
  padding: 0.5rem 1rem;
  border: 2px solid var(--fg-primary);
  border-radius: var(--radius-sm);
  font-weight: 600;
  cursor: pointer;
}
.results-count {
  font-weight: 600;
  color: #64748b;
}
.plants-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}
.plant-image {
  width: 100%;
  height: 200px;
  background: linear-gradient(135deg, var(--accent) 0, var(--secondary) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  color: #fff;
  position: relative;
}
.plant-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--tertiary);
  color: var(--fg-primary);
  padding: 0.3rem 0.8rem;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 0.8rem;
}
.plant-category {
  font-size: 0.85rem;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.plant-name {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.plant-scientificname {
  font-size: 0.9rem;
  color: #94a3b8;
  margin-bottom: 0.8rem;
  font-style: italic;
}
.plant-description {
  font-size: 0.9rem;
  color: #64748b;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.plant-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border);
}
.meta-label {
  color: #94a3b8;
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
}
.meta-value {
  color: var(--fg-primary);
  font-weight: 700;
  display: block;
}
.btn-add-cart {
  width: 100%;
  background: var(--accent);
  color: #fff;
  border: none;
  padding: 0.8rem;
  border-radius: var(--radius-sm);
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}
.btn-add-cart:hover {
  background: var(--secondary);
  transform: scale(1.05);
}
.no-posts,
.no-results {
  text-align: center;
  padding: 3rem;
  background: #fff;
  border-radius: var(--radius-lg);
  border: 3px dashed var(--border);
}
.no-posts-icon,
.no-results-icon,
.service-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
}
.pagination-container {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 3rem;
}
.pagination-btn {
  padding: 0.7rem 1rem;
  border: 2px solid var(--fg-primary);
  background: #fff;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}
.accordion,
.service-main-card {
  border: 3px solid var(--fg-primary);
  box-shadow: var(--shadow-default);
}
.pagination-btn.active,
.pagination-btn:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.section-title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 3rem;
}
.service-main-card {
  background: #fff;
  border-radius: var(--radius-lg);
  transition: 0.4s;
  margin-bottom: 2rem;
}
.feature-list li,
.price-option {
  display: flex;
  border-bottom: 1px solid var(--border);
}
.service-header {
  background: linear-gradient(135deg, var(--accent) 0, var(--secondary) 100%);
  color: #fff;
  padding: 3rem 2rem;
  text-align: center;
}
.service-header h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.service-header p {
  opacity: 0.95;
  font-size: 1.1rem;
}
.service-content {
  padding: 2.5rem;
}
.service-description {
  font-size: 1.1rem;
  color: #64748b;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.pricing-title,
.service-features h3 {
  font-size: 1.2rem;
  color: var(--accent);
}
.service-features h3 {
  margin-bottom: 1rem;
}
.feature-list,
.sidebar-list,
.table-of-contents ul {
  list-style: none;
  padding: 0;
}
.feature-list li {
  padding: 0.8rem 0;
  align-items: center;
}
.accordion-item:last-child,
.comment:last-child,
.feature-list li:last-child {
  border-bottom: none;
}
.feature-list li:before {
  content: "✓";
  color: var(--quaternary);
  font-weight: 700;
  margin-right: 1rem;
  font-size: 1.2rem;
}
.service-pricing {
  background: var(--light-bg);
  padding: 2rem;
  border-radius: var(--radius-md);
  margin-bottom: 2rem;
}
.btn-book-service,
.step-number {
  background: var(--accent);
  color: #fff;
}
.pricing-title {
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.price-option {
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  margin-bottom: 1rem;
}
.price-option:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.price-label {
  font-weight: 600;
  color: var(--fg-primary);
}
.price-amount {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--tertiary);
}
.btn-book-service {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: var(--radius-full);
  border: none;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: var(--shadow-default);
  transition: 0.3s;
  width: 100%;
  text-align: center;
}
.btn-book-service:hover {
  transform: translateY(-3px) scale(1.02);
  background: var(--secondary);
  color: #fff;
  text-decoration: none;
}
.process-step {
  border-radius: var(--radius-lg);
  border: 3px solid var(--fg-primary);
  box-shadow: var(--shadow-default);
}
.process-step:hover {
  transform: scale(1.05);
}
.step-number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.5rem;
  margin: 0 auto 1rem;
  border: 3px solid var(--fg-primary);
}
.btn-contact,
.table-of-contents a {
  display: inline-block;
  text-decoration: none;
}
.faq-card h3,
.process-step h3,
.stars {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.faq-card,
.testimonial-card {
  border-radius: var(--radius-lg);
  transition: 0.3s;
}
.process-step p {
  line-height: 1.6;
}
.testimonial-card {
  background: #fff;
  padding: 2rem;
  border: 3px solid var(--fg-primary);
  box-shadow: var(--shadow-default);
}
.testimonial-card:hover {
  transform: translateY(-5px);
}
.stars {
  color: var(--tertiary);
}
.last-updated,
.testimonial-role {
  font-size: 0.9rem;
}
.testimonial-text {
  font-style: italic;
  color: #64748b;
  margin-bottom: 1.5rem;
  line-height: 1.8;
}
.testimonial-author {
  font-weight: 700;
  color: var(--fg-primary);
}
.accordion-button:not(.collapsed),
.testimonial-role {
  color: var(--accent);
  color: var(--accent);
}
.accordion-button:hover,
.faq-section {
  background: var(--light-bg);
}
.accordion {
  border-radius: var(--radius-lg);
}
.accordion-button,
.blog-content strong {
  color: var(--fg-primary);
}
.accordion-button:not(.collapsed) {
  background: var(--light-bg);
  background: linear-gradient(
    135deg,
    rgba(139, 92, 246, 0.1) 0,
    rgba(244, 114, 182, 0.1) 100%
  );
}
.page-header p {
  font-size: 1.2rem;
  color: #64748b;
}
.policy-item {
  background: #fff;
  border: 3px solid var(--fg-primary);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-default);
  padding: 2%;
}
.last-updated {
  text-align: center;
  color: #94a3b8;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}
.faq-container,
.policy-container {
  margin: 0 auto;
}
.accordion {
  background: #fff;
  border: 3px solid var(--fg-primary);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-default);
  margin-bottom: 2rem;
}
.accordion-item {
  border: none;
  border-bottom: 2px solid var(--border);
}
.accordion-button:focus,
.faq-card:hover {
  border-color: var(--accent);
}
.accordion-button {
  background: #fff;
  color: var(--fg-primary);
  font-weight: 700;
  border: none;
  box-shadow: none;
  padding: 1.5rem;
  font-size: 1.05rem;
  transition: 0.3s;
}
.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(139, 92, 246, 0.25);
}
.btn-contact,
.contact-cta,
.faq-card:hover {
  box-shadow: var(--shadow-default);
}
.accordion-body {
  padding: 1.5rem;
  color: #64748b;
  line-height: 1.8;
  background: #fff;
}
.faq-card {
  background: #fff;
  padding: 2rem;
  border: 3px solid var(--border);
  margin-bottom: 1.5rem;
}
.blog-header,
.faq-search,
.policy-item,
.table-of-contents {
  margin-bottom: 3rem;
}
.faq-card h3 {
  color: var(--accent);
}
.faq-card p {
  color: #64748b;
  margin-bottom: 0;
  line-height: 1.6;
}
.contact-cta {
  background: linear-gradient(
    135deg,
    rgba(139, 92, 246, 0.1) 0,
    rgba(244, 114, 182, 0.1) 100%
  );
  padding: 3rem;
  border-radius: var(--radius-lg);
  border: 3px solid var(--fg-primary);
  text-align: center;
  margin-top: 3rem;
}
.contact-card h3,
.contact-cta h2 {
  color: var(--accent);
  margin-bottom: 1rem;
}
.contact-cta p {
  color: #64748b;
  margin-bottom: 1.5rem;
}
.btn-contact {
  background: var(--accent);
  color: #fff;
  padding: 1rem 2rem;
  border-radius: var(--radius-full);
  border: none;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}
.filter-btn,
.search-input {
  border: 3px solid var(--fg-primary);
  transition: 0.3s;
}
.btn-contact:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: var(--shadow-hover);
  background: var(--secondary);
  color: #fff;
}
.search-input {
  width: 100%;
  padding: 1rem;
  border-radius: var(--radius-lg);
  font-size: 1rem;
}
.contact-card,
.important-notice,
.table-of-contents {
  padding: 2rem;
  background: #fff;
}
.form-input:focus,
.form-textarea:focus,
.search-input:focus {
  outline: 0;
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.1);
}
.contact-card,
.featured-post,
.important-notice,
.read-more,
.table-of-contents {
  box-shadow: var(--shadow-default);
}
.table-of-contents {
  border-radius: var(--radius-lg);
  border: 3px solid var(--fg-primary);
}
.table-of-contents h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: var(--accent);
  border-bottom: 2px solid var(--border);
  padding-bottom: 1rem;
}
.blog-content li,
.table-of-contents li {
  margin-bottom: 0.8rem;
}
.table-of-contents a {
  color: var(--accent);
  font-weight: 600;
  transition: 0.3s;
}
.table-of-contents a:hover {
  padding-left: 0.5rem;
  color: var(--secondary);
}
.policy-item h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: var(--accent);
  border-bottom: 3px solid var(--accent);
  padding-bottom: 0.7rem;
}
.policy-item h3 {
  font-size: 1.3rem;
  margin-top: 1.5rem;
  margin-bottom: 0.7rem;
  color: var(--fg-primary);
}
.policy-item ol,
.policy-item p,
.policy-item ul {
  color: #64748b;
  margin-bottom: 1rem;
  line-height: 1.8;
}
.policy-item ol,
.policy-item ul {
  margin-left: 1.5rem;
}
.policy-item li {
  margin-bottom: 0.7rem;
}
.highlight-box {
  border-left: 5px solid var(--accent);
  border-radius: var(--radius-md);
}
.important-notice {
  border: 3px solid var(--tertiary);
  border-radius: var(--radius-lg);
  margin: 2rem 0;
}
.blog-sidebar,
.contact-card {
  border-radius: var(--radius-lg);
}
.important-notice h3 {
  color: var(--tertiary);
  margin-bottom: 1rem;
}
.contact-card {
  border: 3px solid var(--fg-primary);
  margin-top: 2rem;
}
.contact-card p {
  margin-bottom: 0.5rem;
  color: #64748b;
}
.contact-card a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}
.contact-card a:hover {
  text-decoration: underline;
}
.blog-filters {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  justify-content: center;
}
.filter-btn {
  background: #fff;
  color: var(--fg-primary);
  padding: 0.7rem 1.5rem;
  border-radius: var(--radius-full);
  font-weight: 700;
  cursor: pointer;
}
.filter-btn.active,
.filter-btn:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: var(--shadow-default);
}
.featured-post {
  background: #fff;
  border: 3px solid var(--fg-primary);
  border-radius: var(--radius-lg);
  margin-bottom: 4rem;
}
.featured-post-image {
  width: 100%;
  height: 400px;
  background: linear-gradient(135deg, var(--accent) 0, var(--secondary) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: #fff;
}
.featured-post-content {
  padding: 3rem;
}
.featured-post-meta {
  display: flex;
  gap: 2rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.meta-item {
  text-align: center;
  font-size: 0.9rem;
  color: var(--accent);
}
.featured-post h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.featured-post p {
  color: #64748b;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.read-more {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  padding: 0.8rem 1.5rem;
  border-radius: var(--radius-full);
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
}
.blog-card {
  background: #fff;
  border: 3px solid var(--fg-primary);
  border-radius: var(--radius-lg);
  box-shadow: 8px 8px 0 var(--border);
  transition: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
}
.blog-card-image {
  width: 100%;
  height: 200px;
  background: linear-gradient(135deg, var(--accent) 0, var(--secondary) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #fff;
}
.blog-card-content {
  padding: 2rem;
}
.blog-category {
  display: inline-block;
  background: var(--light-bg);
  color: var(--accent);
  padding: 0.3rem 0.8rem;
  border-radius: var(--radius-sm);
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
}
.blog-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.7rem;
}
.blog-card-meta {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  color: #94a3b8;
}
.blog-card-excerpt {
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.blog-card-link {
  color: var(--accent);
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s;
}
.blog-card-link:hover {
  color: var(--secondary);
  padding-left: 0.5rem;
}
.blog-sidebar {
  border: 3px solid var(--fg-primary);
  box-shadow: var(--shadow-default);
  position: sticky;
}
.blog-filters .active {
  color: #fff !important;
}
.blog-header h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.blog-meta {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #64748b;
  font-weight: 600;
}
.blog-featured-image {
  width: 100%;
  height: 400px;
  background: linear-gradient(135deg, var(--accent) 0, var(--secondary) 100%);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6rem;
  color: #fff;
  margin-bottom: 3rem;
  box-shadow: var(--shadow-default);
}
.blog-content {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #64748b;
}
.blog-content h2 {
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: var(--accent);
}
.blog-content h3 {
  font-size: 1.4rem;
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
  color: var(--fg-primary);
}
.author-info h3,
.highlight-box strong,
.share-section h3 {
  color: var(--accent);
}
.blog-content p,
.form-group {
  margin-bottom: 1.5rem;
}
.blog-content ol,
.blog-content ul {
  margin-left: 2rem;
  margin-bottom: 1.5rem;
}
.highlight-box {
  background: linear-gradient(
    135deg,
    rgba(139, 92, 246, 0.1) 0,
    rgba(244, 114, 182, 0.1) 100%
  );
  padding: 2rem;
  border-left: 5px solid var(--accent);
  border-radius: var(--radius-md);
  margin: 2rem 0;
}
.author-box,
.share-section {
  background: #fff;
  margin: 3rem 0;
  box-shadow: var(--shadow-default);
}
.share-section {
  padding: 2rem;
  border: 3px solid var(--fg-primary);
  border-radius: var(--radius-lg);
}
.share-section h3 {
  margin-bottom: 1rem;
}
.share-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.share-btn {
  padding: 0.8rem 1.5rem;
  border: 2px solid var(--fg-primary);
  background: #fff;
  border-radius: var(--radius-sm);
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}
.share-btn:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
  transform: translateY(-2px);
}
.author-box {
  padding: 2rem;
  border: 3px solid var(--fg-primary);
  border-radius: var(--radius-lg);
  display: flex;
  gap: 2rem;
  align-items: center;
}
.author-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent) 0, var(--secondary) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #fff;
  border: 3px solid var(--fg-primary);
  flex-shrink: 0;
}
.author-info h3 {
  margin-bottom: 0.3rem;
}
.author-info p {
  color: #64748b;
  margin-bottom: 0;
}
.related-posts {
  background: var(--light-bg);
  padding: 2rem;
  border-radius: var(--radius-lg);
  margin-top: 3rem;
}
.comments-section h2,
.related-posts h2 {
  color: var(--accent);
  margin-bottom: 2rem;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
.related-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: var(--radius-md);
  border: 2px solid var(--border);
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
.related-card:hover {
  border-color: var(--accent);
  transform: translateY(-5px);
  box-shadow: var(--shadow-default);
}
.related-card h3 {
  color: var(--fg-primary);
  margin-bottom: 0.5rem;
}
.related-card-meta {
  font-size: 0.85rem;
  color: #94a3b8;
  margin-bottom: 0.5rem;
}
.comments-section {
  background: #fff;
  padding: 2rem;
  border: 3px solid var(--fg-primary);
  border-radius: var(--radius-lg);
  margin-top: 3rem;
  box-shadow: var(--shadow-default);
}
.comment {
  padding: 1.5rem;
  border-bottom: 1px solid var(--border);
  margin-bottom: 1.5rem;
}
.comment-author {
  font-weight: 700;
  color: var(--fg-primary);
  margin-bottom: 0.3rem;
}
.comment-date {
  font-size: 0.85rem;
  color: #94a3b8;
  margin-bottom: 0.7rem;
}
.form-label,
.sidebar-list a {
  color: var(--fg-primary);
  display: block;
}
.comment-form {
  margin-top: 2rem;
}
.form-label {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.form-input,
.form-textarea {
  width: 100%;
  padding: 0.8rem;
  border: 2px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 1rem;
  transition: 0.3s;
}
.form-textarea {
  resize: vertical;
  min-height: 120px;
}
.submit-btn {
  background: var(--accent);
  color: #fff;
  padding: 0.8rem 2rem;
  border: none;
  border-radius: var(--radius-sm);
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: var(--shadow-default);
}
.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
  background: var(--secondary);
}
.blog-sidebar {
  background: #fff;
  padding: 2rem;
  border: 3px solid var(--fg-primary);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-default);
  height: fit-content;
  position: sticky;
  top: 100px;
}
.garden-hero::after,
.garden-hero::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.sidebar-title {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  color: var(--accent);
  border-bottom: 2px solid var(--border);
  padding-bottom: 1rem;
}
.sidebar-list li {
  margin-bottom: 1rem;
}
.sidebar-list a {
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}
.sidebar-list a:hover {
  color: var(--accent);
  padding-left: 0.5rem;
}
.garden-hero,
.maintenance-hero,
.setup-hero {
  background: linear-gradient(135deg, #f0fdf4 0, #ecfdf5 40%, #d1fae5 100%);
  position: relative;
  overflow: hidden;
  min-height: 90vh;
  display: flex;
  align-items: center;
}
.explore-more,
.faq-item.open p {
  display: block;
}
.garden-hero::before {
  top: -120px;
  right: -120px;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(52, 211, 153, 0.18) 0,
    transparent 70%
  );
}
.garden-hero::after {
  bottom: -80px;
  left: -80px;
  width: 380px;
  height: 380px;
  background: radial-gradient(
    circle,
    rgba(16, 185, 129, 0.15) 0,
    transparent 70%
  );
}
.style-card {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(16, 185, 129, 0.08);
  transition: 0.35s;
  height: 100%;
}
.maintenance-hero::after,
.maintenance-hero::before {
  border-radius: 50%;
  content: "";
  position: absolute;
  pointer-events: none;
}
.style-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(16, 185, 129, 0.14);
}
.style-card .style-img {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.5rem;
  border-bottom: 1px solid rgba(16, 185, 129, 0.08);
}
.style-card .style-body {
  padding: 1.6rem 1.5rem;
}
.style-card .style-body h4 {
  font-weight: 700;
  color: #064e3b;
  margin-bottom: 0.4rem;
}
.style-card .style-body p,
.why-maintenance-card p,
.why-setup-card p {
  color: #64748b;
  font-size: 0.9rem;
  margin: 0;
}
@media (max-width: 991px) {
  .garden-hero {
    min-height: auto;
    padding: 6rem 0 3rem;
    text-align: center;
  }
  .hero-content h1 {
    font-size: 2.4rem;
  }
  .hero-content p {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-image-svg {
    max-width: 340px;
    margin-top: 2.5rem;
  }
  .package-card.featured {
    transform: scale(1);
  }
  .package-card.featured:hover {
    transform: translateY(-6px);
  }
}
.maintenance-hero::before {
  top: -100px;
  right: -120px;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(52, 211, 153, 0.2) 0,
    transparent 70%
  );
}
.maintenance-hero::after {
  bottom: -80px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(16, 185, 129, 0.15) 0,
    transparent 70%
  );
}
.hero-image-svg {
  filter: drop-shadow(0 20px 40px rgba(4, 120, 87, 0.2));
  position: relative;
  z-index: 2;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  display: block;
  filter: drop-shadow(0 20px 40px rgba(4, 120, 87, 0.18));
}
.care-service-card,
.setup-service-card {
  background: #fff;
  border-radius: 24px;
  padding: 2rem 1.8rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(16, 185, 129, 0.1);
  transition: 0.3s;
  text-align: center;
  height: 100%;
}
.care-service-card:hover,
.setup-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(16, 185, 129, 0.12);
  border-color: rgba(16, 185, 129, 0.2);
}
.care-service-card .service-icon-large {
  font-size: 3.2rem;
  margin-bottom: 1rem;
}
.care-service-card h4,
.setup-service-card h4 {
  font-family: Outfit, sans-serif;
  font-weight: 700;
  color: #064e3b;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.care-service-card p,
.process-step p,
.setup-service-card p {
  color: #64748b;
  font-size: 0.95rem;
  margin: 0;
}
.faq-item h5,
.package-card h4,
.plan-card h4,
.process-step h4,
.why-maintenance-card h5,
.why-setup-card h5 {
  font-family: Outfit, sans-serif;
  font-weight: 700;
  color: #064e3b;
}
.plan-card {
  background: #fff;
  border-radius: 28px;
  padding: 2.2rem 1.8rem;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(16, 185, 129, 0.08);
  transition: 0.35s;
  text-align: center;
  height: 100%;
  position: relative;
}
.package-card.featured,
.plan-card.featured {
  border: 2px solid #10b981;
  box-shadow: 0 16px 42px rgba(16, 185, 129, 0.18);
  transform: scale(1.03);
}
.package-card.featured:hover,
.plan-card.featured:hover {
  transform: scale(1.05);
}
.package-card:hover,
.plan-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(16, 185, 129, 0.12);
}
.plan-card .plan-badge {
  display: inline-block;
  background: #fef3c7;
  color: #b45309;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 30px;
  margin-bottom: 1rem;
}
.package-card h4,
.plan-card h4 {
  font-size: 1.4rem;
}
.package-card .package-price,
.plan-card .plan-price {
  font-family: Outfit, sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  color: #10b981;
  margin: 0.6rem 0 1rem;
}
.package-card ul,
.plan-card ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin: 1.2rem 0 1.8rem;
}
.package-card ul li,
.plan-card ul li {
  padding: 0.4rem 0;
  color: #475569;
  font-size: 0.9rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
}
.package-card ul li::before,
.plan-card ul li::before {
  content: "✓ ";
  color: #10b981;
  font-weight: 700;
}
.why-maintenance-card,
.why-setup-card {
  background: #fff;
  border-radius: 20px;
  padding: 1.8rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(16, 185, 129, 0.06);
  transition: 0.25s;
  text-align: center;
  height: 100%;
}
.why-maintenance-card:hover,
.why-setup-card:hover {
  border-color: #10b981;
  background: #f0fdf4;
}
.why-maintenance-card .icon-circle,
.why-setup-card .icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.1);
  font-size: 2rem;
  margin-bottom: 1rem;
}
.setup-hero::before {
  content: "";
  position: absolute;
  top: -110px;
  right: -130px;
  width: 520px;
  height: 520px;
  background: radial-gradient(
    circle,
    rgba(52, 211, 153, 0.2) 0,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}
.setup-hero::after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: -90px;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(16, 185, 129, 0.15) 0,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}
.process-step {
  position: relative;
  background: #fff;
  border-radius: 24px;
  padding: 2rem 1.8rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(16, 185, 129, 0.1);
  transition: 0.3s;
  text-align: center;
}
.process-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(16, 185, 129, 0.12);
  border-color: rgba(16, 185, 129, 0.25);
}
.process-step .step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #34d399, #10b981);
  color: #fff;
  font-weight: 800;
  font-size: 1.5rem;
  font-family: Outfit, sans-serif;
  margin-bottom: 1.2rem;
  box-shadow: 0 6px 18px rgba(16, 185, 129, 0.3);
}
.process-step h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.package-card {
  background: #fff;
  border-radius: 28px;
  padding: 2.2rem 1.8rem;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(16, 185, 129, 0.1);
  transition: 0.35s;
  text-align: center;
  height: 100%;
  position: relative;
}
.package-card .package-badge {
  letter-spacing: 0.3px;
  display: inline-block;
  background: #fef3c7;
  color: #b45309;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 30px;
  margin-bottom: 1rem;
}
.faq-item {
  background: #fff;
  border-radius: 18px;
  padding: 1.4rem 1.8rem;
  margin-bottom: 0.8rem;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(16, 185, 129, 0.06);
  cursor: pointer;
  transition: 0.25s;
}
.faq-item:hover {
  border-color: rgba(16, 185, 129, 0.2);
}
.faq-item h5 {
  margin: 0;
  font-size: 1.05rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-item p {
  color: #64748b;
  font-size: 0.9rem;
  margin: 0.6rem 0 0;
  display: none;
}
.faq-item .faq-toggle {
  font-size: 1.3rem;
  color: #10b981;
  transition: transform 0.3s;
}
.faq-item.open .faq-toggle {
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .maintenance-hero,
  .setup-hero {
    min-height: auto;
    padding: 6rem 0 3rem;
    text-align: center;
  }
  .package-card.featured,
  .plan-card.featured {
    transform: scale(1);
  }
  .package-card.featured:hover,
  .plan-card.featured:hover {
    transform: translateY(-6px);
  }
  .hero-content h1 {
    font-size: 2.4rem;
  }
  .hero-content p {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-image-svg {
    max-width: 340px;
    margin-top: 2.5rem;
  }
}
.explore-more {
  text-decoration: none;
  margin-top: 10%;
}