/*
Theme Name: Pratham Ritesh & Co LLP
Author: Pratham Ritesh & Co LLP
Description: Professional CA firm WordPress theme
Version: 1.0
Text Domain: prathamritesh
*/

:root {
  --navy: #081f3f;
  --navy-2: #0d2f57;
  --ink: #11243d;
  --text: #44556b;
  --muted: #6f7f93;
  --line: #dde4ec;
  --surface: #f4f6f9;
  --surface-2: #fbfcfd;
  --white: #ffffff;
  --gold: #b8954f;
  --shadow: 0 18px 48px rgba(8, 31, 63, 0.08);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
p, li, input, textarea, select, label { font-family: Inter, Arial, sans-serif; }

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.topbar {
  background: linear-gradient(90deg, #05182f 0%, #072447 100%);
  color: rgba(255,255,255,0.92);
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
}
.topbar-inner {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.topbar-right {
  display: flex;
  align-items: center;
  gap: 28px;
}
.topbar a { color: #fff; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(8,31,63,0.08);
}

.header .btn-primary,
.btn-primary {
  color: #ffffff !important;
}

.header .btn-primary:hover,
.btn-primary:hover {
  color: #ffffff !important;
}

.header-inner {
  min-height: 114px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.site-branding {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}
.brand-mark {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(180deg, var(--navy-2), var(--navy));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  text-decoration: none;
  box-shadow: var(--shadow);
}
.brand-mark span {
  font-family: Inter, Arial, sans-serif;
  font-weight: 800;
  font-size: 28px;
  letter-spacing: 0.04em;
}
.brand-text { min-width: 0; }
.brand-name {
  display: block;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.08;
  font-weight: 700;
  text-decoration: none;
  color: var(--ink);
}
.brand-subtitle {
  margin: 6px 0 0;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--muted);
  font-size: 14px;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.primary-nav .menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 22px;
  margin: 0;
  padding: 0;
}
.primary-nav .menu > li { position: relative; }
.primary-nav a {
  text-decoration: none;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
}
.primary-nav .menu > li > a {
  padding: 8px 0;
  position: relative;
}
.primary-nav .menu > li > a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.primary-nav .menu > li:hover > a::after,
.primary-nav .menu > li.current-menu-item > a::after,
.primary-nav .menu > li.current_page_item > a::after { transform: scaleX(1); }

.primary-nav .sub-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 16px);
  min-width: 320px;
  list-style: none;
  margin: 0;
  padding: 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .22s ease;
}
.primary-nav .sub-menu li + li { margin-top: 4px; }
.primary-nav .sub-menu a {
  display: block;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
}
.primary-nav .sub-menu a:hover { background: var(--surface); }
.primary-nav .menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  transition: .25s ease;
  font-family: Inter, Arial, sans-serif;
  font-weight: 700;
}
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 32px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0b2340, #123a63);
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(11, 35, 64, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.header-cta:hover,
.header-cta:focus {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-decoration: none;
  background: linear-gradient(135deg, #123a63, #0b2340);
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(11, 35, 64, 0.24);
}

.header-cta:visited,
.header-cta:active {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.header-cta * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.header-cta:hover { transform: translateY(-1px); }
.nav-toggle {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--white);
  padding: 0;
}
.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--ink);
  margin: 5px auto;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 64px;
  background:
    radial-gradient(circle at top left, rgba(184,149,79,.12), transparent 26%),
    linear-gradient(90deg, #faf8f5 0%, #f4f7fb 45%, #f8fafc 100%);
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.36), transparent 48%);
  pointer-events: none;
}

.hero-premium {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 40px;
  background:
    radial-gradient(circle at top left, rgba(184, 138, 68, 0.10), transparent 32%),
    radial-gradient(circle at 85% 18%, rgba(11, 35, 64, 0.08), transparent 28%),
    linear-gradient(135deg, #f8fafc 0%, #f3f6fa 45%, #ffffff 100%);
}

.hero-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 35, 64, 0.02) 1px, transparent 1px),
    linear-gradient(rgba(11, 35, 64, 0.02) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.35), transparent 75%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  align-items: center;
  gap: 56px;
}

