﻿:root {
  --default-font: "Manrope", sans-serif;
  --heading-font: "Cormorant", serif;
  --nav-font: "Manrope", sans-serif;
  --background-color: #f7f8f4;
  --default-color: #2f3a33;
  --heading-color: #17211a;
  --accent-color: #87a84d;
  --surface-color: #ffffff;
  --contrast-color: #ffffff;
  --gold-accent: #c7ac6b;
  --soft-line: #e8ede4;
  --soft-shadow: 0 18px 44px rgba(22, 30, 24, 0.08);
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--default-color);
  background:
    radial-gradient(circle at 8% -5%, rgba(199, 172, 107, 0.17), transparent 30%),
    radial-gradient(circle at 90% 5%, rgba(135, 168, 77, 0.18), transparent 35%),
    #f7f8f4;
}

h1,
h2,
h3,
h4,
h5,
h6,
#header .sitename,
.section-title h2,
.section-title .description-title {
  font-family: "Cormorant", serif;
  letter-spacing: 0.01em;
}

.section-title h2 {
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  margin-bottom: 6px;
}

.section-title div {
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.74rem;
  color: #5f6f65;
}

.section-title .description-title {
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.25rem;
  color: #1f2a21;
}

#header {
  background: rgba(250, 252, 248, 0.9);
  border-bottom: 1px solid rgba(199, 172, 107, 0.32);
  backdrop-filter: blur(8px);
}

#header .sitename {
  font-size: 1.8rem;
  font-weight: 700;
  color: #17211a;
}

#header .logo {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.custom-logo {
  width: auto;
  height: 168px;
  max-width: 640px;
  object-fit: contain;
  border-radius: 0;
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.navmenu a {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.navmenu ul li a:before {
  background-color: var(--gold-accent);
}

.header-right {
  gap: 12px;
}

.header-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid #d9e2d2;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  position: relative;
  z-index: 10002;
}

.header-lang-switch .lang-option {
  color: #34433a;
  font-family: "Manrope", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 5px 10px;
  border-radius: 999px;
  line-height: 1;
}

.header-lang-switch .lang-option.active {
  background: #87a84d;
  color: #ffffff;
}

.light-background {
  --background-color: #f3f5f0;
}

#about {
  background: #fcfdf8;
}

#services {
  background: #f2f6ed;
}

#gallery {
  background: #fbfcf7;
}

#features {
  background: #eef4ea;
}

#pricing {
  background:
    linear-gradient(rgba(242, 244, 238, 0.97), rgba(242, 244, 238, 0.97)),
    radial-gradient(circle at 10% 10%, rgba(135, 168, 77, 0.1), transparent 35%);
}

#reviews {
  background: #f6f9f2;
}

#faq {
  background: #eef3e7;
}

#contact {
  background: #f8faf4;
}

#hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(244, 247, 240, 0.95)),
    radial-gradient(circle at right top, rgba(135, 168, 77, 0.16), transparent 40%);
}

.main-page-hero {
  padding-top: 60px;
}

#hero h1,
#hero h2 {
  font-size: clamp(2.8rem, 6vw, 5rem) !important;
  line-height: 1.02;
  margin-bottom: 10px;
}

#hero p {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #48574f;
  max-width: 620px;
}

#hero .btn-get-started {
  background: linear-gradient(135deg, #8fb35a, #769a42);
  border: 1px solid rgba(105, 141, 52, 0.7);
  color: #ffffff;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 14px 28px;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
  box-shadow: 0 12px 28px rgba(108, 145, 56, 0.24);
}

#hero .btn-watch-video {
  color: #6d8f3f;
  font-weight: 700;
}

#hero .btn-watch-video i {
  color: #6d8f3f;
}

#hero .hero-service-area {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #48574f;
}

#hero .img-fluid {
  border-radius: 26px;
  box-shadow: 0 30px 64px rgba(0, 0, 0, 0.16);
  border: 8px solid rgba(255, 255, 255, 0.9);
}

.icon-boxes .icon-box {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--soft-line);
  border-radius: 18px;
  box-shadow: var(--soft-shadow);
}

