* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #ffffff;
  color: #082b2c;
}

.logo-font {
  font-family: "Playfair Display", serif;
}
/* =========================
   TRUSTED REVEAL SECTION
========================= */
/* ==================================================
   DESKTOP SECTION
================================================== */

.trusted-reveal-section {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}

.trusted-reveal-space {
  position: relative;
  height: 115vh;
}

.trusted-reveal-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background: #ffffff;
}

/* =========================
   DESKTOP TEXT CONTENT
========================= */

.trusted-reveal-text {
  position: absolute;
  top: clamp(34px, 5.5vh, 62px);
  left: 50%;
  z-index: 5;
  width: 100%;
  max-width: 1180px;
  padding: 0 24px;
  text-align: center;
  transform: translate3d(-50%, 0, 0);
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.trusted-reveal-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #c7a84a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.trusted-reveal-title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  color: #042427;
  text-transform: uppercase;
  font-size: clamp(44px, 7.8vw, 128px);
  line-height: 0.9;
  font-weight: 600;
  letter-spacing: -1.5px;
}

.trusted-reveal-subtitle {
  max-width: 760px;
  margin: clamp(16px, 2vw, 24px) auto 0;
  font-family: "Cormorant Garamond", serif;
  color: #042427;
  font-size: clamp(18px, 1.9vw, 28px);
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.trusted-reveal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(18px, 2.2vw, 26px);
  padding: 14px 36px;
  border: none;
  border-radius: 10px;
  outline: none;
  background: #c7a84a;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    background 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.trusted-reveal-btn:hover {
  background: #b89635;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(199, 168, 74, 0.25);
}

/* =========================
   DESKTOP IMAGE
========================= */

.trusted-reveal-image-wrap {
  position: absolute;
  left: 50%;
  bottom: clamp(18px, 3vh, 34px);
  z-index: 4;
  width: 100%;
  max-width: 1728px;
  padding: 0 clamp(14px, 3vw, 54px);
  transform: translate3d(-50%, 120%, 0);
  will-change: transform;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.trusted-reveal-image-box {
  width: 100%;
  overflow: hidden;
  border-radius: clamp(18px, 2vw, 30px);
  box-shadow: 0 22px 60px rgba(4, 36, 39, 0.08);
}

.trusted-reveal-image {
  display: block;
  width: 100%;
  height: clamp(280px, 39vw, 520px);
  object-fit: cover;
  object-position: center;
  transform: translateZ(0);
}

/* =========================
   LARGE DESKTOP
========================= */

@media (min-width: 1440px) {
  .trusted-reveal-space {
    height: 112vh;
  }

  .trusted-reveal-title {
    font-size: clamp(110px, 7.8vw, 145px);
  }

  .trusted-reveal-image {
    height: clamp(430px, 35vw, 560px);
  }
}

/* =========================
   LAPTOP
========================= */

@media (max-width: 1280px) and (min-width: 1025px) {
  .trusted-reveal-space {
    height: 114vh;
  }

  .trusted-reveal-title {
    font-size: clamp(70px, 8vw, 110px);
  }

  .trusted-reveal-subtitle {
    font-size: clamp(20px, 2vw, 26px);
  }

  .trusted-reveal-image {
    height: clamp(300px, 38vw, 480px);
  }
}

/* ==================================================
   MOBILE/TABLET SECTION
   HIDDEN ON DESKTOP
================================================== */

.trusted-mobile-section {
  display: none;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
}

.trusted-mobile-container {
  width: min(100%, 1100px);
  margin: 0 auto;
  padding: 72px 28px;
}

/* =========================
   MOBILE CONTENT
========================= */

.trusted-mobile-content {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transform: translateY(45px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.trusted-mobile-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #c7a84a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.trusted-mobile-title {
  max-width: 800px;
  margin: 0 auto;
  font-family: "Cormorant Garamond", serif;
  color: #042427;
  font-size: clamp(52px, 9vw, 84px);
  line-height: 0.95;
  font-weight: 600;
  letter-spacing: -1.2px;
  text-transform: uppercase;
}

.trusted-mobile-description {
  max-width: 650px;
  margin: 22px auto 0;
  font-family: "Cormorant Garamond", serif;
  color: #042427;
  font-size: clamp(19px, 2.8vw, 24px);
  line-height: 1.35;
  font-weight: 500;
}

.trusted-mobile-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 14px 30px;
  border-radius: 10px;
  background: #c7a84a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition:
    background 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.trusted-mobile-btn:hover {
  background: #b89635;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(199, 168, 74, 0.24);
}

/* =========================
   MOBILE IMAGE BELOW
========================= */

.trusted-mobile-image-wrap {
  width: 100%;
  margin-top: 44px;
  opacity: 0;
  transform: translateY(60px) scale(0.97);
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s,
    transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}

.trusted-mobile-image-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
  background: #f1f4f3;
  box-shadow: 0 22px 60px rgba(4, 36, 39, 0.1);
}

.trusted-mobile-image-box::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(4, 36, 39, 0) 60%,
    rgba(4, 36, 39, 0.12) 100%
  );
}

.trusted-mobile-image {
  display: block;
  width: 100%;
  height: clamp(340px, 54vw, 520px);
  object-fit: cover;
  object-position: center;
  transform: scale(1.06);
  transition: transform 1.25s cubic-bezier(0.22, 1, 0.36, 1);
}

/* =========================
   ACTIVE ANIMATION
========================= */

.trusted-mobile-section.is-visible .trusted-mobile-content {
  opacity: 1;
  transform: translateY(0);
}