.hero-tag {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(184, 138, 68, 0.10);
  color: #a27734;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.panel-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #b88a44;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-tag,
.section-tag,
.panel-tag {
  display: inline-block;
  margin-bottom: 18px;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}

.hero-content {
  max-width: 760px;
}

.hero-content h1 {
  margin: 0 0 22px;
  max-width: 820px;
  color: #0b2340;
  font-size: clamp(46px, 6vw, 86px);
  line-height: .95;
  letter-spacing: -2px;
  font-weight: 700;
  text-wrap: balance;
}

.hero-content p {
  margin: 0 0 30px;
  max-width: 690px;
  font-size: 19px;
  color: #5f6f82;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.hero-actions .btn {
  min-width: 190px;
  justify-content: center;
}

.hero-actions .btn-primary {
  box-shadow: 0 16px 35px rgba(11, 35, 64, 0.16);
}

.hero-actions .btn-outline {
  background: rgba(255,255,255,0.8);
  border: 1px solid rgba(11, 35, 64, 0.12);
  color: #0b2340;
}

.btn {
  padding: 16px 28px;
  border: 1px solid transparent;
}
.btn-primary {
  background: linear-gradient(135deg, #0b2340, #123a63);
  color: #ffffff !important;
  opacity: 1 !important;
}

.btn-primary span,
.btn-primary a {
  color: #ffffff !important;
}

.btn-primary:hover { transform: translateY(-1px); }
.btn-outline {
  border-color: rgba(8,31,63,.16);
  background: rgba(255,255,255,.72);
  color: var(--ink);
}
.btn-outline:hover { background: var(--white); }

.hero-panel-text {
  margin: 0 0 24px;
  color: #5f6f82;
  font-size: 16px;
  line-height: 1.8;
}

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

.hero-stat-box {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);
  border: 1px solid rgba(11, 44, 70, 0.08);
  border-radius: 18px;
  padding: 20px 18px;
  box-shadow: 0 14px 32px rgba(12, 30, 52, 0.05);
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease, box-shadow 0.3s ease;
}

.hero-stat-box:hover {
  box-shadow: 0 18px 40px rgba(12, 30, 52, 0.09);
}

.hero-stat-box.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-stat-box strong {
  display: block;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: #0b2340;
  margin-bottom: 8px;
  letter-spacing: -1px;
}

.hero-stat-box span {
  display: block;
  color: #5f6f82;
  font-size: 14px;
  line-height: 1.55;
}

.impact-counters {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  padding-top: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(11,35,64,0.06);
}

.section-header-centered {
  max-width: 820px;
  margin: 0 auto 50px;
  text-align: center;
  margin-bottom: 36px;
}

.impact-counters .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(2,320px);
  justify-content: center;
  gap: 28px;
  margin: 40px;
}

.impact-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(11, 44, 70, 0.08);
  border-radius: 20px;
  padding: 34px 28px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.06);
  transition: all 0.35s ease;
  overflow: hidden;
}

.impact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #0b2340, #b88a44);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.impact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.10);
}

.impact-card:hover::before {
  opacity: 1;
}

.impact-label {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b88a44;
}

.impact-number {
  display: block;
  margin-bottom: 16px;
  font-size: 56px;
  line-height: 1;
  font-weight: 700;
  color: #0b2340;
  letter-spacing: -1px;
  text-shadow: 0 2px 8px rgba(11, 35, 64, 0.08);
}

.impact-number::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background: #b88a44;
  margin-top: 10px;
  border-radius: 2px;
}

.impact-card p {
  margin: 0;
  color: #5f6f82;
  font-size: 15px;
  line-height: 1.75;
}

.impact-card,
.hero-stat-box {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.impact-card.is-visible,
.hero-stat-box.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .impact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .impact-number {
    font-size: 44px;
  }

  .impact-card {
    padding: 28px 22px;
  }
}

@media (max-width: 768px) {
  .impact-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }
}

.hero-panel-wrap {
  position: relative;
}
.hero-panel-wrap::before {
  content: "";
  position: absolute;
  top: -22px;
  right: -18px;
  width: 180px;
  height: 180px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(184, 138, 68, 0.14), rgba(11, 35, 64, 0.05));
  filter: blur(8px);
  z-index: 0;
}