.icon-boxes .icon-box .icon i {
  color: var(--gold-accent);
}

#hero .icon-boxes .icon-box {
  min-height: 165px;
  padding: 26px 18px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#hero .icon-boxes .icon-box .icon {
  margin-bottom: 12px !important;
}

#hero .icon-boxes .icon-box .title {
  margin: 0 !important;
}

#hero .icon-boxes .icon-box .icon-subtext {
  margin: 8px 0 0 0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #4c5b52;
  text-align: center;
}

.about .content,
.services .service-item,
.features .feature-item,
.contact .info-item,
.faq .faq-item,
.pricing .pricing-card,
.php-email-form {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--soft-line);
  border-radius: 18px;
  box-shadow: var(--soft-shadow);
}

#features .col-lg-5 .img-fluid {
  width: 64%;
  display: block;
  margin: 0 auto;
}

.about .content {
  padding: 30px;
}

.about .about-images img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.14);
}

.about .who-we-are {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: #5a704a;
}

.about ul li i,
.features .feature-item i,
.contact .info-item i {
  color: var(--gold-accent);
}

.services .service-item {
  padding: 30px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 10px;
  height: auto !important;
  min-height: 0 !important;
  align-self: flex-start;
}

.services .service-card-link {
  display: block;
  height: 100%;
  color: inherit;
}

.services .service-card-link:hover,
.services .service-card-link:focus {
  color: inherit;
}

#services .row > [class*="col-"] {
  align-self: flex-start;
}

.services .service-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(23, 33, 26, 0.15);
}

.services .service-item .icon {
  width: 56px;
  height: 56px;
  margin: 0;
  flex: 0 0 56px;
  background: #4fa23b;
  border: 1px solid #3f872f;
  box-shadow: 0 8px 20px rgba(79, 162, 59, 0.35);
}

.services .service-item .icon i {
  color: #ffffff;
  opacity: 1;
}

.services .service-item h3 {
  font-size: 1.65rem;
  margin: 0;
  flex: 1 1 calc(100% - 72px);
  align-self: center;
}

.services .service-item p {
  width: 100%;
  margin-top: 4px;
}

.services .service-item .service-cta {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: #6d8f3f;
}

.services .service-item .service-cta:hover {
  color: #58742f;
}