.trusted-mobile-section.is-visible .trusted-mobile-image-wrap {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.trusted-mobile-section.is-visible .trusted-mobile-image {
  transform: scale(1);
}

/* ==================================================
   TABLET AND MOBILE VISIBILITY
================================================== */

@media (max-width: 1024px) {
  .trusted-reveal-desktop {
    display: none;
  }

  .trusted-mobile-section {
    display: block;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 640px) {
  .trusted-mobile-container {
    padding: 52px 16px;
  }

  .trusted-mobile-content {
    padding: 0 4px;
  }

  .trusted-mobile-tag {
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: 1.7px;
  }

  .trusted-mobile-title {
    font-size: clamp(39px, 11.8vw, 56px);
    line-height: 0.98;
    letter-spacing: -0.8px;
  }

  .trusted-mobile-description {
    max-width: 410px;
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.42;
  }

  .trusted-mobile-btn {
    margin-top: 21px;
    padding: 13px 22px;
    border-radius: 9px;
    font-size: 13px;
  }

  .trusted-mobile-image-wrap {
    margin-top: 32px;
  }

  .trusted-mobile-image-box {
    border-radius: 18px;
  }

  .trusted-mobile-image {
    height: clamp(250px, 70vw, 390px);
  }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 420px) {
  .trusted-mobile-container {
    padding: 44px 11px;
  }

  .trusted-mobile-content {
    padding: 0 5px;
  }

  .trusted-mobile-tag {
    margin-bottom: 10px;
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  .trusted-mobile-title {
    font-size: clamp(35px, 11.5vw, 44px);
    line-height: 1;
  }

  .trusted-mobile-description {
    max-width: 345px;
    margin-top: 16px;
    font-size: 15.5px;
    line-height: 1.45;
  }

  .trusted-mobile-btn {
    margin-top: 19px;
    padding: 12px 18px;
    font-size: 12.5px;
  }

  .trusted-mobile-image-wrap {
    margin-top: 27px;
  }

  .trusted-mobile-image-box {
    border-radius: 15px;
  }

  .trusted-mobile-image {
    height: 235px;
  }
}

/* =========================
   VERY SMALL MOBILE
========================= */

@media (max-width: 360px) {
  .trusted-mobile-title {
    font-size: 34px;
  }

  .trusted-mobile-description {
    font-size: 15px;
  }

  .trusted-mobile-btn {
    width: 100%;
    max-width: 290px;
  }

  .trusted-mobile-image {
    height: 215px;
  }
}

/* =========================
   REDUCED MOTION
========================= */

@media (prefers-reduced-motion: reduce) {
  .trusted-mobile-content,
  .trusted-mobile-image-wrap,
  .trusted-mobile-image {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/* =========================
   ASIAN LAW FIRM FOOTER
========================= */

.asian-footer {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #063536;
  color: #ffffff;
}

/* Main Container */

.footer-inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1600px);
  margin: 0 auto;
  padding: 70px 50px 190px;
}

/* Main Grid */

.footer-grid {
  display: grid;
  grid-template-columns:
    minmax(250px, 1.05fr)
    minmax(310px, 1.15fr)
    minmax(180px, 0.68fr)
    minmax(300px, 1fr);
  gap: 50px;
  align-items: start;
}

/* =========================
   BRAND
========================= */

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #ffffff;
  text-decoration: none;
}

.footer-brand-logo {
  width: auto;
  height: 62px;
  display: block;
  object-fit: contain;
  flex-shrink: 0;
}

.footer-brand-name {
  font-family: "Cormorant Garamond", serif;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(30px, 2.5vw, 43px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1px;
  white-space: nowrap;
}

.footer-desc {
  max-width: 390px;
  margin: 42px 0 0;
  color: #b8c8c8;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

/* =========================
   HEADINGS
========================= */

.footer-heading {
  margin: 0 0 30px;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
}

/* =========================
   SOCIAL MEDIA
========================= */

.footer-social-wrap {
  margin-top: 36px;
}

.footer-social-title {
  margin: 0 0 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-social-icons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-social-link {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: #c7a84a;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(199, 168, 74, 0.45);
  border-radius: 50%;
  text-decoration: none;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.footer-social-link svg {
  width: 19px;
  height: 19px;
}

.footer-social-link:hover {
  color: #063536;
  background: #c7a84a;
  border-color: #c7a84a;
  transform: translateY(-4px);
}

/* =========================
   CONTACT INFORMATION
========================= */

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-contact-item {
  display: flex;
  width: fit-content;
  align-items: flex-start;
  gap: 12px;
  color: #b8c8c8;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.footer-contact-item strong {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.footer-contact-item:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.footer-contact-icon {
  display: inline-flex;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  color: #c7a84a;
  background: rgba(199, 168, 74, 0.08);
  border: 1px solid rgba(199, 168, 74, 0.28);
  border-radius: 50%;
}

.footer-contact-icon svg {
  width: 15px;
  height: 15px;
}

.footer-address-item {
  margin-bottom: 4px;
}

.footer-phone {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
}

/* =========================
   QUICK LINKS
========================= */

.footer-nav-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav-list li {
  margin: 0;
  padding: 0;
}

.footer-nav-list a {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #b8c8c8;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.footer-link-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  color: #c7a84a;
  background: rgba(199, 168, 74, 0.08);
  border: 1px solid rgba(199, 168, 74, 0.25);
  border-radius: 50%;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease;
}

.footer-link-icon svg {
  width: 13px;
  height: 13px;
}

.footer-nav-list a:hover {
  color: #ffffff;
  transform: translateX(5px);
}

.footer-nav-list a:hover .footer-link-icon {
  color: #063536;
  background: #c7a84a;
  border-color: #c7a84a;
}

/* =========================
   MAP
========================= */

.footer-map-wrap {
  position: relative;
  width: 100%;
  height: 225px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(199, 168, 74, 0.3);
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.14);
}

.footer-map-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: inherit;
  pointer-events: none;
}

.footer-map-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  filter: saturate(0.8) contrast(0.95);
}

.footer-map-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 17px;
  color: #c7a84a;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.footer-map-button svg {
  width: 17px;
  height: 17px;
  transition: transform 0.3s ease;
}

.footer-map-button:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.footer-map-button:hover svg {
  transform: translateX(4px);
}

/* =========================
   BACKGROUND TEXT
========================= */

.footer-bg-wrap {
  position: absolute;
  left: 50%;
  bottom: -12px;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  text-align: center;
  transform: translateX(-50%);
}

.footer-bg-wrap h2 {
  display: inline-block;
  margin: 0 auto;
  color: rgba(13, 75, 77, 0.5);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(125px, 19vw, 315px);
  font-weight: 600;
  line-height: 0.78;
  letter-spacing: -8px;
  white-space: nowrap;
}

/* =========================
   LARGE LAPTOP
========================= */

@media (max-width: 1440px) {
  .footer-inner {
    width: min(100%, 1280px);
    padding: 64px 38px 175px;
  }

  .footer-grid {
    grid-template-columns:
      minmax(230px, 1fr)
      minmax(290px, 1.1fr)
      minmax(170px, 0.65fr)
      minmax(270px, 0.95fr);
    gap: 38px;
  }

  .footer-brand-logo {
    height: 56px;
  }

  .footer-brand-name {
    font-size: 36px;
  }

  .footer-desc {
    margin-top: 35px;
    font-size: 15px;
  }

  .footer-heading {
    margin-bottom: 26px;
    font-size: 27px;
  }

  .footer-contact-item,
  .footer-nav-list a {
    font-size: 14px;
  }

  .footer-phone {
    font-size: 16px;
  }

  .footer-map-wrap {
    height: 205px;
  }
}

/* =========================
   TABLET LANDSCAPE
========================= */

@media (max-width: 1100px) {
  .footer-inner {
    width: min(100%, 900px);
    padding: 60px 32px 155px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 55px 50px;
  }

  .footer-brand-name {
    white-space: normal;
  }

  .footer-desc {
    max-width: 420px;
  }

  .footer-map-wrap {
    height: 245px;
  }

  .footer-bg-wrap h2 {
    font-size: 160px;
    letter-spacing: -5px;
  }
}

/* =========================
   TABLET PORTRAIT
========================= */

@media (max-width: 768px) {
  .footer-inner {
    padding: 52px 24px 135px;
  }

  .footer-grid {
    gap: 45px 30px;
  }

  .footer-brand-logo {
    height: 50px;
  }

  .footer-brand-name {
    font-size: 32px;
  }

  .footer-desc {
    margin-top: 26px;
    font-size: 14px;
  }

  .footer-heading {
    margin-bottom: 22px;
    font-size: 25px;
  }

  .footer-contact-item,
  .footer-nav-list a {
    font-size: 14px;
  }

  .footer-map-wrap {
    height: 220px;
  }

  .footer-bg-wrap h2 {
    font-size: 130px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 640px) {
  .footer-inner {
    width: 100%;
    padding: 48px 20px 110px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .footer-brand {
    gap: 12px;
  }

  .footer-brand-logo {
    height: 48px;
  }

  .footer-brand-name {
    font-size: 31px;
    line-height: 1.05;
    letter-spacing: -0.5px;
  }

  .footer-desc {
    max-width: 100%;
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.75;
  }

  .footer-social-wrap {
    margin-top: 27px;
  }

  .footer-social-link {
    width: 42px;
    height: 42px;
  }

  .footer-heading {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .footer-contact-list {
    gap: 14px;
  }

  .footer-contact-item {
    width: 100%;
    font-size: 14px;
    line-height: 1.65;
  }

  .footer-contact-item:hover,
  .footer-nav-list a:hover {
    transform: none;
  }

  .footer-phone {
    font-size: 16px;
  }

  .footer-nav-list {
    gap: 13px;
  }

  .footer-map-wrap {
    height: 240px;
    border-radius: 14px;
  }

  .footer-bg-wrap {
    bottom: 0;
  }

  .footer-bg-wrap h2 {
    font-size: 92px;
    line-height: 0.85;
    letter-spacing: -3px;
  }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 380px) {
  .footer-inner {
    padding-inline: 16px;
  }

  .footer-brand-logo {
    height: 43px;
  }

  .footer-brand-name {
    font-size: 27px;
  }

  .footer-map-wrap {
    height: 215px;
  }

  .footer-bg-wrap h2 {
    font-size: 76px;
  }
}

:root {
  --floating-size: 58px;
  --floating-gap: 12px;

  --contact-menu-color: #063f3e;
  --contact-menu-hover: #075452;

  --arrow-color: #d5ab3d;
  --arrow-hover: #bd9027;

  --whatsapp-color: #25d366;
  --phone-color: #2563eb;
  --email-color: #e34b4b;
}

.floating-action-dock,
.floating-action-dock *,
.floating-action-dock *::before,
.floating-action-dock *::after {
  box-sizing: border-box;
}

.floating-action-dock {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99999;

  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--floating-gap);

  width: max-content;
  isolation: isolate;
}

/* =========================
   Shared circular button
========================= */

.floating-circle {
  position: relative;

  width: var(--floating-size);
  height: var(--floating-size);
  min-width: var(--floating-size);
  min-height: var(--floating-size);

  display: flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;

  margin: 0;
  padding: 0;

  border: none;
  border-radius: 50%;

  color: #ffffff;
  cursor: pointer;

  appearance: none;
  -webkit-appearance: none;

  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.2),
    0 4px 10px rgba(0, 0, 0, 0.12);

  transition:
    transform 300ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 300ms ease,
    box-shadow 300ms ease,
    opacity 300ms ease;
}

.floating-circle:hover {
  transform: translateY(-3px) scale(1.05);

  box-shadow:
    0 17px 34px rgba(0, 0, 0, 0.24),
    0 7px 16px rgba(0, 0, 0, 0.14);
}

.floating-circle:active {
  transform: scale(0.94);
}

.floating-circle:focus-visible,
.contact-action:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.95);
  outline-offset: 4px;
}

/* =========================
   Contact icons container
========================= */

.contact-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;

  width: max-content;
  max-height: 0;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  overflow: visible;

  transform: translateY(20px);

  transition:
    max-height 600ms cubic-bezier(0.22, 1, 0.36, 1),
    gap 450ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 300ms ease,
    visibility 300ms ease,
    transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-actions.is-open {
  max-height: 240px;
  gap: var(--floating-gap);

  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transform: translateY(0);
}

/* =========================
   Contact item
========================= */

.contact-action {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: flex-end;

  width: var(--floating-size);
  height: var(--floating-size);

  color: #ffffff;
  text-decoration: none;

  opacity: 0;
  transform: translateY(22px) scale(0.65);

  transition:
    opacity 300ms ease,
    transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-actions.is-open .contact-action {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.contact-actions.is-open .contact-action:nth-child(1) {
  transition-delay: 60ms;
}

.contact-actions.is-open .contact-action:nth-child(2) {
  transition-delay: 130ms;
}

.contact-actions.is-open .contact-action:nth-child(3) {
  transition-delay: 200ms;
}

/* Circular icon */

.contact-action__icon {
  position: relative;
  z-index: 2;

  width: var(--floating-size);
  height: var(--floating-size);
  min-width: var(--floating-size);

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.2),
    0 4px 10px rgba(0, 0, 0, 0.12);

  transition:
    transform 300ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 300ms ease,
    box-shadow 300ms ease;
}

.contact-action__icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.contact-action:hover .contact-action__icon {
  transform: translateY(-2px) scale(1.07);
  filter: brightness(1.06);

  box-shadow:
    0 17px 34px rgba(0, 0, 0, 0.24),
    0 7px 16px rgba(0, 0, 0, 0.14);
}

/* Hover label */

.contact-action__label {
  position: absolute;
  right: calc(var(--floating-size) + 10px);
  z-index: 1;

  height: 42px;

  display: flex;
  align-items: center;

  max-width: 0;
  padding: 0;

  color: #ffffff;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;

  border-radius: 100px;

  overflow: hidden;
  opacity: 0;

  transform: translateX(15px);

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);

  transition:
    max-width 450ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 450ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 250ms ease,
    transform 450ms cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-action:hover .contact-action__label,
.contact-action:focus-visible .contact-action__label {
  max-width: 310px;
  padding: 0 17px;

  opacity: 1;
  transform: translateX(0);
}

/* Colors */

.contact-action--whatsapp .contact-action__icon,
.contact-action--whatsapp .contact-action__label {
  background: var(--whatsapp-color);
}

.contact-action--phone .contact-action__icon,
.contact-action--phone .contact-action__label {
  background: var(--phone-color);
}

.contact-action--email .contact-action__icon,
.contact-action--email .contact-action__label {
  background: var(--email-color);
}

/* =========================
   Hamburger button
========================= */

.contact-toggle {
  background: var(--contact-menu-color);

  animation: hamburgerAttention 3s ease-in-out infinite;
}

.contact-toggle:hover {
  background: var(--contact-menu-hover);
  animation-play-state: paused;
}

.floating-action-dock.is-hovering .contact-toggle,
.contact-toggle.is-open {
  animation-play-state: paused;
}

.contact-toggle.is-open {
  background: #b88b2b;
}

/* Hamburger icon */

.hamburger-lines {
  position: absolute;

  width: 24px;
  height: 18px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  opacity: 1;
  transform: rotate(0deg) scale(1);

  transition:
    opacity 250ms ease,
    transform 450ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hamburger-lines span {
  width: 24px;
  height: 2.5px;

  display: block;

  border-radius: 20px;
  background: currentColor;
}

/* Close icon */

.close-lines {
  position: absolute;

  width: 24px;
  height: 24px;

  opacity: 0;
  transform: rotate(-90deg) scale(0.65);

  transition:
    opacity 250ms ease,
    transform 450ms cubic-bezier(0.22, 1, 0.36, 1);
}

.close-lines span {
  position: absolute;
  top: 10.5px;
  left: 2px;

  width: 20px;
  height: 2.5px;

  display: block;

  border-radius: 20px;
  background: currentColor;
}

.close-lines span:first-child {
  transform: rotate(45deg);
}

.close-lines span:last-child {
  transform: rotate(-45deg);
}

.contact-toggle.is-open .hamburger-lines {
  opacity: 0;
  transform: rotate(90deg) scale(0.6);
}

.contact-toggle.is-open .close-lines {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

/* =========================
   Arrow at bottom
========================= */

.back-to-top {
  background: var(--arrow-color);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: translateY(14px) scale(0.75);
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transform: translateY(0) scale(1);
}

.back-to-top:hover {
  background: var(--arrow-hover);
  transform: translateY(-3px) scale(1.05);
}

.back-to-top svg {
  width: 25px;
  height: 25px;
  fill: currentColor;

  transition: transform 300ms ease;
}

.back-to-top:hover svg {
  transform: translateY(-3px);
}

/* =========================
   Hamburger shake
========================= */

@keyframes hamburgerAttention {
  0%,
  68%,
  100% {
    transform: translateX(0) rotate(0deg);
  }

  72% {
    transform: translateX(-2px) rotate(-5deg);
  }

  76% {
    transform: translateX(3px) rotate(5deg);
  }

  80% {
    transform: translateX(-3px) rotate(-4deg);
  }

  84% {
    transform: translateX(2px) rotate(4deg);
  }

  88% {
    transform: translateX(-1px) rotate(-2deg);
  }

  92% {
    transform: translateX(1px) rotate(2deg);
  }

  96% {
    transform: translateX(0) rotate(0deg);
  }
}

/* =========================
   Mobile
========================= */

@media (max-width: 767px) {
  :root {
    --floating-size: 52px;
    --floating-gap: 10px;
  }

  .floating-action-dock {
    right: 14px;
    bottom: 16px;
  }

  .contact-action__icon svg,
  .back-to-top svg {
    width: 22px;
    height: 22px;
  }

  .contact-action__label {
    right: calc(var(--floating-size) + 8px);
    font-size: 12px;
  }

  .contact-action:hover .contact-action__label,
  .contact-action:focus-visible .contact-action__label {
    max-width: min(270px, calc(100vw - 90px));
    padding: 0 14px;
  }
}

/* Do not show long labels on touch devices */

@media (hover: none) and (pointer: coarse) {
  .contact-action__label {
    display: none;
  }

  .contact-action:hover .contact-action__icon {
    transform: none;
  }
}

/* Reduced motion accessibility */

@media (prefers-reduced-motion: reduce) {
  .contact-toggle {
    animation: none;
  }

  .floating-action-dock *,
  .floating-action-dock *::before,
  .floating-action-dock *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.property-guide-section{

    padding:110px 30px;
    background:#ffffff;

}

.property-guide-container{

    max-width:1280px;
    margin:auto;

    display:grid;
    grid-template-columns:520px 1fr;

    border-radius:30px;

    overflow:hidden;

    background:#ffffff;

    border:1px solid rgba(6,53,54,.08);

    box-shadow:
    0 30px 70px rgba(6,53,54,.08);

}


/* IMAGE */

.property-guide-image{

    position:relative;
    overflow:hidden;

}

.property-guide-image img{

    width:100%;
    height:100%;

    display:block;

    object-fit:contain;

    transition:.6s;

}

.property-guide-container:hover img{

    transform:scale(1.04);

}


/* CONTENT */

.property-guide-content{

    padding:70px;

    display:flex;

    flex-direction:column;

    justify-content:center;

}

.property-tag{

    color:#C7A84A;

    font-size:12px;

    font-weight:700;

    letter-spacing:3px;

    margin-bottom:18px;

}

.property-guide-content h2{

    color:#063536;

    font-size:48px;

    line-height:1.15;

    font-weight:500;

    margin:0;

}

.property-guide-content h2 span{

    display:block;

    color:#C7A84A;

    margin-top:8px;

}

.property-line{

    width:75px;

    height:3px;

    background:#C7A84A;

    margin:28px 0;

}

.property-guide-content p{

    color:#666;

    font-size:17px;

    line-height:34px;

    max-width:620px;

}


/* BUTTON */

.property-download-btn{

    width:fit-content;

    margin-top:35px;

    padding:15px 28px;

    border-radius:60px;

    background:#063536;

    color:#fff;

    border:none;

    display:flex;

    align-items:center;

    gap:12px;

    font-size:14px;

    font-weight:700;

    cursor:pointer;

    transition:.35s;

}

.property-download-btn svg{

    width:18px;

    height:18px;

}

.property-download-btn:hover{

    background:#C7A84A;

    color:#063536;

    transform:translateY(-4px);

}


/* RESPONSIVE */

@media(max-width:992px){

.property-guide-container{

grid-template-columns:1fr;

}

.property-guide-image{

height:380px;

}

.property-guide-content{

padding:50px;

}

.property-guide-content h2{

font-size:40px;

}

}


@media(max-width:768px){

.property-guide-section{

padding:70px 18px;

}

.property-guide-image{

height:280px;

}

.property-guide-content{

padding:35px 25px;

}

.property-guide-content h2{

font-size:32px;

}

.property-guide-content p{

font-size:15px;

line-height:30px;

}

.property-download-btn{

width:100%;

justify-content:center;

}

}
    /* =========================
   OUR LEGAL SERVICES
========================= */
.legal-services-section {
  position: relative;
  background: #f6f2e9;
  padding: 100px 0;
  overflow: visible;
}

.legal-services-container {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: start;
}

/* =========================
   LEFT STICKY CIRCLE
========================= */

.legal-services-left {
  position: sticky;
  top: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.legal-circle {
  position: relative;
  width: 510px;
  height: 510px;
  border-radius: 50%;
  background: #063536;
  border: 1px solid rgba(199, 168, 74, 0.45);
  box-shadow: 0 16px 45px rgba(6, 53, 54, 0.08);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.legal-circle::before {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.legal-circle-content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 330px;
  text-align: left;
  transform: translateY(-4px);
}

.legal-circle-content span {
  display: inline-block;
  margin-bottom: 20px;
  color: #c7a84a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.legal-circle-content h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 62px;
  line-height: 0.98;
  font-weight: 600;
  letter-spacing: -1px;
  color: #ffffff;
  margin: 0;
}

.legal-circle strong {
  position: absolute;
  right: 42px;
  bottom: 42px;
  z-index: 1;
  font-family: "Cormorant Garamond", serif;
  font-size: 82px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -2px;
  color: rgba(255, 255, 255, 0.045);
  pointer-events: none;
  white-space: nowrap;
}

/* =========================
   RIGHT STACK CARDS
========================= */

.legal-services-right {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-bottom: 140px;
}

.legal-service-card {
  position: sticky;
  width: 100%;
  min-height: 430px;
  border-radius: 36px;
  padding: 46px 52px;
  background: #ffffff;
  border: 1px solid rgba(6, 53, 54, 0.08);
  /* box-shadow: 0 10px 28px rgba(6, 53, 54, 0.06); */

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;
  overflow: hidden;

  margin-bottom: 90px;

  transition:
    transform 0.45s ease,
    opacity 0.45s ease,
    box-shadow 0.45s ease,
    filter 0.45s ease;
}

/* Sticky stacked offsets */
.legal-service-card:nth-child(1) {
  top: 100px;
  z-index: 1;
}

.legal-service-card:nth-child(2) {
  top: 116px;
  z-index: 2;
}

.legal-service-card:nth-child(3) {
  top: 132px;
  z-index: 3;
}

.legal-service-card:nth-child(4) {
  top: 148px;
  z-index: 4;
}

.legal-service-card:nth-child(5) {
  top: 164px;
  z-index: 5;
}

.legal-card-number {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: #063536;
  color: #c7a84a;

  display: flex;
  align-items: center;
  justify-content: center;

  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;

  margin: 0 auto 28px;
  flex-shrink: 0;
}

.legal-card-content {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.legal-card-content span {
  display: inline-block;
  margin-bottom: 16px;
  color: #c7a84a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.legal-card-content h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 52px;
  line-height: 1;
  font-weight: 600;
  color: #063536;
  margin: 0 0 22px;
  text-align: center;
}

.legal-card-content p {
  max-width: 720px;
  margin: 0 auto;
  color: #5b7172;
  font-size: 18px;
  line-height: 1.85;
  font-weight: 500;
  text-align: center;
}

/* JS Active states */
.legal-service-card.is-active {
  transform: translateY(-4px) scale(1);
  box-shadow: 0 22px 48px rgba(6, 53, 54, 0.01);
  opacity: 1;
  filter: blur(0);
}

.legal-service-card.is-before {
  opacity: 0.92;
  transform: scale(0.965);
  filter: blur(0.2px);
}

.legal-service-card.is-after {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}

/* =========================
   TABLET
========================= */

@media (max-width: 1024px) {
  .legal-services-section {
    padding: 80px 0;
  }

  .legal-services-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .legal-services-left {
    position: relative;
    top: auto;
  }

  .legal-circle {
    width: 100%;
    height: auto;
    min-height: 300px;
    border-radius: 34px;
    justify-content: flex-start;
    padding: 44px 36px;
  }

  .legal-circle::before {
    border-radius: 28px;
  }

  .legal-circle-content {
    max-width: 520px;
    transform: none;
  }

  .legal-circle-content h2 {
    font-size: 52px;
  }

  .legal-circle strong {
    right: 34px;
    bottom: 24px;
    font-size: 74px;
  }

  .legal-services-right {
    gap: 22px;
    padding-bottom: 20px;
  }

  .legal-service-card,
  .legal-service-card:nth-child(1),
  .legal-service-card:nth-child(2),
  .legal-service-card:nth-child(3),
  .legal-service-card:nth-child(4),
  .legal-service-card:nth-child(5) {
    position: relative;
    top: auto;
    margin-bottom: 0;
  }

  .legal-service-card {
    min-height: 360px;
    padding: 38px 34px;
    border-radius: 32px;
  }

  .legal-card-number {
    width: 92px;
    height: 92px;
    font-size: 36px;
    margin-bottom: 24px;
  }

  .legal-card-content h3 {
    font-size: 42px;
  }

  .legal-card-content p {
    font-size: 17px;
    line-height: 1.8;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 640px) {
  .legal-services-section {
    padding: 60px 0;
  }

  .legal-services-container {
    width: min(100% - 24px, 1320px);
    gap: 26px;
  }

  .legal-circle {
    min-height: 250px;
    border-radius: 28px;
    padding: 32px 24px;
  }

  .legal-circle-content {
    max-width: 280px;
  }

  .legal-circle-content span {
    font-size: 11px;
    letter-spacing: 3px;
    margin-bottom: 16px;
  }

  .legal-circle-content h2 {
    font-size: 38px;
  }

  .legal-circle strong {
    right: 22px;
    bottom: 18px;
    font-size: 54px;
  }

  .legal-services-right {
    gap: 18px;
    padding-bottom: 20px;
  }

  .legal-service-card {
    min-height: auto;
    padding: 28px 20px;
    border-radius: 24px;
  }

  .legal-card-number {
    width: 76px;
    height: 76px;
    font-size: 32px;
    margin-bottom: 20px;
  }

  .legal-card-content span {
    font-size: 11px;
    letter-spacing: 2px;
    margin-bottom: 12px;
  }

  .legal-card-content h3 {
    font-size: 34px;
    margin-bottom: 14px;
  }

  .legal-card-content p {
    font-size: 15px;
    line-height: 1.75;
  }
}

/* Premium Running Text */
.premium-marquee-section {
  position: relative;
  overflow: hidden;
  /* background:
    radial-gradient(circle at 15% 50%, rgba(199, 168, 74, 0.16), transparent 28%),
    radial-gradient(circle at 85% 50%, rgba(6, 53, 54, 0.10), transparent 30%),
    #f7f2e8; */
  padding: 36px 0;
}

.premium-marquee-wrap {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(199, 168, 74, 0.45);
  border-bottom: 1px solid rgba(199, 168, 74, 0.45);
  background: rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(10px);
  padding: 24px 0;
}

.premium-marquee-wrap::before,
.premium-marquee-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 3;
  width: 170px;
  height: 100%;
  pointer-events: none;
}

.premium-marquee-wrap::before {
  left: 0;
  background: linear-gradient(90deg, #f7f2e8 0%, rgba(247, 242, 232, 0) 100%);
}

.premium-marquee-wrap::after {
  right: 0;
  background: linear-gradient(270deg, #f7f2e8 0%, rgba(247, 242, 232, 0) 100%);
}

.premium-marquee-track {
  display: flex;
  width: max-content;
  animation: premiumMarquee 24s linear infinite;
}

.premium-marquee-section:hover .premium-marquee-track {
  animation-play-state: paused;
}

.premium-marquee-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.premium-marquee-group span {
  font-family: "Cormorant Garamond", serif;
  font-size: 76px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -1.2px;
  color: #063536;
  white-space: nowrap;
}

.premium-marquee-group em {
  position: relative;
  width: 78px;
  height: 1px;
  margin: 0 34px;
  background: rgba(199, 168, 74, 0.75);
}

.premium-marquee-group em::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c7a84a;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 18px rgba(199, 168, 74, 0.45);
}

@keyframes premiumMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-25%);
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .premium-marquee-section {
    padding: 28px 0;
  }

  .premium-marquee-wrap {
    padding: 20px 0;
  }

  .premium-marquee-group span {
    font-size: 58px;
  }

  .premium-marquee-group em {
    width: 58px;
    margin: 0 26px;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .premium-marquee-section {
    padding: 22px 0;
  }

  .premium-marquee-wrap {
    padding: 18px 0;
  }

  .premium-marquee-wrap::before,
  .premium-marquee-wrap::after {
    width: 70px;
  }

  .premium-marquee-group span {
    font-size: 40px;
    letter-spacing: -0.5px;
  }

  .premium-marquee-group em {
    width: 38px;
    margin: 0 18px;
  }

  .premium-marquee-track {
    animation-duration: 16s;
  }
}



/* Legal Disclaimer Premium Section */
.legal-confirm-section {
  position: relative;
  padding: 80px 20px;
  background:
    linear-gradient(135deg, rgba(199, 168, 74, 0.08), transparent 35%),
    linear-gradient(315deg, rgba(6, 53, 54, 0.08), transparent 35%),
    #f6f1e7;
  overflow: hidden;
}

.legal-confirm-section::before {
  /* content: "LEGAL"; */
  position: absolute;
  right: -40px;
  bottom: -40px;
  font-family: "Cormorant Garamond", serif;
  font-size: 220px;
  line-height: 1;
  font-weight: 700;
  color: rgba(6, 53, 54, 0.045);
  pointer-events: none;
}

.legal-confirm-container {
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.legal-confirm-card {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  background: #ffffff;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(6, 53, 54, 0.1);
  box-shadow: 0 28px 80px rgba(6, 53, 54, 0.1);
}

/* Left */
.legal-confirm-left {
  position: relative;
  min-height: 100%;
  background: #063536;
  padding: 54px 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.legal-confirm-left::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(199, 168, 74, 0.35);
  border-radius: 26px;
}

.legal-confirm-left::after {
  content: "§";
  position: absolute;
  right: 30px;
  bottom: -18px;
  font-family: "Cormorant Garamond", serif;
  font-size: 190px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.05);
}

.legal-confirm-left span {
  position: relative;
  z-index: 2;
  color: #c7a84a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.legal-confirm-left h2 {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  font-family: "Cormorant Garamond", serif;
  font-size: 54px;
  line-height: 0.98;
  font-weight: 600;
  letter-spacing: -1px;
  color: #ffffff;
}

.legal-confirm-line {
  position: relative;
  z-index: 2;
  margin-top: 32px;
  width: 90px;
  height: 2px;
  background: #c7a84a;
}

/* Right */
.legal-confirm-right {
  padding: 48px 52px;
  background:
    radial-gradient(circle at top right, rgba(199, 168, 74, 0.08), transparent 34%),
    #ffffff;
  display: grid;
  gap: 16px;
}

.legal-confirm-right p {
  position: relative;
  margin: 0;
  padding-left: 26px;
  font-size: 16px;
  line-height: 1.8;
  color: #4f6667;
  font-weight: 500;
}

.legal-confirm-right p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c7a84a;
  box-shadow: 0 0 0 5px rgba(199, 168, 74, 0.12);
}

/* Tablet */
@media (max-width: 1024px) {
  .legal-confirm-section {
    padding: 64px 18px;
  }

  .legal-confirm-card {
    grid-template-columns: 1fr;
  }

  .legal-confirm-left {
    padding: 42px 36px;
  }

  .legal-confirm-left h2 {
    font-size: 46px;
  }

  .legal-confirm-right {
    padding: 38px 36px;
  }

  .legal-confirm-right p {
    font-size: 15.5px;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .legal-confirm-section {
    padding: 44px 14px;
  }

  .legal-confirm-section::before {
    font-size: 120px;
    right: -20px;
    bottom: -20px;
  }

  .legal-confirm-card {
    border-radius: 24px;
  }

  .legal-confirm-left {
    padding: 34px 24px;
  }

  .legal-confirm-left::before {
    inset: 16px;
    border-radius: 18px;
  }

  .legal-confirm-left span {
    font-size: 11px;
    letter-spacing: 2.4px;
  }

  .legal-confirm-left h2 {
    margin-top: 18px;
    font-size: 36px;
    line-height: 1;
  }

  .legal-confirm-line {
    margin-top: 24px;
    width: 70px;
  }

  .legal-confirm-right {
    padding: 28px 22px;
    gap: 14px;
  }

  .legal-confirm-right p {
    padding-left: 22px;
    font-size: 14px;
    line-height: 1.75;
  }

  .legal-confirm-right p::before {
    top: 10px;
    width: 7px;
    height: 7px;
  }
}



/* BLOG SECTION */
.blog-section {
  background: #f8f5ef;
  padding: 80px 0 70px;
  overflow: hidden;
}

.blog-container {
  width: min(1420px, calc(100% - 40px));
  margin: 0 auto;
}

/* HEADER */
.blog-header {
  text-align: center;
  margin-bottom: 60px;
}

.blog-header span {
  display: inline-block;
  margin-bottom: 22px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #063536;
  font-weight: 700;
}

.blog-header h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 72px;
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -1.5px;
  color: #063536;
}

/* CAROUSEL */
.blog-carousel-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 36px;
}

.blog-carousel-track {
  display: flex;
  gap: 32px;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

/* CARD */
.blog-card {
  flex: 0 0 calc((100% - 96px) / 4);
  min-width: 0;
}

.blog-image {
  width: 100%;
  height: 260px;
  border-radius: 16px;
  overflow: hidden;
  background: #ddd;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.6s ease;
}

.blog-card:hover .blog-image img {
  transform: scale(1.06);
}

.blog-content {
  padding-top: 22px;
}

.blog-category {
  display: block;
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #063536;
  font-weight: 700;
}

.blog-content h3 {
  max-width: 360px;
  font-family: "Cormorant Garamond", serif;
  font-size: 29px;
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: #063536;
}

.blog-content p {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.4;
  color: #9aa0a0;
  font-weight: 500;
}

/* DOTS */
.blog-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 34px;
}

.blog-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  background: rgba(6, 53, 54, 0.22);
  cursor: pointer;
  transition: all 0.3s ease;
}

.blog-dot.active {
  width: 26px;
  border-radius: 999px;
  background: #c7a84a;
}

/* TABLET */
@media (max-width: 1024px) {
  .blog-section {
    padding: 70px 0 60px;
  }

  .blog-header {
    margin-bottom: 46px;
  }

  .blog-header h2 {
    font-size: 56px;
  }

  .blog-carousel-track {
    gap: 24px;
  }

  .blog-card {
    flex: 0 0 calc((100% - 24px) / 2);
  }

  .blog-image {
    height: 240px;
  }

  .blog-content h3 {
    font-size: 28px;
  }
}

/* MOBILE */
@media (max-width: 640px) {
  .blog-section {
    padding: 56px 0 50px;
  }

  .blog-container {
    width: min(100% - 28px, 1420px);
  }

  .blog-header {
    margin-bottom: 34px;
  }

  .blog-header span {
    font-size: 11px;
    letter-spacing: 2.4px;
    margin-bottom: 16px;
  }

  .blog-header h2 {
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.8px;
  }

  .blog-carousel-track {
    gap: 18px;
  }

  .blog-card {
    flex: 0 0 100%;
  }

  .blog-image {
    height: 230px;
    border-radius: 14px;
  }

  .blog-content {
    padding-top: 18px;
  }

  .blog-category {
    font-size: 11px;
    letter-spacing: 1.8px;
  }

  .blog-content h3 {
    font-size: 27px;
    max-width: 100%;
  }

  .blog-content p {
    font-size: 14px;
  }
}


/* animatipn css */
/* ================================
   SCROLL ANIMATION BASE
================================ */

.fade-in,
.fade-left,
.fade-right,
.fade-up,
.fade-down,
.letter-reveal {
  opacity: 0;
  will-change: transform, opacity;
}

/* Fade In */
.fade-in {
  transform: scale(0.98);
}

.fade-in.animate {
  animation: fadeInAnim 0.9s ease forwards;
}

/* Fade Left */
.fade-left {
  transform: translateX(70px);
}

.fade-left.animate {
  animation: fadeLeftAnim 0.9s ease forwards;
}

/* Fade Right */
.fade-right {
  transform: translateX(-70px);
}

.fade-right.animate {
  animation: fadeRightAnim 0.9s ease forwards;
}

/* Fade Up */
.fade-up {
  transform: translateY(70px);
}

.fade-up.animate {
  animation: fadeUpAnim 0.9s ease forwards;
}

/* Fade Down */
.fade-down {
  transform: translateY(-70px);
}

.fade-down.animate {
  animation: fadeDownAnim 0.9s ease forwards;
}

/* Letter Reveal */
.letter-reveal {
  opacity: 1;
}

.letter-reveal .letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(38px) rotate(4deg);
  filter: blur(6px);
}

.letter-reveal.animate .letter {
  animation: letterRevealAnim 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* ================================
   KEYFRAMES
================================ */

@keyframes fadeInAnim {
  from {
    opacity: 0;
    transform: scale(0.98);
    filter: blur(6px);
  }

  to {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}

@keyframes fadeLeftAnim {
  from {
    opacity: 0;
    transform: translateX(70px);
    filter: blur(6px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
}

@keyframes fadeRightAnim {
  from {
    opacity: 0;
    transform: translateX(-70px);
    filter: blur(6px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
}

@keyframes fadeUpAnim {
  from {
    opacity: 0;
    transform: translateY(70px);
    filter: blur(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes fadeDownAnim {
  from {
    opacity: 0;
    transform: translateY(-70px);
    filter: blur(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes letterRevealAnim {
  from {
    opacity: 0;
    transform: translateY(38px) rotate(4deg);
    filter: blur(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0) rotate(0);
    filter: blur(0);
  }
}

/* ================================
   OPTIONAL DELAY CLASSES
================================ */

.delay-1 {
  animation-delay: 0.12s !important;
}

.delay-2 {
  animation-delay: 0.24s !important;
}

.delay-3 {
  animation-delay: 0.36s !important;
}

.delay-4 {
  animation-delay: 0.48s !important;
}

.delay-5 {
  animation-delay: 0.6s !important;
}

/* Mobile smooth reduce */
@media (max-width: 640px) {
  .fade-left {
    transform: translateX(35px);
  }

  .fade-right {
    transform: translateX(-35px);
  }

  .fade-up {
    transform: translateY(40px);
  }

  .fade-down {
    transform: translateY(-40px);
  }
}



/* Arrow */
/* Back To Top Button */
.back-to-top-btn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;

  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;

  background: #c7a84a;
  color: #ffffff;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  visibility: hidden;
  transform: translateY(18px) scale(0.95);

  box-shadow: 0 14px 34px rgba(6, 53, 54, 0.22);
  transition: all 0.3s ease;
}

.back-to-top-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.back-to-top-btn:hover {
  background: #063536;
  transform: translateY(-4px) scale(1.03);
}

.back-to-top-btn svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

/* Mobile */
@media (max-width: 640px) {
  .back-to-top-btn {
    right: 16px;
    bottom: 16px;
    width: 46px;
    height: 46px;
  }

  .back-to-top-btn svg {
    width: 22px;
    height: 22px;
  }
}

/* =========================================================
   CONTENT UPDATE REFINEMENTS
   Keeps the original design language while improving type,
   alignment, readability and responsive behaviour.
========================================================= */

/* HERO: longer approved content needs a more controlled scale */
.trusted-reveal-space {
  height: 122vh;
}

.trusted-reveal-text {
  top: clamp(28px, 4.5vh, 52px);
  max-width: 1120px;
}

.trusted-reveal-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: #b58f2f;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.trusted-reveal-title {
  max-width: 1080px;
  margin: 0 auto;
  font-size: clamp(48px, 5.25vw, 82px);
  line-height: 0.98;
  letter-spacing: -1px;
  text-transform: none;
}

.trusted-reveal-subtitle {
  max-width: 900px;
  margin: 18px auto 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.72;
  font-weight: 500;
  letter-spacing: 0;
  color: #496263;
}

.trusted-reveal-btn {
  margin-top: 20px;
  padding: 13px 26px;
  border-radius: 999px;
  font-size: 13px;
}

.trusted-reveal-image-wrap {
  bottom: clamp(16px, 2.5vh, 28px);
}

.trusted-reveal-image {
  height: clamp(275px, 34vw, 475px);
}

/* Managing Associate CTA */
.associate-profile-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 24px;
  padding: 12px 21px;
  border-radius: 999px;
  background: #063536;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.associate-profile-link svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.associate-profile-link:hover {
  transform: translateY(-2px);
  background: #c7a84a;
  box-shadow: 0 12px 28px rgba(6, 53, 54, 0.14);
}

/* LEGAL SERVICES: same sticky design, corrected proportions */
.legal-services-section {
  padding: 88px 0;
}

.legal-services-container {
  grid-template-columns: 0.82fr 1.18fr;
  gap: 58px;
}

.legal-circle {
  width: 470px;
  height: 470px;
}

.legal-circle-content {
  max-width: 350px;
}

.legal-circle-content span {
  margin-bottom: 14px;
  font-size: 11px;
  letter-spacing: 3px;
}

.legal-circle-content h2 {
  font-size: 43px;
  line-height: 1.03;
  letter-spacing: -0.5px;
}

.legal-circle-intro {
  margin-top: 18px;
  color: #c5d3d3;
  font-size: 13px;
  line-height: 1.72;
  font-weight: 500;
}

.legal-circle strong {
  right: 34px;
  bottom: 30px;
  font-size: 70px;
}

.legal-services-right {
  padding-bottom: 110px;
}

.legal-service-card {
  min-height: 390px;
  margin-bottom: 74px;
  padding: 38px 44px;
  border-radius: 30px;
}

.legal-card-number {
  width: 82px;
  height: 82px;
  margin-bottom: 20px;
  font-size: 34px;
}

.legal-card-content {
  max-width: 700px;
}

.legal-card-content span {
  margin-bottom: 12px;
  font-size: 11px;
  letter-spacing: 2.2px;
}

.legal-card-content h3 {
  margin-bottom: 15px;
  font-size: 39px;
  line-height: 1.05;
}

.legal-card-content p {
  max-width: 650px;
  font-size: 15px;
  line-height: 1.75;
}

.legal-card-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  color: #8d6c1d;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}

.legal-card-link::after {
  content: "→";
  margin-left: 8px;
  font-size: 16px;
  transition: transform 0.3s ease;
}

.legal-card-link:hover {
  color: #063536;
  transform: translateY(-1px);
}

.legal-card-link:hover::after {
  transform: translateX(4px);
}

/* NEW PROFESSIONAL APPROACH SECTION */
.professional-approach-section {
  position: relative;
  overflow: hidden;
  padding: 92px 20px;
  background:
    radial-gradient(circle at 12% 12%, rgba(199, 168, 74, 0.08), transparent 26%),
    #ffffff;
}

.professional-approach-section::after {
  content: "PRINCIPLES";
  position: absolute;
  right: -20px;
  bottom: -34px;
  color: rgba(6, 53, 54, 0.025);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(90px, 13vw, 190px);
  line-height: 0.8;
  font-weight: 700;
  pointer-events: none;
}

.professional-approach-container {
  position: relative;
  z-index: 2;
  width: min(1240px, 100%);
  margin: 0 auto;
}

.professional-approach-header {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.professional-approach-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #a17d25;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.professional-approach-label span {
  width: 34px;
  height: 1px;
  background: #c7a84a;
}

.professional-approach-header h2 {
  margin-top: 17px;
  color: #063536;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(38px, 4.2vw, 56px);
  line-height: 1.03;
  font-weight: 600;
  letter-spacing: -0.7px;
}

.professional-approach-header > p {
  max-width: 720px;
  margin: 17px auto 0;
  color: #5b7172;
  font-size: 15px;
  line-height: 1.78;
  font-weight: 500;
}

.professional-approach-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.professional-approach-card {
  position: relative;
  min-height: 245px;
  padding: 28px 26px;
  overflow: hidden;
  border: 1px solid rgba(6, 53, 54, 0.1);
  border-radius: 24px;
  background: #fbfaf7;
  box-shadow: 0 14px 35px rgba(6, 53, 54, 0.05);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
}

.professional-approach-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #c7a84a, rgba(199, 168, 74, 0.15));
  transform: scaleX(0.28);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.professional-approach-card:hover {
  transform: translateY(-6px);
  border-color: rgba(199, 168, 74, 0.45);
  background: #ffffff;
  box-shadow: 0 22px 50px rgba(6, 53, 54, 0.09);
}

.professional-approach-card:hover::before {
  transform: scaleX(1);
}

.professional-approach-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 15px;
  background: #063536;
  color: #d5b85c;
}

.professional-approach-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.professional-approach-card h3 {
  color: #063536;
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
  line-height: 1.08;
  font-weight: 600;
}

.professional-approach-card p {
  margin-top: 12px;
  color: #5b7172;
  font-size: 14px;
  line-height: 1.72;
  font-weight: 500;
}

/* LEGAL NOTICE: same split-panel design with balanced type */
.legal-confirm-section {
  padding: 72px 20px;
}

.legal-confirm-card {
  grid-template-columns: 0.82fr 1.38fr;
}

.legal-confirm-left {
  padding: 48px 42px;
}

.legal-confirm-left h2 {
  max-width: 330px;
  margin-top: 18px;
  font-size: 43px;
  line-height: 1.03;
}

.legal-confirm-right {
  padding: 46px 48px;
}

.legal-confirm-right.legal-notice-copy {
  display: flex;
  align-items: center;
}

.legal-confirm-right.legal-notice-copy p {
  max-width: 720px;
  padding-left: 0;
  font-size: 15px;
  line-height: 1.85;
}

.legal-confirm-right.legal-notice-copy p::before {
  display: none;
}

/* LARGE LAPTOP */
@media (max-width: 1280px) {
  .trusted-reveal-title {
    font-size: clamp(45px, 5.8vw, 70px);
  }

  .trusted-reveal-subtitle {
    max-width: 820px;
    font-size: 15px;
  }

  .legal-services-container {
    grid-template-columns: 0.86fr 1.14fr;
    gap: 44px;
  }

  .legal-circle {
    width: 420px;
    height: 420px;
  }

  .legal-circle-content {
    max-width: 310px;
  }

  .legal-circle-content h2 {
    font-size: 38px;
  }

  .legal-circle-intro {
    font-size: 12px;
  }
}

/* TABLET */
@media (max-width: 1024px) {
  .trusted-reveal-space {
    height: 118vh;
  }

  .trusted-reveal-text {
    top: 34px;
    max-width: 880px;
  }

  .trusted-reveal-tag {
    margin-bottom: 12px;
    font-size: 10px;
    letter-spacing: 2.4px;
  }

  .trusted-reveal-title {
    max-width: 800px;
    font-size: clamp(42px, 7vw, 60px);
    line-height: 1;
  }

  .trusted-reveal-subtitle {
    max-width: 720px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.65;
  }

  .trusted-reveal-btn {
    margin-top: 17px;
  }

  .trusted-reveal-image {
    height: clamp(255px, 39vw, 365px);
  }

  .legal-services-section {
    padding: 72px 0;
  }

  .legal-services-container {
    gap: 28px;
  }

  .legal-circle {
    width: 100%;
    min-height: 320px;
    padding: 38px 34px;
  }

  .legal-circle-content {
    max-width: 670px;
  }

  .legal-circle-content h2 {
    max-width: 560px;
    font-size: 42px;
  }

  .legal-circle-intro {
    max-width: 610px;
    font-size: 14px;
  }

  .legal-service-card {
    min-height: auto;
    padding: 34px 30px;
  }

  .legal-card-content h3 {
    font-size: 36px;
  }

  .professional-approach-section {
    padding: 76px 24px;
  }

  .professional-approach-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legal-confirm-card {
    grid-template-columns: 1fr;
  }

  .legal-confirm-left {
    min-height: 280px;
  }

  .legal-confirm-left h2 {
    max-width: 560px;
  }
}

/* MOBILE */
@media (max-width: 640px) {
  .trusted-reveal-space {
    height: 116vh;
    min-height: 760px;
  }

  .trusted-reveal-text {
    top: 28px;
    padding: 0 16px;
  }

  .trusted-reveal-tag {
    max-width: 300px;
    margin-bottom: 10px;
    font-size: 9px;
    line-height: 1.45;
    letter-spacing: 2px;
  }

  .trusted-reveal-title {
    max-width: 390px;
    font-size: clamp(34px, 9.7vw, 44px);
    line-height: 1.02;
    letter-spacing: -0.5px;
  }

  .trusted-reveal-subtitle {
    max-width: 420px;
    margin-top: 13px;
    font-size: 12.5px;
    line-height: 1.58;
  }

  .trusted-reveal-btn {
    margin-top: 15px;
    padding: 11px 18px;
    font-size: 12px;
  }

  .trusted-reveal-image-wrap {
    bottom: 14px;
    padding: 0 12px;
  }

  .trusted-reveal-image {
    height: 225px;
  }

  .associate-profile-link {
    width: 100%;
    justify-content: center;
  }

  .legal-services-section {
    padding: 58px 0;
  }

  .legal-circle {
    min-height: 300px;
    padding: 30px 24px;
  }

  .legal-circle-content {
    max-width: 100%;
  }

  .legal-circle-content h2 {
    max-width: 330px;
    font-size: 34px;
    line-height: 1.04;
  }

  .legal-circle-intro {
    max-width: 330px;
    margin-top: 15px;
    font-size: 12.5px;
    line-height: 1.65;
  }

  .legal-circle strong {
    font-size: 48px;
  }

  .legal-service-card {
    padding: 27px 19px;
  }

  .legal-card-number {
    width: 68px;
    height: 68px;
    margin-bottom: 17px;
    font-size: 29px;
  }

  .legal-card-content span {
    font-size: 10px;
    letter-spacing: 1.7px;
  }

  .legal-card-content h3 {
    font-size: 30px;
    line-height: 1.08;
  }

  .legal-card-content p {
    font-size: 14px;
    line-height: 1.7;
  }

  .legal-card-link {
    margin-top: 17px;
    font-size: 12.5px;
  }

  .professional-approach-section {
    padding: 62px 16px;
  }

  .professional-approach-header {
    margin-bottom: 30px;
    text-align: left;
  }

  .professional-approach-label {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .professional-approach-header h2 {
    margin-top: 14px;
    font-size: 36px;
    line-height: 1.04;
  }

  .professional-approach-header > p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.7;
  }

  .professional-approach-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .professional-approach-card {
    min-height: auto;
    padding: 23px 20px;
    border-radius: 21px;
  }

  .professional-approach-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
  }

  .professional-approach-card h3 {
    font-size: 23px;
  }

  .professional-approach-card p {
    font-size: 13.5px;
  }

  .legal-confirm-section {
    padding: 58px 14px;
  }

  .legal-confirm-left {
    min-height: 245px;
    padding: 40px 30px;
  }

  .legal-confirm-left h2 {
    max-width: 290px;
    font-size: 35px;
  }

  .legal-confirm-right {
    padding: 30px 24px;
  }

  .legal-confirm-right.legal-notice-copy p {
    font-size: 14px;
    line-height: 1.75;
  }
}

@media (max-width: 390px) {
  .trusted-reveal-space {
    min-height: 780px;
  }

  .trusted-reveal-title {
    font-size: 33px;
  }

  .trusted-reveal-subtitle {
    font-size: 12px;
  }

  .trusted-reveal-image {
    height: 205px;
  }
}

/* Accessibility: retain content without forced motion */
@media (prefers-reduced-motion: reduce) {
  .professional-approach-card,
  .associate-profile-link,
  .legal-card-link {
    transition: none !important;
  }
}

/* =========================================================
   FINAL RESPONSIVE FIX
   Practice Areas + Our Professional Approach
   ========================================================= */

/* ---------- PRACTICE AREAS: CENTERED CIRCLE ---------- */
.legal-services-section {
  padding: 92px 0 86px;
  overflow: clip;
}

.legal-services-container {
  width: min(1380px, calc(100% - 48px));
  grid-template-columns: minmax(400px, 0.92fr) minmax(0, 1.35fr);
  gap: clamp(38px, 4vw, 62px);
  align-items: start;
}

.legal-services-left {
  top: 104px;
  align-items: center;
}

.legal-circle {
  width: min(100%, 500px);
  height: auto;
  aspect-ratio: 1 / 1;
  padding: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.legal-circle::before {
  inset: 22px;
}

.legal-circle-content {
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
  transform: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.legal-circle-content > span {
  display: block;
  width: 100%;
  margin: 0 0 16px;
  color: #d3ad3d;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 3.2px;
  text-align: center;
  text-transform: uppercase;
}

.legal-circle-content h2 {
  width: 100%;
  max-width: 365px;
  margin: 0 auto;
  font-size: clamp(36px, 3.15vw, 48px);
  line-height: 1.02;
  letter-spacing: -0.6px;
  text-align: center;
  text-wrap: balance;
}

.legal-circle-intro {
  width: 100%;
  max-width: 350px;
  margin: 18px auto 0;
  color: #c8d5d5;
  font-size: 13px;
  line-height: 1.68;
  font-weight: 500;
  text-align: center;
}

.legal-circle strong {
  right: auto;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  font-size: 66px;
  color: rgba(255, 255, 255, 0.035);
}

/* ---------- PRACTICE AREA SERVICE CARDS ---------- */
.legal-service-card {
  min-height: 410px;
  padding: 42px 44px;
}

.legal-card-number {
  width: 88px;
  height: 88px;
  margin-bottom: 22px;
  font-size: 35px;
}

.legal-card-content span {
  margin-bottom: 13px;
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 2.4px;
}

.legal-card-content h3 {
  margin-bottom: 17px;
  font-size: clamp(34px, 3vw, 43px);
  line-height: 1.05;
  text-wrap: balance;
}

.legal-card-content p {
  max-width: 680px;
  font-size: 15px;
  line-height: 1.72;
}

.legal-card-link {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

/* ---------- PROFESSIONAL APPROACH: NEW CENTERED DESIGN ---------- */
.professional-approach-section {
  position: relative;
  isolation: isolate;
  padding: 96px 20px 102px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(199, 168, 74, 0.13), transparent 23%),
    radial-gradient(circle at 94% 88%, rgba(6, 53, 54, 0.08), transparent 24%),
    #063536;
}

.professional-approach-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -170px;
  right: -150px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(199, 168, 74, 0.2);
  border-radius: 50%;
}

.professional-approach-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -110px;
  bottom: -160px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(6, 53, 54, 0.09);
  border-radius: 50%;
  pointer-events: none;
}

.professional-approach-container {
  width: min(1260px, 100%);
  margin: 0 auto;
}

.professional-approach-header {
  width: 100%;
  max-width: 850px;
  margin: 0 auto 50px;
  text-align: center;
}

.professional-approach-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  margin: 0 auto;
  padding: 9px 15px;
  border: 1px solid rgba(199, 168, 74, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #8d6c18;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 2.2px;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 8px 22px rgba(6, 53, 54, 0.04);
}

.professional-approach-label span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c7a84a;
  box-shadow: 0 0 0 4px rgba(199, 168, 74, 0.12);
}

.professional-approach-header h2 {
  max-width: 820px;
  margin: 22px auto 0;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(42px, 4.3vw, 60px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.9px;
  text-align: center;
  text-wrap: balance;
}

.professional-approach-header > p {
  max-width: 760px;
  margin: 20px auto 0;
  color: #597071;
  font-size: 15px;
  line-height: 1.78;
  font-weight: 500;
  text-align: center;
}

.professional-approach-grid {
  counter-reset: approach-card;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.professional-approach-card {
  counter-increment: approach-card;
  position: relative;
  min-height: 285px;
  padding: 38px 30px 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid rgba(6, 53, 54, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  text-align: center;
  box-shadow: 0 18px 45px rgba(6, 53, 54, 0.07);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.professional-approach-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 82px;
  height: 3px;
  background: #c7a84a;
  transform: translateX(-50%);
  transform-origin: center;
  transition: width 0.35s ease;
}

.professional-approach-card::after {
  content: "0" counter(approach-card);
  position: absolute;
  top: 18px;
  right: 22px;
  color: rgba(6, 53, 54, 0.12);
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.professional-approach-card:hover {
  transform: translateY(-7px);
  border-color: rgba(199, 168, 74, 0.52);
  box-shadow: 0 26px 60px rgba(6, 53, 54, 0.11);
}

.professional-approach-card:hover::before {
  width: 100%;
}

.professional-approach-icon {
  width: 66px;
  height: 66px;
  margin: 0 auto 22px;
  flex: 0 0 66px;
  border: 1px solid rgba(199, 168, 74, 0.45);
  border-radius: 50%;
  background: #063536;
  color: #d8b94f;
  box-shadow: 0 12px 26px rgba(6, 53, 54, 0.16);
}

.professional-approach-icon svg {
  width: 27px;
  height: 27px;
  stroke-width: 1.65;
}

.professional-approach-card h3 {
  width: 100%;
  margin: 0;
  color: #063536;
  font-family: "Cormorant Garamond", serif;
  font-size: 27px;
  line-height: 1.08;
  font-weight: 600;
  text-align: center;
  text-wrap: balance;
}

.professional-approach-card p {
  max-width: 320px;
  margin: 13px auto 0;
  color: #5b7172;
  font-size: 14px;
  line-height: 1.72;
  font-weight: 500;
  text-align: center;
}

/* ---------- LARGE TABLET / SMALL LAPTOP ---------- */
@media (max-width: 1100px) {
  .legal-services-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .legal-services-left {
    position: relative;
    top: auto;
  }

  .legal-circle {
    width: 100%;
    max-width: none;
    aspect-ratio: auto;
    min-height: 310px;
    padding: 46px 38px;
    border-radius: 34px;
  }

  .legal-circle::before {
    inset: 18px;
    border-radius: 26px;
  }

  .legal-circle-content {
    max-width: 720px;
  }

  .legal-circle-content h2 {
    max-width: 640px;
    font-size: clamp(38px, 5.4vw, 48px);
  }

  .legal-circle-intro {
    max-width: 650px;
    font-size: 13.5px;
  }

  .legal-circle strong {
    bottom: 18px;
    font-size: 58px;
  }

  .legal-services-right {
    gap: 22px;
    padding-bottom: 10px;
  }

  .legal-service-card,
  .legal-service-card:nth-child(1),
  .legal-service-card:nth-child(2),
  .legal-service-card:nth-child(3),
  .legal-service-card:nth-child(4),
  .legal-service-card:nth-child(5) {
    position: relative;
    top: auto;
    margin-bottom: 0;
  }

  .professional-approach-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ---------- MOBILE ---------- */
@media (max-width: 640px) {
  .legal-services-section {
    padding: 56px 0;
  }

  .legal-services-container {
    width: min(100% - 24px, 1380px);
    gap: 22px;
  }

  .legal-circle {
    min-height: 0;
    padding: 36px 22px 42px;
    border-radius: 28px;
  }

  .legal-circle::before {
    inset: 13px;
    border-radius: 21px;
  }

  .legal-circle-content > span {
    margin-bottom: 13px;
    font-size: 9.5px;
    letter-spacing: 2.3px;
  }

  .legal-circle-content h2 {
    max-width: 320px;
    font-size: 32px;
    line-height: 1.04;
  }

  .legal-circle-intro {
    max-width: 315px;
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.62;
  }

  .legal-circle strong {
    bottom: 12px;
    font-size: 44px;
  }

  .legal-service-card {
    min-height: auto;
    padding: 28px 19px;
    border-radius: 24px;
  }

  .legal-card-number {
    width: 66px;
    height: 66px;
    margin-bottom: 17px;
    font-size: 28px;
  }

  .legal-card-content span {
    font-size: 9.5px;
    letter-spacing: 1.6px;
  }

  .legal-card-content h3 {
    font-size: 29px;
    line-height: 1.08;
  }

  .legal-card-content p {
    font-size: 13.5px;
    line-height: 1.68;
  }

  .legal-card-link {
    margin-top: 17px;
    font-size: 12px;
  }

  .professional-approach-section {
    padding: 64px 14px 70px;
  }

  .professional-approach-header {
    margin-bottom: 32px;
    text-align: center;
  }

  .professional-approach-label {
    padding: 8px 12px;
    font-size: 9px;
    letter-spacing: 1.6px;
  }

  .professional-approach-header h2 {
    max-width: 360px;
    margin-top: 18px;
    font-size: 37px;
    line-height: 1.02;
  }

  .professional-approach-header > p {
    max-width: 420px;
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.68;
  }

  .professional-approach-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .professional-approach-card {
    min-height: auto;
    padding: 31px 21px 27px;
    border-radius: 24px;
  }

  .professional-approach-card::after {
    top: 15px;
    right: 17px;
    font-size: 21px;
  }

  .professional-approach-icon {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    margin-bottom: 18px;
  }

  .professional-approach-icon svg {
    width: 24px;
    height: 24px;
  }

  .professional-approach-card h3 {
    font-size: 25px;
  }

  .professional-approach-card p {
    max-width: 330px;
    font-size: 13px;
    line-height: 1.68;
  }
}

@media (max-width: 380px) {
  .legal-circle-content h2 {
    font-size: 29px;
  }

  .professional-approach-header h2 {
    font-size: 33px;
  }
}



/* Service Page css */
.property-services-section {
  position: relative;
  overflow: hidden;
  padding: 90px 20px;
  color: #ffffff;
}

.property-services-section::before {
  content: "";
  position: absolute;
  inset: auto -120px -180px auto;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(210, 169, 78, 0.16), transparent 65%);
  pointer-events: none;
}

.property-services-section::after {
 
  position: absolute;
  left: 50%;
  bottom: -62px;
  transform: translateX(-50%);
  font-size: clamp(90px, 17vw, 260px);
  line-height: 1;
  font-family: Georgia, "Times New Roman", serif;
  color: rgba(255, 255, 255, 0.035);
  white-space: nowrap;
  pointer-events: none;
}

.property-services-container {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
}

.property-services-header {
  max-width: 720px;
  margin: 0 auto 54px;
  text-align: center;
}

.property-services-header span {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #d2a94e;
}

.property-services-header h2 {
  margin: 0;
  font-size: clamp(38px, 2.4vw, 68px);
  line-height: 1.04;
  font-weight: 500;
  color: #ffffff;
}

.property-services-header p {
  max-width: 620px;
  margin: 22px auto 0;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.72);
}

.property-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.property-service-card {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  padding: 30px 30px 0;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    #084143;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease,
    border-color 0.45s ease,
    background 0.45s ease;
}

.property-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(210, 169, 78, 0.18), transparent 42%);
  opacity: 0;
  transition: opacity 0.45s ease;
}

.property-service-card::after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 66px;
  height: 1px;
  background: rgba(255, 255, 255, 0.11);
}

.property-service-card:hover {
  transform: translateY(-12px);
  border-color: rgba(210, 169, 78, 0.42);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  background:
    linear-gradient(145deg, rgba(210, 169, 78, 0.08), rgba(255, 255, 255, 0.018)),
    #084143;
}

.property-service-card:hover::before {
  opacity: 1;
}

.card-top,
.property-service-card h3,
.property-service-card p,
.card-footer {
  position: relative;
  z-index: 2;
}

.card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.icon-wrap {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(210, 169, 78, 0.08);
  border: 1px solid rgba(210, 169, 78, 0.22);
  transition:
    transform 0.45s ease,
    background 0.45s ease,
    border-color 0.45s ease;
}

.icon-wrap svg {
  width: 38px;
  height: 38px;
  stroke: #d2a94e;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.45s ease, stroke 0.45s ease;
}

.property-service-card:hover .icon-wrap {
  transform: translateY(-4px) rotate(-3deg);
  background: rgba(210, 169, 78, 0.16);
  border-color: rgba(210, 169, 78, 0.45);
}

.property-service-card:hover .icon-wrap svg {
  transform: scale(1.08);
}

.service-number {
  font-size: 44px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.08);
  transition: color 0.45s ease;
}

.property-service-card:hover .service-number {
  color: rgba(210, 169, 78, 0.24);
}

.property-service-card h3 {
  margin: 0 0 16px;
  min-height: 78px;
  font-size: 24px;
  line-height: 1.22;
  font-weight: 500;
  color: #ffffff;
}

.property-service-card p {
  margin: 0;
  padding-bottom: 88px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.72);
}

.card-footer {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 66px;
  display: flex;
  align-items: center;
}

.card-footer span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #d2a94e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.card-footer span::before {
  content: "";
  width: 24px;
  height: 1px;
  background: #d2a94e;
  transition: width 0.35s ease;
}

.property-service-card:hover .card-footer span::before {
  width: 42px;
}

/* Responsive */
@media (max-width: 1100px) {
  .property-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .property-service-card h3 {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .property-services-section {
    padding: 70px 16px;
  }

  .property-services-header {
    margin-bottom: 38px;
  }

  .property-services-header p {
    font-size: 15px;
  }

  .property-services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .property-service-card {
    min-height: auto;
    padding: 24px 22px 0;
    border-radius: 16px;
  }

  .property-service-card::after {
    left: 22px;
    right: 22px;
  }

  .card-top {
    margin-bottom: 22px;
  }

  .icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 16px;
  }

  .icon-wrap svg {
    width: 34px;
    height: 34px;
  }

  .service-number {
    font-size: 38px;
  }

  .property-service-card h3 {
    font-size: 22px;
  }

  .property-service-card p {
    font-size: 14.5px;
    padding-bottom: 82px;
  }

  .card-footer {
    left: 22px;
    right: 22px;
  }
}

@media (max-width: 420px) {
  .property-services-header h2 {
    font-size: 36px;
  }

  .property-services-header span {
    font-size: 10px;
    letter-spacing: 0.22em;
  }

  .property-service-card {
    padding: 22px 20px 0;
  }

  .property-service-card h3 {
    font-size: 21px;
  }
}

/* Section  2 css Services */
 .property-carousel-section {
  position: relative;
  overflow: hidden;
  padding: 72px 20px;
  background: #f6f2e9;
  color: #063536;
}

.property-carousel-section::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  right: -150px;
  top: -150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(197, 154, 53, 0.22), transparent 64%);
  pointer-events: none;
}

.property-carousel-section::after {
  position: absolute;
  left: 32px;
  bottom: -42px;
  font-size: clamp(80px, 14vw, 200px);
  line-height: 1;
  color: rgba(6, 53, 54, 0.042);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.property-carousel-container {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.66fr 1.34fr;
  gap: 70px;
  align-items: center;
}

/* LEFT CONTENT */
.property-carousel-intro {
  max-width: 410px;
}

.property-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
  color: #c59a35;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.property-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: #c59a35;
}

.property-carousel-intro h2 {
  margin: 0;
  max-width: 390px;
  font-size: clamp(31px, 2.85vw, 43px);
  line-height: 1.06;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #063536;
}

.property-carousel-intro h3 {
  margin: 18px 0 0;
  max-width: 390px;
  font-size: clamp(20px, 1.75vw, 27px);
  line-height: 1.28;
  font-weight: 400;
  color: rgba(6, 53, 54, 0.9);
}

.property-carousel-intro p {
  max-width: 390px;
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 1.74;
  color: rgba(6, 53, 54, 0.72);
}

/* RIGHT CAROUSEL */
.property-carousel-wrap {
  position: relative;
  min-width: 0;
}

.carousel-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 15px;
}

.carousel-count {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  color: #063536;
}

.carousel-count span {
  font-size: 31px;
  line-height: 1;
  font-weight: 600;
}

.carousel-count small {
  font-size: 13px;
  color: rgba(6, 53, 54, 0.5);
}

.carousel-controls {
  display: flex;
  align-items: center;
  gap: 11px;
}

.carousel-btn {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(6, 53, 54, 0.12);
  background: rgba(255, 255, 255, 0.94);
  color: #063536;
  cursor: pointer;
  box-shadow: 0 15px 34px rgba(6, 53, 54, 0.12);
  transition: all 0.35s ease;
}

.carousel-btn:hover {
  background: #063536;
  color: #ffffff;
  border-color: #063536;
  transform: translateY(-3px);
  box-shadow: 0 22px 45px rgba(6, 53, 54, 0.22);
}

.carousel-btn svg {
  width: 21px;
  height: 21px;
  stroke: currentColor;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* CARD */
.property-card-shell {
  position: relative;
  min-height: 430px;
  border-radius: 28px;
  background: linear-gradient(145deg, #ffffff, rgba(255, 255, 255, 0.78));
  border: 1px solid rgba(6, 53, 54, 0.08);
  box-shadow:
    0 26px 72px rgba(6, 53, 54, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.property-card-shell::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 22px;
  border: 1px solid rgba(197, 154, 53, 0.24);
  pointer-events: none;
  z-index: 8;
}

.property-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: rgba(6, 53, 54, 0.08);
  z-index: 10;
}

.property-progress span {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #063536, #c59a35);
  transition: width 0.45s ease;
}

.property-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(30px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    visibility 0s linear 0.35s;
  z-index: 1;
}

.property-slide.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    visibility 0s linear 0s;
  z-index: 3;
}

.property-card {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 430px;
  padding: 52px 52px 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.property-card::before {
  content: "";
  position: absolute;
  right: -85px;
  bottom: -85px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(197, 154, 53, 0.16), transparent 68%);
  pointer-events: none;
}

.property-card-top,
.property-card h4,
.property-card p {
  position: relative;
  z-index: 2;
}

.property-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 26px;
}

/* ICON */
.property-icon {
  position: relative;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.22), transparent 42%),
    linear-gradient(145deg, #063536, #0a4a4b);
  box-shadow:
    0 18px 36px rgba(6, 53, 54, 0.18),
    0 0 0 8px rgba(6, 53, 54, 0.055);
}

.property-icon::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 27px;
  background: rgba(6, 53, 54, 0.075);
  z-index: -1;
}

.property-icon svg {
  width: 38px;
  height: 38px;
  stroke: #c59a35;
  stroke-width: 2.05;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.property-card-top span {
  font-size: 66px;
  line-height: 0.85;
  color: rgba(6, 53, 54, 0.06);
}

.property-card h4 {
  max-width: 640px;
  margin: 0;
  font-size: clamp(29px, 3vw, 43px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #063536;
}

.property-card p {
  max-width: 650px;
  margin: 22px 0 0;
  font-size: 15.2px;
  line-height: 1.8;
  color: rgba(6, 53, 54, 0.74);
}

/* DOTS */
.property-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 21px;
}

.property-dot {
  width: 8px;
  height: 8px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  background: rgba(6, 53, 54, 0.22);
  cursor: pointer;
  transition: all 0.3s ease;
}

.property-dot.active {
  width: 32px;
  border-radius: 999px;
  background: #063536;
}

/* TABLET */
@media (max-width: 1150px) {
  .property-carousel-section {
    padding: 56px 18px;
  }

  .property-carousel-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .property-carousel-intro {
    max-width: 680px;
    text-align: center;
    margin: 0 auto;
  }

  .property-carousel-intro h2,
  .property-carousel-intro h3,
  .property-carousel-intro p {
    margin-left: auto;
    margin-right: auto;
  }

  .property-carousel-intro h2 {
    max-width: 560px;
    font-size: 38px;
  }

  .property-carousel-intro h3 {
    max-width: 560px;
    font-size: 24px;
    margin-top: 16px;
  }

  .property-carousel-intro p {
    max-width: 620px;
    font-size: 14px;
    line-height: 1.68;
    margin-top: 12px;
  }

  .property-card-shell,
  .carousel-topbar {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .property-card-shell {
    min-height: 360px;
  }

  .property-card {
    min-height: 360px;
    padding: 38px 42px 34px;
    justify-content: center;
  }

  .property-card-top {
    margin-bottom: 20px;
  }

  .property-icon {
    width: 62px;
    height: 62px;
    border-radius: 19px;
  }

  .property-icon svg {
    width: 34px;
    height: 34px;
  }

  .property-card-top span {
    font-size: 54px;
  }

  .property-card h4 {
    font-size: 34px;
  }

  .property-card p {
    margin-top: 18px;
    font-size: 14.8px;
    line-height: 1.7;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .property-carousel-section {
    padding: 48px 16px;
  }

  .property-carousel-container {
    gap: 28px;
  }

  .property-carousel-intro {
    text-align: left;
    max-width: 100%;
  }

  .property-carousel-intro h2,
  .property-carousel-intro h3,
  .property-carousel-intro p {
    margin-left: 0;
    margin-right: 0;
  }

  .property-carousel-intro h2 {
    max-width: 100%;
    font-size: 32px;
    line-height: 1.08;
  }

  .property-carousel-intro h3 {
    max-width: 100%;
    font-size: 21px;
    line-height: 1.3;
    margin-top: 14px;
  }

  .property-carousel-intro p {
    max-width: 100%;
    font-size: 13.8px;
    line-height: 1.65;
    margin-top: 11px;
  }

  .carousel-topbar {
    margin-bottom: 12px;
  }

  .carousel-count span {
    font-size: 26px;
  }

  .carousel-count small {
    font-size: 12px;
  }

  .carousel-btn {
    width: 42px;
    height: 42px;
  }

  .carousel-btn svg {
    width: 18px;
    height: 18px;
  }

  .property-card-shell {
    min-height: 390px;
    border-radius: 22px;
  }

  .property-card-shell::before {
    inset: 10px;
    border-radius: 18px;
  }

  .property-card {
    min-height: 390px;
    padding: 34px 22px 30px;
    justify-content: center;
  }

  .property-card-top {
    margin-bottom: 18px;
  }

  .property-icon {
    width: 56px;
    height: 56px;
    border-radius: 17px;
    box-shadow:
      0 14px 28px rgba(6, 53, 54, 0.16),
      0 0 0 7px rgba(6, 53, 54, 0.05);
  }

  .property-icon::after {
    inset: -6px;
    border-radius: 22px;
  }

  .property-icon svg {
    width: 31px;
    height: 31px;
  }

  .property-card-top span {
    font-size: 42px;
  }

  .property-card h4 {
    font-size: 27px;
    line-height: 1.1;
  }

  .property-card p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.62;
  }

  .property-dots {
    margin-top: 16px;
  }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
  .property-carousel-section {
    padding: 42px 14px;
  }

  .property-carousel-container {
    gap: 24px;
  }

  .property-kicker {
    font-size: 8.5px;
    letter-spacing: 0.14em;
    margin-bottom: 11px;
  }

  .property-kicker::before {
    width: 22px;
  }

  .property-carousel-intro h2 {
    font-size: 29px;
  }

  .property-carousel-intro h3 {
    font-size: 19px;
  }

  .property-carousel-intro p {
    font-size: 13.5px;
    line-height: 1.6;
  }

  .carousel-btn {
    width: 39px;
    height: 39px;
  }

  .property-card-shell {
    min-height: 430px;
    border-radius: 20px;
  }

  .property-card {
    min-height: 430px;
    padding: 30px 18px 28px;
  }

  .property-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .property-icon svg {
    width: 29px;
    height: 29px;
  }

  .property-card-top span {
    font-size: 38px;
  }

  .property-card h4 {
    font-size: 24px;
  }

  .property-card p {
    font-size: 13.4px;
    line-height: 1.58;
  }

  .property-dot.active {
    width: 26px;
  }
}

/* EXTRA SMALL */
@media (max-width: 380px) {
  .property-card-shell {
    min-height: 470px;
  }

  .property-card {
    min-height: 470px;
  }

  .property-card h4 {
    font-size: 22px;
  }

  .property-card p {
    font-size: 13px;
  }
}
/* =========================================================
   NEW PROPERTY DOCUMENTATION SECTIONS ONLY
   Existing layout CSS above remains unchanged.
   All new selectors use the pd- prefix.
   ========================================================= */

.pd-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.pd-kicker {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 14px;
  color: #d2a94e;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.pd-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.pd-kicker-dark {
  color: #c59a35;
}

.pd-section-heading {
  max-width: 820px;
  margin-bottom: 48px;
}

.pd-section-heading-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.pd-section-heading-center .pd-kicker {
  justify-content: center;
}

.pd-section-heading h2,
.pd-scope-content h2,
.pd-takeaways-title h2,
.pd-legal-notice-box h2 {
  margin: 0;
  color: #063536;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.pd-section-heading > p {
  margin: 18px 0 0;
  color: rgba(6, 53, 54, 0.72);
  font-size: 15px;
  line-height: 1.82;
}

.pd-section-heading-center > p {
  max-width: 790px;
  margin-right: auto;
  margin-left: auto;
}

/* Breadcrumb — integrated into the green hero */
.pd-breadcrumb {
  position: relative;
  z-index: 4;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
  /* background: rgba(255, 255, 255, 0.018); */
}

.pd-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  min-height: 56px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
}

.pd-breadcrumb a {
  color: rgba(255, 255, 255, 0.9);
  transition: color 0.25s ease;
}

.pd-breadcrumb a:hover {
  color: #d2a94e;
}

.pd-breadcrumb svg {
  width: 14px;
  height: 14px;
  stroke: rgba(255, 255, 255, 0.42);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Hero */
.pd-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0 0 96px;
  background:
    radial-gradient(circle at 8% 8%, rgba(197, 154, 53, 0.12), transparent 27%),
    linear-gradient(135deg, #032b2c 0%, #063536 52%, #084143 100%);
  color: #ffffff;
}

.pd-hero::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -48px;
  z-index: -1;
  color: rgba(255, 255, 255, 0.028);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(86px, 13vw, 210px);
  font-weight: 600;
  line-height: 0.8;
  white-space: nowrap;
}

.pd-hero-glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.pd-hero-glow-one {
  top: -170px;
  right: -120px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(197, 154, 53, 0.15);
  background: radial-gradient(circle, rgba(197, 154, 53, 0.12), transparent 68%);
}

.pd-hero-glow-two {
  bottom: -240px;
  left: 35%;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.045), transparent 68%);
}

.pd-hero-grid {
  display: grid;
  padding-top: 74px;
  grid-template-columns: minmax(0, 0.92fr) minmax(470px, 1.08fr);
  gap: 70px;
  align-items: center;
}

.pd-hero-content {
  max-width: 600px;
}

.pd-hero-content h1 {
  max-width: 590px;
  margin: 0;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(54px, 6.5vw, 68px);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.045em;
}

.pd-hero-content h2 {
  margin: 25px 0 0;
  color: #d2a94e;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(23px, 2.2vw, 31px);
  font-weight: 600;
  line-height: 1.24;
}

.pd-hero-content p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15.5px;
  line-height: 1.84;
}

