/*--------------------------------------------------------------
# Emerald Luxury Theme
--------------------------------------------------------------*/

body.theme-emerald-luxury {
  --color-ink: #061210;
  --color-heading: #0c1815;
  --color-body: #3d524c;
  --color-soft: #5c726b;
  --color-border: #d4e5df;
  --color-surface: #fafdfb;
  --color-surface-muted: #eef6f2;
  --color-accent: #059669;
  --color-accent-hover: #047857;
  --color-accent-light: #10b981;
  --color-accent-soft: rgba(5, 150, 105, 0.1);
  --color-gold: #c4a962;
  --color-gold-soft: rgba(196, 169, 98, 0.18);
  --shadow-sm: 0 1px 3px rgba(6, 18, 16, 0.06);
  --shadow-md: 0 16px 48px rgba(6, 18, 16, 0.09);
  --shadow-luxury: 0 24px 64px rgba(5, 150, 105, 0.14);
  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body: "Plus Jakarta Sans", "Open Sans", sans-serif;

  background: var(--color-surface);
  color: var(--color-body);
  font-family: var(--font-body);
}

body.theme-emerald-luxury a {
  color: var(--color-accent);
}

body.theme-emerald-luxury a:hover,
body.theme-emerald-luxury a:active,
body.theme-emerald-luxury a:focus {
  color: var(--color-accent-hover);
}

body.theme-emerald-luxury #header .header-social a {
  color: var(--color-soft);
  background: var(--color-accent-soft);
}

body.theme-emerald-luxury #header .header-social a:hover {
  color: var(--color-accent);
  background: rgba(5, 150, 105, 0.16);
}

body.theme-emerald-luxury #header {
  height: auto;
  padding: 14px 0;
  background: rgba(250, 253, 251, 0.96);
  box-shadow: 0 8px 30px rgba(6, 18, 16, 0.05);
  backdrop-filter: blur(12px);
}

body.theme-emerald-luxury #header.header-scrolled,
body.theme-emerald-luxury #header.header-pages {
  height: auto;
  padding: 10px 0;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
}

body.theme-emerald-luxury .main-nav a {
  color: var(--color-heading);
  text-transform: none;
  letter-spacing: 0.01em;
}

body.theme-emerald-luxury .main-nav a:hover,
body.theme-emerald-luxury .main-nav .active > a,
body.theme-emerald-luxury .main-nav li:hover > a {
  color: var(--color-accent);
}

body.theme-emerald-luxury .site-logo img {
  width: 135px;
  height: 35px;
}

body.theme-emerald-luxury #main .section-header h3,
body.theme-emerald-luxury #footer .section-header h3 {
  color: var(--color-heading);
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.02em;
}

body.theme-emerald-luxury #main .section-header p,
body.theme-emerald-luxury #footer .section-header p {
  color: var(--color-soft);
}

body.theme-emerald-luxury #main .section-badge {
  color: var(--color-accent);
  letter-spacing: 0.18em;
  background: var(--color-gold-soft);
  border: 1px solid rgba(196, 169, 98, 0.32);
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
}

body.theme-emerald-luxury #main .section-badge::after {
  width: 28px;
  background: linear-gradient(90deg, var(--color-gold), var(--color-accent));
}

body.theme-emerald-luxury #main #about,
body.theme-emerald-luxury #main #portfolio,
body.theme-emerald-luxury #main #founders,
body.theme-emerald-luxury #main #why-us {
  background: var(--color-surface);
}

body.theme-emerald-luxury #main #services,
body.theme-emerald-luxury #main #team,
body.theme-emerald-luxury #main #blog,
body.theme-emerald-luxury #footer .footer-top {
  background: var(--color-surface-muted);
}

body.theme-emerald-luxury #main #at-a-glance {
  background: linear-gradient(90deg, rgba(5, 150, 105, 0.06) 0%, var(--color-surface-muted) 45%, var(--color-surface-muted) 55%, rgba(5, 150, 105, 0.06) 100%);
}

body.theme-emerald-luxury #main #faq-v2 {
  background: var(--color-surface);
}

body.theme-emerald-luxury #main #faq-v2 .faq-v2-list a {
  color: var(--color-heading);
}

body.theme-emerald-luxury #main #faq-v2 .faq-v2-list a:hover {
  color: var(--color-accent);
}