.services .service-item .service-toggle {
  width: 100%;
  margin-top: 2px;
  padding: 10px 14px;
  border: 1px solid var(--soft-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
  color: #415047;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.services .service-item .service-toggle:hover {
  background: #f3f6ed;
  border-color: #d8e0cc;
}

.services .service-item .service-toggle i {
  transition: transform 0.28s ease;
}

.services .service-item .service-details {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.25s ease, margin-top 0.25s ease;
  margin-top: 0;
}

.services .service-item .service-details p {
  margin: 0;
  padding: 12px 14px;
  border-left: 3px solid #87a84d;
  background: rgba(135, 168, 77, 0.08);
  border-radius: 10px;
}

.services .service-item .service-details .service-details-list {
  margin: 0;
  padding: 14px 16px;
  border-left: 3px solid #87a84d;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 10px;
  text-align: left !important;
}

.services .service-item .service-details .service-detail-row {
  margin-bottom: 10px;
  line-height: 1.55;
  color: #34433a;
  font-size: 1rem;
  text-align: left !important;
}

.services .service-item .service-details .service-detail-row:last-child {
  margin-bottom: 0;
}

.services .service-item .service-details .service-detail-label {
  color: #1f2a21;
  font-weight: 700;
  display: block;
  margin: 0 0 2px 0;
  text-align: left !important;
}

.services .service-item .service-details .service-detail-text {
  display: block;
  text-align: left !important;
}

.services .service-item.is-open .service-details {
  opacity: 1;
  transform: translateY(0);
  margin-top: 8px;
}

.services .service-item.is-open .service-toggle i {
  transform: rotate(180deg);
}

.portfolio .portfolio-entry {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: var(--surface-color);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

.portfolio .portfolio-entry .entry-image {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.portfolio .portfolio-entry .entry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio .portfolio-entry .entry-image .entry-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  display: flex;
  align-items: flex-end;
  padding: 30px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio .portfolio-entry .entry-image .entry-overlay .overlay-content {
  width: 100%;
  transform: translateY(20px);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio .portfolio-entry .entry-image .entry-overlay .entry-meta {
  color: var(--accent-color);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.portfolio .portfolio-entry .entry-image .entry-overlay .entry-title {
  color: var(--contrast-color);
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 20px;
}

.portfolio .portfolio-entry .entry-image .entry-overlay .entry-links {
  display: flex;
  gap: 15px;
}

.portfolio .portfolio-entry .entry-image .entry-overlay .entry-links a {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-color);
  color: var(--accent-color);
  border-radius: 12px;
  font-size: 20px;
  transition: all 0.3s ease;
}

.portfolio .portfolio-entry .entry-image .entry-overlay .entry-links a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
  transform: translateY(-2px);
}

.portfolio .portfolio-entry:hover .entry-image img {
  transform: scale(1.05);
}

.portfolio .portfolio-entry:hover .entry-image .entry-overlay {
  opacity: 1;
  transform: translateY(0);
}

.portfolio .portfolio-entry:hover .entry-image .entry-overlay .overlay-content {
  transform: translateY(0);
}

.portfolio .portfolio-item .entry-image {
  aspect-ratio: 4/3;
}

.home-gallery-shell {
  display: flex;
  align-items: center;
  gap: 14px;
}

.home-gallery-arrow {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7e2cd;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #5b7a31;
  box-shadow: 0 10px 24px rgba(22, 30, 24, 0.08);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.home-gallery-arrow:hover:not(:disabled) {
  background: #8fb35a;
  color: #ffffff;
  transform: translateY(-1px);
}

.home-gallery-arrow:disabled {
  opacity: 0.4;
  cursor: default;
}

.home-gallery-strip {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 8px 4px 18px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  flex: 1 1 auto;
}

.home-gallery-strip::-webkit-scrollbar {
  display: none;
}

.home-gallery-item {
  flex: 0 0 220px;
  scroll-snap-align: start;
}

.home-gallery-item .entry-image {
  aspect-ratio: 4 / 5;
}

.home-gallery-item .entry-image .entry-overlay {
  padding: 20px 18px;
}

.home-gallery-item .entry-image .entry-overlay .entry-title {
  font-size: 1.2rem;
  margin-bottom: 14px;
}

.home-gallery-item .entry-image .entry-overlay .entry-meta {
  margin-bottom: 8px;
}

.home-gallery-item .entry-image .entry-overlay .entry-links a {
  width: 40px;
  height: 40px;
  font-size: 1rem;
}

.features .feature-item {
  padding: 22px 20px;
}

.pricing .pricing-headline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.pricing .pricing-subtitle {
  margin: 0;
  display: flex;
  align-items: center;
  min-height: 52px;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #3f5346;
}

.pricing .pricing-subtitle span {
  display: inline-flex;
  align-items: center;
}

.pricing-toggle {
  display: inline-flex;
  border: 1px solid #dce7d2;
  border-radius: 999px;
  padding: 5px;
  margin-bottom: 32px;
  background: #f8fbf5;
  gap: 4px;
}

.pricing-tab {
  border: 0;
  background: transparent;
  color: #375031;
  font-weight: 700;
  font-size: 1rem;
  padding: 11px 22px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pricing-tab.is-active {
  background: linear-gradient(135deg, #8fb35a, #769a42);
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(108, 145, 56, 0.3);
}

.pricing-panel {
  display: none;
}

.pricing-panel.is-active {
  display: block;
}

.pricing-panel-title {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 22px;
  font-size: 1.15rem;
}

#pricing .pricing-panel .pricing-panel-title {
  font-size: 1.15rem !important;
  line-height: 1.1;
}

.pricing-card {
  min-height: 100%;
  padding: 26px;
}

.pricing-card h4 {
  text-align: center;
  font-size: 1.9rem;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eef3ea;
  color: #1f2c22;
}

.pricing-simple-card {
  min-height: 100%;
}

.pricing-simple-title {
  font-family: "Cormorant", serif;
  font-size: 2rem;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eef3ea;
  color: #1f2c22;
}

.pricing-simple-lines li {
  display: block;
  text-align: left;
  padding: 12px 6px;
  border-radius: 10px;
  font-weight: 500;
}

.price-lines {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.price-lines li {
  padding: 10px 12px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 11px;
  font-size: 1.02rem;
  color: #3f4f45;
}

#home-pricing .price-lines {
  text-align: left;
}

#home-pricing .price-lines li {
  justify-content: space-between;
}

.price-lines li.is-recommended {
  background: #f5f0e6;
  font-weight: 600;
}

.rec-badge {
  background: #fff;
  border: 1px solid #e6d9b8;
  color: #7a5c00;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  white-space: nowrap;
}

.rec-badge.icon-badge {
  border: 1px solid #d7e7cd;
  color: #3ea84f;
  font-size: 1rem;
  width: 30px;
  height: 30px;
  padding: 0;
}

.home-pricing-note {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#home-pricing .pricing-panel-title {
  font-size: 2.3rem !important;
  margin-bottom: 0 !important;
  line-height: 1.05;
}

#office-pricing .pricing-panel-title {
  font-size: 2.3rem !important;
  margin-bottom: 0 !important;
  line-height: 1.05;
}

.office-pricing-note {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.pricing-note {
  display: block;
  max-width: 980px;
  margin: 28px auto 0;
  line-height: 1.75;
  font-size: 1rem;
  color: #2f3a33;
  text-align: center;
}

.pricing-package-note {
  margin-top: 28px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e5ede0;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(22, 30, 24, 0.06);
  text-align: left;
}

.pricing-package-note h4,
.pricing-package-note h5 {
  text-align: left;
  margin-bottom: 10px;
}

.pricing-package-note p {
  text-align: left;
  margin-bottom: 14px;
}

.pricing-package-note ul {
  text-align: left;
  margin: 0 0 14px;
  padding-left: 1.2rem;
}

.pricing-package-note ul:last-child {
  margin-bottom: 0;
}

.home-service-hero .home-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(135, 168, 77, 0.12);
  color: #58742f;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-service-hero {
  padding-top: 60px;
  padding-bottom: 20px;
}

.home-service-hero .home-hero-points {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 18px 0 22px;
}

.home-service-hero .home-hero-actions {
  margin-bottom: 0;
}

.home-service-hero .home-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #324138;
  font-weight: 600;
}

.home-service-hero .home-hero-points i {
  color: #7da146;
  font-size: 1.05rem;
}

.home-service-hero .home-hero-visual {
  position: relative;
  padding-bottom: 28px;
  width: min(100%, 560px);
  margin-left: auto;
}

.home-service-hero .home-hero-visual .img-fluid {
  width: 100%;
  max-height: 590px;
  object-fit: cover;
}

.home-service-hero .home-hero-card {
  position: absolute;
  right: 18px;
  bottom: 0;
  max-width: 240px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--soft-line);
  border-radius: 18px;
  box-shadow: var(--soft-shadow);
}

.home-service-hero .home-hero-card strong,
.home-service-hero .home-hero-card span {
  display: block;
}

.home-service-hero .home-hero-card strong {
  margin-bottom: 4px;
  color: #1c271f;
  font-size: 0.95rem;
}

.home-service-hero .home-hero-card span {
  color: #56665d;
  line-height: 1.5;
}

.home-quick-facts {
  background: #fbfcf8;
  padding-top: 0;
  margin-top: 26px;
}

.home-fact-card,
.home-includes-card,
.home-includes-side,
.home-terms-card,
.home-closing-cta {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--soft-line);
  border-radius: 22px;
  box-shadow: var(--soft-shadow);
}