.pd-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 31px;
  border: 1px solid rgba(197, 154, 53, 0.6);
  border-radius: 999px;
  padding: 10px 11px 10px 23px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}

.pd-hero-cta span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: #c59a35;
  color: #063536;
}

.pd-hero-cta svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pd-hero-cta:hover {
  transform: translateY(-3px);
  border-color: #c59a35;
  background: rgba(255, 255, 255, 0.05);
}

.pd-hero-visual {
  min-width: 0;
}

.pd-visual-card {
  position: relative;
  overflow: hidden;
  min-height: 575px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 34px;
  padding: 29px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(4, 43, 44, 0.72);
  box-shadow:
    0 35px 90px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(18px);
}

.pd-visual-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(197, 154, 53, 0.22);
  border-radius: 27px;
  pointer-events: none;
}

.pd-visual-heading {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 7px;
}

.pd-visual-heading-icon {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(197, 154, 53, 0.38);
  border-radius: 17px;
  background: rgba(197, 154, 53, 0.1);
}

.pd-visual-heading-icon svg {
  width: 34px;
  height: 34px;
  stroke: #d2a94e;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pd-visual-heading span {
  display: block;
  margin-bottom: 3px;
  color: #d2a94e;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.pd-visual-heading strong {
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
  font-weight: 600;
}

