.elementor-1207 .elementor-element.elementor-element-403c307{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1207 .elementor-element.elementor-element-8670518{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1207 .elementor-element.elementor-element-93d179c{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1207 .elementor-element.elementor-element-1326ba4{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1207 .elementor-element.elementor-element-fa7ed3d{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1207 .elementor-element.elementor-element-9f33f44{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0036d68 */@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&display=swap');

:root {
  --brand: #1A7A78;
  --brand-dark: #0F5957;
  --brand-darker: #0A3F3E;
  --brand-light: #2DA09D;
  --brand-glow: #4FD1CE;
  --brand-pale: #E6F3F2;
  --cream: #F5EFE3;
  --gold: #D4AF6A;
  --gold-light: #E8C988;
  --ink: #0A1F1E;
  --ink-soft: #2C3F3E;
  --muted: #6B7A79;
  --line: #DCE5E4;
  --paper: #FAF8F3;
  --white: #FFFFFF;
  --shadow-md: 0 12px 32px rgba(10, 63, 62, 0.10);
  --shadow-lg: 0 24px 60px rgba(10, 63, 62, 0.18);
  --transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
  font-family: 'Assistant', sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.reveal {
  opacity: 1;
  transform: none;
}

.hero {
  padding: 120px 0 60px;
  position: relative;
  overflow: hidden;
  background: var(--paper);
}

.hero--subpage {
  padding: 110px 0 40px;
  border-bottom: 1px solid var(--line);
}

.hero-bg-circle {
  position: absolute;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--brand-pale) 0%, transparent 70%);
  top: -200px;
  left: -200px;
  z-index: 0;
}

.hero-bg-shape {
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(212, 175, 106, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.hero-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 0;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 28px;
  letter-spacing: 1px;
  justify-content: center;
}

.breadcrumb a {
  color: var(--muted);
  text-decoration: none;
  transition: var(--transition);
}

.breadcrumb a:hover {
  color: var(--brand);
}

.breadcrumb .sep {
  color: var(--gold);
}

.hero-decor {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--brand);
  justify-content: center;
}

.hero-decor::before,
.hero-decor::after {
  content: '';
  width: 48px;
  height: 1px;
  background: var(--brand);
  opacity: 0.5;
}

.hero-decor .star {
  color: var(--gold);
  font-size: 16px;
}

.hero h1 {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  color: var(--brand-darker);
  margin-bottom: 28px;
}

.hero h1 .underline-word {
  position: relative;
  display: inline-block;
}

.hero h1 .underline-word::after {
  content: '';
  position: absolute;
  bottom: 8px;
  right: 0;
  width: 100%;
  height: 14px;
  background: var(--gold);
  z-index: -1;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .hero--subpage {
    padding: 80px 0 24px;
  }

  .hero h1 {
    font-size: clamp(24px, 6vw, 36px);
  }

  .hero-decor {
    font-size: 11px;
    letter-spacing: 2px;
    gap: 10px;
    margin-bottom: 16px;
  }

  .hero-decor::before,
  .hero-decor::after {
    width: 24px;
  }

  .breadcrumb {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .hero h1 .underline-word {
    display: inline !important;
    background-image: linear-gradient(rgba(212, 175, 106, 0.5), rgba(212, 175, 106, 0.5)) !important;
    background-position: 0 90% !important;
    background-size: 100% 8px !important;
    background-repeat: no-repeat !important;
  }

  .hero h1 .underline-word::after {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .hero--subpage { padding: 72px 0 20px; }
  .hero h1 { font-size: clamp(30px, 5.5vw, 30px); }
  .container { padding: 0 16px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5280852 */@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&display=swap');

:root {
  --brand: #1A7A78;
  --brand-dark: #0F5957;
  --brand-darker: #0A3F3E;
  --brand-light: #2DA09D;
  --brand-glow: #4FD1CE;
  --brand-pale: #E6F3F2;
  --cream: #F5EFE3;
  --gold: #D4AF6A;
  --gold-light: #E8C988;
  --ink: #0A1F1E;
  --ink-soft: #2C3F3E;
  --muted: #6B7A79;
  --line: #DCE5E4;
  --paper: #FAF8F3;
  --white: #FFFFFF;
  --shadow-md: 0 12px 32px rgba(10, 63, 62, 0.10);
  --shadow-lg: 0 24px 60px rgba(10, 63, 62, 0.18);
  --transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
  font-family: 'Assistant', sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.reveal {
  opacity: 1;
  transform: none;
}

.founder {
  padding: 100px 0;
  background: var(--paper);
  position: relative;
  direction: ltr;
 text-align: justify;
}

.founder-title {
  font-size: clamp(25px, 4.5vw, 52px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
  color: var(--brand-darker);
  margin-bottom: 28px;
}

.founder-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 72px;
  align-items: start;
}

.founder-card {
  position: sticky;
  top: 140px;
  background: var(--white);
  border-radius: 20px;
  padding: 32px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--line);
 text-align: justify;
}

.founder-photo {
  width: 100%;
  aspect-ratio: 1;
  background: var(--brand-darker);
  border-radius: 16px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.founder-photo:hover img {
  transform: scale(1.05);
}

.founder-signature {
  margin: 36px 0 0;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.founder-signature img {
  height: 80px;
  width: auto;
  opacity: 0.85;
  display: block;
}

.founder-signature--left {
  display: flex;
  justify-content: flex-end;
}

.founder-content p {
  font-size: 18px;
  line-height: 1.8;
  color: var(--ink-soft);
  margin-bottom: 22px;
 text-align: justify;
}

.founder-content p strong {
  color: var(--brand-darker);
  font-weight: 700;
}

@media (max-width: 1024px) {
  .founder-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .founder-card {
    position: relative;
    top: 0;
    max-width: 480px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  \.founder-title {
    font-size: 24px !important;
  }
}

@media (max-width: 640px) {
  .container {
    padding: 0 20px;
  }

  .founder {
    padding: 40px 0;
  }

  .founder-content p {
    font-size: 15px;
    line-height: 1.7;
  }

  .founder-card {
    padding: 22px;
  }
}

@media (max-width: 480px) {
  \.founder-title {
    font-size: 22px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e283e64 */@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&display=swap');

:root {
  --brand: #1A7A78;
  --brand-dark: #0F5957;
  --brand-darker: #0A3F3E;
  --brand-light: #2DA09D;
  --brand-glow: #4FD1CE;
  --brand-pale: #E6F3F2;
  --cream: #F5EFE3;
  --gold: #D4AF6A;
  --gold-light: #E8C988;
  --ink: #0A1F1E;
  --ink-soft: #2C3F3E;
  --muted: #6B7A79;
  --line: #DCE5E4;
  --paper: #FAF8F3;
  --white: #FFFFFF;
  --shadow-md: 0 12px 32px rgba(10, 63, 62, 0.10);
  --shadow-lg: 0 24px 60px rgba(10, 63, 62, 0.18);
  --transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

* { font-family: 'Assistant', sans-serif; box-sizing: border-box; margin: 0; padding: 0; }

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.reveal {
  opacity: 1;
  transform: none;
}

.timeline-section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  direction: ltr;
  text-align: left;
}

.timeline-section.dark {
  background: var(--brand-darker);
  color: var(--white);
}

.timeline-section.dark::before {
  content: '';
  position: absolute;
  top: -300px; left: -300px;
  width: 700px; height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 106, 0.08) 0%, transparent 60%);
}

.timeline-section.dark::after {
  content: '';
  position: absolute;
  bottom: -200px; right: -200px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45, 160, 157, 0.1) 0%, transparent 60%);
}

.grain-overlay {
  position: relative;
}

.grain-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  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)' opacity='0.04'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 200px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
  mix-blend-mode: overlay;
}

.timeline-head {
  margin-bottom: 48px;
  max-width: 720px;
  position: relative;
  z-index: 1;
}

.timeline-head h2 {
  font-size: clamp(30px, 4.5vw, 40px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
  color: var(--brand-darker);
}

.timeline-section.dark .timeline-head h2 { color: var(--white); }

.h-timeline {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.h-track {
  position: relative;
  padding: 0;
}

.h-track::before { display: none; }

.h-grid {
  display: grid;
  grid-template-columns: repeat(var(--count, 5), 1fr);
  gap: 20px;
  position: relative;
  z-index: 1;
}

.h-item {
  display: flex;
  flex-direction: column;
  transition: var(--transition);
  height: 100%;
}

.h-year {
  font-size: 13px;
  font-weight: 700;
  color: var(--brand);
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 16px;
  text-transform: uppercase;
  transition: var(--transition);
}

.timeline-section.dark .h-year { color: var(--gold); }

.h-dot { display: none; }
.h-dot.now { display: none; }

.h-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px 22px;
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: var(--transition);
  box-shadow: 0 2px 8px rgba(10, 63, 62, 0.05);
  text-align: left;
  position: relative;
  overflow: hidden;
  border-top: 3px solid var(--brand);
}

.timeline-section.dark .h-card {
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.08);
  border-top-color: var(--gold);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

.h-card::before { display: none; }

.h-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--brand-pale);
  color: var(--brand-darker);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.h-icon svg { width: 20px; height: 20px; }

.timeline-section.dark .h-icon {
  background: rgba(212, 175, 106, 0.12);
  color: var(--gold);
}

.h-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--brand-darker);
  letter-spacing: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

.timeline-section.dark .h-title { color: var(--white); }

.h-text {
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-soft);
}

.timeline-section.dark .h-text { color: rgba(255,255,255,0.7); }

.h-item:hover .h-card {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(10, 63, 62, 0.12);
  border-color: var(--brand);
  border-top-color: var(--gold);
}

.timeline-section.dark .h-item:hover .h-card {
  background: rgba(255,255,255,0.07);
  border-color: rgba(212, 175, 106, 0.3);
  border-top-color: var(--gold);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}

.h-item:hover .h-year { color: var(--gold); }
.timeline-section.dark .h-item:hover .h-year { color: var(--gold-light); }

.h-item:hover .h-icon {
  background: var(--brand-darker);
  color: var(--gold);
  transform: scale(1.1);
}

.timeline-section.dark .h-item:hover .h-icon {
  background: var(--gold);
  color: var(--brand-darker);
  transform: scale(1.1);
}

@media (max-width: 900px) {
  .h-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { padding: 0 20px; }
  .timeline-section { padding: 40px 0; }
  .timeline-head { margin-bottom: 24px; }
  .timeline-head h2 { font-size: 24px; }
  .h-timeline { padding: 0; }
  .h-track { padding: 0; position: relative; }
  .h-grid { grid-template-columns: 1fr; gap: 12px; padding-left: 0; }
  .h-item { flex-direction: column; text-align: left; }
  .h-item .h-year {
    position: static;
    width: auto;
    margin: 0 0 8px;
    font-size: 12px;
    text-align: left;
    background: none;
    padding: 0;
  }
  .h-card { padding: 18px; text-align: left; width: 100%; }
  .h-icon { width: 32px; height: 32px; border-radius: 8px; }
  .h-icon svg { width: 16px; height: 16px; }
  .h-text { font-size: 13px; line-height: 1.6; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dd8ebe2 */@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&display=swap');

:root {
  --brand: #1A7A78;
  --brand-dark: #0F5957;
  --brand-darker: #0A3F3E;
  --brand-light: #2DA09D;
  --brand-glow: #4FD1CE;
  --brand-pale: #E6F3F2;
  --cream: #F5EFE3;
  --gold: #D4AF6A;
  --gold-light: #E8C988;
  --ink: #0A1F1E;
  --ink-soft: #2C3F3E;
  --muted: #6B7A79;
  --line: #DCE5E4;
  --paper: #FAF8F3;
  --white: #FFFFFF;
  --shadow-md: 0 12px 32px rgba(10, 63, 62, 0.10);
  --shadow-lg: 0 24px 60px rgba(10, 63, 62, 0.18);
  --transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

* { font-family: 'Assistant', sans-serif; box-sizing: border-box; margin: 0; padding: 0; }

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.reveal {
  opacity: 1;
  transform: none;
}

.timeline-section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  direction: ltr;
  text-align: left;
}

.timeline-section.cream { background: var(--cream); }

.timeline-head {
.timeline-head h2 {
  font-size: clamp(30px, 4.5vw, 40px);
  max-width: 720px;
  position: relative;
  z-index: 1;
}

.timeline-head h2 {
  font-size: clamp(36px, 4.5vw, 52px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
  color: var(--brand-darker);
}

.h-timeline {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.h-track {
  position: relative;
  padding: 0;
}

.h-track::before { display: none; }

.h-grid {
  display: grid;
  grid-template-columns: repeat(var(--count, 4), 1fr);
  gap: 20px;
  position: relative;
  z-index: 1;
}

.h-item {
  display: flex;
  flex-direction: column;
  transition: var(--transition);
  height: 100%;
}

.h-year {
  font-size: 13px;
  font-weight: 700;
  color: var(--brand);
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 16px;
  text-transform: uppercase;
  transition: var(--transition);
}

.h-dot { display: none; }
.h-dot.now { display: none; }

.h-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px 22px;
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: var(--transition);
  box-shadow: 0 2px 8px rgba(10, 63, 62, 0.05);
  text-align: left;
  position: relative;
  overflow: hidden;
  border-top: 3px solid var(--brand);
}

.h-card::before { display: none; }

.h-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--brand-pale);
  color: var(--brand-darker);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.h-icon svg { width: 20px; height: 20px; }

.h-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--brand-darker);
  letter-spacing: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

.h-text {
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-soft);
}

.h-item:hover .h-card {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(10, 63, 62, 0.12);
  border-color: var(--brand);
  border-top-color: var(--gold);
}

.h-item:hover .h-year { color: var(--gold); }

.h-item:hover .h-icon {
  background: var(--brand-darker);
  color: var(--gold);
  transform: scale(1.1);
}

@media (max-width: 900px) {
  .h-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { padding: 0 20px; }
  .timeline-section { padding: 40px 0; }
  .timeline-head { margin-bottom: 24px; }
  .timeline-head h2 { font-size: 24px; }
  .h-timeline { padding: 0; }
  .h-track { padding: 0; position: relative; }
  .h-grid { grid-template-columns: 1fr; gap: 12px; padding-left: 0; }
  .h-item { flex-direction: column; text-align: left; }
  .h-item .h-year {
    position: static;
    width: auto;
    margin: 0 0 8px;
    font-size: 12px;
    text-align: left;
    background: none;
    padding: 0;
  }
  .h-card { padding: 18px; text-align: left; width: 100%; }
  .h-icon { width: 32px; height: 32px; border-radius: 8px; }
  .h-icon svg { width: 16px; height: 16px; }
  .h-text { font-size: 13px; line-height: 1.6; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ac730f4 */@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&display=swap');

:root {
  --brand: #1A7A78;
  --brand-dark: #0F5957;
  --brand-darker: #0A3F3E;
  --brand-light: #2DA09D;
  --brand-glow: #4FD1CE;
  --brand-pale: #E6F3F2;
  --cream: #F5EFE3;
  --gold: #D4AF6A;
  --gold-light: #E8C988;
  --ink: #0A1F1E;
  --ink-soft: #2C3F3E;
  --muted: #6B7A79;
  --line: #DCE5E4;
  --paper: #FAF8F3;
  --white: #FFFFFF;
  --shadow-md: 0 12px 32px rgba(10, 63, 62, 0.10);
  --shadow-lg: 0 24px 60px rgba(10, 63, 62, 0.18);
  --transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

* { font-family: 'Assistant', sans-serif; box-sizing: border-box; margin: 0; padding: 0; }

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.reveal {
  opacity: 1;
  transform: none;
}

.firm {
  padding: 100px 0;
  background: var(--paper);
  direction: ltr;
  text-align: left;
}

.firm-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 72px;
  align-items: center;
}

.firm-visual {
  aspect-ratio: 4/3;
  background-color: var(--brand-darker);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  transition: var(--transition);
}

.firm-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.firm-visual:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(10, 63, 62, 0.25);
}

.firm-content h2 {
  font-size: clamp(36px, 4.5vw, 52px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
  color: var(--brand-darker);
  margin: 0 0 28px;
}

.firm-content p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink-soft);
  margin-bottom: 18px;
 text-align: justify;
}

.firm-content p strong {
  color: var(--brand-darker);
  font-weight: 700;
}

@media (max-width: 1024px) {
  .firm-grid { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 768px) {
  .firm-content h2 { font-size: 28px; }
}

@media (max-width: 640px) {
  .container { padding: 0 20px; }
  .firm { padding: 40px 0; }
  .firm-content p { font-size: 15px; line-height: 1.7; }
  .firm-grid { gap: 24px; display: flex; flex-direction: column; }
  .firm-visual { aspect-ratio: 16/10; order: 2; }
  .firm-content { order: 1; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b2f92ab */@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&display=swap');

:root {
  --brand: #1A7A78;
  --brand-dark: #0F5957;
  --brand-darker: #0A3F3E;
  --brand-light: #2DA09D;
  --brand-glow: #4FD1CE;
  --brand-pale: #E6F3F2;
  --cream: #F5EFE3;
  --gold: #D4AF6A;
  --gold-light: #E8C988;
  --ink: #0A1F1E;
  --ink-soft: #2C3F3E;
  --muted: #6B7A79;
  --line: #DCE5E4;
  --paper: #FAF8F3;
  --white: #FFFFFF;
  --shadow-md: 0 12px 32px rgba(10, 63, 62, 0.10);
  --shadow-lg: 0 24px 60px rgba(10, 63, 62, 0.18);
  --transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

* { font-family: 'Assistant', sans-serif; box-sizing: border-box; margin: 0; padding: 0; }

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.reveal {
  opacity: 1;
  transform: none;
}

.contact-cta--elegant {
  padding: 100px 0;
  background: var(--paper);
  color: var(--ink);
  position: relative;
  overflow: visible;
  direction: ltr;
  text-align: left;
}

.contact-cta--elegant h2 {
  color: var(--brand-darker);
}

.contact-cta--elegant::before {
  content: '';
  position: absolute;
  top: 0; right: 10%; left: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}

.contact-cta--elegant .contact-cta-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.contact-cta-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.contact-cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.contact-cta-eyebrow::before,
.contact-cta-eyebrow::after {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--brand);
  opacity: 0.5;
}

.contact-cta-eyebrow .star { color: var(--gold); font-size: 14px; }

.contact-cta h2 {
  font-size: clamp(36px, 4.5vw, 52px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
  margin-bottom: 16px;
  color: var(--brand-darker);
}

.contact-cta-text p {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.6;
  margin: 0 auto 40px;
  max-width: 580px;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 980px;
  margin: 0 auto;
}

.contact-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px 24px;
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 14px rgba(10, 63, 62, 0.04);
  position: relative;
  overflow: hidden;
}

.contact-card::before {
  content: '';
  position: absolute;
  top: 0; right: 0; left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand), var(--gold));
  transform: scaleX(0);
  transition: transform 0.4s ease;
  transform-origin: left;
}

.contact-card:hover {
  transform: translateY(-8px);
  border-color: var(--brand);
  box-shadow: 0 16px 40px rgba(10, 63, 62, 0.15);
}

.contact-card:hover::before { transform: scaleX(1); }

.contact-card-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: var(--brand-pale);
  color: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: var(--transition);
}

.contact-card:hover .contact-card-icon {
  background: var(--brand-darker);
  color: var(--gold);
  transform: rotate(-8deg) scale(1.05);
}

.contact-card-icon svg { width: 22px; height: 22px; }

.contact-card-label {
  font-size: 12px;
  color: var(--muted);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.contact-card-value {
  font-size: 17px;
  font-weight: 700;
  color: var(--brand-darker);
  line-height: 1.4;
  word-break: break-word;
}

@media (max-width: 1024px) {
  .contact-cards { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .contact-cta--elegant { padding: 48px 0; }
  .contact-cta-inner h2 { font-size: 24px; }
  .contact-cta-text p { font-size: 14px; margin-bottom: 20px; }
  .container { padding: 0 16px; }

  .contact-cards {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    max-width: 100% !important;
  }

  .contact-card {
    flex-direction: row !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 16px 0 !important;
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid var(--line) !important;
    background: transparent !important;
    box-shadow: none !important;
    text-decoration: none !important;
  }

  .contact-card:last-child {
    border-bottom: none !important;
  }

  .contact-card::before {
    display: none !important;
  }

  .contact-card:hover {
    transform: none !important;
    box-shadow: none !important;
  }

  .contact-card-icon {
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px !important;
    flex-shrink: 0 !important;
    margin-bottom: 0 !important;
  }

  .contact-card-icon svg {
    width: 20px !important;
    height: 20px !important;
  }

  .contact-card-label {
    font-size: 11px !important;
    letter-spacing: 1.5px !important;
    margin-bottom: 2px !important;
    text-align: left !important;
  }

  .contact-card-value {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: var(--brand-darker) !important;
    text-align: left !important;
    overflow-wrap: anywhere !important;
    word-break: break-all !important;
  }
}

@media (max-width: 480px) {
  .contact-card-icon {
    width: 40px !important;
    height: 40px !important;
  }
  .contact-card-value {
    font-size: 14px !important;
  }
}/* End custom CSS */