.home-fact-card {
  height: 100%;
  padding: 28px 24px;
}

.home-fact-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}

.home-fact-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 0;
  flex: 0 0 54px;
  border-radius: 16px;
  background: linear-gradient(135deg, #8fb35a, #769a42);
  color: #ffffff;
  font-size: 1.35rem;
  box-shadow: 0 10px 24px rgba(108, 145, 56, 0.24);
}

.home-fact-card h3,
.home-includes-card h3,
.home-includes-side h3,
.home-terms-card h3,
.home-closing-cta h3 {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.home-fact-card p,
.home-includes-side p,
.home-terms-card p,
.home-closing-cta p {
  margin: 0;
  color: #55635a;
  line-height: 1.7;
}

.home-includes-section {
  background: #f2f6ed;
}

.home-includes-card {
  height: 100%;
  padding: 28px;
}

.home-checklist-block {
  height: 100%;
  padding: 22px 20px;
  border-radius: 18px;
  background: #f9fbf7;
  border: 1px solid #e2e8db;
}

.home-checklist-block h3 {
  margin-bottom: 14px;
  font-size: 1.35rem;
}

.home-checklist-block ul {
  margin: 0;
  padding-left: 18px;
  color: #44534a;
}

.home-checklist-block li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.home-checklist-block li:last-child {
  margin-bottom: 0;
}

.home-includes-side {
  height: 100%;
  padding: 28px 24px;
}

.home-service-mode {
  padding: 18px 0;
  border-bottom: 1px solid #e6ece0;
}

.home-service-mode:first-of-type {
  padding-top: 6px;
}

.home-service-mode:last-of-type {
  border-bottom: 0;
  padding-bottom: 6px;
}

.home-service-mode strong {
  display: block;
  margin-bottom: 6px;
  color: #1d281f;
  font-size: 1.02rem;
}

.home-side-note {
  margin-top: 16px !important;
  font-size: 0.96rem;
}

.home-pricing-card {
  height: 100%;
}

.home-pricing-inline-note {
  margin-top: 18px;
  margin-bottom: 0;
  max-width: none;
  text-align: left;
  color: #4c5b52;
}

.home-pricing-hints {
  height: 100%;
  margin-top: 0;
}

.home-terms-card {
  height: 100%;
  padding: 24px 22px;
}

.home-closing-cta {
  margin-top: 28px;
  padding: 26px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 238, 0.98)),
    radial-gradient(circle at top right, rgba(135, 168, 77, 0.16), transparent 36%);
}