.pd-lifecycle {
  position: relative;
  z-index: 2;
  min-height: 385px;
  margin-top: 12px;
}

.pd-lifecycle-line {
  position: absolute;
  top: 42px;
  right: 70px;
  bottom: 42px;
  left: 70px;
  border: 2px dashed rgba(210, 169, 78, 0.46);
  border-radius: 46%;
}

.pd-lifecycle-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 190px;
  height: 145px;
  place-items: center;
  border: 1px solid rgba(197, 154, 53, 0.32);
  border-radius: 27px;
  background: #0b4344;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.22);
  transform: translate(-50%, -50%);
  text-align: center;
}

.pd-lifecycle-center > div {
  display: grid;
  width: 53px;
  height: 53px;
  place-items: center;
  border-radius: 16px;
  background: rgba(197, 154, 53, 0.11);
}

.pd-lifecycle-center svg {
  width: 31px;
  height: 31px;
  stroke: #d2a94e;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pd-lifecycle-center strong {
  margin-top: -10px;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
  font-weight: 600;
}

.pd-lifecycle-center span {
  margin-top: -20px;
  color: #d2a94e;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pd-lifecycle-item {
  position: absolute;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  width: 190px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 14px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.pd-lifecycle-item > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  background: #063536;
  color: #d2a94e;
  font-family: "Cormorant Garamond", serif;
  font-size: 19px;
  font-weight: 700;
}