body.theme-emerald-luxury #main #about,
body.theme-emerald-luxury #main #services,
body.theme-emerald-luxury #main #why-us,
body.theme-emerald-luxury #main #portfolio,
body.theme-emerald-luxury #main #founders,
body.theme-emerald-luxury #main #team,
body.theme-emerald-luxury #main #blog,
body.theme-emerald-luxury #main #faq-v2 {
  padding: 80px 0;
}

body.theme-emerald-luxury .back-to-top {
  background: var(--color-accent);
}

body.theme-emerald-luxury .back-to-top:hover {
  background: var(--color-accent-hover);
}

body.theme-emerald-luxury #main #services .box {
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--color-border);
}

body.theme-emerald-luxury #main #services .box:hover {
  transform: translateY(-4px);
}

body.theme-emerald-luxury #main #services .icon {
  background: var(--color-accent-soft) !important;
}

body.theme-emerald-luxury #main #services .icon i {
  color: var(--color-accent) !important;
}

body.theme-emerald-luxury #main .about-showcase {
  margin-bottom: 60px;
  align-items: center;
}

body.theme-emerald-luxury #main .about-img-modern {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transform: none;
}

body.theme-emerald-luxury #main .about-img-modern img {
  width: 100%;
  height: auto;
  display: block;
}

body.theme-emerald-luxury #main .about-since-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--color-border);
  padding: 10px 18px;
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
}

body.theme-emerald-luxury #main .about-since-badge span {
  color: var(--color-heading);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

body.theme-emerald-luxury #main .about-content-modern {
  padding-left: 48px;
}

body.theme-emerald-luxury #main .about-story-label {
  display: inline-block;
  background: var(--color-accent-soft);
  border: 1px solid rgba(5, 150, 105, 0.14);
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 20px;
}

body.theme-emerald-luxury #main .about-story-label span {
  color: var(--color-accent);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

body.theme-emerald-luxury #main .about-lead-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-heading);
  margin-bottom: 24px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

body.theme-emerald-luxury #main .about-lead-title span {
  color: var(--color-accent);
}

body.theme-emerald-luxury #main .about-copy {
  font-size: 15px;
  line-height: 1.7;
  color: var(--color-body);
  margin-bottom: 20px;
}

body.theme-emerald-luxury #main .about-copy-last {
  margin-bottom: 0;
}

body.theme-emerald-luxury #main .about-stats {
  margin-top: 35px;
}

body.theme-emerald-luxury #main .about-stat-card {
  text-align: center;
  padding: 24px 16px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
}

body.theme-emerald-luxury #main .about-stat-value {
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--color-accent);
  margin-bottom: 8px;
  line-height: 1.15;
}

body.theme-emerald-luxury #main .about-stat-label {
  font-size: 12px;
  color: var(--color-soft);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}

body.theme-emerald-luxury #main .about-grid-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: var(--color-heading);
  margin-bottom: 50px;
}

body.theme-emerald-luxury #main .box-modern {
  background: var(--color-surface);
  padding: 32px 28px;
  border-radius: 18px;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.theme-emerald-luxury #main .box-modern:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

body.theme-emerald-luxury #main .icon-modern {
  width: 56px;
  height: 56px;
  background: var(--color-accent-soft);
  border: 1px solid rgba(5, 150, 105, 0.14);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: none;
}

body.theme-emerald-luxury #main .icon-modern i {
  color: var(--color-accent);
  font-size: 24px;
}

body.theme-emerald-luxury #main .box-modern .title {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-heading);
  margin-bottom: 12px;
}

body.theme-emerald-luxury #main .box-modern .description {
  font-size: 15px;
  line-height: 1.7;
  color: var(--color-body);
  margin: 0;
}

body.theme-emerald-luxury.site-layout-v2 #main #why-us .section-header p {
  text-align: center;
}

body.theme-emerald-luxury #main #why-us .section-header p {
  text-align: justify;
}

body.theme-emerald-luxury #main #why-us .why-us-img img {
  border-radius: 18px;
  box-shadow: var(--shadow-md);
}

body.theme-emerald-luxury #main #why-us .features {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
  padding: 20px 22px;
  margin-bottom: 18px;
}

body.theme-emerald-luxury #main #why-us .features h4 {
  color: var(--color-heading);
}

body.theme-emerald-luxury #main #why-us .features p {
  color: var(--color-body);
  margin-bottom: 0;
}

body.theme-emerald-luxury #main #why-us .why-us-v3__grid .features {
  margin-bottom: 0;
  padding: 16px 17px !important;
}

