.public-page {
  --public-bg: #ffffff;
  --public-card: #ffffff;
  --public-text: #11192b;
  --public-muted: #4c566a;
  --public-border: #d8deee;
  --public-primary: #3658d4;
  --public-primary-dark: #2e48af;
  --public-soft: #f8faff;
  background: var(--public-bg);
  padding: 34px 0 60px;
}

.public-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.public-eyebrow {
  margin: 0 0 8px;
  color: #6d7ba4;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.public-title {
  margin: 0;
  color: var(--public-text);
  font-size: clamp(22px, 2.8vw, 34px);
  line-height: 1.16;
  letter-spacing: -0.02em;
  font-weight: 800;
}

.public-subtitle {
  margin: 12px 0 0;
  color: var(--public-muted);
  max-width: 700px;
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.62;
}

.public-hero {
  background: linear-gradient(135deg, #f4f7ff 0%, #eef2ff 42%, #ffffff 100%);
  border: 1px solid var(--public-border);
  border-radius: 22px;
  padding: clamp(24px, 4vw, 36px);
  margin-bottom: 32px;
}

.public-search {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.public-search input,
.filter-bar input,
.filter-bar select,
.public-form input,
.public-form select,
.public-form textarea {
  border: 1px solid var(--public-border);
  border-radius: 12px;
  background: #fff;
  color: var(--public-text);
  font-size: 15px;
  line-height: 1.4;
  padding: 12px 14px;
  width: 100%;
  box-sizing: border-box;
}

.public-search input:focus,
.filter-bar input:focus,
.filter-bar select:focus,
.public-form input:focus,
.public-form select:focus,
.public-form textarea:focus {
  outline: 2px solid rgba(54, 88, 212, 0.2);
  border-color: #87a0ef;
}

.public-page .btn-primary,
.public-page .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  padding: 13px 18px;
  text-decoration: none;
  transition: 0.2s ease;
  border: 1px solid transparent;
  white-space: nowrap;
}

.public-page .btn-primary {
  background: var(--public-primary);
  color: #fff;
}

.public-page .btn-primary:hover {
  background: var(--public-primary-dark);
}

.public-page .btn-secondary {
  background: #fff;
  color: #1d2948;
  border-color: var(--public-border);
}

.public-page .btn-secondary:hover {
  background: #f7f9ff;
}

.public-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.public-stats-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.public-stats-grid article {
  background: #fff;
  border: 1px solid var(--public-border);
  border-radius: 14px;
  padding: 18px;
}

.public-stats-grid strong {
  display: block;
  font-size: clamp(24px, 2.3vw, 34px);
  font-weight: 800;
  color: var(--public-primary);
  line-height: 1.05;
}

.public-stats-grid span {
  margin-top: 5px;
  display: block;
  color: var(--public-muted);
  font-size: 14px;
  font-weight: 600;
}

.public-section-head {
  margin: 34px 0 16px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
}

.public-section-head h2 {
  margin: 0;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--public-text);
}

.public-section-head a {
  color: var(--public-primary);
  text-decoration: none;
  font-weight: 700;
}

.card-grid {
  display: grid;
  gap: 16px;
}

.card-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.public-card {
  background: var(--public-card);
  border: 1px solid var(--public-border);
  border-radius: 18px;
  padding: 20px;
}

.public-card--soft {
  background: var(--public-soft);
}

.public-card--hero {
  padding: clamp(22px, 3.3vw, 34px);
}

.public-card img {
  width: 100%;
  aspect-ratio: 16/11;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 14px;
}

.public-card h3 {
  margin: 0 0 8px;
  font-size: 23px;
  font-weight: 800;
  color: var(--public-text);
}

.public-card p {
  margin: 0;
  color: var(--public-muted);
  font-size: 15px;
  line-height: 1.6;
}

.attorney-sub {
  margin-bottom: 7px !important;
  color: #65739a !important;
  font-weight: 600;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
}

.chips span {
  background: #eaf0ff;
  border: 1px solid #d3defb;
  color: #3553c5;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
}