.hero-panel,
.metric-card,
.partner-card,
.industry-card,
.insight-card,
.why-prllp-points article {
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(8,31,63,.08);
  box-shadow: var(--shadow);
}

.why-prllp {
  padding-top: 60px;
  padding-bottom: 70px;
}

.hero-panel {
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(11, 35, 64, 0.08);
  border-radius: 28px;
  padding: 34px 32px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.10);
}

.hero-panel h2 {
  margin: 0 0 16px;
  color: #0b2340;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -0.8px;
}
.hero-list {
  margin: 0;
  padding-left: 22px;
}
.hero-list li {
  margin: 14px 0;
  color: #5b6d82;
  font-size: 16px;
}
.hero-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.metric-card {
  border-radius: 20px;
  padding: 20px 22px;
}
.metric-card strong {
  display: block;
  margin-bottom: 6px;
  font-family: Georgia, serif;
  color: var(--ink);
  font-size: 24px;
}
.metric-card span {
  display: block;
  color: var(--muted);
  font-size: 14px;
}

.credibility-strip {
  position: relative;
  z-index: 3;
  margin-top: -20px;
}
.credibility-strip-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 28px;
  padding: 18px 24px;
  border-radius: 20px;
  background: #0b2340;
  box-shadow: 0 18px 40px rgba(11, 35, 64, 0.18);
}
.credibility-strip-inner > span {
  color: rgba(255,255,255,0.7);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.credibility-strip-inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.credibility-strip-inner li {
  position: relative;
  padding-left: 18px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}

.credibility-strip-inner li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b88a44;
}

.credibility-strip li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -18px;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background: #9fb0c4;
  border-radius: 50%;
}

/* optional subtle reveal for hero content */
.hero-content > * {
  animation: heroFadeUp 0.8s ease both;
}

.hero-content > *:nth-child(1) { animation-delay: 0.05s; }
.hero-content > *:nth-child(2) { animation-delay: 0.12s; }
.hero-content > *:nth-child(3) { animation-delay: 0.2s; }
.hero-content > *:nth-child(4) { animation-delay: 0.28s; }

.hero-panel {
  animation: heroPanelIn 0.9s ease both;
  animation-delay: 0.2s;
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroPanelIn {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1199px) {
  .hero-content h1 {
    font-size: clamp(42px, 5.5vw, 70px);
  }

  .hero-panel h2 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .hero-premium {
    padding: 72px 0 56px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-content h1 {
    max-width: 100%;
    font-size: clamp(38px, 8vw, 58px);
    line-height: 1.02;
  }

  .hero-content p {
    max-width: 100%;
    font-size: 17px;
  }

  .hero-panel {
    padding: 28px 24px;
  }

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

  .credibility-strip {
    margin-top: 0;
    padding-top: 8px;
  }
}

@media (max-width: 640px) {
  .hero-premium {
    padding: 58px 0 42px;
  }

  .hero-tag {
    margin-bottom: 14px;
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .hero-content h1 {
    font-size: 38px;
    letter-spacing: -1.2px;
  }

  .hero-content p {
    font-size: 16px;
    line-height: 1.7;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .hero-stats-grid {
    grid-template-columns: 1fr;
  }

  .hero-stat-box strong {
    font-size: 28px;
  }

  .hero-panel h2 {
    font-size: 28px;
  }

  .credibility-strip-inner {
    padding: 16px 18px;
    border-radius: 16px;
  }
}

.section-space { padding: 70px 0; }
.section-soft { background: #f8fafc; }
.section-header { margin-bottom: 38px; }
.section-header h2,
.section-heading-block h2,
.cta-band h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 3vw, 54px);
  line-height: 1.05;
}
.section-header-inline {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
.section-heading-block p,
.section-header p,
.partner-info p,
.why-prllp-points p,
.industry-card p,
.insight-card p,
.footer-desc,
.footer-contact p {
  color: var(--muted);
}
.text-link {
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
}

.firm-snapshot {
  padding: 36px 0;
  background: var(--white);
}
.snapshot-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 30px 34px;
  border: 1px solid rgba(8,31,63,.08);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.snapshot-item h3 {
  margin: 0 0 6px;
  font-size: clamp(30px, 2.5vw, 44px);
  color: var(--ink);
}
.snapshot-item p {
  margin: 0;
  text-align: center;
  font-size: 14px;
}
.snapshot-divider {
  width: 1px;
  height: 56px;
  background: var(--line);
}

.why-prllp-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: start;
}
.section-heading-block p {
  margin-top: 22px;
  max-width: 620px;
  font-size: 18px;
}
.why-prllp-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.why-prllp-points article {
  border-radius: 24px;
  padding: 26px;
}
.why-prllp-points h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.12;
}
.why-prllp-points p { margin: 0; font-size: 15px; }

.industry-grid,
.insights-grid {
  display: grid;
  gap: 22px;
}
.services-grid { grid-template-columns: repeat(3, 1fr); }
.industry-grid { grid-template-columns: repeat(3, 1fr); }
.insights-grid { grid-template-columns: repeat(3, 1fr); }
.industry-card,
.insight-card {
  display: block;
  padding: 28px;
  border-radius: 24px;
  text-decoration: none;
}
.service-card-eyebrow,
.insight-date {
  display: inline-block;
  margin-bottom: 12px;
  font-family: Inter, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  color: var(--gold);
  font-weight: 700;
}
.industry-card h3,
.insight-card h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.05;
}

.industry-card p,
.insight-card p {
  margin: 0 0 18px;
  font-size: 15px;
}
.service-card-link {
  font-family: Inter, Arial, sans-serif;
  font-weight: 700;
  color: var(--ink);
}

.industry-card:hover,
.insight-card:hover,
.partner-card:hover,
.why-prllp-points article:hover {
  transform: translateY(-3px);
}
.industry-card,
.insight-card,
.partner-card,
.why-prllp-points article { transition: transform .25s ease, box-shadow .25s ease; }

.partners-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 22px;
}
.partner-card {
  border-radius: 28px;
  padding: 32px;
}
.partner-card:first-child {
  display: flex;
  gap: 26px;
  align-items: flex-start;
}
.photo-placeholder {
  width: 120px;
  height: 144px;
  border-radius: 24px;
  background: linear-gradient(180deg, #eaf0f7, #dce5f0);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter, Arial, sans-serif;
  font-weight: 800;
  font-size: 28px;
}
.partner-info h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 34px;
}