body.theme-emerald-luxury #main .product-category-badge {
  background: rgba(255, 255, 255, 0.96);
  color: var(--color-heading);
  border: 1px solid var(--color-border);
}

body.theme-emerald-luxury #main .product-link-modern,
body.theme-emerald-luxury #main .product-features-modern li i {
  color: var(--color-accent);
}

body.theme-emerald-luxury #main .product-link-modern:hover {
  color: var(--color-accent-hover);
}

body.theme-emerald-luxury #main .founder-profile {
  height: 100%;
}

body.theme-emerald-luxury #main .founder-profile__inner {
  padding: 1.35rem 1.35rem 1.25rem;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 18px;
  box-shadow: var(--shadow-sm);
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.theme-emerald-luxury #main .founder-profile:hover .founder-profile__inner {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

body.theme-emerald-luxury #main .founder-profile__header .founder-role {
  margin-bottom: 0;
}

body.theme-emerald-luxury #main .founder-avatar {
  margin: 0 auto 1rem;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--color-accent-soft);
  border: 1px solid rgba(5, 150, 105, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
}

body.theme-emerald-luxury #main .founder-avatar i {
  color: var(--color-accent);
  font-size: 32px;
}

body.theme-emerald-luxury #main .founder-role {
  color: var(--color-accent);
  font-weight: 600;
  margin-bottom: 1rem;
}

body.theme-emerald-luxury #main .team-copy {
  text-align: justify;
  margin-bottom: 1.5rem;
  color: var(--color-body);
}

body.theme-emerald-luxury #main .team-copy-last {
  margin-bottom: 2rem;
}

body.theme-emerald-luxury #main .team-stat-value {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-accent);
}

body.theme-emerald-luxury #main .team-stat-label {
  margin-top: 0.5rem;
  color: var(--color-soft);
}

body.theme-emerald-luxury #footer .footer-top .social-links a {
  background: var(--color-accent);
}

body.theme-emerald-luxury #footer .footer-top .social-links a:hover {
  background: var(--color-accent-hover);
}

body.theme-emerald-luxury #footer .footer-top .footer-newsletter input[type="submit"],
body.theme-emerald-luxury #footer .footer-top .form #sendmessage {
  background: var(--color-accent);
}

body.theme-emerald-luxury #footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: var(--color-accent-hover);
}

@media (max-width: 991px) {
  body.theme-emerald-luxury #main .about-content-modern {
    padding-left: 0;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  body.theme-emerald-luxury #main #about,
  body.theme-emerald-luxury #main #services,
  body.theme-emerald-luxury #main #why-us,
  body.theme-emerald-luxury #main #portfolio,
  body.theme-emerald-luxury #main #founders,
  body.theme-emerald-luxury #main #team,
  body.theme-emerald-luxury #main #blog,
  body.theme-emerald-luxury #main #faq-v2 {
    padding: 64px 0;
  }
}

body.theme-emerald-luxury #main .service-card,
body.theme-emerald-luxury #main .insight-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 18px;
  box-shadow: var(--shadow-sm);
  padding: 28px 24px;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.theme-emerald-luxury #main .service-card:hover,
body.theme-emerald-luxury #main .insight-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: rgba(5, 150, 105, 0.24);
}

body.theme-emerald-luxury #main .service-card .title a,
body.theme-emerald-luxury #main .insight-card .title a {
  color: var(--color-heading);
}

body.theme-emerald-luxury #main .service-card .description,
body.theme-emerald-luxury #main .insight-card .description {
  color: var(--color-body);
  line-height: 1.7;
}

body.theme-emerald-luxury #main .product-card-modern {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

body.theme-emerald-luxury #main .product-card-modern:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  border-color: rgba(5, 150, 105, 0.28);
}

body.theme-emerald-luxury #main .product-content-modern {
  padding: 26px 28px 30px;
}

body.theme-emerald-luxury #main .product-description-modern {
  line-height: 1.75;
  margin-bottom: 18px;
}

body.theme-emerald-luxury #main .product-features-modern {
  margin-bottom: 22px;
}

body.theme-emerald-luxury #main .product-features-modern li {
  padding: 6px 0;
}

body.theme-emerald-luxury #main .product-link-modern {
  font-weight: 700;
}

body.theme-emerald-luxury #main .about-stat-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.theme-emerald-luxury #main .about-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