.pd-lifecycle-item strong {
  display: block;
  color: #063536;
  font-family: "Cormorant Garamond", serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
}

.pd-lifecycle-item small {
  display: block;
  margin-top: 5px;
  color: rgba(6, 53, 54, 0.62);
  font-size: 10.5px;
}

.pd-lifecycle-item-one {
  top: 20px;
  left: 24px;
}

.pd-lifecycle-item-two {
  top: 20px;
  right: 24px;
}

.pd-lifecycle-item-three {
  bottom: 20px;
  left: 24px;
}

.pd-lifecycle-item-four {
  right: 24px;
  bottom: 20px;
}

.pd-visual-card > p {
  position: relative;
  z-index: 3;
  max-width: 520px;
  margin: 6px auto 0;
  padding: 0 15px 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

/* Quick Overview */
.pd-overview {
  position: relative;
  z-index: 5;
  margin-top: -34px;
  padding: 0 0 92px;
}

.pd-overview .pd-section-heading {
  padding-top: 83px;
}

.pd-overview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(6, 53, 54, 0.08);
  border-radius: 25px;
  background: #ffffff;
  box-shadow: 0 28px 75px rgba(6, 53, 54, 0.12);
}

.pd-overview-card {
  min-height: 330px;
  padding: 31px 27px;
  background: #ffffff;
  transition:
    transform 0.35s ease,
    background 0.35s ease;
}

.pd-overview-card:not(:last-child) {
  border-right: 1px solid rgba(6, 53, 54, 0.08);
}

.pd-overview-card:hover {
  z-index: 2;
  transform: translateY(-6px);
  background: #f6f2e9;
}

.pd-overview-icon {
  display: grid;
  width: 56px;
  height: 56px;
  margin-bottom: 21px;
  place-items: center;
  border: 1px solid rgba(197, 154, 53, 0.27);
  border-radius: 17px;
  background: rgba(197, 154, 53, 0.08);
}

.pd-overview-icon svg {
  width: 32px;
  height: 32px;
  stroke: #c59a35;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pd-overview-card > span {
  display: block;
  margin-bottom: 8px;
  color: #c59a35;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.pd-overview-card h3 {
  margin: 0 0 17px;
  color: #063536;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.14;
}

.pd-overview-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pd-overview-card li {
  position: relative;
  padding-left: 17px;
  color: rgba(6, 53, 54, 0.7);
  font-size: 13px;
  line-height: 1.45;
}

.pd-overview-card li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c59a35;
}

/* Why Property Documentation Matters */
.pd-why {
  padding: 96px 0;
  background: #ffffff;
}

.pd-why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.pd-why-card {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 22px;
  align-items: flex-start;
  border: 1px solid rgba(6, 53, 54, 0.08);
  border-radius: 22px;
  padding: 29px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(6, 53, 54, 0.06);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.pd-why-card:hover {
  transform: translateY(-7px);
  border-color: rgba(197, 154, 53, 0.34);
  box-shadow: 0 26px 65px rgba(6, 53, 54, 0.1);
}

.pd-why-icon {
  display: grid;
  width: 61px;
  height: 61px;
  place-items: center;
  border: 1px solid rgba(197, 154, 53, 0.28);
  border-radius: 18px;
  background: #f6f2e9;
}

.pd-why-icon svg {
  width: 35px;
  height: 35px;
  stroke: #c59a35;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pd-why-card p {
  margin: 0;
  color: rgba(6, 53, 54, 0.72);
  font-size: 14px;
  line-height: 1.82;
}

/* Scope */
.pd-scope {
  padding: 100px 0;
  background: #ffffff;
}

.pd-scope-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
  gap: 76px;
  align-items: center;
}

.pd-scope-content h2 {
  margin-bottom: 25px;
}

.pd-scope-content p {
  margin: 0 0 16px;
  color: rgba(6, 53, 54, 0.72);
  font-size: 14.2px;
  line-height: 1.82;
}

.pd-scope-cards {
  display: grid;
  gap: 14px;
}

.pd-scope-card {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 17px;
  align-items: center;
  border: 1px solid rgba(6, 53, 54, 0.08);
  border-radius: 18px;
  padding: 17px 19px;
  background: #f6f2e9;
  transition:
    transform 0.32s ease,
    border-color 0.32s ease,
    background 0.32s ease;
}

.pd-scope-card:hover {
  transform: translateX(8px);
  border-color: rgba(197, 154, 53, 0.34);
  background: #ffffff;
}

.pd-scope-card > div {
  display: grid;
  width: 51px;
  height: 51px;
  place-items: center;
  border-radius: 15px;
  background: #063536;
}

.pd-scope-card svg {
  width: 29px;
  height: 29px;
  stroke: #d2a94e;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pd-scope-card h3 {
  margin: 0;
  color: #063536;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.23;
}

/* Workflow */
.pd-approach {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: #f6f2e9;
}

.pd-approach::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -160px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(197, 154, 53, 0.18), transparent 68%);
}

.pd-workflow-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.pd-workflow-card {
  position: relative;
  overflow: hidden;
  min-height: 315px;
  border: 1px solid rgba(6, 53, 54, 0.09);
  border-radius: 22px;
  padding: 31px 29px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 45px rgba(6, 53, 54, 0.07);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.pd-workflow-card::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(197, 154, 53, 0.15), transparent 68%);
}

.pd-workflow-card:hover {
  transform: translateY(-8px);
  border-color: rgba(197, 154, 53, 0.34);
  box-shadow: 0 26px 65px rgba(6, 53, 54, 0.12);
}

.pd-workflow-number {
  position: absolute;
  top: 25px;
  right: 25px;
  color: rgba(6, 53, 54, 0.08);
  font-family: "Cormorant Garamond", serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}

.pd-workflow-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 25px;
  place-items: center;
  border: 1px solid rgba(197, 154, 53, 0.27);
  border-radius: 17px;
  background: rgba(197, 154, 53, 0.08);
}

.pd-workflow-icon svg {
  width: 33px;
  height: 33px;
  stroke: #c59a35;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pd-workflow-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 13px;
  color: #063536;
  font-family: "Cormorant Garamond", serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.12;
}

.pd-workflow-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(6, 53, 54, 0.72);
  font-size: 13.7px;
  line-height: 1.75;
}

/* Related practice areas */
.pd-related {
  padding: 100px 0;
  background: #063536;
}

.pd-related .pd-section-heading h2 {
  color: #ffffff;
}

.pd-related .pd-section-heading > p {
  color: rgba(255, 255, 255, 0.68);
}

.pd-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.pd-related-card {
  position: relative;
  min-height: 315px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 21px;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018)),
    #084143;
  color: #ffffff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
  transition:
    transform 0.36s ease,
    border-color 0.36s ease;
}

.pd-related-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(197, 154, 53, 0.2), transparent 43%);
  opacity: 0;
  transition: opacity 0.36s ease;
}

.pd-related-card:hover {
  transform: translateY(-9px);
  border-color: rgba(197, 154, 53, 0.42);
}

.pd-related-card:hover::before {
  opacity: 1;
}

.pd-related-icon,
.pd-related-card h3,
.pd-related-card p,
.pd-related-arrow {
  position: relative;
  z-index: 2;
}

.pd-related-icon {
  display: grid;
  width: 59px;
  height: 59px;
  margin-bottom: 25px;
  place-items: center;
  border: 1px solid rgba(197, 154, 53, 0.27);
  border-radius: 17px;
  background: rgba(197, 154, 53, 0.1);
}

.pd-related-icon svg {
  width: 34px;
  height: 34px;
  stroke: #d2a94e;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pd-related-card h3 {
  margin: 0 0 13px;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.12;
}

.pd-related-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13.5px;
  line-height: 1.72;
}