.partner-link {
  color: #0b2340;
  text-decoration: none;
  transition: color 0.25s ease;
}

.partner-link:hover,
.partner-link:focus {
  color: #b88a44;
  text-decoration: none;
}

.partner-title {
  display: inline-block;
  margin-bottom: 14px;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: var(--gold);
  font-weight: 700;
}

.partners-section {
  padding: 80px 0;
}

.partners-section .section-header {
  margin-bottom: 42px;
}

.section-intro {
  max-width: 760px;
  margin: 14px 0 0;
  color: #5f6f82;
  font-size: 16px;
  line-height: 1.8;
}

.partners-grid-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}

.partner-card {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 28px;
  align-items: start;
  padding: 36px;
  background: #ffffff;
  border: 1px solid rgba(11, 35, 64, 0.08);
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.08);
}

.partner-photo {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.photo-placeholder {
  width: 120px;
  height: 120px;
  border-radius: 24px;
  background: #eef2f6;
  color: #0b2340;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.partner-info h3 {
  margin: 0 0 10px;
  font-size: 42px;
  line-height: 1.08;
  color: #0b2340;
}

.partner-link {
  color: #0b2340;
  text-decoration: none;
  transition: color 0.25s ease;
}

.partner-link:hover,
.partner-link:focus {
  color: #b88a44;
  text-decoration: none;
}

.partner-title {
  display: inline-block;
  margin-bottom: 18px;
  color: #b88a44;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.partner-info p {
  margin: 0;
  color: #5f6f82;
  font-size: 17px;
  line-height: 1.85;
}

@media (max-width: 1024px) {
  .partner-info h3 {
    font-size: 34px;
  }

  .partner-card {
    grid-template-columns: 120px 1fr;
    padding: 30px;
  }

  .photo-placeholder {
    width: 104px;
    height: 104px;
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .partners-grid-two {
    grid-template-columns: 1fr;
  }

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

  .partner-photo {
    justify-content: flex-start;
  }

  .partner-info h3 {
    font-size: 30px;
  }

  .partner-info p {
    font-size: 16px;
  }
}

.services-hero {
  padding: 84px 0 34px;
}

.services-hero h1 {
  font-size: clamp(48px, 6vw, 72px);
  line-height: 1.05;
  color: #0b2340;
  margin: 12px 0 20px;
}

.section-intro {
  max-width: 760px;
  color: #5f6f82;
  font-size: 18px;
  line-height: 1.9;
}

.services-approach-inner {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 50px;
  align-items: start;
}

.services-approach h2 {
  font-size: 40px;
  color: #0b2340;
}

.services-approach p {
  color: #5f6f82;
  line-height: 1.9;
}

@media (max-width: 768px) {

  .services-approach-inner {
    grid-template-columns: 1fr;
  }
}

.services-page-title {
  margin: 12px 0 18px;
  color: #0b2340;
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1.02;
  letter-spacing: -1.4px;
}

.services-page-intro {
  max-width: 820px;
  margin: 0;
  color: #5f6f82;
  font-size: 18px;
  line-height: 1.9;
}

.services-grid-section {
  padding-top: 16px;
  padding-bottom: 80px;
}

.services-grid-clean {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}

.service-card-clean {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 320px;
  padding: 34px 34px 30px;
  background: #ffffff;
  border: 1px solid rgba(11, 35, 64, 0.08);
  border-radius: 28px;
  text-decoration: none;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.service-card-clean:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.08);
  border-color: rgba(184, 138, 68, 0.35);
}

.services-grid-clean > .service-card-clean {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 320px;
  padding: 34px 34px 30px;
  background: #ffffff;
  border: 1px solid rgba(11, 35, 64, 0.08);
  border-radius: 28px;
  text-decoration: none;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.service-card-number {
  display: inline-block;
  margin-bottom: 14px;
  color: #b88a44;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.service-card-clean h3 {
  margin: 0 0 14px;
  color: #0b2340;
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: -0.6px;
}

.service-card-clean p {
  margin: 0 0 22px;
  color: #5f6f82;
  font-size: 16px;
  line-height: 1.85;
}

.service-card-link {
  margin-top: auto;
  color: #0b2340;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.service-card-clean:hover .service-card-link {
  color: #b88a44;
}

.services-bottom-note-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  align-items: start;
}

.services-bottom-note-inner h2 {
  margin: 10px 0 0;
  color: #0b2340;
  font-size: 40px;
  line-height: 1.12;
}

.services-bottom-note-inner p {
  margin: 0;
  color: #5f6f82;
  font-size: 17px;
  line-height: 1.95;
}

.services-grid-clean .service-card-clean h3,
.services-grid-clean .service-card-clean p,
.services-grid-clean .service-card-clean .service-card-link,
.services-grid-clean .service-card-clean .service-card-number {
  opacity: 1 !important;
  visibility: visible !important;
  text-indent: 0 !important;
  overflow: visible !important;
  white-space: normal !important;
  position: static !important;
  transform: none !important;
  clip: auto !important;
  clip-path: none !important;
  -webkit-text-fill-color: initial !important;

}

.services-grid-clean .service-card-clean,
.services-grid-clean .service-card-clean:link,
.services-grid-clean .service-card-clean:visited,
.services-grid-clean .service-card-clean:hover,
.services-grid-clean .service-card-clean:active {
  color: inherit !important;
  -webkit-text-fill-color: initial !important;
}

.services-grid-clean .service-card-clean h3 {
  display: block !important;
  color: #0b2340 !important;
  font-size: 34px !important;
  line-height: 1.08 !important;
  font-weight: 700 !important;
  margin: 0 0 14px !important;
}

.services-grid-clean .service-card-clean p {
  display: block !important;
  color: #5f6f82 !important;
  font-size: 16px !important;
  line-height: 1.85 !important;
  margin: 0 0 22px !important;
}

.services-grid-clean .service-card-clean .service-card-link {
  display: inline-block !important;
  color: #0b2340 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

.services-grid-clean .service-card-clean .service-card-number {
  display: inline-block !important;
  color: #b88a44 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  margin-bottom: 14px !important;
}

.services-grid-clean .service-card-clean h3,
.services-grid-clean .service-card-clean p {
  border: 1px dashed rgba(255, 0, 0, 0.25);
}

@media (max-width: 991px) {
  .services-grid-clean {
    grid-template-columns: 1fr;
  }

  .service-card-clean {
    min-height: auto;
  }

  .services-bottom-note-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .service-card-clean h3 {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  .service-card-clean {
    padding: 26px 24px;
    border-radius: 22px;
  }

  .service-card-clean h3 {
    font-size: 26px;
  }

  .services-page-intro,
  .services-bottom-note-inner p {
    font-size: 16px;
  }
}

.cta-band {
  padding: 84px 0;
  background: linear-gradient(135deg, #081f3f, #0d315d);
  color: var(--white);
}
.cta-band .section-tag,
.cta-band h2 { color: var(--white); }
.cta-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.site-footer {
  background: #06162d;
  color: rgba(255,255,255,.82);
}
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr .8fr .8fr .8fr;
  gap: 34px;
  padding: 78px 0 48px;
}
.footer-logo-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}
.footer-mark {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: linear-gradient(180deg, #102f5b, #0a2142);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-family: Inter, Arial, sans-serif;
  font-weight: 800;
  font-size: 24px;
}
.footer-logo a {
  color: var(--white);
  text-decoration: none;
  font-size: 30px;
}
.footer-kicker {
  margin: 4px 0 0;
  color: rgba(255,255,255,.58);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 12px;
}
.footer-col h4 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: 22px;
}
.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu li { margin-bottom: 10px; font-family: Inter, Arial, sans-serif; }
.footer-menu a {
  text-decoration: none;
  color: rgba(255,255,255,.78);
}
.footer-desc { margin: 0 0 18px; max-width: 520px; }
.footer-contact p { margin: 0 0 8px; }
.footer-contact a { color: var(--white); text-decoration: none; }
.footer-badge img {
  max-width: 110px;
  margin-top: 14px;
  border-radius: 14px;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
}
.footer-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer-text,
.footer-mini { margin: 0; font-family: Inter, Arial, sans-serif; font-size: 14px; }

@media (max-width: 1180px) {
  .header-inner { min-height: 96px; }
  .primary-nav .menu { gap: 24px; }
  .header-cta { padding: 15px 24px; }
  .hero-content h1 { font-size: clamp(48px, 6vw, 72px); }
  .industry-grid,
  .insights-grid,
  .why-prllp-points { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 980px) {
  .topbar-inner,
  .cta-band-inner,
  .section-header-inline,
  .footer-inner,
  .credibility-strip-inner,
  .header-inner { flex-direction: column; align-items: flex-start; }
  .header-inner { padding: 18px 0; }
  .nav-toggle { display: inline-block; position: absolute; right: 24px; top: 24px; }
  .site-header { position: relative; }
  .primary-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding-top: 18px;
  }
  .primary-nav.is-open { display: flex; }
  .primary-nav .menu,
  .topbar-right,
  .hero-inner,
  .why-prllp-grid,
  .partners-grid,
  .snapshot-inner { grid-template-columns: 1fr; display: grid; width: 100%; }
  .primary-nav .menu { gap: 0; }
  .primary-nav .menu > li { border-top: 1px solid var(--line); padding: 12px 0; }
  .primary-nav .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-radius: 14px;
    margin-top: 10px;
  }
  .header-cta { width: 100%; }
  .hero-panel-wrap,
  .hero-metrics { grid-template-columns: 1fr 1fr; }
  .snapshot-divider { display: none; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1240px); }
  .topbar { font-size: 13px; }
  .brand-name { font-size: 18px; }
  .brand-subtitle { font-size: 11px; }
  .hero { padding: 56px 0 44px; }
  .hero-content h1 { font-size: 48px; }
  .hero-content p { font-size: 17px; }
  .hero-panel { padding: 24px; }
  .hero-panel h2,
  .industry-card h3,
  .insight-card h3,
  .partner-info h3,
  .section-header h2,
  .section-heading-block h2,
  .cta-band h2 { font-size: 30px; }
  .hero-metrics,
  .industry-grid,
  .insights-grid,
  .why-prllp-points,
  .footer-top { grid-template-columns: 1fr; }
  .partner-card:first-child { flex-direction: column; }
  .cta-band { padding: 64px 0; }
}