body.theme-emerald-luxury.site-layout-v2 #main #team .team-v3__narrative .team-copy {
  text-align: left;
}

body.theme-emerald-luxury #main .section-header {
  margin-bottom: 48px;
}

/* —— Below hero: polish —— */
body.theme-emerald-luxury #header.header-v2:not(.header-scrolled) .site-logo img {
  filter: brightness(0) invert(1);
  opacity: 0.96;
}

body.theme-emerald-luxury #header.header-v2.header-scrolled .site-logo img {
  filter: none;
  opacity: 1;
}

body.theme-emerald-luxury #header.header-scrolled {
  background: rgba(250, 253, 251, 0.98);
  border-bottom-color: rgba(5, 150, 105, 0.14);
  box-shadow: 0 8px 28px rgba(6, 18, 16, 0.07);
}

/* —— Hero: premium asymmetric first impression —— */
body.theme-emerald-luxury #intro.intro-v2 {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #f4f8f6;
  background-image: url("../img/intro-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}

body.theme-emerald-luxury #intro .intro-v2__scrim {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    rgba(6, 40, 32, 0.18) 0%,
    rgba(6, 40, 32, 0.05) 28%,
    rgba(250, 253, 251, 0.35) 48%,
    rgba(250, 253, 251, 0.78) 62%,
    rgba(250, 253, 251, 0.94) 78%,
    #fafdfb 100%
  );
}

body.theme-emerald-luxury #intro .intro-v2__grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

body.theme-emerald-luxury #intro .intro-v2__container {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: calc(5.5rem + 1.5vh) clamp(1.25rem, 5vw, 5rem) 3.5rem;
}

body.theme-emerald-luxury #intro .intro-v2__layout {
  width: 100%;
  max-width: 76rem;
  margin-left: auto;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: end;
}

body.theme-emerald-luxury #intro .intro-v2__content {
  width: min(100%, 40rem);
  padding: 0;
  text-align: left;
}

body.theme-emerald-luxury #intro .intro-v2__content--elegant {
  position: relative;
  padding: 0.5rem 0.35rem 0.65rem 1.75rem;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.theme-emerald-luxury #intro .intro-v2__content--elegant::before {
  content: "";
  position: absolute;
  inset: -2.75rem -3.25rem -3rem -2.25rem;
  z-index: -1;
  pointer-events: none;
  border-radius: 40px;
  background:
    radial-gradient(ellipse 70% 65% at 32% 42%, rgba(250, 253, 251, 0.92) 0%, rgba(250, 253, 251, 0.55) 42%, transparent 72%),
    radial-gradient(ellipse 55% 50% at 70% 70%, rgba(238, 246, 242, 0.35) 0%, transparent 70%),
    linear-gradient(118deg, rgba(250, 253, 251, 0.55) 0%, rgba(250, 253, 251, 0.22) 48%, transparent 82%);
  filter: blur(22px);
  opacity: 0.98;
  -webkit-mask-image:
    radial-gradient(ellipse 82% 78% at 38% 45%, #000 28%, rgba(0, 0, 0, 0.55) 55%, transparent 78%);
  mask-image:
    radial-gradient(ellipse 82% 78% at 38% 45%, #000 28%, rgba(0, 0, 0, 0.55) 55%, transparent 78%);
}

body.theme-emerald-luxury #intro .intro-v2__accent {
  position: absolute;
  left: 0;
  top: 0.15rem;
  bottom: 0.35rem;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(196, 169, 98, 0.15) 0%,
    rgba(196, 169, 98, 0.95) 18%,
    var(--color-accent, #059669) 52%,
    rgba(196, 169, 98, 0.85) 82%,
    rgba(196, 169, 98, 0.12) 100%
  );
  box-shadow: 0 0 18px rgba(5, 150, 105, 0.35);
}

body.theme-emerald-luxury #intro .intro-v2__badge {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-accent);
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(196, 169, 98, 0.55);
  padding: 0 0 0.35rem;
  border-radius: 0;
  box-shadow: none;
}

body.theme-emerald-luxury #intro .intro-v2__eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  margin-bottom: 1.15rem;
}

body.theme-emerald-luxury #intro .intro-v2__since {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--color-soft);
  text-transform: uppercase;
}

body.theme-emerald-luxury #intro .intro-heading {
  font-family: var(--font-display) !important;
  font-size: clamp(2.5rem, 5.2vw, 3.75rem) !important;
  font-weight: 600 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.035em !important;
  color: var(--color-heading) !important;
  margin: 0 0 1rem !important;
}