.home-closing-cta .btn-get-started {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 14px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8fb35a, #769a42);
  border: 1px solid rgba(105, 141, 52, 0.7);
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(108, 145, 56, 0.24);
}

.home-closing-cta .btn-get-started:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #86aa53, #6b8d3b);
  transform: translateY(-1px);
}

#home-pricing .pricing-simple-title,
#home-pricing .pricing-package-note h5,
#home-pricing .home-terms-card h3,
#home-pricing .home-closing-cta h3 {
  color: #182219;
}

#home-pricing .price-lines li {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 16px;
  font-size: 1.08rem;
}

#home-pricing .price-lines li:last-child {
  margin-bottom: 0;
}

#home-pricing .pricing-package-note ul {
  margin-bottom: 0;
}

#home-pricing .pricing-package-note li {
  margin-bottom: 14px;
  line-height: 1.6;
}

#home-pricing .pricing-package-note li:last-child {
  margin-bottom: 0;
}

.faq .faq-item {
  padding: 24px;
}

.php-email-form {
  padding: 28px;
}

.php-email-form .form-control {
  border-radius: 12px;
  border: 1px solid #dce5d8;
  background: #fcfefb;
}

.php-email-form button[type="submit"] {
  border-radius: 999px;
  background: linear-gradient(135deg, #8fb35a, #769a42);
  padding: 11px 26px;
  font-weight: 700;
}

.footer {
  border-top: 1px solid rgba(199, 172, 107, 0.25);
  background:
    linear-gradient(180deg, #f4f6f2 0%, #eff2eb 100%);
}

.footer .copyright {
  font-weight: 600;
}

.footer .social-links a {
  border-color: #b8c6b3;
  color: #5b6f54;
  background: rgba(255, 255, 255, 0.75);
}

.footer .social-links a:hover {
  background: #8aac55;
  color: #ffffff;
  border-color: #8aac55;
}

@media (max-width: 991px) {
  #hero h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  #hero p {
    font-size: 1.05rem;
  }

  #header .sitename {
    font-size: 1.45rem;
  }

  .custom-logo {
    width: auto;
    height: 128px;
    max-width: 480px;
  }

  .header-right {
    gap: 8px;
  }

  .header-lang-switch {
    padding: 3px;
  }

  .header-lang-switch .lang-option {
    font-size: 0.78rem;
    padding: 5px 8px;
  }

  .pricing-card h4 {
    font-size: 1.4rem;
  }

  .pricing .pricing-subtitle {
    min-height: auto;
    font-size: 1rem;
  }

  .pricing-panel-title {
    font-size: 1rem;
  }

  #pricing .pricing-panel .pricing-panel-title {
    font-size: 1rem !important;
  }

  .home-service-hero .home-hero-card {
    right: 14px;
  }

  .home-closing-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 1199px) {
  #header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .mobile-nav-active #navmenu {
    position: fixed;
    inset: 0;
    background: rgba(19, 25, 21, 0.52);
    z-index: 9999;
  }

  .mobile-nav-active #navmenu > ul {
    display: block !important;
    position: fixed;
    top: 76px;
    left: 14px;
    right: 14px;
    bottom: 14px;
    margin: 0;
    padding: 12px 0;
    background: #ffffff;
    border-radius: 14px;
    overflow-y: auto;
    box-shadow: 0 20px 40px rgba(16, 22, 18, 0.22);
    z-index: 10000;
  }

  #navmenu > ul > li {
    display: block;
  }

  #navmenu > ul > li > a {
    display: block;
    padding: 12px 20px;
    color: #243228 !important;
    font-size: 1.02rem;
    line-height: 1.35;
  }

  #navmenu .dropdown ul {
    position: static;
    display: block !important;
    margin: 2px 14px 14px;
    padding: 0 0 0 12px;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  #navmenu .dropdown ul li a {
    padding: 10px 20px;
    font-size: 0.96rem;
    color: #516056 !important;
  }

  #navmenu .toggle-dropdown {
    display: none !important;
  }

  .mobile-nav-active .mobile-nav-toggle {
    z-index: 10001;
  }
}