.card-link {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  color: var(--public-primary);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.lawfirm-address {
  font-weight: 600;
}

.lawfirm-description {
  margin-top: 8px !important;
  color: #697799 !important;
  font-size: 14px !important;
  line-height: 1.58 !important;
}

.lawfirm-card-links {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lawfirm-card-links .card-link {
  margin-top: 0;
}

.card-link--external {
  color: #556a9b;
}

.mini-metrics {
  margin: 14px 0 0;
  padding-top: 10px;
  border-top: 1px solid #ebeffc;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mini-metrics dt {
  color: #7a86a8;
  font-size: 12px;
  margin: 0;
}

.mini-metrics dd {
  color: #1f2a4a;
  margin: 3px 0 0;
  font-size: 17px;
  font-weight: 700;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.news-item-card {
  background: #fff;
  border: 1px solid var(--public-border);
  border-radius: 16px;
  padding: 18px;
}

.news-meta-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #7080a6;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.news-item-card h3 {
  margin: 10px 0 8px;
  color: var(--public-text);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
}

.news-item-card p {
  margin: 0;
  color: var(--public-muted);
  line-height: 1.6;
}

.news-item-card a {
  margin-top: 14px;
  display: inline-flex;
  color: var(--public-primary);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.news-page {
  background: #fff;
  padding-top: 0;
}

.news-page .public-title span {
  color: var(--public-primary);
}

.news-page .public-title {
  font-size: clamp(24px, 3vw, 36px);
}

.news-page .public-subtitle {
  font-size: clamp(13px, 1.05vw, 16px);
}

.news-hero {
  background: #f8fafc;
  border-bottom: 1px solid #e7edf7;
  padding: 56px 0 34px;
}

.news-hero-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.news-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #8a96af;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  white-space: nowrap;
}

.news-hero-badge-icon {
  color: #4d7aea;
  font-size: 16px;
}

.news-layout {
  padding-top: 56px;
  padding-bottom: 28px;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
  gap: 48px;
}

.news-main,
.news-sidebar {
  min-width: 0;
}

.news-featured-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

.news-featured-head h2 {
  margin: 0;
  color: #11192b;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.news-featured-head--sidebar h2 {
  font-size: 21px;
}

.news-featured-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(54, 88, 212, 0.1);
  color: var(--public-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}

.news-featured-icon--soft {
  background: #f1f5f9;
  color: #51627f;
}

.news-official-list {
  display: grid;
  gap: 24px;
}

.news-official-card {
  background: #fff;
  border: 1px solid #e2e8f3;
  border-radius: 32px;
  padding: 28px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.news-official-card:hover {
  border-color: rgba(54, 88, 212, 0.18);
  transform: translateY(-2px);
}

.news-official-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.news-official-meta span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(54, 88, 212, 0.05);
  color: var(--public-primary);
  padding: 7px 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.news-official-meta time {
  color: #b0b9cc;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.news-official-card h3 {
  margin: 0 0 14px;
  color: #11192b;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
}

.news-official-card p {
  margin: 0;
  color: #5c6882;
  font-size: 14px;
  line-height: 1.72;
}

.news-official-card a {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--public-primary);
  text-decoration: none;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.news-sidebar {
  display: grid;
  gap: 28px;
  align-content: start;
}

.news-sidebar-description {
  margin: 0 0 20px;
  color: #5a6782;
  font-size: 12px;
  line-height: 1.7;
}

.news-resource-list {
  display: grid;
  gap: 12px;
}

.news-resource-card {
  background: #fff;
  border: 1px solid #e2e8f3;
  border-radius: 24px;
  padding: 18px;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.news-resource-card:hover {
  background: #f8fbff;
  border-color: rgba(54, 88, 212, 0.18);
}

.news-resource-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.news-resource-top strong {
  color: #152038;
  font-size: 14px;
  line-height: 1.4;
}

.news-resource-top span {
  color: #c0c7d6;
  font-size: 12px;
  font-weight: 700;
}

.news-resource-card p {
  margin: 8px 0 0;
  color: #62708b;
  font-size: 10px;
  line-height: 1.45;
}

.news-resource-card em {
  margin-top: 10px;
  display: inline-block;
  color: #a0acc1;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.news-subscribe-box {
  border-radius: 30px;
  background: var(--public-primary);
  color: #fff;
  padding: 28px;
}

.news-subscribe-box h3 {
  margin: 0 0 12px;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 800;
}

.news-subscribe-box p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  line-height: 1.7;
}

.news-subscribe-form {
  display: grid;
  gap: 10px;
}

.news-subscribe-form input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 11px;
  padding: 12px 14px;
  box-sizing: border-box;
}

.news-subscribe-form input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.news-subscribe-form button {
  width: 100%;
  border: 0;
  border-radius: 14px;
  background: #fff;
  color: var(--public-primary);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  padding: 12px 14px;
  text-transform: uppercase;
  cursor: pointer;
}

.filter-bar {
  margin-top: 20px;
  background: #f5f8ff;
  border: 1px solid var(--public-border);
  border-radius: 16px;
  padding: 14px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr auto;
  gap: 10px;
}

.lawfirm-page {
  padding-top: 0;
}

.lawfirm-hero-block {
  background: #fff;
  border-bottom: 1px solid #e5eaf6;
}

.lawfirm-hero-block .public-container {
  padding-top: clamp(44px, 6vw, 74px);
  padding-bottom: clamp(28px, 4vw, 42px);
}

.lawfirm-badge {
  margin: 0 0 12px;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #d6e0fb;
  background: #f4f7ff;
  color: #5a7be8;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lawfirm-hero-title {
  margin: 0;
  color: #11192b;
  font-size: clamp(24px, 3.3vw, 38px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.lawfirm-hero-title span {
  color: #5a7be8;
}

.lawfirm-hero-description {
  margin: 12px 0 0;
  max-width: 760px;
  color: #687594;
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.62;
}

.lawfirm-filter-shell {
  border-top: 1px solid #eef1f8;
  border-bottom: 1px solid #eef1f8;
  background: #fff;
}

.lawfirm-filter-shell .public-container {
  padding: 20px 0;
}

.lawfirm-filter-bar {
  margin-top: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(420px, 0.82fr) minmax(560px, 1fr) auto;
  align-items: center;
  gap: 14px;
}

.lawfirm-filter-bar > input[type='text'] {
  border: 1px solid #e5e9f3;
  border-radius: 16px;
  background: #f7f9fd;
  min-height: 58px;
}

.lawfirm-filter-selects {
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, 1fr));
  gap: 10px;
}

.lawfirm-filter-selects select {
  min-height: 58px;
  border: 1px solid #e5e9f3;
  border-radius: 16px;
  background: #f7f9fd;
  color: #5a667f;
  font-weight: 700;
  padding-right: 36px;
}

.lawfirm-filter-selects select:first-child {
  border-color: #8ea6ea;
  box-shadow: 0 0 0 1px rgba(71, 110, 214, 0.15);
}

.lawfirm-filter-submit {
  min-height: 58px;
  border-radius: 16px !important;
  padding: 0 22px !important;
}

.lawfirm-page > .public-container .card-grid {
  margin-top: 26px;
}

.result-summary {
  margin: 14px 0 0;
  color: #62709a;
  font-size: 14px;
  font-weight: 600;
}

.pager {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.pager a,
.pager span {
  color: #243256;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.back-link {
  margin: 0 0 18px;
  display: inline-flex;
  color: #5d6e99;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.detail-hero-card {
  background: #fff;
  border: 1px solid var(--public-border);
  border-radius: 20px;
  padding: 20px;
  display: grid;
  grid-template-columns: minmax(250px, 0.9fr) minmax(0, 1.1fr);
  gap: 20px;
}

.detail-hero-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 14px;
}

.detail-location {
  margin-top: 8px !important;
  color: #5c6888 !important;
  font-size: 15px !important;
}

.lawfirm-detail-description {
  margin: 12px 0 0 !important;
  color: #606f95 !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.lawfirm-detail-website {
  margin: 10px 0 0 !important;
}

.lawfirm-detail-website a {
  color: #3658d4;
  font-weight: 700;
  text-decoration: none;
}

.detail-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.detail-list {
  margin: 0;
  display: grid;
  gap: 12px;
}

.detail-list div {
  display: grid;
  gap: 3px;
}

.detail-list dt {
  color: #7a87a8;
  font-size: 12px;
  font-weight: 700;
}

.detail-list dd {
  margin: 0;
  color: var(--public-text);
  font-weight: 700;
}

.workflow-list {
  margin: 10px 0 0;
  padding-left: 22px;
  color: #374463;
  line-height: 1.7;
}

.simple-list {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.simple-list li {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid #ecf0fb;
  padding-top: 10px;
}

.simple-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.simple-list small {
  display: block;
  color: #7481a3;
  margin-top: 4px;
}

.public-highlight-box {
  margin-top: 16px;
  background: #fff;
  border: 1px solid var(--public-border);
  border-radius: 18px;
  padding: 20px;
}

.public-highlight-box h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  color: var(--public-text);
}

.muted {
  margin-top: 12px !important;
  color: #68759b !important;
  font-size: 14px !important;
}

.public-form {
  margin-top: 16px;
  background: #fff;
  border: 1px solid var(--public-border);
  border-radius: 18px;
  padding: 20px;
  display: grid;
  gap: 14px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.public-form label {
  display: grid;
  gap: 8px;
}

.public-form label > span {
  color: #334364;
  font-size: 14px;
  font-weight: 700;
}

.agree-box {
  border: 1px solid #e6ebf8;
  border-radius: 12px;
  background: #f9fbff;
  padding: 14px;
  display: grid;
  gap: 10px;
}

.agree-box label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #425176;
  font-size: 14px;
  font-weight: 600;
}

.form-submit {
  width: fit-content;
  min-width: 220px;
}

.public-alert {
  margin-top: 16px;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 700;
}

.public-alert--success {
  border: 1px solid #b8e5d0;
  background: #ebf8f2;
  color: #166747;
}

.public-alert--error {
  border: 1px solid #f5c4c4;
  background: #fff0f0;
  color: #972727;
}

.public-empty {
  margin: 0;
  padding: 24px;
  border: 1px dashed #c7d2ed;
  border-radius: 14px;
  background: #fff;
  color: #63709a;
  font-weight: 600;
}

.contact-v2 {
  padding: 0 0 96px;
  background: #fff;
}

.contact-v2-hero {
  background: #f8fafc;
  border-bottom: 1px solid #e7edf7;
  padding: 80px 0 48px;
}

.contact-v2-hero-inner {
  text-align: center;
}

.contact-v2-hero h1 {
  margin: 0;
  color: #11192b;
  font-size: clamp(32px, 3.2vw, 36px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.14;
}

.contact-v2-hero h1 span {
  color: #3658d4;
}

.contact-v2-hero p {
  margin: 16px auto 0;
  max-width: 720px;
  color: #5f6e8d;
  font-size: 18px;
  line-height: 1.65;
}

.contact-v2 .public-container {
  padding-top: 80px;
}

.contact-v2-alert {
  margin-top: 0;
  margin-bottom: 18px;
}

.contact-v2-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.contact-v2-card {
  padding: 32px;
  border: 1px solid #dde4f1;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
  min-height: 320px;
  display: flex;
  flex-direction: column;
}

.contact-v2-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

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

.contact-v2-card-icon--primary {
  background: rgba(54, 88, 212, 0.12);
  color: #3658d4;
}

.contact-v2-card-icon--neutral {
  background: #f1f5f9;
  color: #64748b;
}

.contact-v2-card-icon--accent {
  background: #fef3c7;
  color: #d97706;
}

.contact-v2-card h3 {
  margin: 0 0 16px;
  color: #11192b;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.contact-v2-card p {
  margin: 0;
  color: #5f6e8d;
  font-size: 14px;
  line-height: 1.72;
}

.contact-v2-form-wrap {
  margin-top: 96px;
}

.contact-v2-form-shell {
  max-width: 896px;
  margin: 0 auto;
  padding: 48px;
  border: 1px solid #dde4f1;
  border-radius: 48px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.contact-v2-form-head {
  text-align: center;
  margin-bottom: 48px;
}

.contact-v2-form-head h2 {
  margin: 0 0 14px;
  color: #11192b;
  font-size: clamp(24px, 2.2vw, 30px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.28;
}

.contact-v2-form-head h2 span {
  color: #3658d4;
}

.contact-v2-form-head p {
  margin: 0 auto;
  max-width: 560px;
  color: #6a7897;
  font-size: 14px;
  line-height: 1.64;
}

.contact-v2-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.contact-v2-form label {
  display: grid;
  gap: 8px;
}

.contact-v2-form label > span {
  margin-left: 4px;
  color: #98a3bd;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-v2-form input,
.contact-v2-form select,
.contact-v2-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfe6f2;
  border-radius: 12px;
  background: #f8fafc;
  color: #1b253e;
  font-size: 14px;
  line-height: 1.45;
  padding: 16px 24px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-v2-form textarea {
  resize: none;
}

.contact-v2-form input::placeholder,
.contact-v2-form textarea::placeholder {
  color: #a1acc2;
}

.contact-v2-form select {
  appearance: none;
  padding-right: 48px;
}

.contact-v2-select-wrap {
  position: relative;
}

.contact-v2-select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  border-right: 2px solid #9aa7c1;
  border-bottom: 2px solid #9aa7c1;
  transform: rotate(45deg);
  pointer-events: none;
}

.contact-v2-form input:focus,
.contact-v2-form select:focus,
.contact-v2-form textarea:focus {
  outline: none;
  border-color: #8ea6ea;
  box-shadow: 0 0 0 3px rgba(54, 88, 212, 0.12);
}

.contact-v2-full {
  grid-column: 1 / -1;
}

.contact-v2-submit-wrap {
  padding-top: 8px;
}

.contact-v2-submit-wrap p {
  margin: 0 0 18px;
  text-align: center;
  color: #3658d4;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-v2-submit-wrap button {
  width: 100%;
  border: 0;
  border-radius: 16px;
  background: #3658d4;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 20px 18px;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(54, 88, 212, 0.24);
  transition: background 0.2s ease, transform 0.2s ease;
}

.contact-v2-submit-wrap button:hover {
  background: #2d4ec8;
  transform: translateY(-1px);
}

@media (max-width: 1060px) {
  .card-grid--3,
  .news-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .filter-bar {
    grid-template-columns: 1fr 1fr;
  }

  .lawfirm-page .filter-bar {
    grid-template-columns: 1fr 1fr;
  }

  .lawfirm-filter-bar {
    grid-template-columns: 1fr;
  }

  .lawfirm-filter-selects {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contact-v2-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contact-v2-card {
    border-radius: 26px;
    min-height: 0;
    padding: 24px;
  }

  .contact-v2-form-wrap {
    margin-top: 56px;
  }

  .contact-v2-form-shell {
    max-width: 100%;
    border-radius: 28px;
    padding: 30px 22px;
  }

  .contact-v2-form {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-v2-form-head {
    margin-bottom: 26px;
  }

  .contact-v2-form-head h2 {
    font-size: 23px;
  }

  .contact-v2-hero {
    padding: 56px 0 34px;
  }

  .contact-v2-hero p {
    font-size: 15px;
  }

  .contact-v2 .public-container {
    padding-top: 52px;
  }

  .detail-hero-card,
  .detail-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .public-page {
    padding: 36px 0 56px;
  }

  .public-container {
    width: min(1220px, calc(100% - 28px));
  }

  .public-search {
    grid-template-columns: 1fr;
  }

  .public-stats-grid,
  .card-grid--3,
  .news-list,
  .filter-bar,
  .lawfirm-page .filter-bar {
    grid-template-columns: 1fr;
  }

  .lawfirm-hero-description {
    font-size: 18px;
    line-height: 1.55;
  }

  .lawfirm-filter-selects {
    grid-template-columns: 1fr;
  }

  .lawfirm-filter-submit {
    width: 100%;
  }

  .public-section-head {
    align-items: start;
    flex-direction: column;
  }

  .news-hero {
    padding: 40px 0 28px;
  }

  .news-hero-head {
    align-items: start;
    flex-direction: column;
    gap: 14px;
  }

  .news-featured-head h2,
  .news-featured-head--sidebar h2 {
    font-size: 22px;
  }

  .news-official-card {
    border-radius: 22px;
    padding: 20px;
  }

  .news-official-card h3 {
    font-size: 20px;
  }

  .news-official-card p {
    font-size: 14px;
  }

  .news-official-meta {
    align-items: start;
    flex-direction: column;
  }

  .news-layout {
    padding-top: 34px;
    padding-bottom: 18px;
  }

  .news-subscribe-box {
    border-radius: 22px;
    padding: 22px;
  }

  .news-subscribe-box h3 {
    font-size: 22px;
  }

  .form-submit {
    width: 100%;
  }
}

.homev2 {
  background: #f7f9fd;
  padding: 0 0 80px;
}

.homev2 .homev2-container {
  width: min(1360px, calc(100% - 36px));
}

.homev2 .homev2-search-section {
  padding: 36px 0 0;
}

.homev2 .homev2-search-bar {
  margin: 0 auto;
  max-width: 940px;
  border: 1px solid #dce3f3;
  background: #fff;
  border-radius: 999px;
  padding: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 12px 30px rgba(39, 58, 103, 0.05);
}

.homev2 .homev2-search-bar input {
  border: 0;
  border-radius: 999px;
  background: transparent;
  font-size: 15px;
  color: #1f2942;
  padding: 14px 18px;
}

.homev2 .homev2-search-bar input::placeholder {
  color: #9ca7bf;
}

.homev2 .homev2-search-bar input:focus {
  outline: none;
}

.homev2 .homev2-search-bar button {
  border: 0;
  border-radius: 999px;
  background: #5577e8;
  color: #fff;
  min-width: 128px;
  padding: 13px 16px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}

.homev2 .homev2-quick-actions {
  margin-top: 52px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.homev2 .homev2-pill {
  border: 1px solid #d6deee;
  background: #fff;
  color: #667694;
  min-width: 214px;
  height: 48px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 13px;
  font-weight: 700;
}

.homev2 .homev2-pill--filled {
  background: #eef2fb;
}

.homev2 .homev2-center-title {
  margin: 60px 0 0;
  text-align: center;
  color: #161f34;
  font-size: clamp(34px, 4vw, 56px);
  letter-spacing: -0.02em;
  line-height: 1.12;
  font-weight: 800;
}

.homev2 .homev2-center-title span {
  color: #5c7beb;
}

.homev2 .homev2-center-subtitle {
  margin: 20px auto 0;
  text-align: center;
  color: #6c7893;
  max-width: 900px;
  font-size: 20px;
  line-height: 1.6;
}

.homev2 .homev2-practice-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.homev2 .homev2-practice-card {
  min-height: 272px;
  border: 1px solid #dce3f2;
  border-radius: 22px;
  background: #fff;
  padding: 16px 14px 14px;
  display: flex;
  flex-direction: column;
}

.homev2 .homev2-practice-icon {
  width: 24px;
  height: 24px;
  color: #5b79e6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.homev2 .homev2-practice-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.homev2 .homev2-practice-card h3 {
  margin: 12px 0 8px;
  color: #4f6ddd;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.homev2 .homev2-practice-card p {
  margin: 0;
  color: #647290;
  font-size: 12px;
  line-height: 1.45;
}

.homev2 .homev2-tag-row {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.homev2 .homev2-tag-row span {
  background: #f4f7fd;
  border: 1px solid #e4e9f6;
  color: #8b97af;
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.homev2 .homev2-practice-card strong {
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid #e8edf8;
  color: #a2aec4;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.homev2 .homev2-map-section {
  margin-top: 70px;
}

.homev2 .homev2-map-box {
  margin-top: 34px;
  border: 1px solid #dde4f2;
  border-radius: 32px;
  background: #fff;
  padding: 30px;
}

.homev2 .homev2-map-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}

.homev2 .homev2-map-head h3 {
  margin: 0;
  color: #1a243c;
  font-size: 38px;
  font-weight: 800;
}

.homev2 .homev2-map-head p {
  margin: 8px 0 0;
  color: #76819a;
  font-size: 16px;
}

.homev2 .homev2-map-legend {
  display: flex;
  align-items: center;
  gap: 14px;
}

.homev2 .homev2-map-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #8a95ad;
  font-size: 11px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 700;
}

.homev2 .homev2-map-legend span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cfd9f4;
}

.homev2 .homev2-map-legend span:nth-child(2)::before {
  background: #ddd3ef;
}

.homev2 .homev2-map-legend span:nth-child(3)::before {
  background: #d8e8cf;
}

.homev2 .homev2-map-image {
  margin-top: 24px;
  width: 100%;
  border: 1px solid #e7edf8;
  border-radius: 20px;
  display: block;
}

.homev2 .homev2-featured-section {
  margin-top: 66px;
}

.homev2 .homev2-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.homev2 .homev2-section-head h2 {
  margin: 0;
  color: #1b243a;
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.homev2 .homev2-section-head h2 span {
  color: #5778e8;
}

.homev2 .homev2-section-head > a {
  color: #7d8cae;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.homev2 .homev2-section-sub {
  margin: 8px 0 0;
  color: #79839c;
  font-size: 18px;
}

.homev2 .homev2-featured-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.homev2 .homev2-attorney-card {
  border: 1px solid #dce3f2;
  border-radius: 28px;
  background: #fff;
  overflow: hidden;
}

.homev2 .homev2-attorney-image-wrap {
  position: relative;
}

.homev2 .homev2-attorney-image-wrap img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}

.homev2 .homev2-comment-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 999px;
  border: 1px solid #d7deee;
  background: rgba(255, 255, 255, 0.94);
  color: #6e7b98;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 10px;
}

.homev2 .homev2-attorney-body {
  padding: 18px 20px 20px;
}

.homev2 .homev2-attorney-body h3 {
  margin: 0;
  color: #2b344a;
  font-size: 20px;
  font-weight: 800;
}

.homev2 .homev2-attorney-role {
  margin: 8px 0 0;
  color: #5778e8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.homev2 .homev2-attorney-point {
  margin: 12px 0 0;
  color: #5f6e90;
  font-size: 14px;
}

.homev2 .homev2-attorney-exp {
  margin: 6px 0 0;
  color: #7d89a4;
  font-size: 14px;
}

.homev2 .homev2-card-btn {
  margin-top: 18px;
  height: 46px;
  border-radius: 999px;
  background: #f5f7fc;
  color: #5f6d8d;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.homev2 .homev2-visa-section {
  margin-top: 80px;
}

.homev2 .homev2-visa-box {
  margin-top: 40px;
  border: 1px solid #dde4f2;
  border-radius: 48px;
  background: #fff;
  padding: 48px 54px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.homev2 .homev2-visa-box h3 {
  margin: 0 0 18px;
  text-align: center;
  color: #1c253d;
  font-size: 42px;
  letter-spacing: -0.02em;
}

.homev2 .homev2-visa-box select {
  width: 100%;
  border: 1px solid #dee5f3;
  border-radius: 22px;
  min-height: 84px;
  font-size: 20px;
  color: #2f3850;
  padding: 0 22px;
  background: #f8faff;
}

.homev2 .homev2-cases-section {
  margin-top: 82px;
}

.homev2 .homev2-cases-section > h2 {
  margin: 0;
  color: #1c253c;
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.homev2 .homev2-case-item {
  border-top: 2px solid #e4e9f6;
  padding: 34px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.homev2 .homev2-case-main {
  flex: 1;
  min-width: 0;
}

.homev2 .homev2-case-tags {
  margin: 0;
  color: #5c7beb;
  font-size: 14px;
  font-weight: 700;
}

.homev2 .homev2-case-item h3 {
  margin: 20px 0 0;
  color: #1f273b;
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: -0.015em;
}

.homev2 .homev2-case-preview {
  margin: 18px 0 0;
  color: #6a7590;
  font-size: 38px;
  line-height: 1.45;
  font-style: italic;
}

.homev2 .homev2-case-btn {
  width: 220px;
  height: 64px;
  border-radius: 10px;
  background: #5a7be8;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.homev2 .homev2-news-section {
  margin-top: 86px;
  border: 1px solid #dce3f2;
  background: #fff;
  border-radius: 2px;
  padding: 42px;
}

.homev2 .homev2-news-list {
  margin-top: 26px;
  display: grid;
  gap: 16px;
}

.homev2 .homev2-news-row {
  border: 1px solid #dce4f3;
  border-radius: 28px;
  min-height: 116px;
  padding: 0 28px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  text-decoration: none;
}

.homev2 .homev2-news-row time {
  color: #bac3d6;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.homev2 .homev2-news-row span {
  color: #273147;
  font-size: 46px;
  line-height: 1.22;
}

.homev2 .homev2-news-row em {
  color: #c7cfde;
  font-style: normal;
  font-size: 50px;
  line-height: 1;
}

.homev2 .homev2-news-row:first-child time,
.homev2 .homev2-news-row:first-child span,
.homev2 .homev2-news-row:first-child em {
  color: #5a7be8;
}

.homev2 .homev2-cta-section {
  margin-top: 42px;
  border-radius: 0;
  background: #5a7be8;
  color: #fff;
  text-align: center;
  padding: 120px 36px;
}

.homev2 .homev2-cta-section h2 {
  margin: 0;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.homev2 .homev2-cta-section p {
  margin: 24px auto 0;
  max-width: 1160px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(22px, 2.2vw, 44px);
  line-height: 1.45;
}

.homev2 .homev2-cta-actions {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.homev2 .homev2-cta-actions a {
  width: min(100%, 580px);
  min-height: 110px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 39px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.homev2 .homev2-cta-actions a:first-child {
  background: #fff;
  color: #5a7be8;
  border-color: #fff;
}

@media (max-width: 1500px) {
  .homev2 .homev2-practice-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .homev2 .homev2-featured-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .homev2 .homev2-center-title {
    font-size: clamp(28px, 3.2vw, 46px);
  }

  .homev2 .homev2-map-head h3 {
    font-size: 30px;
  }

  .homev2 .homev2-visa-box h3 {
    font-size: 34px;
  }

  .homev2 .homev2-cases-section > h2 {
    font-size: 40px;
  }

  .homev2 .homev2-case-item h3 {
    font-size: 34px;
  }

  .homev2 .homev2-case-preview {
    font-size: 28px;
  }

  .homev2 .homev2-news-row time {
    font-size: 24px;
  }

  .homev2 .homev2-news-row span {
    font-size: 32px;
  }
}

@media (max-width: 1180px) {
  .homev2 .homev2-practice-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .homev2 .homev2-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .homev2 .homev2-map-head {
    flex-direction: column;
  }

  .homev2 .homev2-visa-box {
    grid-template-columns: 1fr;
    padding: 30px 24px;
    border-radius: 30px;
  }

  .homev2 .homev2-case-item {
    flex-direction: column;
    align-items: start;
  }

  .homev2 .homev2-case-btn {
    width: 100%;
    max-width: 260px;
    height: 54px;
    font-size: 16px;
  }

  .homev2 .homev2-news-section {
    padding: 24px;
  }

  .homev2 .homev2-news-row {
    min-height: 86px;
    padding: 0 18px;
  }

  .homev2 .homev2-news-row time {
    font-size: 16px;
  }

  .homev2 .homev2-news-row span {
    font-size: 24px;
  }

  .homev2 .homev2-news-row em {
    font-size: 30px;
  }

  .homev2 .homev2-cta-actions a {
    min-height: 76px;
    font-size: 24px;
  }
}

@media (max-width: 760px) {
  .homev2 {
    padding-bottom: 56px;
  }

  .homev2 .homev2-container {
    width: calc(100% - 24px);
  }

  .homev2 .homev2-search-bar {
    border-radius: 20px;
    padding: 8px;
    flex-direction: column;
    align-items: stretch;
  }

  .homev2 .homev2-search-bar input {
    padding: 11px 10px;
  }

  .homev2 .homev2-search-bar button {
    width: 100%;
    min-width: 0;
  }

  .homev2 .homev2-pill {
    min-width: 0;
    width: 100%;
  }

  .homev2 .homev2-center-title {
    margin-top: 36px;
    font-size: 28px;
  }

  .homev2 .homev2-center-subtitle {
    font-size: 15px;
  }

  .homev2 .homev2-practice-grid,
  .homev2 .homev2-featured-grid {
    grid-template-columns: 1fr;
  }

  .homev2 .homev2-practice-card {
    min-height: 0;
  }

  .homev2 .homev2-map-box {
    padding: 16px;
    border-radius: 18px;
  }

  .homev2 .homev2-map-head h3 {
    font-size: 22px;
  }

  .homev2 .homev2-map-head p {
    font-size: 14px;
  }

  .homev2 .homev2-map-legend {
    flex-wrap: wrap;
    gap: 10px;
  }

  .homev2 .homev2-section-head {
    align-items: start;
    flex-direction: column;
  }

  .homev2 .homev2-section-head h2 {
    font-size: 30px;
  }

  .homev2 .homev2-section-sub {
    font-size: 14px;
  }

  .homev2 .homev2-attorney-body {
    padding: 14px;
  }

  .homev2 .homev2-visa-section {
    margin-top: 56px;
  }

  .homev2 .homev2-visa-box h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .homev2 .homev2-visa-box select {
    min-height: 56px;
    font-size: 15px;
    border-radius: 14px;
  }

  .homev2 .homev2-cases-section > h2 {
    font-size: 32px;
  }

  .homev2 .homev2-case-item {
    padding: 22px 0;
  }

  .homev2 .homev2-case-tags {
    font-size: 12px;
  }

  .homev2 .homev2-case-item h3 {
    margin-top: 12px;
    font-size: 22px;
  }

  .homev2 .homev2-case-preview {
    margin-top: 10px;
    font-size: 16px;
  }

  .homev2 .homev2-news-section {
    margin-top: 54px;
    padding: 16px;
  }

  .homev2 .homev2-news-row {
    grid-template-columns: 1fr auto;
    gap: 8px;
    padding: 12px;
    min-height: 0;
    border-radius: 14px;
  }

  .homev2 .homev2-news-row time {
    grid-column: 1 / -1;
    font-size: 12px;
  }

  .homev2 .homev2-news-row span {
    font-size: 14px;
  }

  .homev2 .homev2-news-row em {
    font-size: 18px;
  }

  .homev2 .homev2-cta-section {
    padding: 64px 16px;
  }

  .homev2 .homev2-cta-section h2 {
    font-size: 30px;
  }

  .homev2 .homev2-cta-section p {
    font-size: 17px;
  }

  .homev2 .homev2-cta-actions {
    margin-top: 28px;
  }

  .homev2 .homev2-cta-actions a {
    min-height: 58px;
    font-size: 16px;
    letter-spacing: 0.04em;
  }
}

/* Sample Page Index Adaptation */
.homev2 {
  background: #ffffff;
  padding: 10px 0 0;
}

.homev2 .homev2-container {
  width: min(1120px, calc(100% - 34px));
}

.homev2 .homev2-search-section {
  padding-top: 18px;
}

.homev2 .homev2-search-bar {
  width: min(100%, 700px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 700px;
  border-radius: 999px;
  border: 1px solid #dfe6f4;
  box-shadow: 0 2px 14px rgba(15, 23, 42, 0.06);
}

.homev2 .homev2-search-bar input {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 12px;
  padding: 10px 14px;
}

.homev2 .homev2-search-bar button {
  margin-left: auto;
  flex: 0 0 auto;
  min-width: 82px;
  padding: 9px 14px;
  font-size: 10px;
  letter-spacing: 0.14em;
}

.homev2 .homev2-quick-actions {
  margin-top: 14px;
}

.homev2 .homev2-pill {
  min-width: 140px;
  height: 28px;
  font-size: 9px;
  letter-spacing: 0.12em;
}

.homev2 .homev2-center-title {
  margin-top: 52px;
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 1.18;
}

.homev2 .homev2-center-subtitle {
  margin-top: 10px;
  font-size: 12px;
  color: #5f6e88;
}

.homev2 .homev2-practice-grid {
  margin-top: 18px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.homev2 .homev2-practice-card {
  min-height: 0;
  border-radius: 16px;
  padding: 12px 11px 10px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.homev2 .homev2-practice-icon {
  width: 18px;
  height: 18px;
}

.homev2 .homev2-practice-card h3 {
  margin: 10px 0 6px;
  font-size: 12px;
  line-height: 1.25;
  color: #4f6ddd;
}

.homev2 .homev2-practice-card p {
  font-size: 10px;
  line-height: 1.55;
  color: #616f8a;
  min-height: 48px;
}

.homev2 .homev2-tag-row span {
  font-size: 8px;
  padding: 3px 7px;
}

.homev2 .homev2-practice-card strong {
  padding-top: 9px;
  font-size: 8px;
}

.homev2 .homev2-map-section {
  margin-top: 82px;
}

.homev2 .homev2-map-box {
  margin-top: 18px;
  border-radius: 22px;
  padding: 16px;
  box-shadow: 0 10px 26px rgba(31, 42, 66, 0.05);
}

.homev2 .homev2-map-head h3 {
  font-size: 17px;
}

.homev2 .homev2-map-head p {
  font-size: 11px;
}

.homev2 .homev2-featured-section {
  margin-top: 92px;
}

.homev2 .homev2-section-head h2 {
  font-size: 18px;
}

.homev2 .homev2-section-sub {
  margin-top: 6px;
  font-size: 11px;
}

.homev2 .homev2-featured-grid {
  margin-top: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.homev2 .homev2-attorney-card {
  border-radius: 18px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.homev2 .homev2-attorney-image-wrap img {
  aspect-ratio: 16 / 11;
}

.homev2 .homev2-attorney-body {
  padding: 12px;
}

.homev2 .homev2-attorney-body h3 {
  font-size: 13px;
}

.homev2 .homev2-attorney-role {
  font-size: 8px;
}

.homev2 .homev2-attorney-point,
.homev2 .homev2-attorney-exp {
  font-size: 10px;
}

.homev2 .homev2-card-btn {
  height: 32px;
  font-size: 9px;
}

.homev2 .homev2-visa-section {
  margin-top: 88px;
}

.homev2 .homev2-visa-box {
  margin-top: 16px;
  border-radius: 22px;
  padding: 18px 20px;
  gap: 18px;
}

.homev2 .homev2-visa-box h3 {
  margin-bottom: 10px;
  font-size: 12px;
}

.homev2 .homev2-visa-box select {
  min-height: 40px;
  border-radius: 10px;
  font-size: 11px;
}

.homev2 .homev2-cases-section {
  margin-top: 96px;
  padding: 0;
  background: transparent;
}

.homev2 .homev2-cases-section > h2 {
  font-size: 18px;
}

.homev2 .homev2-case-item {
  padding: 16px 0;
  border-top-width: 1px;
}

.homev2 .homev2-case-item h3 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.35;
}

.homev2 .homev2-case-preview {
  margin-top: 8px;
  font-size: 10px;
  color: #5f6e89;
}

.homev2 .homev2-case-btn {
  width: 88px;
  height: 28px;
  font-size: 8px;
  letter-spacing: 0.14em;
  border-radius: 4px;
}

.homev2 .homev2-news-section {
  margin-top: 90px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.homev2 .homev2-news-row {
  min-height: 52px;
  border-radius: 999px;
  border: 1px solid #dfe6f4;
  background: #fff;
  grid-template-columns: auto 1fr auto;
  padding: 0 16px;
}

.homev2 .homev2-news-row time {
  font-size: 10px;
  letter-spacing: 0.16em;
}

.homev2 .homev2-news-row span {
  font-size: 11px;
  line-height: 1.4;
}

.homev2 .homev2-news-row em {
  font-size: 16px;
}

.homev2 .homev2-testimonials-section {
  margin-top: 60px;
  padding-bottom: 0;
}

.homev2 .homev2-testimonial-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.homev2 .homev2-testimonial-card {
  position: relative;
  background: #fff;
  border: 1px solid #dce3f2;
  border-radius: 18px;
  padding: 16px 16px 14px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.homev2 .homev2-testimonial-stars {
  color: #ffb800;
  font-size: 11px;
  letter-spacing: 0.18em;
}

.homev2 .homev2-testimonial-quote {
  position: absolute;
  top: 14px;
  right: 16px;
  color: #d9e4ff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.homev2 .homev2-testimonial-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}

.homev2 .homev2-testimonial-head strong {
  color: #1f2a42;
  font-size: 11px;
}

.homev2 .homev2-testimonial-head span {
  color: #7a87a3;
  font-size: 10px;
}

.homev2 .homev2-testimonial-card p {
  margin: 10px 0 0;
  color: #5b6984;
  font-size: 10px;
  line-height: 1.7;
}

.homev2 .homev2-testimonial-card em {
  margin-top: 12px;
  display: inline-block;
  color: #5b79e6;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.homev2 .homev2-cta-section {
  margin-top: 100px;
  border-radius: 0;
  padding: 60px 24px;
}

.homev2 .homev2-cta-section h2 {
  font-size: clamp(20px, 3vw, 32px);
}

.homev2 .homev2-cta-section p {
  margin-top: 12px;
  font-size: clamp(12px, 1.4vw, 16px);
  max-width: 760px;
}

.homev2 .homev2-cta-actions {
  margin-top: 20px;
}

.homev2 .homev2-cta-actions a {
  width: min(100%, 196px);
  min-height: 38px;
  font-size: 9px;
  letter-spacing: 0.12em;
}

@media (max-width: 1240px) {
  .homev2 .homev2-practice-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .homev2 .homev2-featured-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .homev2 .homev2-testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .homev2 .homev2-container {
    width: calc(100% - 24px);
  }

  .homev2 .homev2-search-bar {
    flex-direction: column;
    border-radius: 18px;
  }

  .homev2 .homev2-search-bar button,
  .homev2 .homev2-pill {
    width: 100%;
  }

  .homev2 .homev2-practice-grid,
  .homev2 .homev2-featured-grid,
  .homev2 .homev2-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .homev2 .homev2-map-box {
    padding: 16px;
  }

  .homev2 .homev2-map-head {
    flex-direction: column;
  }

  .homev2 .homev2-visa-box {
    grid-template-columns: 1fr;
    padding: 20px;
    border-radius: 24px;
  }

  .homev2 .homev2-case-item {
    flex-direction: column;
    align-items: start;
  }

  .homev2 .homev2-case-btn {
    width: 100%;
    max-width: 220px;
  }

  .homev2 .homev2-news-row {
    grid-template-columns: 1fr auto;
    padding: 10px 12px;
    min-height: 0;
    border-radius: 14px;
  }

  .homev2 .homev2-news-row time {
    grid-column: 1 / -1;
  }

  .homev2 .homev2-cta-actions a {
    width: 100%;
    min-height: 44px;
  }
}

.about-service-page {
  padding: 52px 0 0;
  background: #fff;
}

.about-service-hero {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  padding: 18px 0 78px;
}

.about-service-hero h1 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(34px, 4.6vw, 50px);
  line-height: 1.14;
  letter-spacing: -0.028em;
  font-weight: 900;
}

.about-service-hero h1 span {
  color: #4f74e8;
}

.about-service-hero p {
  margin: 18px auto 0;
  max-width: 760px;
  color: #4b556f;
  font-size: clamp(16px, 1.85vw, 20px);
  line-height: 1.72;
}

.about-service-steps-wrap {
  border-top: 1px solid #edf2fb;
  border-bottom: 1px solid #edf2fb;
  background: #f8fafd;
  padding: 88px 0;
}

.about-service-section-head {
  text-align: center;
}

.about-service-section-head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(30px, 3.1vw, 40px);
  line-height: 1.22;
  letter-spacing: -0.024em;
  font-weight: 800;
}

.about-service-section-head h2 span {
  color: #4f74e8;
}

.about-service-section-head p {
  margin: 12px auto 0;
  max-width: 620px;
  color: #63708d;
  font-size: 14px;
  line-height: 1.65;
}

.about-service-step-grid {
  position: relative;
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.about-service-step-grid::before {
  content: "";
  position: absolute;
  left: 11%;
  right: 11%;
  top: 47px;
  border-top: 1px solid #dce4f3;
  z-index: 0;
}

.about-service-step-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about-service-step-icon {
  position: relative;
  width: 94px;
  height: 94px;
  border-radius: 999px;
  border: 2px solid #e5ecfa;
  background: #fff;
  color: #4f74e8;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.about-service-step-icon svg {
  width: 36px;
  height: 36px;
}

.about-service-step-number {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #4f74e8;
  border: 3px solid #fff;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-service-step-card h3 {
  margin: 22px 0 8px;
  color: #121e37;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.26;
  letter-spacing: -0.018em;
}

.about-service-step-card p {
  margin: 0;
  max-width: 220px;
  color: #64708b;
  font-size: 14px;
  line-height: 1.68;
}

.about-service-guide {
  padding: 104px 0;
}

.about-service-guide-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 80px;
  align-items: center;
}

.about-service-badge {
  margin: 0 0 22px;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 999px;
  background: #eaf1ff;
  color: #4f74e8;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-service-badge svg {
  width: 14px;
  height: 14px;
}

.about-service-guide-content h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.22;
  letter-spacing: -0.024em;
  font-weight: 800;
}

.about-service-guide-content h2 span {
  color: #4f74e8;
}

.about-service-guide-list {
  margin-top: 34px;
  display: grid;
  gap: 26px;
}

.about-service-guide-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.about-service-guide-icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: #edf3ff;
  color: #4f74e8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-service-guide-icon svg {
  width: 24px;
  height: 24px;
}

.about-service-guide-item h3 {
  margin: 0;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.32;
  letter-spacing: -0.018em;
  font-weight: 800;
}

.about-service-guide-item p {
  margin: 6px 0 0;
  color: #5f6b84;
  font-size: 14px;
  line-height: 1.72;
}

.about-service-image-shell {
  position: relative;
  border-radius: 40px;
}

.about-service-image-shell::before {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 48px;
  background: rgba(79, 116, 232, 0.12);
  z-index: 0;
}

.about-service-image-shell--left::before {
  transform: rotate(-2deg);
}

.about-service-image-shell--right::before {
  background: rgba(255, 255, 255, 0.12);
  transform: rotate(2deg);
}

.about-service-image-shell img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.18);
  display: block;
}

.about-service-guide--attorney {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  background: #0f172a;
  color: #fff;
}

.about-service-guide--attorney .about-service-guide-grid {
  padding: 104px 0;
}

.about-service-guide--attorney .about-service-guide-content {
  order: 2;
}

.about-service-guide--attorney .about-service-image-shell {
  order: 1;
}

.about-service-guide-content--dark h2 {
  color: #fff;
}

.about-service-badge--dark {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.about-service-guide-item--dark h3 {
  color: #fff;
}

.about-service-guide-item--dark p {
  color: rgba(255, 255, 255, 0.72);
}

.about-service-guide-icon--dark {
  background: rgba(255, 255, 255, 0.1);
  color: #69a0ff;
}

.about-service-values {
  padding: 104px 0 120px;
}

.about-service-section-head--values {
  margin-bottom: 56px;
}

.about-service-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.about-service-value-card {
  border: 1px solid #e7edf9;
  border-radius: 28px;
  background: #fff;
  padding: 34px 30px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.about-service-value-card h3 {
  margin: 0;
  color: #4f74e8;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 800;
}

.about-service-value-card p {
  margin: 14px 0 0;
  color: #5f6b84;
  font-size: 14px;
  line-height: 1.72;
}

@media (max-width: 1180px) {
  .about-service-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 24px;
  }

  .about-service-step-grid::before {
    display: none;
  }

  .about-service-guide-grid {
    gap: 48px;
  }

  .about-service-values-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .about-service-page {
    padding-top: 30px;
  }

  .about-service-hero {
    padding-bottom: 56px;
  }

  .about-service-steps-wrap {
    padding: 64px 0;
  }

  .about-service-step-grid {
    grid-template-columns: 1fr;
    margin-top: 36px;
    gap: 34px;
  }

  .about-service-step-card h3 {
    font-size: 21px;
  }

  .about-service-guide {
    padding: 76px 0;
  }

  .about-service-guide-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-service-guide-content {
    order: 2;
  }

  .about-service-image-shell {
    order: 1;
  }

  .about-service-guide--attorney .about-service-guide-grid {
    padding: 76px 0;
  }

  .about-service-values {
    padding: 76px 0 90px;
  }
}

.attorney-directory-page {
  padding: 0 0 96px;
  background: #f8fafc;
}

.attorney-directory-hero {
  background: #fff;
  border-bottom: 1px solid #e8edf7;
  padding: 50px 0 62px;
}

.attorney-directory-hero-head {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.attorney-directory-hero-head h1 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(27px, 3.1vw, 36px);
  line-height: 1.16;
  letter-spacing: -0.025em;
  font-weight: 800;
}

.attorney-directory-hero-head h1 span {
  color: #4f74e8;
}

.attorney-directory-hero-head p {
  margin: 12px 0 0;
  color: #667491;
  font-size: 14px;
  line-height: 1.68;
}

.attorney-directory-search {
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e6ebf6;
  border-radius: 20px;
  padding: 8px;
  display: flex;
  gap: 8px;
  align-items: stretch;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.attorney-directory-search label {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
}

.attorney-directory-search label:first-of-type {
  border-right: 1px solid #edf1f8;
}

.attorney-directory-search label span {
  width: 20px;
  height: 20px;
  color: #b0b9cd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.attorney-directory-search label span svg {
  width: 18px;
  height: 18px;
}

.attorney-directory-search input {
  border: 0;
  outline: 0;
  width: 100%;
  height: 50px;
  background: transparent;
  color: #1d2a46;
  font-size: 14px;
  font-weight: 500;
}

.attorney-directory-search input::placeholder {
  color: #b0b9cd;
}

.attorney-directory-search button {
  border: 0;
  min-width: 170px;
  border-radius: 14px;
  background: #4f74e8;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s ease;
}

.attorney-directory-search button:hover {
  background: #3f62d2;
}

.attorney-directory-layout {
  margin-top: 46px;
  display: grid;
  grid-template-columns: 288px minmax(0, 1fr);
  gap: 42px;
}

.attorney-directory-sidebar {
  align-self: start;
  position: sticky;
  top: 96px;
}

.attorney-directory-sidebar-head {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.attorney-directory-sidebar-head h2 {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111d38;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.attorney-directory-sidebar-head h2 span {
  width: 18px;
  height: 18px;
  color: #4f74e8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.attorney-directory-sidebar-head h2 span svg {
  width: 16px;
  height: 16px;
}

.attorney-directory-sidebar-head a {
  color: #4f74e8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
}

.attorney-directory-sidebar-form {
  background: #fff;
  border: 1px solid #e5ebf8;
  border-radius: 20px;
  padding: 22px 18px;
}

.attorney-filter-group + .attorney-filter-group {
  margin-top: 26px;
}

.attorney-filter-group h3 {
  margin: 0 0 12px;
  color: #97a2bc;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.attorney-check-grid {
  display: grid;
  gap: 8px;
}

.attorney-check-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  color: #4d5b78;
  cursor: pointer;
}

.attorney-check-item input {
  appearance: none;
  width: 15px;
  height: 15px;
  margin: 0;
  border-radius: 4px;
  border: 1px solid #d4ddf0;
  background: #fff;
  position: relative;
}

.attorney-check-item input:checked {
  border-color: #4f74e8;
  background: #4f74e8;
}

.attorney-check-item input:checked::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.attorney-check-item span {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.attorney-check-item em {
  color: #b3bfd7;
  font-style: normal;
  font-size: 10px;
  font-weight: 800;
}

.attorney-check-item.is-active span {
  color: #3959c9;
}

.attorney-check-grid--readonly .attorney-check-item {
  cursor: default;
}

.attorney-check-grid--readonly .attorney-check-item input {
  opacity: 0.4;
}

.attorney-select-stack {
  display: grid;
  gap: 8px;
}

.attorney-select-stack select {
  width: 100%;
  min-height: 38px;
  border: 1px solid #d6deef;
  border-radius: 10px;
  background: #fff;
  color: #4f5f7f;
  font-size: 12px;
  font-weight: 600;
  padding: 0 12px;
  box-sizing: border-box;
}

.attorney-select-stack select:disabled {
  background: #f7f9fd;
  color: #9ca7c0;
}

.attorney-sidebar-apply {
  margin-top: 28px;
  width: 100%;
  border: 0;
  border-radius: 12px;
  min-height: 44px;
  background: #4f74e8;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}

.attorney-results-head {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}

.attorney-results-head h2 {
  margin: 0;
  color: #151f3a;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 800;
}

.attorney-results-head h2 span {
  color: #4f74e8;
}

.attorney-results-head p {
  margin: 6px 0 0;
  color: #9aa5bc;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
}

.attorney-sort-box {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.attorney-sort-box > span {
  color: #9aa5bc;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.attorney-sort-box select {
  min-height: 36px;
  border: 1px solid #d6deef;
  border-radius: 10px;
  background: #fff;
  color: #3e4f72;
  font-size: 12px;
  font-weight: 700;
  padding: 0 36px 0 12px;
}

.attorney-result-list {
  display: grid;
  gap: 16px;
}

.attorney-result-card {
  background: #fff;
  border: 1px solid #e5ebf8;
  border-radius: 20px;
  padding: 22px;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 22px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.attorney-result-image {
  position: relative;
}

.attorney-result-image img {
  width: 132px;
  height: 132px;
  border-radius: 16px;
  object-fit: cover;
  display: block;
}

.attorney-result-image button {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid #e6ebf7;
  background: #fff;
  color: #b5bfd4;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.attorney-result-image button svg {
  width: 14px;
  height: 14px;
}

.attorney-result-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.attorney-name-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.attorney-name-row h3 {
  margin: 0;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.attorney-name-row span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #eaf1ff;
  color: #3f63d4;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 8px;
}

.attorney-firm-name {
  margin: 4px 0 0;
  color: #63708d;
  font-size: 14px;
  font-weight: 700;
}

.attorney-tag-row {
  margin-top: 9px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.attorney-tag-row span {
  border-radius: 999px;
  background: #f4f7fd;
  color: #8f9cb7;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
}

.attorney-comment-meta {
  text-align: right;
}

.attorney-comment-meta > div {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.attorney-comment-meta > div svg {
  width: 14px;
  height: 14px;
  color: #4f74e8;
}

.attorney-comment-meta strong {
  color: #141f38;
  font-size: 16px;
  font-weight: 800;
}

.attorney-comment-meta small {
  color: #9ea9bf;
  font-size: 11px;
  font-weight: 600;
}

.attorney-comment-meta p {
  margin: 4px 0 0;
  color: #a2aec4;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.attorney-info-grid {
  margin: 0;
  padding: 14px 0;
  border-top: 1px solid #eef2fa;
  border-bottom: 1px solid #eef2fa;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.attorney-info-grid dt {
  margin: 0;
  color: #b0b9cf;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.attorney-info-grid dd {
  margin: 5px 0 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #516180;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.attorney-info-grid dd svg {
  width: 14px;
  height: 14px;
  color: #c0c9dd;
  flex-shrink: 0;
}

.attorney-result-actions {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.attorney-result-actions > div:first-child {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #11a369;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.attorney-result-actions > div:first-child svg {
  width: 14px;
  height: 14px;
}

.attorney-result-actions > div:last-child {
  display: flex;
  gap: 8px;
}

.attorney-link-secondary,
.attorney-link-primary {
  text-decoration: none;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.attorney-link-secondary {
  color: #556380;
  border: 1px solid #dee5f3;
  background: #fff;
}

.attorney-link-primary {
  color: #fff;
  background: #4f74e8;
  border: 1px solid #4f74e8;
}

.attorney-empty-card {
  background: #fff;
  border: 1px solid #e5ebf8;
  border-radius: 20px;
  padding: 30px;
}

.attorney-empty-card h3 {
  margin: 0;
  color: #536282;
  font-size: 16px;
  font-weight: 700;
}

.attorney-pagination {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.attorney-pagination a,
.attorney-pagination span {
  min-width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.attorney-pagination a {
  border: 1px solid #dbe3f3;
  color: #7a86a2;
  background: #fff;
}

.attorney-pagination a svg {
  width: 14px;
  height: 14px;
}

.attorney-pagination a.is-current {
  background: #4f74e8;
  border-color: #4f74e8;
  color: #fff;
}

.attorney-pagination .is-disabled,
.attorney-pagination .is-dots {
  border: 1px solid #e6ebf5;
  color: #c0c8db;
  background: #f9fbff;
}

.attorney-pagination .is-disabled svg {
  width: 14px;
  height: 14px;
}

@media (max-width: 1280px) {
  .attorney-directory-layout {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 30px;
  }

  .attorney-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .attorney-directory-page {
    padding-bottom: 64px;
  }

  .attorney-directory-search {
    flex-direction: column;
  }

  .attorney-directory-search label:first-of-type {
    border-right: 0;
    border-bottom: 1px solid #edf1f8;
  }

  .attorney-directory-search button {
    width: 100%;
    min-height: 48px;
  }

  .attorney-directory-layout {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .attorney-directory-sidebar {
    position: static;
  }

  .attorney-result-card {
    grid-template-columns: 1fr;
  }

  .attorney-result-image {
    width: 132px;
  }

  .attorney-result-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .attorney-result-actions > div:last-child {
    width: 100%;
  }

  .attorney-link-secondary,
  .attorney-link-primary {
    width: 100%;
  }
}

.visa-types-v2 {
  background: #fff;
  padding: 112px 0 92px;
}

.visa-types-v2 .public-container {
  width: min(1200px, calc(100% - 40px));
}

.visa-types-v2-head {
  text-align: center;
  margin-bottom: 64px;
}

.visa-types-v2-head h1 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.22;
  letter-spacing: -0.02em;
  font-weight: 800;
}

.visa-types-v2-head p {
  margin: 10px 0 0;
  color: #9aa6c1;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.visa-types-v2-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.visa-types-v2-panel {
  border-radius: 34px;
  padding: 44px 34px;
  border: 1px solid transparent;
}

.visa-types-v2-panel--immigration {
  background: #f1f9f1;
  border-color: #e1f3e4;
}

.visa-types-v2-panel--nonimmigration {
  background: #f0f7ff;
  border-color: #deedff;
}

.visa-types-v2-panel h2 {
  margin: 0 0 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  color: #0f172a;
  font-size: 25px;
  line-height: 1.26;
  letter-spacing: -0.02em;
  font-weight: 900;
}

.visa-types-v2-panel--immigration h2 {
  color: #09543d;
}

.visa-types-v2-panel--nonimmigration h2 {
  color: #143f79;
}

.visa-types-v2-panel h2 span {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.visa-types-v2-panel h2 span svg {
  width: 18px;
  height: 18px;
}

.visa-types-v2-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.visa-types-v2-chip {
  position: relative;
  min-width: 96px;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 10px;
  border: 1px solid #dbe2ef;
  background: #fff;
  color: #41506f;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
}

.visa-types-v2-panel--immigration .visa-types-v2-chip:hover {
  border-color: #34a47d;
  color: #1f885f;
}

.visa-types-v2-panel--nonimmigration .visa-types-v2-chip:hover {
  border-color: #4f74e8;
  color: #335bd3;
}

.visa-types-v2-chip.is-featured {
  border-color: #4f74e8;
  color: #335bd3;
  box-shadow: 0 0 0 3px rgba(79, 116, 232, 0.12);
}

.visa-types-v2-chip em {
  position: absolute;
  top: -8px;
  right: -8px;
  margin: 0;
  border-radius: 999px;
  background: #4f74e8;
  color: #fff;
  font-style: normal;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 6px;
}

@media (max-width: 960px) {
  .visa-types-v2 {
    padding: 72px 0 68px;
  }

  .visa-types-v2-head {
    margin-bottom: 40px;
  }

  .visa-types-v2-panels {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .visa-types-v2-panel {
    padding: 32px 20px;
    border-radius: 24px;
  }

  .visa-types-v2-panel h2 {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .visa-types-v2-chip {
    min-width: 88px;
    min-height: 46px;
    padding: 0 20px;
    font-size: 14px;
  }
}

.case-post-v2 {
  background: #f8fafd;
  padding: 52px 0 96px;
}

.case-post-v2-wrap {
  width: min(960px, calc(100% - 32px));
}

.case-post-head {
  margin-bottom: 22px;
}

.case-post-badge {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(79, 116, 232, 0.08);
  color: #4f74e8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.case-post-badge svg {
  width: 14px;
  height: 14px;
}

.case-post-head h1 {
  margin: 14px 0 0;
  color: #0f172a;
  font-size: clamp(34px, 4.1vw, 52px);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.028em;
}

.case-post-head h1 span {
  color: #4f74e8;
}

.case-post-guide {
  margin-bottom: 22px;
  background: #fff;
  border: 1px solid #e9eef9;
  border-radius: 32px;
  padding: 30px 28px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

.case-post-guide h2 {
  margin: 0 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0f172a;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.015em;
}

.case-post-guide h2 svg {
  width: 18px;
  height: 18px;
  color: #4f74e8;
}

.case-post-guide ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.case-post-guide li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.case-post-guide li > span {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(79, 116, 232, 0.12);
  color: #4f74e8;
  font-size: 10px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.case-post-guide li p {
  margin: 0;
  color: #5b6884;
  font-size: 14px;
  line-height: 1.66;
}

.case-post-form {
  display: grid;
  gap: 18px;
}

.case-panel {
  background: #fff;
  border: 1px solid #e8edf8;
  border-radius: 38px;
  padding: 34px 30px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.case-panel h2 {
  margin: 0 0 20px;
  color: #111b33;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.case-panel h2 svg {
  width: 18px;
  height: 18px;
  color: #4f74e8;
}

.case-grid {
  display: grid;
  gap: 14px;
}

.case-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.case-col-span-2 {
  grid-column: 1 / -1;
}

.case-row-gap-lg {
  margin-bottom: 18px;
}

.case-panel label {
  display: grid;
  gap: 8px;
}

.case-panel label > span {
  margin-left: 2px;
  color: #9ca8c1;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.case-input-wrap {
  position: relative;
}

.case-input-wrap i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #b2bdcf;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.case-input-wrap i svg {
  width: 15px;
  height: 15px;
}

.case-panel input,
.case-panel select,
.case-panel textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e6ebf6;
  background: #f8fafd;
  color: #2a3756;
  border-radius: 18px;
  font-size: 14px;
  line-height: 1.45;
}

.case-panel input,
.case-panel select {
  min-height: 52px;
  padding: 0 16px;
}

.case-input-wrap input,
.case-input-wrap select {
  padding-left: 42px;
}

.case-panel select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #9aa7c3 50%), linear-gradient(135deg, #9aa7c3 50%, transparent 50%);
  background-position: calc(100% - 18px) 24px, calc(100% - 12px) 24px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.case-panel textarea {
  padding: 14px 16px;
  resize: vertical;
  min-height: 120px;
}

.case-panel input:focus,
.case-panel select:focus,
.case-panel textarea:focus {
  outline: none;
  border-color: #8fa6ec;
  box-shadow: 0 0 0 3px rgba(79, 116, 232, 0.14);
}

.case-text-stack {
  display: grid;
  gap: 14px;
}

.case-split-grid {
  align-items: start;
  gap: 30px;
}

.case-urgency-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.case-urgency-row label {
  min-height: 52px;
  border: 1px solid #e7ecf7;
  border-radius: 18px;
  background: #f8fafd;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-urgency-row label input {
  display: none;
}

.case-urgency-row label span {
  margin: 0;
  color: #8c98b3;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.case-urgency-row label.is-active {
  background: #4f74e8;
  border-color: #4f74e8;
  box-shadow: 0 10px 20px rgba(79, 116, 232, 0.28);
}

.case-urgency-row label.is-active span {
  color: #fff;
}

.case-status-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.case-status-grid label {
  min-height: 64px;
  padding: 0 10px;
  border: 1px solid #e7ecf7;
  border-radius: 18px;
  background: #f8fafd;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.case-status-grid label input {
  display: none;
}

.case-status-grid label span {
  margin: 0;
  color: #8d9ab5;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-status-grid label.is-active {
  background: rgba(79, 116, 232, 0.1);
  border-color: #4f74e8;
}

.case-status-grid label.is-active span {
  color: #4568dc;
}

.case-panel--submit {
  padding-top: 28px;
}

.case-agreements {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}

.case-agreements label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.case-agree-opt-in {
  border-bottom: 1px solid #eff3fb;
  padding-bottom: 12px;
}

.case-agreements input[type='checkbox'] {
  margin-top: 2px;
  width: 16px;
  height: 16px;
  min-height: 16px;
  border-radius: 4px;
  border: 1px solid #ced8eb;
  background: #fff;
  padding: 0;
  flex-shrink: 0;
}

.case-agreements label span {
  margin: 0;
  color: #5f6d88;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: none;
}

.case-submit-btn {
  width: 100%;
  min-height: 72px;
  border: 0;
  border-radius: 22px;
  background: #4f74e8;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 18px 32px rgba(79, 116, 232, 0.28);
}

.case-submit-btn svg {
  width: 18px;
  height: 18px;
}

.case-post-success {
  max-width: 680px;
  margin: 72px auto 0;
  text-align: center;
}

.case-post-success-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 20px;
  border-radius: 999px;
  background: #eaf8f0;
  color: #1ca769;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-post-success-icon svg {
  width: 36px;
  height: 36px;
}

.case-post-success h1 {
  margin: 0;
  color: #111b33;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.case-post-success p {
  margin: 14px auto 0;
  max-width: 640px;
  color: #5e6b85;
  font-size: 15px;
  line-height: 1.72;
}

.case-post-success-home {
  margin-top: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 32px;
  border-radius: 999px;
  background: #4f74e8;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .case-post-v2 {
    padding: 34px 0 64px;
  }

  .case-post-head h1 {
    font-size: clamp(30px, 7.5vw, 42px);
  }

  .case-post-guide {
    padding: 24px 18px;
    border-radius: 24px;
  }

  .case-panel {
    padding: 24px 18px;
    border-radius: 28px;
  }

  .case-panel h2 {
    font-size: 21px;
  }

  .case-grid--2,
  .case-status-grid {
    grid-template-columns: 1fr;
  }

  .case-col-span-2 {
    grid-column: auto;
  }

  .case-split-grid {
    gap: 20px;
  }

  .case-urgency-row {
    grid-template-columns: 1fr;
  }

  .case-submit-btn {
    min-height: 62px;
    letter-spacing: 0.14em;
  }

  .case-post-success h1 {
    font-size: 30px;
  }
}