body.theme-emerald-luxury #intro .intro-heading.motion-text-reveal .motion-word:last-child {
  background: linear-gradient(135deg, var(--color-accent), var(--color-accent-light));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.theme-emerald-luxury #intro .intro-v2__tagline {
  margin: 0 0 0.85rem;
  max-width: 34rem;
  font-family: var(--font-display);
  font-size: clamp(1.12rem, 2vw, 1.4rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--color-accent);
}

body.theme-emerald-luxury #intro .intro-v2__subline {
  font-size: clamp(0.98rem, 1.5vw, 1.08rem);
  line-height: 1.65;
  font-weight: 400;
  color: var(--color-body);
  margin: 0 0 1.45rem;
  max-width: 33rem;
}

body.theme-emerald-luxury #intro .intro-v2__trust {
  list-style: none;
  margin: 0 0 1.55rem;
  padding: 0.95rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 100%;
  border-top: 1px solid rgba(5, 150, 105, 0.18);
}

body.theme-emerald-luxury #intro .intro-v2__trust li {
  position: relative;
  padding: 0.15rem 0.85rem 0.1rem 0;
  text-align: left;
  background: transparent;
  border: none;
  border-radius: 0;
}

body.theme-emerald-luxury #intro .intro-v2__trust li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  right: 0.55rem;
  bottom: 0.2rem;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(5, 150, 105, 0.28), transparent);
}

body.theme-emerald-luxury #intro .intro-v2__trust strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 600;
  color: var(--color-heading);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

body.theme-emerald-luxury #intro .intro-v2__trust span {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-soft);
}

body.theme-emerald-luxury #intro .intro-v2__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

body.theme-emerald-luxury #intro .intro-v2__btn-primary,
body.theme-emerald-luxury #intro .btn-get-started {
  background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-hover) 100%) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 0.9rem 1.85rem !important;
  font-family: var(--font-body) !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  box-shadow: 0 12px 32px rgba(5, 150, 105, 0.3) !important;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

body.theme-emerald-luxury #intro .intro-v2__btn-primary:hover,
body.theme-emerald-luxury #intro .btn-get-started:hover {
  background: linear-gradient(135deg, var(--color-accent-hover) 0%, #065f46 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 16px 40px rgba(5, 150, 105, 0.38) !important;
}

body.theme-emerald-luxury #intro .intro-v2__btn-ghost {
  display: inline-flex;
  align-items: center;
  padding: 0.88rem 0.2rem 0.88rem 0.85rem;
  border-radius: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-heading) !important;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(5, 150, 105, 0.35);
  transition: color 0.2s ease, border-color 0.2s ease;
}

body.theme-emerald-luxury #intro .intro-v2__btn-ghost:hover {
  color: var(--color-accent) !important;
  background: transparent;
  border-color: var(--color-accent);
  transform: none;
}

body.theme-emerald-luxury #intro .intro-v2__scroll {
  position: absolute;
  bottom: 1.75rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-soft) !important;
  text-decoration: none;
  opacity: 0.75;
  transition: opacity 0.2s ease;
}

body.theme-emerald-luxury #intro .intro-v2__scroll:hover {
  opacity: 1;
  color: var(--color-accent) !important;
}

body.theme-emerald-luxury #intro .intro-v2__scroll-text {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

body.theme-emerald-luxury #intro .intro-v2__scroll-line {
  display: block;
  width: 1px;
  height: 2rem;
  background: linear-gradient(180deg, var(--color-accent), transparent);
  animation: intro-scroll-pulse 2.2s ease-in-out infinite;
}

@keyframes intro-scroll-pulse {
  0%, 100% { transform: scaleY(1); opacity: 0.6; }
  50% { transform: scaleY(1.15); opacity: 1; }
}

@media (min-width: 1200px) {
  body.theme-emerald-luxury #intro.intro-v2 {
    background-position: 10% center;
  }

  body.theme-emerald-luxury #intro .intro-v2__content {
    width: min(100%, 40rem);
    margin-right: clamp(0rem, 3vw, 2rem);
  }
}