.pd-related-arrow {
  position: absolute;
  right: 25px;
  bottom: 24px;
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 50%;
  background: rgba(197, 154, 53, 0.13);
  color: #d2a94e;
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.pd-related-arrow svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pd-related-card:hover .pd-related-arrow {
  transform: translateX(4px);
  background: #c59a35;
  color: #063536;
}

/* Key takeaways */
.pd-takeaways {
  padding: 90px 0;
  background: #f3f4f2;
}

.pd-takeaways-box {
  display: grid;
  grid-template-columns: minmax(250px, 0.62fr) minmax(0, 1.38fr);
  gap: 58px;
  border: 1px solid rgba(6, 53, 54, 0.08);
  border-radius: 28px;
  padding: 48px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(6, 53, 54, 0.08);
}

.pd-takeaways-title {
  align-self: flex-start;
}

.pd-takeaways-box ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pd-takeaways-box li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 15px;
  align-items: center;
  border: 1px solid rgba(6, 53, 54, 0.07);
  border-radius: 15px;
  padding: 13px 15px;
}

.pd-takeaways-box li > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 13px;
  background: #f6f2e9;
}

.pd-takeaways-box li svg {
  width: 26px;
  height: 26px;
  stroke: #c59a35;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pd-takeaways-box li p {
  margin: 0;
  color: rgba(6, 53, 54, 0.72);
  font-size: 13.8px;
  line-height: 1.6;
}

/* Legal notice */
.pd-legal-notice {
  padding: 82px 0;
  background: #ffffff;
}

.pd-legal-notice-box {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 28px;
  border-left: 4px solid #c59a35;
  border-radius: 0 22px 22px 0;
  padding: 38px 42px;
  background: #f6f2e9;
}

.pd-legal-notice-icon {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 1px solid rgba(197, 154, 53, 0.28);
  border-radius: 21px;
  background: #ffffff;
}

.pd-legal-notice-icon svg {
  width: 42px;
  height: 42px;
  stroke: #c59a35;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pd-legal-notice-box h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 52px);
}

.pd-legal-notice-box p {
  margin: 0 0 12px;
  color: rgba(6, 53, 54, 0.72);
  font-size: 13.8px;
  line-height: 1.78;
}

/* Responsive styles for new pd- sections only */
@media (max-width: 1150px) {
  .pd-hero-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .pd-hero-content {
    max-width: 760px;
  }

  .pd-hero-content h1 {
    max-width: 760px;
  }

  .pd-hero-visual {
    width: min(760px, 100%);
  }

  .pd-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pd-overview-card:nth-child(2) {
    border-right: 0;
  }

  .pd-overview-card:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(6, 53, 54, 0.08);
  }

  .pd-scope-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .pd-scope-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pd-scope-card:last-child {
    grid-column: 1 / -1;
  }

  .pd-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .pd-workflow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pd-takeaways-box {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 768px) {
  .pd-container {
    width: min(100% - 32px, 1180px);
  }

  .pd-hero {
    padding: 0 0 74px;
  }

  .pd-hero-grid {
    gap: 38px;
    padding-top: 48px;
  }

  .pd-hero-content h1 {
    font-size: clamp(46px, 14vw, 68px);
  }

  .pd-hero-content h2 {
    font-size: 24px;
  }

  .pd-hero-content p {
    font-size: 14px;
    line-height: 1.75;
  }

  .pd-visual-card {
    min-height: 535px;
    border-radius: 26px;
    padding: 20px;
  }

  .pd-visual-card::before {
    inset: 10px;
    border-radius: 21px;
  }

  .pd-lifecycle {
    min-height: 365px;
  }

  .pd-lifecycle-item {
    width: 174px;
  }

  .pd-lifecycle-item-one,
  .pd-lifecycle-item-three {
    left: 10px;
  }

  .pd-lifecycle-item-two,
  .pd-lifecycle-item-four {
    right: 10px;
  }

  .pd-overview {
    padding-bottom: 70px;
  }

  .pd-overview .pd-section-heading {
    padding-top: 72px;
  }

  .pd-overview-grid {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  .pd-overview-card {
    min-height: auto;
  }

  .pd-overview-card:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(6, 53, 54, 0.08);
  }

  .pd-section-heading {
    margin-bottom: 35px;
  }

  .pd-section-heading h2,
  .pd-scope-content h2,
  .pd-takeaways-title h2 {
    font-size: 40px;
  }

  .pd-why,
  .pd-scope,
  .pd-approach,
  .pd-related {
    padding: 72px 0;
  }

  .pd-why-grid {
    grid-template-columns: 1fr;
  }

  .pd-why-card {
    grid-template-columns: 58px 1fr;
    padding: 24px 21px;
  }

  .pd-why-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
  }

  .pd-scope-cards {
    grid-template-columns: 1fr;
  }

  .pd-scope-card:last-child {
    grid-column: auto;
  }

  .pd-scope-card:hover {
    transform: translateY(-4px);
  }

  .pd-workflow-grid {
    grid-template-columns: 1fr;
  }

  .pd-workflow-card {
    min-height: auto;
  }

  .pd-related-grid {
    grid-template-columns: 1fr;
  }

  .pd-related-card {
    min-height: 270px;
  }

  .pd-takeaways {
    padding: 70px 0;
  }

  .pd-takeaways-box {
    border-radius: 22px;
    padding: 29px 22px;
  }

  .pd-legal-notice {
    padding: 65px 0;
  }

  .pd-legal-notice-box {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 29px 24px;
  }

  .pd-legal-notice-box h2 {
    font-size: 36px;
  }
}

@media (max-width: 560px) {
  .pd-hero-content h1 {
    font-size: 44px;
  }

  .pd-hero-cta {
    width: 100%;
    justify-content: space-between;
    padding-left: 18px;
    font-size: 12px;
  }

  .pd-visual-card {
    min-height: 660px;
  }

  .pd-visual-heading strong {
    font-size: 21px;
  }

  .pd-lifecycle {
    min-height: 495px;
  }

  .pd-lifecycle-line {
    top: 55px;
    right: 50%;
    bottom: 55px;
    left: auto;
    width: 2px;
    border: 0;
    border-left: 2px dashed rgba(210, 169, 78, 0.46);
    border-radius: 0;
    transform: translateX(50%);
  }

  .pd-lifecycle-center {
    width: 168px;
    height: 128px;
  }

  .pd-lifecycle-item {
    grid-template-columns: 40px 1fr;
    width: 158px;
    padding: 11px;
  }

  .pd-lifecycle-item > span {
    width: 40px;
    height: 40px;
  }

  .pd-lifecycle-item-one {
    top: 8px;
    left: 0;
  }

  .pd-lifecycle-item-two {
    top: 8px;
    right: 0;
  }

  .pd-lifecycle-item-three {
    bottom: 8px;
    left: 0;
  }

  .pd-lifecycle-item-four {
    right: 0;
    bottom: 8px;
  }

  .pd-section-heading h2,
  .pd-scope-content h2,
  .pd-takeaways-title h2 {
    font-size: 36px;
  }

  .pd-why-card {
    grid-template-columns: 1fr;
  }

  .pd-scope-card {
    grid-template-columns: 48px 1fr;
    padding: 14px;
  }

  .pd-scope-card > div {
    width: 46px;
    height: 46px;
  }

  .pd-scope-card h3 {
    font-size: 18px;
  }

  .pd-takeaways-box li {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 390px) {
  .pd-visual-card {
    min-height: 720px;
  }

  .pd-lifecycle {
    min-height: 550px;
  }

  .pd-lifecycle-item {
    width: 145px;
  }

  .pd-lifecycle-item strong {
    font-size: 17px;
  }

  .pd-lifecycle-item small {
    font-size: 9px;
  }
}

/* =========================================================
   UNDERSTANDING PROPERTY DOCUMENTATION — COMPACT RESPONSIVE DESIGN
   Scoped only to this section. Existing layouts remain unchanged.
   ========================================================= */

.pd-understanding-section {
  position: relative;
  overflow: hidden;
  padding: 68px 20px;
  background:
    radial-gradient(circle at 88% 10%, rgba(197, 154, 53, 0.12), transparent 26%),
    linear-gradient(135deg, #f8f5ee 0%, #f2eee4 100%);
  color: #063536;
}

.pd-understanding-section::before {
  width: 360px;
  height: 360px;
  top: -170px;
  right: -130px;
  background: radial-gradient(circle, rgba(197, 154, 53, 0.18), transparent 68%);
}

.pd-understanding-section::after {
  content: "";
  left: auto;
  right: -10px;
  bottom: -26px;
  color: rgba(6, 53, 54, 0.028);
  font-size: clamp(72px, 11vw, 158px);
}

.pd-understanding-container {
  grid-template-columns: minmax(0, 1fr) minmax(470px, 0.96fr);
  gap: clamp(38px, 5vw, 66px);
  align-items: center;
}

.pd-understanding-copy {
  max-width: 620px;
}

.pd-understanding-copy h2 {
  max-width: 560px;
  font-size: clamp(40px, 4vw, 56px);
  line-height: 0.98;
  letter-spacing: -0.042em;
}

.pd-understanding-copy p {
  max-width: none;
}

.pd-understanding-lead {
  margin-top: 20px !important;
  color: rgba(6, 53, 54, 0.84) !important;
  font-size: 14.4px !important;
  line-height: 1.72 !important;
}

.pd-understanding-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin-top: 18px;
}

.pd-understanding-detail {
  position: relative;
  overflow: hidden;
  min-height: 208px;
  border: 1px solid rgba(6, 53, 54, 0.08);
  border-radius: 17px;
  padding: 18px 17px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 14px 34px rgba(6, 53, 54, 0.055);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}

.pd-understanding-detail::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(197, 154, 53, 0.13), transparent 68%);
}

.pd-understanding-detail:hover {
  transform: translateY(-5px);
  border-color: rgba(197, 154, 53, 0.3);
  background: rgba(255, 255, 255, 0.88);
}

.pd-understanding-detail-icon {
  position: relative;
  z-index: 2;
  display: grid;
  width: 43px;
  height: 43px;
  margin-bottom: 13px;
  place-items: center;
  border-radius: 13px;
  background: #063536;
}

.pd-understanding-detail-icon svg {
  width: 25px;
  height: 25px;
  stroke: #c59a35;
  stroke-width: 2.05;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pd-understanding-detail p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(6, 53, 54, 0.68);
  font-size: 12.35px;
  line-height: 1.62;
}

.pd-understanding-note {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 14px;
  border: 1px solid rgba(197, 154, 53, 0.25);
  border-radius: 16px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 32px rgba(6, 53, 54, 0.06);
}

.pd-understanding-note-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  background: #063536;
}

.pd-understanding-note-icon svg {
  width: 27px;
  height: 27px;
  stroke: #c59a35;
  stroke-width: 2.05;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pd-understanding-note p {
  margin: 0;
  color: rgba(6, 53, 54, 0.74);
  font-size: 12.6px;
  line-height: 1.58;
}

.pd-lifecycle-panel {
  min-width: 0;
  border: 1px solid rgba(6, 53, 54, 0.08);
  border-radius: 25px;
  padding: 21px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 65px rgba(6, 53, 54, 0.11);
  backdrop-filter: blur(10px);
}

.pd-lifecycle-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.pd-lifecycle-heading > div:first-child > span {
  display: inline-block;
  margin-bottom: 5px;
  color: #c59a35;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.pd-lifecycle-heading h3 {
  max-width: 310px;
  margin: 0;
  color: #063536;
  font-size: clamp(21px, 1.8vw, 27px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.pd-lifecycle-controls {
  flex: 0 0 auto;
  margin: 0;
}

.pd-lifecycle-controls .carousel-count span {
  font-size: 23px;
}

.pd-lifecycle-controls .carousel-count small {
  font-size: 10px;
}

.pd-lifecycle-controls .carousel-btn {
  width: 38px;
  height: 38px;
}

.pd-lifecycle-controls .carousel-btn svg {
  width: 17px;
  height: 17px;
}

.pd-lifecycle-shell {
  min-height: 340px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 86% 12%, rgba(197, 154, 53, 0.13), transparent 31%),
    linear-gradient(145deg, #ffffff, #fbfaf6);
  box-shadow: none;
}

.pd-lifecycle-shell::before {
  inset: 9px;
  border-radius: 15px;
  border-color: rgba(197, 154, 53, 0.22);
}

.pd-lifecycle-card {
  min-height: 340px;
  justify-content: flex-start;
  padding: 29px 30px 25px;
}

.pd-lifecycle-card::before {
  right: -70px;
  bottom: -90px;
  width: 215px;
  height: 215px;
}

.pd-lifecycle-card .property-card-top {
  margin-bottom: 11px;
}

.pd-lifecycle-card .property-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  box-shadow:
    0 13px 26px rgba(6, 53, 54, 0.16),
    0 0 0 6px rgba(6, 53, 54, 0.05);
}

.pd-lifecycle-card .property-icon::after {
  inset: -5px;
  border-radius: 20px;
}

.pd-lifecycle-card .property-icon svg {
  width: 29px;
  height: 29px;
}

.pd-lifecycle-card .property-card-top > span {
  color: rgba(6, 53, 54, 0.055);
  font-size: 48px;
}

.pd-lifecycle-stage {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 7px;
  color: #c59a35;
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.pd-lifecycle-stage::before {
  content: "";
  width: 20px;
  height: 1px;
  background: currentColor;
}

.pd-lifecycle-card h4 {
  max-width: 440px;
  font-size: clamp(27px, 2.5vw, 35px);
  line-height: 1.05;
}

.pd-lifecycle-card > p {
  max-width: 470px;
  margin-top: 13px;
  font-size: 12.8px;
  line-height: 1.62;
}

.pd-lifecycle-summary {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 17px;
}

.pd-lifecycle-summary span {
  border: 1px solid rgba(6, 53, 54, 0.08);
  border-radius: 999px;
  padding: 6px 9px;
  background: rgba(246, 242, 233, 0.92);
  color: rgba(6, 53, 54, 0.7);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.pd-lifecycle-panel .property-dots {
  margin: 12px 0 11px;
}

.pd-lifecycle-panel .property-dot {
  width: 6px;
  height: 6px;
}

.pd-lifecycle-panel .property-dot.active {
  width: 23px;
}

.pd-lifecycle-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(6, 53, 54, 0.08);
  border-radius: 12px;
  background: rgba(246, 242, 233, 0.66);
}

.pd-lifecycle-track span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 0;
  padding: 8px 5px;
  color: rgba(6, 53, 54, 0.62);
  font-size: 8.5px;
  font-weight: 700;
  text-transform: uppercase;
}

.pd-lifecycle-track span:not(:last-child) {
  border-right: 1px solid rgba(6, 53, 54, 0.08);
}

.pd-lifecycle-track b {
  color: #c59a35;
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
}

@media (max-width: 1180px) {
  .pd-understanding-container {
    grid-template-columns: minmax(0, 1fr) minmax(440px, 0.95fr);
    gap: 38px;
  }

  .pd-understanding-detail p {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .pd-understanding-section {
    padding: 60px 18px;
  }

  .pd-understanding-container {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .pd-understanding-copy,
  .pd-lifecycle-panel {
    width: min(820px, 100%);
    max-width: 820px;
    margin: 0 auto;
  }

  .pd-understanding-copy h2 {
    max-width: 680px;
  }

  .pd-understanding-detail {
    min-height: 0;
  }
}

@media (max-width: 768px) {
  .pd-breadcrumb ol {
    min-height: 48px;
    gap: 7px;
    font-size: 11.5px;
  }

  .pd-breadcrumb svg {
    width: 12px;
    height: 12px;
  }

  .pd-understanding-section {
    padding: 52px 16px;
  }

  .pd-understanding-copy h2 {
    font-size: clamp(37px, 10vw, 48px);
    line-height: 1;
  }

  .pd-understanding-lead {
    font-size: 13.7px !important;
    line-height: 1.68 !important;
  }

  .pd-understanding-detail-grid {
    grid-template-columns: 1fr;
  }

  .pd-understanding-detail {
    min-height: auto;
  }

  .pd-understanding-detail p {
    font-size: 12.6px;
  }

  .pd-lifecycle-panel {
    border-radius: 21px;
    padding: 15px;
  }

  .pd-lifecycle-heading {
    align-items: flex-start;
  }

  .pd-lifecycle-heading h3 {
    max-width: 260px;
    font-size: 22px;
  }

  .pd-lifecycle-controls {
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
  }

  .pd-lifecycle-shell,
  .pd-lifecycle-card {
    min-height: 365px;
  }

  .pd-lifecycle-card {
    padding: 27px 21px 23px;
  }

  .pd-lifecycle-card h4 {
    font-size: clamp(26px, 7vw, 32px);
  }

  .pd-lifecycle-card > p {
    font-size: 12.6px;
    line-height: 1.6;
  }

  .pd-lifecycle-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pd-lifecycle-track span:nth-child(2) {
    border-right: 0;
  }

  .pd-lifecycle-track span:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(6, 53, 54, 0.08);
  }
}

@media (max-width: 560px) {
  .pd-breadcrumb ol {
    padding: 8px 0;
  }

  .pd-breadcrumb li:last-child {
    max-width: 175px;
    line-height: 1.35;
  }

  .pd-understanding-section {
    padding: 46px 14px;
  }

  .pd-understanding-note {
    grid-template-columns: 42px 1fr;
    padding: 12px;
  }

  .pd-understanding-note-icon {
    width: 41px;
    height: 41px;
    border-radius: 12px;
  }

  .pd-understanding-note-icon svg {
    width: 24px;
    height: 24px;
  }

  .pd-lifecycle-heading {
    display: grid;
    gap: 13px;
  }

  .pd-lifecycle-heading h3 {
    max-width: 100%;
  }

  .pd-lifecycle-controls {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .pd-lifecycle-shell,
  .pd-lifecycle-card {
    min-height: 390px;
  }

  .pd-lifecycle-card .property-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .pd-lifecycle-card .property-icon svg {
    width: 27px;
    height: 27px;
  }

  .pd-lifecycle-card .property-card-top > span {
    font-size: 40px;
  }

  .pd-lifecycle-card h4 {
    font-size: 27px;
  }
}

@media (max-width: 390px) {
  .pd-understanding-copy h2 {
    font-size: 34px;
  }

  .pd-understanding-detail {
    padding: 15px;
  }

  .pd-understanding-note {
    grid-template-columns: 1fr;
  }

  .pd-lifecycle-shell,
  .pd-lifecycle-card {
    min-height: 420px;
  }

  .pd-lifecycle-card h4 {
    font-size: 25px;
  }

  .pd-lifecycle-card > p {
    font-size: 12px;
  }
}

/* ================================
   ABOUT US PAGE STYLE
   Colors: #082b2c, #c59a35
================================ */

.alf-about-page {
  background: #fbfaf6;
  color: #082b2c;
  overflow: hidden;
}

.alf-container {
  width: min(1400px, calc(100% - 32px));
  margin: 0 auto;
}

.alf-section {
  padding: 110px 0;
}

.alf-section-label {
  display: inline-flex;
  color: #c59a35;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  margin-bottom: 14px;
}

.alf-about-page h2 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.1;
  margin-bottom: 24px;
  color: #082b2c;
}

.alf-about-page p {
  font-size: 17px;
  line-height: 1.85;
  color: #5d6c6d;
}

.alf-center-heading {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}

/* HERO */
.alf-hero-section {
  position: relative;
  background: #082b2c;
  overflow: hidden;
  padding: 90px 0;
}

.alf-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 28%, rgba(197, 154, 53, 0.2), transparent 34%),
    linear-gradient(120deg, #082b2c 0%, #082b2c 58%, rgba(197, 154, 53, 0.12) 100%);
}

.alf-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.85fr);
  align-items: center;
  gap: 56px;
}