@media (max-width: 767px) {
  .main-page-hero .d-flex {
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 18px;
  }

  .main-page-hero .btn-get-started {
    min-width: 190px;
    padding: 12px 20px;
    text-align: center;
    white-space: normal;
  }

  .main-page-hero .btn-watch-video {
    margin-left: 0;
    flex: 0 0 auto;
  }

  .main-page-hero .btn-watch-video span {
    white-space: nowrap;
  }

  .home-gallery-shell {
    gap: 10px;
  }

  .home-gallery-arrow {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .home-service-hero .home-hero-visual {
    padding-bottom: 0;
  }

  .home-service-hero .home-hero-card {
    position: static;
    max-width: none;
    margin-top: 18px;
  }

  .home-includes-card,
  .home-includes-side,
  .home-fact-card,
  .home-terms-card,
  .home-closing-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-includes-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-checklist-block {
    padding: 18px 16px;
  }

  .home-closing-cta {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .home-fact-head {
    gap: 14px;
    margin-bottom: 16px;
  }
}

@media (max-width: 575px) {
  .main-page-hero .btn-watch-video {
    flex-basis: 100%;
  }

  .home-gallery-shell {
    align-items: stretch;
  }

  .home-service-hero .home-hero-points span {
    align-items: flex-start;
  }

  .home-fact-card h3,
  .home-includes-card h3,
  .home-includes-side h3,
  .home-terms-card h3,
  .home-closing-cta h3 {
    font-size: 1.45rem;
  }

  .home-closing-cta .btn-get-started {
    width: 100%;
    justify-content: center;
    text-align: center;
    min-width: 0;
  }
}