@media (max-width: 991px) {
  body.theme-emerald-luxury #intro.intro-v2 {
    background-position: 22% center;
  }

  body.theme-emerald-luxury #intro .intro-v2__scrim {
    background: linear-gradient(
      180deg,
      rgba(6, 40, 32, 0.22) 0%,
      rgba(250, 253, 251, 0.55) 38%,
      rgba(250, 253, 251, 0.92) 100%
    );
  }

  body.theme-emerald-luxury #intro .intro-v2__layout {
    justify-items: center;
  }

  body.theme-emerald-luxury #intro .intro-v2__content {
    width: 100%;
    max-width: 34rem;
    margin: 0 auto;
    text-align: center;
    padding-top: 0;
  }

  body.theme-emerald-luxury #intro .intro-v2__content--elegant {
    padding: 0.5rem 0.65rem 0.55rem;
  }

  body.theme-emerald-luxury #intro .intro-v2__content--elegant::before {
    inset: -2.5rem -2.25rem -2.75rem;
    border-radius: 48px;
    filter: blur(26px);
    background:
      radial-gradient(ellipse 80% 70% at 50% 40%, rgba(250, 253, 251, 0.9) 0%, rgba(250, 253, 251, 0.45) 48%, transparent 74%),
      linear-gradient(180deg, rgba(250, 253, 251, 0.4) 0%, rgba(250, 253, 251, 0.15) 100%);
    -webkit-mask-image:
      radial-gradient(ellipse 86% 80% at 50% 45%, #000 30%, rgba(0, 0, 0, 0.5) 58%, transparent 80%);
    mask-image:
      radial-gradient(ellipse 86% 80% at 50% 45%, #000 30%, rgba(0, 0, 0, 0.5) 58%, transparent 80%);
  }

  body.theme-emerald-luxury #intro .intro-v2__accent {
    left: 50%;
    top: -0.15rem;
    bottom: auto;
    width: 3.5rem;
    height: 2px;
    transform: translateX(-50%);
  }

  body.theme-emerald-luxury #intro .intro-v2__eyebrow {
    justify-content: center;
  }

  body.theme-emerald-luxury #intro .intro-v2__subline {
    margin-left: auto;
    margin-right: auto;
  }

  body.theme-emerald-luxury #intro .intro-v2__trust {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  body.theme-emerald-luxury #intro .intro-v2__trust li {
    text-align: center;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  body.theme-emerald-luxury #intro .intro-v2__trust li:not(:last-child)::after {
    right: 0;
  }

  body.theme-emerald-luxury #intro .intro-v2__actions {
    justify-content: center;
  }

  body.theme-emerald-luxury #intro .intro-v2__tagline {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  body.theme-emerald-luxury #intro .intro-heading.motion-text-reveal {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  body.theme-emerald-luxury #intro.intro-v2 {
    background-position: 35% top;
  }

  body.theme-emerald-luxury #intro .intro-v2__trust {
    grid-template-columns: 1fr;
    max-width: 12rem;
  }

  body.theme-emerald-luxury #intro .intro-v2__scroll {
    display: none;
  }
}

body.theme-emerald-luxury .back-to-top {
  box-shadow: var(--shadow-luxury);
}

body.theme-emerald-luxury #main .service-card:hover,
body.theme-emerald-luxury #main .insight-card:hover,
body.theme-emerald-luxury #main .product-card-modern:hover {
  box-shadow: var(--shadow-luxury);
  border-color: rgba(5, 150, 105, 0.22);
}

body.theme-emerald-luxury #main .product-card-modern {
  background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface-muted) 100%);
}

body.theme-emerald-luxury #main .box-modern:hover,
body.theme-emerald-luxury #main .founder-profile:hover .founder-profile__inner {
  border-color: rgba(5, 150, 105, 0.18);
}

body.theme-emerald-luxury #main .about-since-badge {
  border-color: rgba(196, 169, 98, 0.4);
}

body.theme-emerald-luxury #main .about-since-badge span {
  color: var(--color-accent);
}

body.theme-emerald-luxury #main .about-stat-value,
body.theme-emerald-luxury #main .team-stat-value {
  background: linear-gradient(135deg, var(--color-accent), var(--color-accent-light));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.theme-emerald-luxury #main #faq-v2 .faq-v2-list a {
  border-color: var(--color-border);
}

body.theme-emerald-luxury #main #faq-v2 .faq-v2-list a:hover,
body.theme-emerald-luxury #main #faq-v2 .faq-v2-list a[aria-expanded="true"] {
  color: var(--color-accent);
  border-color: rgba(5, 150, 105, 0.25);
}