.alf-hero-content {
  max-width: 760px;
  min-width: 0;
}

.alf-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.alf-breadcrumb a {
  color: #c59a35;
  text-decoration: none;
}

.alf-hero-title {
  color: #ffffff;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.08;
  margin-bottom: 24px;
}

.alf-hero-subtitle {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: clamp(18px, 2vw, 23px) !important;
  line-height: 1.7 !important;
  max-width: 720px;
  margin-bottom: 18px;
}

.alf-hero-text {
  color: rgba(255, 255, 255, 0.72) !important;
  max-width: 760px;
  margin-bottom: 34px;
}

.alf-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 28px;
  border-radius: 999px;
  background: #c59a35;
  color: #082b2c;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  transition: 0.35s ease;
}

.alf-primary-btn svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
}

.alf-primary-btn:hover {
  background: #ffffff;
  transform: translateY(-3px);
}

.alf-hero-image-card {
  position: relative;
  width: 100%;
  max-width: 620px;
  justify-self: center;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.alf-hero-image-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
  display: block;
}

.alf-hero-note {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.alf-hero-note strong {
  display: block;
  color: #082b2c;
  font-size: 19px;
  margin-bottom: 6px;
}

.alf-hero-note span {
  color: #657273;
}

/* WHO WE ARE */
.alf-who-section {
  background: #fbfaf6;
}

.alf-two-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.alf-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.alf-highlight-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 28px;
  border: 1px solid rgba(8, 43, 44, 0.1);
  box-shadow: 0 22px 60px rgba(8, 43, 44, 0.08);
  transition: 0.35s ease;
}

.alf-highlight-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 80px rgba(8, 43, 44, 0.14);
}

.alf-wide-card {
  grid-column: span 2;
}

.alf-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: #082b2c;
  color: #c59a35;
  margin-bottom: 20px;
}

.alf-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
}

/* PRACTICE AREAS */
.alf-practice-section {
  background: #ffffff;
}

.alf-practice-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.alf-practice-card {
  min-height: 190px;
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(145deg, #fbfaf6, #ffffff);
  border: 1px solid rgba(8, 43, 44, 0.1);
  text-decoration: none;
  color: #082b2c;
  position: relative;
  overflow: hidden;
  transition: 0.35s ease;
}

.alf-practice-card::before {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -70px;
  width: 150px;
  height: 150px;
  background: rgba(197, 154, 53, 0.18);
  border-radius: 50%;
  transition: 0.35s ease;
}

.alf-practice-card span {
  display: inline-flex;
  color: #c59a35;
  font-weight: 900;
  margin-bottom: 34px;
}

.alf-practice-card h3 {
  position: relative;
  font-size: 20px;
  line-height: 1.35;
  color: inherit;
}

.alf-practice-card:hover {
  background: #082b2c;
  color: #ffffff;
  transform: translateY(-8px);
}

.alf-practice-card:hover::before {
  transform: scale(1.5);
}

/* MANAGING ASSOCIATE */
.alf-associate-section {
  background:
    radial-gradient(circle at 15% 25%, rgba(197, 154, 53, 0.14), transparent 28%),
    #fbfaf6;
}

.alf-associate-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.alf-associate-image {
  position: relative;
}

.alf-associate-image::before {
  content: "";
  position: absolute;
  width: 45%;
  height: 45%;
  left: -18px;
  top: -18px;
  border-radius: 34px;
}

.alf-associate-image img {
  position: relative;
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: 0 26px 70px rgba(8, 43, 44, 0.18);
}

.alf-associate-content {
  background: #ffffff;
  padding: 46px;
  border-radius: 34px;
  border: 1px solid rgba(8, 43, 44, 0.08);
  box-shadow: 0 24px 70px rgba(8, 43, 44, 0.08);
}

/* OUR TEAM */
.alf-team-section {
  background:
    radial-gradient(circle at 12% 20%, rgba(197, 154, 53, 0.14), transparent 28%),
    radial-gradient(circle at 88% 78%, rgba(197, 154, 53, 0.1), transparent 30%),
    #082b2c;
  color: #ffffff;
  position: relative;
}

.alf-team-section h2 {
  color: #ffffff;
  margin-bottom: 0;
}

.alf-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 46px;
  align-items: stretch;
}

.alf-team-card {
  min-height: 250px;
  padding: 30px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: 0.35s ease;
}

.alf-team-card:hover {
  transform: translateY(-10px);
  background: rgba(197, 154, 53, 0.16);
  border-color: rgba(197, 154, 53, 0.35);
}

.alf-team-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: #c59a35;
  color: #082b2c;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: 0.35s ease;
}

.alf-team-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.alf-team-card h3 {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.35;
  margin: 34px 0 0;
  max-width: 260px;
}

.alf-team-card:hover .alf-team-icon {
  background: #ffffff;
  transform: rotate(-6deg) scale(1.08);
}

.alf-key-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 22px;
}

.alf-key-grid p {
  min-height: 82px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.13);
  padding: 20px 24px;
  border-radius: 22px;
  margin: 0;
  font-size: 17px;
  line-height: 1.4;
  transition: 0.35s ease;
}

.alf-key-grid p::before {
  content: "✓";
  color: #c59a35;
  font-weight: 900;
  margin-right: 14px;
  font-size: 22px;
  line-height: 1;
}

.alf-key-grid p:hover {
  transform: translateY(-5px);
  background: rgba(197, 154, 53, 0.14);
  border-color: rgba(197, 154, 53, 0.35);
}

/* VALUES */
.alf-values-section {
  background: #ffffff;
}

.alf-values-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.alf-value-card {
  min-height: 170px;
  border-radius: 999px 999px 28px 28px;
  background: #fbfaf6;
  border: 1px solid rgba(8, 43, 44, 0.1);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 26px;
  font-size: 19px;
  font-weight: 800;
  transition: 0.35s ease;
}

.alf-value-card:hover {
  background: #082b2c;
  color: #ffffff;
  transform: translateY(-8px);
}

/* WHY CLIENTS CHOOSE US */
.alf-choose-section {
  background: linear-gradient(180deg, #fbfaf6 0%, #f3eee4 100%);
}

.alf-choose-grid {
  max-width: 1050px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.alf-check-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 22px 24px;
  border: 1px solid rgba(8, 43, 44, 0.1);
  box-shadow: 0 18px 50px rgba(8, 43, 44, 0.07);
  font-weight: 800;
  transition: 0.35s ease;
}

.alf-check-card::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  border-radius: 50%;
  background: #c59a35;
  color: #ffffff;
  font-size: 15px;
}

.alf-check-card:hover {
  transform: translateX(8px);
  background: #082b2c;
  color: #ffffff;
}

/* DISCLAIMER */
.alf-disclaimer-section {
  padding: 80px 0;
}

.alf-disclaimer-card {
  background: #ffffff;
  padding: 44px;
  border-radius: 34px;
  border-left: 6px solid #c59a35;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.alf-disclaimer-card h2 {
  margin-bottom: 18px;
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .alf-hero-section {
    padding: 80px 0;
  }

  .alf-hero-grid,
  .alf-two-grid,
  .alf-associate-grid {
    grid-template-columns: 1fr;
  }

  .alf-hero-grid {
    gap: 42px;
  }

  .alf-hero-content {
    max-width: 100%;
  }

  .alf-hero-image-card {
    max-width: 720px;
    justify-self: center;
    margin: 0 auto;
  }

  .alf-hero-image-card img {
    height: 430px;
  }

  .alf-practice-grid,
  .alf-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .alf-key-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .alf-values-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .alf-section {
    padding: 72px 0;
  }

  .alf-hero-section {
    padding: 64px 0;
  }

  .alf-hero-grid {
    gap: 34px;
  }

  .alf-hero-title {
    font-size: 38px;
  }

  .alf-hero-image-card {
    display: block;
    max-width: 100%;
    justify-self: center;
    margin: 0 auto;
    border-radius: 26px;
  }

  .alf-hero-image-card img {
    height: 300px;
    object-position: center center;
  }

  .alf-hero-note {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    border-radius: 0;
  }

  .alf-highlight-grid,
  .alf-practice-grid,
  .alf-team-grid,
  .alf-key-grid,
  .alf-values-grid,
  .alf-choose-grid {
    grid-template-columns: 1fr;
  }

  .alf-wide-card {
    grid-column: span 1;
  }

  .alf-associate-content,
  .alf-disclaimer-card {
    padding: 28px;
  }

  .alf-associate-image img {
    height: 420px;
  }

  .alf-value-card {
    min-height: 120px;
    border-radius: 26px;
  }

  .alf-team-card {
    min-height: 210px;
  }

  .alf-key-grid p {
    min-height: auto;
  }
}

@media (max-width: 480px) {
  .alf-container {
    width: min(100% - 24px, 1400px);
  }

  .alf-hero-section {
    padding: 52px 0;
  }

  .alf-hero-title {
    font-size: 32px;
  }

  .alf-about-page h2 {
    font-size: 25px;
  }

  .alf-about-page p {
    font-size: 14px;
  }

  .alf-primary-btn {
    width: 100%;
  }

  .alf-hero-image-card img {
    height: 240px;
  }
}



/* CONTACT PAGE */
/* CONTACT PAGE */
.alf-contact-page {
  background: #fbfaf6;
  color: #082b2c;
  overflow: hidden;
}

.alf-contact-container {
  width: min(1400px, calc(100% - 32px));
  margin: 0 auto;
}
.alf-contact-page {
  background: #fbfaf6;
  color: #082b2c;
  overflow: hidden;
}

.alf-contact-container {
  width: min(1400px, calc(100% - 32px));
  margin: 0 auto;
}

/* CONTACT HERO */
.alf-contact-hero {
  position: relative;
  padding: 80px 0;
  background: #082b2c;
  overflow: hidden;
}

.alf-contact-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 28%, rgba(197, 154, 53, 0.22), transparent 34%),
    linear-gradient(120deg, #082b2c 0%, #082b2c 58%, rgba(197, 154, 53, 0.16) 100%);
}

.alf-contact-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  align-items: center;
  gap: 58px;
}

.alf-contact-hero-content {
  position: relative;
  max-width: 620px;
  min-width: 0;
}

.alf-contact-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.alf-contact-breadcrumb a {
  color: #c59a35;
  text-decoration: none;
}

.alf-contact-hero h1 {
  color: #ffffff;
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.08;
  margin-bottom: 18px;
}

.alf-contact-hero p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 620px;
  font-size: 17px;
  line-height: 1.8;
}

.alf-contact-hero-image {
  position: relative;
  width: 100%;
  max-width: 620px;
  justify-self: center;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

.alf-contact-hero-image img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.alf-contact-image-note {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(14px);
}

.alf-contact-image-note strong {
  display: block;
  color: #082b2c;
  font-size: 19px;
  margin-bottom: 4px;
}

.alf-contact-image-note span {
  color: #657273;
  font-size: 15px;
}

/* INFO CARDS */
.alf-contact-info-section {
  padding: 90px 0 50px;
}

.alf-contact-info-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.85fr 0.85fr;
  gap: 24px;
}

.alf-contact-info-card {
  background: #ffffff;
  border: 1px solid rgba(8, 43, 44, 0.1);
  border-radius: 30px;
  padding: 34px;
  box-shadow: 0 22px 60px rgba(8, 43, 44, 0.08);
  transition: 0.35s ease;
}

.alf-contact-info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(8, 43, 44, 0.14);
}

.alf-contact-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: #082b2c;
  color: #c59a35;
  margin-bottom: 22px;
}

.alf-contact-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.alf-contact-info-card h3 {
  color: #082b2c;
  font-size: 22px;
  margin-bottom: 12px;
}

.alf-contact-info-card p,
.alf-contact-info-card a {
  color: #5d6c6d;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
}

.alf-contact-info-card a:hover {
  color: #c59a35;
}

/* MAP + FORM */
.alf-contact-main-section {
  padding: 50px 0 110px;
}

.alf-contact-main-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: stretch;
}

.alf-map-card,
.alf-form-card {
  background: #ffffff;
  border-radius: 34px;
  border: 1px solid rgba(8, 43, 44, 0.1);
  box-shadow: 0 24px 70px rgba(8, 43, 44, 0.09);
  overflow: hidden;
}

.alf-map-card {
  padding: 30px;
}

.alf-map-heading span,
.alf-form-label {
  display: inline-flex;
  color: #c59a35;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 13px;
  margin-bottom: 10px;
}

.alf-map-heading h2,
.alf-form-card h2 {
  color: #082b2c;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
  margin-bottom: 24px;
}

.alf-map-frame {
  width: 100%;
  height: 520px;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(8, 43, 44, 0.1);
}

.alf-map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.alf-form-card {
  padding: 34px;
}

.alf-contact-form {
  display: grid;
  gap: 18px;
}

.alf-form-group {
  display: grid;
  gap: 8px;
}

.alf-form-group label {
  color: #082b2c;
  font-weight: 800;
  font-size: 15px;
}

.alf-form-group input,
.alf-form-group textarea {
  width: 100%;
  border: 1px solid rgba(8, 43, 44, 0.14);
  background: #fbfaf6;
  border-radius: 16px;
  padding: 15px 17px;
  color: #082b2c;
  font-size: 16px;
  outline: none;
  transition: 0.3s ease;
}

.alf-form-group textarea {
  resize: vertical;
  min-height: 140px;
}

.alf-form-group input:focus,
.alf-form-group textarea:focus {
  border-color: #c59a35;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(197, 154, 53, 0.14);
}

.alf-submit-btn {
  border: 0;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 16px 28px;
  border-radius: 999px;
  background: #082b2c;
  color: #ffffff;
  font-weight: 800;
  font-size: 16px;
  transition: 0.35s ease;
}

.alf-submit-btn svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
}

.alf-submit-btn:hover {
  background: #c59a35;
  color: #082b2c;
  transform: translateY(-3px);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .alf-contact-hero {
    padding: 70px 0;
  }

  .alf-contact-hero-grid,
  .alf-contact-info-grid,
  .alf-contact-main-grid {
    grid-template-columns: 1fr;
  }

  .alf-contact-hero-content {
    max-width: 100%;
  }

  .alf-contact-hero-image {
    max-width: 720px;
    justify-self: center;
  }

  .alf-contact-hero-image img {
    height: 380px;
  }

  .alf-map-frame {
    height: 430px;
  }
}

@media (max-width: 768px) {
  .alf-contact-hero {
    padding: 58px 0;
  }

  .alf-contact-hero h1 {
    font-size: 34px;
  }

  .alf-contact-hero p {
    font-size: 16px;
  }

  .alf-contact-hero-image {
    border-radius: 26px;
  }

  .alf-contact-hero-image img {
    height: 300px;
  }

  .alf-contact-image-note {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    border-radius: 0;
  }

  .alf-contact-info-section {
    padding: 70px 0 35px;
  }

  .alf-contact-main-section {
    padding: 35px 0 80px;
  }

  .alf-contact-info-card,
  .alf-map-card,
  .alf-form-card {
    border-radius: 24px;
    padding: 24px;
  }

  .alf-map-frame {
    height: 360px;
    border-radius: 20px;
  }
}

@media (max-width: 480px) {
  .alf-contact-container {
    width: min(100% - 24px, 1400px);
  }

  .alf-contact-hero {
    padding: 48px 0;
  }

  .alf-contact-hero h1 {
    font-size: 30px;
  }

  .alf-contact-hero-image img {
    height: 240px;
  }

  .alf-map-frame {
    height: 300px;
  }

  .alf-submit-btn {
    width: 100%;
  }
}


.alf-field-error {
  display: block;
  min-height: 18px;
  margin-top: 6px;
  color: #c62828;
  font-size: 13px;
  line-height: 1.4;
}

.alf-input-error {
  border-color: #c62828 !important;
  box-shadow: 0 0 0 3px rgba(198, 40, 40, 0.1);
}

.alf-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.alf-submit-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.alf-submit-btn:disabled {
  cursor: not-allowed;
  opacity: 0.75;
}

.alf-submit-loader {
  display: none;
  width: 17px;
  height: 17px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: alf-spin 0.7s linear infinite;
}

.alf-submit-btn.alf-is-loading .alf-submit-loader {
  display: inline-block;
}

.alf-submit-btn.alf-is-loading svg {
  display: none;
}

@keyframes alf-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Toast notification */

.alf-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 99999;
  display: grid;
  grid-template-columns: 44px 1fr 32px;
  align-items: center;
  gap: 12px;
  width: min(420px, calc(100% - 32px));
  padding: 16px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(24px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s ease;
}

.alf-toast-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.alf-toast-icon {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.alf-toast-success .alf-toast-icon {
  background: #e8f7ee;
}

.alf-toast-error .alf-toast-icon {
  background: #fdecec;
}

.alf-toast-success .alf-toast-icon::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 15px;
  width: 9px;
  height: 16px;
  border-right: 3px solid #168447;
  border-bottom: 3px solid #168447;
  transform: rotate(45deg);
}

.alf-toast-error .alf-toast-icon::before,
.alf-toast-error .alf-toast-icon::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 11px;
  width: 20px;
  height: 3px;
  border-radius: 10px;
  background: #c62828;
}

.alf-toast-error .alf-toast-icon::before {
  transform: rotate(45deg);
}

.alf-toast-error .alf-toast-icon::after {
  transform: rotate(-45deg);
}

.alf-toast-content {
  min-width: 0;
}

.alf-toast-title {
  display: block;
  margin-bottom: 3px;
  color: #171717;
  font-size: 15px;
  font-weight: 700;
}

.alf-toast-message {
  margin: 0;
  color: #606060;
  font-size: 14px;
  line-height: 1.5;
}

.alf-toast-close {
  align-self: start;
  width: 30px;
  height: 30px;
  padding: 0;
  color: #777777;
  font-size: 23px;
  line-height: 1;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.alf-toast-close:hover {
  color: #111111;
}

@media (max-width: 576px) {
  .alf-toast {
    right: 16px;
    bottom: 16px;
    left: 16px;
    width: auto;
  }
}

/* =========================================================
   PRACTICE AREAS MAIN PAGE
   Unique "prx-" namespace prevents conflicts
========================================================= */

.prx-page {
  --prx-green: #063536;
  --prx-green-dark: #042829;
  --prx-gold: #c7a84a;
  --prx-gold-light: #dfc878;
  --prx-ivory: #f6f2e9;
  --prx-body: #607475;

  width: 100%;
  overflow: hidden;
  color: var(--prx-green);
  font-family: "Inter", sans-serif;
}

.prx-page *,
.prx-page *::before,
.prx-page *::after {
  box-sizing: border-box;
}

.prx-page img {
  display: block;
  max-width: 100%;
}

.prx-container {
  width: min(1380px, calc(100% - 40px));
  margin: 0 auto;
}

.prx-section {
  padding: 88px 0;
}

.prx-grid-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    );
  background-size: 44px 44px;
}

.prx-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--prx-gold);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.prx-label::before {
  content: "";
  width: 36px;
  height: 1px;
  flex: 0 0 auto;
  background: currentColor;
}

.prx-label-center {
  justify-content: center;
}

.prx-section-heading {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.prx-section-title {
  margin: 20px 0 0;
  color: var(--prx-green);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(42px, 4.4vw, 62px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.8px;
}

.prx-section-description {
  max-width: 880px;
  margin: 22px auto 0;
  color: var(--prx-body);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.82;
}

.prx-description-close {
  margin-top: 10px;
}

.prx-copy {
  margin-top: 26px;
}

.prx-copy p {
  margin: 0;
  color: var(--prx-body);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.82;
}

.prx-copy p + p {
  margin-top: 15px;
}

/* =========================================================
   HERO
========================================================= */

.prx-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--prx-green);
}

.prx-hero-inner {
  position: relative;
  z-index: 2;
}

.prx-orbit {
  position: absolute;
  border: 1px solid rgba(199, 168, 74, 0.23);
  border-radius: 50%;
  pointer-events: none;
}

.prx-orbit-left {
  top: 40px;
  left: -135px;
  width: 380px;
  height: 380px;
}

.prx-orbit-right {
  right: -170px;
  bottom: -200px;
  width: 540px;
  height: 540px;
}

.prx-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 18px 0 0;
  list-style: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.prx-breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

.prx-breadcrumb a:hover {
  color: var(--prx-gold-light);
}

.prx-breadcrumb li:nth-child(2) {
  color: var(--prx-gold);
}

.prx-breadcrumb li:last-child {
  color: #ffffff;
}

.prx-hero-grid {
  display: grid;
  grid-template-columns:
    minmax(0, 1.03fr)
    minmax(420px, 0.97fr);
  align-items: center;
  gap: clamp(42px, 5vw, 76px);
  padding: 44px 0 64px;
}

.prx-hero-content {
  min-width: 0;
}

.prx-hero-title {
  max-width: 720px;
  margin: 22px 0 0;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(58px, 5.2vw, 82px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -1.4px;
}

.prx-hero-text {
  max-width: 710px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.prx-hero-text + .prx-hero-text {
  margin-top: 13px;
}

.prx-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
  padding: 14px 28px;
  border-radius: 999px;
  background: var(--prx-gold);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.16);
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}

.prx-primary-btn:hover {
  transform: translateY(-3px);
  background: #ae8d2f;
}

.prx-primary-btn svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

/* Hero media */

.prx-hero-media {
  position: relative;
  width: 100%;
  max-width: 590px;
  margin-left: auto;
}

.prx-hero-media-border {
  position: absolute;
  inset: -14px;
  z-index: 0;
  border: 1px solid rgba(199, 168, 74, 0.34);
  border-radius: 38px;
  pointer-events: none;
}

.prx-hero-media-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.2);
}

.prx-hero-image-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
  background: #0a4142;
}

.prx-hero-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.prx-hero-image-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(4, 40, 41, 0.62) 0%,
    rgba(4, 40, 41, 0.18) 30%,
    transparent 60%
  );
}

.prx-hero-caption {
  position: absolute;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  width: min(64%, 340px);
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(4, 40, 41, 0.9);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.prx-hero-caption-label {
  margin: 0;
  color: var(--prx-gold-light);
  font-size: 8px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.prx-hero-caption-title {
  margin: 6px 0 0;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(18px, 1.4vw, 23px);
  font-weight: 600;
  line-height: 1.08;
}

/* =========================================================
   UNDERSTANDING SECTION
========================================================= */

.prx-understanding {
  background: #ffffff;
}

.prx-understanding-grid {
  display: grid;
  grid-template-columns:
    minmax(0, 1.08fr)
    minmax(430px, 0.92fr);
  align-items: center;
  gap: 70px;
}

/* =========================================================
   LEGAL PRACTICE MAP
========================================================= */

.prx-map {
  position: relative;
  width: 100%;
  max-width: 550px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  border: 1px solid rgba(199, 168, 74, 0.42);
  border-radius: 50%;
  background:
    radial-gradient(
      circle at center,
      rgba(199, 168, 74, 0.11),
      transparent 48%
    ),
    var(--prx-ivory);
  box-shadow: 0 28px 70px rgba(6, 53, 54, 0.1);
}

.prx-map::before {
  content: "";
  position: absolute;
  inset: 9%;
  border: 1px solid rgba(6, 53, 54, 0.11);
  border-radius: 50%;
}

.prx-map::after {
  content: "";
  position: absolute;
  inset: 16%;
  background:
    linear-gradient(
      90deg,
      transparent 49.8%,
      rgba(6, 53, 54, 0.1) 50%,
      transparent 50.2%
    ),
    linear-gradient(
      transparent 49.8%,
      rgba(6, 53, 54, 0.1) 50%,
      transparent 50.2%
    );
}

.prx-map-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  display: flex;
  width: 156px;
  height: 156px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--prx-green);
  color: #ffffff;
  text-align: center;
  box-shadow: 0 22px 55px rgba(6, 53, 54, 0.2);
}

.prx-map-center svg {
  width: 38px;
  height: 38px;
  color: var(--prx-gold-light);
}

.prx-map-center span {
  margin-top: 8px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.prx-map-node {
  position: absolute;
  z-index: 5;
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid rgba(6, 53, 54, 0.1);
  border-radius: 18px;
  background: #ffffff;
  color: var(--prx-green);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.13em;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 14px 35px rgba(6, 53, 54, 0.1);
}

.prx-map-property {
  top: 7%;
  left: 50%;
  transform: translateX(-50%);
}

.prx-map-civil {
  top: 31%;
  left: -1%;
}

.prx-map-corporate {
  top: 31%;
  right: -1%;
}

.prx-map-taxation {
  bottom: 9%;
  left: 11%;
}

.prx-map-ip {
  right: 7%;
  bottom: 9%;
  max-width: 210px;
}

/* =========================================================
   PRACTICE AREA CARDS
========================================================= */

.prx-services {
  background: var(--prx-ivory);
}

.prx-services-grid,
.prx-related-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
  margin-top: 48px;
}

.prx-services-grid > article,
.prx-related-grid > article {
  grid-column: span 2;
}

.prx-services-grid > article:nth-child(4),
.prx-related-grid > article:nth-child(4) {
  grid-column: 2 / span 2;
}

.prx-services-grid > article:nth-child(5),
.prx-related-grid > article:nth-child(5) {
  grid-column: 4 / span 2;
}

.prx-service-card,
.prx-standard-card,
.prx-related-card,
.prx-scope-card {
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.prx-service-card:hover,
.prx-standard-card:hover,
.prx-related-card:hover,
.prx-scope-card:hover {
  transform: translateY(-6px);
  border-color: rgba(199, 168, 74, 0.62);
  box-shadow: 0 24px 60px rgba(6, 53, 54, 0.12);
}

.prx-service-card {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(6, 53, 54, 0.1);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(6, 53, 54, 0.08);
}

.prx-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--prx-gold),
    transparent 75%
  );
  transform: scaleX(0.35);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.prx-service-card:hover::before {
  transform: scaleX(1);
}

.prx-icon,
.prx-small-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  background: var(--prx-green);
  color: var(--prx-gold-light);
}

.prx-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
}

.prx-small-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
}

.prx-icon svg,
.prx-small-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.prx-small-icon svg {
  width: 21px;
  height: 21px;
}

.prx-card-number {
  position: absolute;
  top: 28px;
  right: 28px;
  color: var(--prx-gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 700;
}

.prx-service-card h3 {
  margin: 22px 0 0;
  color: var(--prx-green);
  font-family: "Cormorant Garamond", serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.04;
}

.prx-service-card p {
  flex: 1;
  margin: 15px 0 0;
  color: var(--prx-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.prx-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 22px;
  color: #9a741a;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition:
    gap 0.3s ease,
    color 0.3s ease;
}

.prx-card-link:hover {
  gap: 12px;
  color: var(--prx-green);
}

/* =========================================================
   INTERCONNECTED LEGAL REQUIREMENTS
========================================================= */

.prx-overlap {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background: var(--prx-green);
}

.prx-overlap-inner {
  position: relative;
  z-index: 2;
}

.prx-overlap-title {
  max-width: 900px;
  margin: 18px auto 0;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(42px, 4.3vw, 62px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.8px;
}

.prx-overlap-text {
  max-width: 900px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.78;
}

.prx-overlap-text + .prx-overlap-text {
  margin-top: 11px;
}

.prx-overlap-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 40px;
}

.prx-overlap-line {
  position: absolute;
  top: 50%;
  right: 7%;
  left: 7%;
  z-index: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(199, 168, 74, 0.68),
    transparent
  );
}

.prx-overlap-card {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 160px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
  text-align: center;
  backdrop-filter: blur(8px);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    background-color 0.35s ease;
}

.prx-overlap-card:hover {
  transform: translateY(-6px);
  border-color: rgba(199, 168, 74, 0.66);
  background: rgba(255, 255, 255, 0.1);
}

.prx-overlap-card > span {
  display: flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--prx-gold);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.prx-overlap-card h3 {
  margin: 16px 0 0;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.05;
}

/* =========================================================
   SCOPE
========================================================= */

.prx-scope {
  background: #ffffff;
}

.prx-scope-grid {
  display: grid;
  grid-template-columns:
    minmax(0, 0.95fr)
    minmax(0, 1.05fr);
  align-items: start;
  gap: 70px;
}

.prx-scope-intro {
  position: sticky;
  top: 110px;
}

.prx-scope-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.prx-scope-card {
  padding: 20px;
  border: 1px solid rgba(6, 53, 54, 0.1);
  border-radius: 22px;
  background: #fbfaf7;
}

.prx-scope-card-wide {
  grid-column: 1 / -1;
}

.prx-scope-card p {
  margin: 15px 0 0;
  color: var(--prx-green);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}

.prx-scope-note {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  padding: 20px;
  border-left: 4px solid var(--prx-gold);
  border-radius: 20px;
  background: var(--prx-ivory);
  color: var(--prx-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

/* =========================================================
   PROFESSIONAL STANDARDS
========================================================= */

.prx-standards {
  background: #f8f6f1;
}

.prx-standards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 48px;
}

.prx-standard-card {
  height: 100%;
  padding: 26px;
  border: 1px solid rgba(6, 53, 54, 0.1);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(6, 53, 54, 0.06);
}

.prx-standard-card h3 {
  margin: 20px 0 0;
  color: var(--prx-green);
  font-family: "Cormorant Garamond", serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.06;
}

.prx-standard-card p {
  margin: 12px 0 0;
  color: var(--prx-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}

/* =========================================================
   RELATED PRACTICE AREAS
========================================================= */

.prx-related {
  background: #ffffff;
}

.prx-related-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  padding: 25px;
  border: 1px solid rgba(6, 53, 54, 0.1);
  border-radius: 24px;
  background: var(--prx-ivory);
}

.prx-related-number {
  color: #ae8d2f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.prx-related-card h3 {
  margin: 12px 0 0;
  color: var(--prx-green);
  font-family: "Cormorant Garamond", serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.05;
}

.prx-related-card p {
  flex: 1;
  margin: 15px 0 0;
  color: var(--prx-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}

/* =========================================================
   LEGAL NOTICE
========================================================= */

.prx-notice-section {
  background: var(--prx-ivory);
}

.prx-notice {
  display: grid;
  max-width: 1220px;
  margin: 0 auto;
  overflow: hidden;
  grid-template-columns: 0.72fr 1.28fr;
  border: 1px solid rgba(6, 53, 54, 0.1);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(6, 53, 54, 0.1);
}

.prx-notice-heading {
  position: relative;
  display: flex;
  min-height: 100%;
  align-items: center;
  overflow: hidden;
  padding: 48px;
  background: var(--prx-green);
}

.prx-notice-heading::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(199, 168, 74, 0.3);
  border-radius: 22px;
}

.prx-notice-heading > div {
  position: relative;
  z-index: 2;
}

.prx-notice-heading h2 {
  margin: 22px 0 0;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.02;
}

.prx-notice-content {
  padding: 48px;
}

.prx-notice-content p {
  margin: 0;
  color: var(--prx-body);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.85;
}

.prx-notice-content p + p {
  margin-top: 18px;
}

/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1280px) {
  .prx-hero-grid {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(390px, 0.9fr);
    gap: 42px;
  }

  .prx-hero-title {
    font-size: clamp(54px, 5vw, 72px);
  }

  .prx-hero-media {
    max-width: 540px;
  }

  .prx-understanding-grid,
  .prx-scope-grid {
    gap: 48px;
  }

  .prx-map {
    max-width: 500px;
  }

  .prx-map-node {
    padding: 12px 16px;
    font-size: 11px;
  }

  .prx-map-ip {
    max-width: 190px;
  }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {
  .prx-section {
    padding: 72px 0;
  }

  .prx-hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 34px 0 56px;
  }

  .prx-hero-content {
    text-align: center;
  }

  .prx-hero-content .prx-label {
    justify-content: center;
  }

  .prx-hero-title,
  .prx-hero-text {
    margin-right: auto;
    margin-left: auto;
  }

  .prx-hero-title {
    font-size: clamp(52px, 8vw, 70px);
  }

  .prx-hero-media {
    max-width: 620px;
    margin: 0 auto;
  }

  .prx-understanding-grid,
  .prx-scope-grid {
    grid-template-columns: 1fr;
  }

  .prx-understanding-grid {
    gap: 52px;
  }

  .prx-scope-intro {
    position: static;
  }

  .prx-services-grid,
  .prx-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .prx-services-grid > article,
  .prx-services-grid > article:nth-child(4),
  .prx-services-grid > article:nth-child(5),
  .prx-related-grid > article,
  .prx-related-grid > article:nth-child(4),
  .prx-related-grid > article:nth-child(5) {
    grid-column: auto;
  }

  .prx-services-grid > article:last-child,
  .prx-related-grid > article:last-child {
    grid-column: 1 / -1;
    width: min(100%, 540px);
    margin: 0 auto;
  }

  .prx-overlap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .prx-overlap-line {
    display: none;
  }

  .prx-overlap-grid .prx-overlap-card:last-child {
    grid-column: 1 / -1;
    width: min(100%, 430px);
    margin: 0 auto;
  }

  .prx-standards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .prx-notice {
    grid-template-columns: 1fr;
  }

  .prx-notice-heading {
    min-height: 300px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {
  .prx-container {
    width: min(600px, calc(100% - 28px));
  }

  .prx-section {
    padding: 54px 0;
  }

  .prx-label {
    gap: 9px;
    font-size: 10px;
    line-height: 1.35;
    letter-spacing: 0.18em;
  }

  .prx-label::before {
    width: 24px;
  }

  .prx-section-title {
    margin-top: 16px;
    font-size: clamp(37px, 10.5vw, 47px);
  }

  .prx-section-description {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.72;
  }

  .prx-breadcrumb {
    padding-top: 15px;
    font-size: 12px;
  }

  .prx-hero-grid {
    gap: 32px;
    padding: 28px 0 42px;
  }

  .prx-hero-title {
    margin-top: 18px;
    font-size: clamp(43px, 13vw, 56px);
    line-height: 0.98;
    letter-spacing: -0.8px;
  }

  .prx-hero-text {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.72;
  }

  .prx-primary-btn {
    width: 100%;
    margin-top: 25px;
    padding: 14px 18px;
  }

  .prx-hero-media {
    max-width: 100%;
  }

  .prx-hero-media-border {
    inset: -7px;
    border-radius: 27px;
  }

  .prx-hero-media-shell {
    padding: 7px;
    border-radius: 24px;
  }

  .prx-hero-image-wrap,
  .prx-hero-image {
    border-radius: 18px;
  }

  .prx-hero-caption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
    padding: 10px 12px;
    border-radius: 12px;
  }

  .prx-hero-caption-label {
    font-size: 7px;
    letter-spacing: 0.12em;
  }

  .prx-hero-caption-title {
    margin-top: 5px;
    font-size: clamp(17px, 5.2vw, 21px);
  }

  .prx-copy p {
    font-size: 14px;
    line-height: 1.72;
  }

  /* Diagram becomes a clean card grid */
  .prx-map {
    display: grid;
    aspect-ratio: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 22px;
    border-radius: 28px;
  }

  .prx-map::before,
  .prx-map::after {
    display: none;
  }

  .prx-map-center,
  .prx-map-node {
    position: static;
    width: auto;
    max-width: none;
    min-height: 64px;
    transform: none;
  }

  .prx-map-center {
    grid-column: 1 / -1;
    width: 138px;
    height: 138px;
    margin: 0 auto 8px;
  }

  .prx-map-node {
    padding: 12px 10px;
    border-radius: 16px;
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .prx-map-ip {
    grid-column: 1 / -1;
  }

  .prx-services-grid,
  .prx-related-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 32px;
  }

  .prx-services-grid > article,
  .prx-services-grid > article:last-child,
  .prx-related-grid > article,
  .prx-related-grid > article:last-child {
    grid-column: auto;
    width: 100%;
  }

  .prx-service-card {
    padding: 23px;
    border-radius: 23px;
  }

  .prx-card-number {
    top: 23px;
    right: 23px;
  }

  .prx-service-card h3 {
    font-size: 28px;
  }

  .prx-service-card p {
    font-size: 14px;
    line-height: 1.72;
  }

  .prx-overlap {
    padding: 52px 0;
  }

  .prx-overlap-title {
    margin-top: 16px;
    font-size: clamp(38px, 11vw, 48px);
  }

  .prx-overlap-text {
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.72;
  }

  .prx-overlap-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 30px;
  }

  .prx-overlap-grid .prx-overlap-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  .prx-overlap-card {
    min-height: 136px;
    padding: 19px;
  }

  .prx-overlap-card h3 {
    font-size: 23px;
  }

  .prx-scope-list {
    grid-template-columns: 1fr;
  }

  .prx-scope-card-wide,
  .prx-scope-note {
    grid-column: auto;
  }

  .prx-standards-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 32px;
  }

  .prx-standard-card,
  .prx-related-card {
    padding: 22px;
    border-radius: 22px;
  }

  .prx-standard-card h3,
  .prx-related-card h3 {
    font-size: 27px;
  }

  .prx-notice-heading {
    min-height: 270px;
    padding: 32px 26px;
  }

  .prx-notice-heading::before {
    inset: 14px;
  }

  .prx-notice-heading h2 {
    font-size: 38px;
  }

  .prx-notice-content {
    padding: 26px 22px;
  }

  .prx-notice-content p {
    font-size: 14px;
    line-height: 1.75;
  }
}

/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 380px) {
  .prx-hero-caption {
    right: 9px;
    bottom: 9px;
    left: 9px;
    padding: 9px 10px;
  }

  .prx-hero-caption-title {
    font-size: 16px;
  }
}