/* SV Ocean Services – Homepage */
.page-home {
  --sv-gold: #c9a227;
  --sv-gold-dark: #b08d1f;
  --sv-black: #111111;
  --sv-text: #333333;
  --sv-muted: #6b6b6b;
  --sv-light: #f7f7f7;
  --sv-white: #ffffff;
  --sv-radius: 20px;
  --sv-shadow: 0 20px 50px rgba(17, 17, 17, 0.12);
  font-family: 'Poppins', sans-serif;
  color: var(--sv-text);
}

.page-home .header-v2-container,
.page-home .hp-container {
  max-width: 1240px;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.page-home .hp-display {
  font-weight: var(--heading-weight);
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--heading-color);
}

.page-home .gold {
  color: var(--sv-gold);
}

/* Body copy — same style on all content paragraphs */
.page-home p.hp-lead,
.page-home p.hp-body,
.page-home p.hp-sub,
.page-home p.hp-intro,
.page-home p.hp-group-sub,
.page-home .hp-vm-box p,
.page-home .hp-service-card p,
.page-home .hp-step p,
.page-home .hp-features p,
.page-home .hp-group-card p:not(.cat),
.page-home .hp-cta > .hp-container > p {
  font-size: var(--paragraph-size);
  font-weight: 400;
  line-height: 1.6;
  color: #555555;
}

.page-home .hp-test-card blockquote {
  font-size: var(--paragraph-size);
  font-weight: 400;
  line-height: 1.6;
  color: #555555;
}

.page-home .hp-service-card h3,
.page-home .hp-step h4,
.page-home .hp-features h4,
.page-home .hp-vm-box h4,
.page-home .hp-group-card h3 {
  font-weight: var(--heading-weight-emphasis);
  text-transform: none;
  letter-spacing: 0;
  color: var(--heading-color);
}

/* Header */
.header--v2 {
  padding: 18px 0;
  border-bottom: none;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--sv-white);
}

.header-v2-inner {
  display: grid;
  grid-template-columns: minmax(160px, auto) 1fr minmax(140px, auto);
  align-items: center;
  gap: 20px;
}

.header--v2 .logo img {
  max-height: 56px;
  width: auto;
}

.header-v2-menu {
  justify-content: center;
  background: transparent !important;
  padding: 0 !important;
  gap: 6px !important;
  margin: 0 auto;
}

.header--v2 .menu li a {
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  color: #777;
  border-radius: 8px;
}

.header--v2 .menu li.active a {
  background: #ececec;
  color: var(--sv-black);
}

.header--v2 .menu li.active::after {
  display: none;
}

.header--v2 .btn-quote {
  background: var(--sv-gold);
  color: var(--sv-white);
  border: none;
  padding: 11px 20px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-decoration: none;
  justify-self: end;
}

.header--v2 .btn-quote:hover {
  background: var(--sv-gold-dark);
  color: var(--sv-white);
}

.header-v2-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-self: end;
}

.header--v2 {
  padding: 18px 0 !important;
}

.page-home .header--v2 .menu {
  display: flex;
}

.hp-container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

/* Hero split */
.hp-hero-split {
  padding: 36px 0 0;
  background: linear-gradient(180deg, #fff 0%, #fff 55%, #fffcf5 100%);
  overflow: hidden;
}

.hp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 32px 48px;
  align-items: center;
}

.hp-pill {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--sv-gold);
  background: #fdf8eb;
  padding: 8px 16px;
  border-radius: 50px;
  margin-bottom: 22px;
}

.hp-hero-split h1 {
  margin-bottom: 22px;
  font-size: clamp(2rem, 4.2vw, 2.85rem);
}

.hp-hero-split .hp-lead {
  max-width: 440px;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.65;
}

.hp-hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 0;
}

.hp-btn-gold {
  background: var(--sv-gold);
  color: var(--sv-white);
  padding: 13px 24px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-decoration: none;
  text-transform: uppercase;
}

.hp-btn-gold:hover {
  background: var(--sv-gold-dark);
  color: var(--sv-white);
}

.hp-btn-ghost {
  background: var(--sv-white);
  color: #555;
  padding: 13px 24px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #d4d4d4;
}

.hp-btn-ghost:hover {
  border-color: #aaa;
  color: var(--sv-black);
}

.hp-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 36px 0 32px;
  margin-top: 8px;
  border-top: none;
}

.hp-hero-stats > div {
  text-align: left;
}

.hp-hero-stats strong {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: clamp(2rem, 3.5vw, 2.5rem);
  color: var(--sv-black);
  line-height: 1;
  margin-bottom: 8px;
}

.hp-hero-stats span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #888;
}

.hp-hero-visual {
  position: relative;
  justify-self: end;
  width: 100%;
  max-width: 520px;
}

.hp-hero-glow {
  position: absolute;
  inset: -30px -40px -30px -20px;
  background: radial-gradient(ellipse 80% 70% at 60% 50%, rgba(201, 162, 39, 0.22) 0%, transparent 72%);
  z-index: 0;
  pointer-events: none;
}

.hp-hero-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: var(--sv-radius);
  box-shadow: var(--sv-shadow);
  object-fit: cover;
  aspect-ratio: 4 / 5;
  max-height: 520px;
  min-height: 400px;
  display: block;
}

.hp-cert-strip {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: var(--sv-gold);
  border-radius: 0 10px 10px 0;
  padding: 14px 8px;
}

.hp-cert-strip span {
  display: block;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: var(--sv-white);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}

.hp-exp-badge {
  position: absolute;
  left: 16px;
  bottom: 20px;
  z-index: 2;
  background: var(--sv-white);
  border-radius: 10px;
  padding: 14px 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  min-width: 120px;
}

.hp-exp-badge strong {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 2.35rem;
  color: var(--sv-gold);
  line-height: 1;
}

.hp-exp-badge span {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #444;
  margin-top: 6px;
  line-height: 1.35;
}

/* Ticker */
.hp-ticker {
  background: var(--sv-gold);
  padding: 14px 0;
  overflow: hidden;
  margin-top: 0;
}

.hp-ticker-track {
  display: flex;
  width: max-content;
  animation: hp-marquee 35s linear infinite;
}

.hp-ticker-track span {
  color: var(--sv-white);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 28px;
}

.hp-ticker-track .dot {
  opacity: 0.6;
}

@keyframes hp-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Accredited */
.hp-accredited {
  padding: 48px 0;
  background: var(--sv-light);
  text-align: center;
}

.hp-accredited p {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--sv-muted);
  margin-bottom: 28px;
}

.hp-accredited-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px;
  opacity: 0.55;
  filter: grayscale(100%);
}

.hp-accredited-logos img {
  height: 44px;
  width: auto;
  object-fit: contain;
}

/* About on home */
.hp-about {
  padding: 80px 0;
  background: var(--sv-white);
}

.hp-about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: start;
}

.hp-about-col-text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.hp-about:not(.is-expanded) .hp-about-col-text {
  overflow: hidden;
}

.hp-about-text-panel {
  position: relative;
  overflow: hidden;
  transition: max-height 0.45s ease;
  flex: 0 0 auto;
}

.hp-about-read-actions {
  flex-shrink: 0;
  margin-top: 0;
  padding-top: 0;
  line-height: 1;
}

.hp-about:not(.is-expanded) .hp-about-text-panel::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
}

.hp-about.is-expanded .hp-about-text-panel::after {
  display: none;
}

.hp-read-toggle {
  margin-top: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--sv-gold);
  cursor: pointer;
}

.hp-read-toggle:hover {
  color: var(--sv-gold-dark);
}

.hp-read-less-btn {
  margin-top: 0;
}

.hp-about.is-expanded .hp-read-more-btn {
  display: none;
}

.hp-about.is-expanded .hp-about-col-text {
  height: auto !important;
  overflow: visible;
}

.hp-label {
  margin-bottom: 15px;
}

.hp-label--center {
  text-align: center;
}

.hp-about h2 {
  margin-bottom: 24px;
}

.hp-about .hp-body {
  margin-bottom: 18px;
}

.hp-vm-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
}

.hp-about-col-side {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.hp-vm-row--side {
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 0;
}

.hp-vm-row--side .hp-vm-box p {
  font-size: 13px;
  line-height: 1.6;
}

.hp-vm-box {
  border-left: 3px solid var(--sv-gold);
  padding-left: 20px;
}

.hp-vm-box h4 {
  font-size: 14px;
  color: var(--sv-gold);
  margin-bottom: 10px;
  text-transform: capitalize;
}

.hp-vm-box p {
  margin: 0;
}

.hp-about-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 14px;
}

.hp-about-images img:first-child {
  grid-column: 1 / -1;
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
}

.hp-about-images img:not(:first-child) {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 12px;
}

/* Services */
.hp-services {
  padding: 80px 0;
  background: var(--sv-light);
}

.hp-services-head {
  margin-bottom: 48px;
}

.hp-services-head h2 {
  margin-bottom: 16px;
}

.hp-services-head .hp-sub {
  max-width: 640px;
}

.hp-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.hp-service-card {
  background: var(--sv-white);
  border-radius: 14px;
  padding: 28px;
  border: 1px solid #ebebeb;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.hp-service-icon {
  width: 48px;
  height: 48px;
  background: #faf6eb;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sv-gold-dark);
  font-size: 20px;
  margin-bottom: 18px;
}

.hp-service-card h3 {
  font-size: 1rem;
  margin-bottom: 12px;
}

.hp-service-card p {
  flex-grow: 1;
  margin-bottom: 18px;
}

.hp-service-link {
  color: var(--sv-gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-decoration: none;
}

/* Clients / Partners / Certified logos */
.hp-logos-band {
  background: var(--sv-white);
}

.hp-logos-section {
  text-align: center;
  padding: 56px 0 48px;
  overflow: hidden;
}

.hp-logos-section + .hp-logos-section {
  padding-top: 0;
}

.hp-logos-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 500;
  color: #3d3d3d;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
  text-transform: none;
}

.hp-logo-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.hp-logo-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 28px;
  animation: hp-logo-marquee-rtl 40s linear infinite;
}

.hp-logo-marquee-track--partners {
  animation-duration: 45s;
}

.hp-logo-marquee:hover .hp-logo-marquee-track {
  animation-play-state: paused;
}

@keyframes hp-logo-marquee-rtl {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.hp-logo-card {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 88px;
  padding: 16px 28px;
  background: var(--sv-white);
  border-radius: 12px;
  box-shadow: 0 4px 22px rgba(0, 0, 0, 0.08);
}

.hp-logo-card--partner {
  min-width: 220px;
  height: 96px;
  padding: 18px 32px;
}

.hp-logo-card img {
  max-height: 52px;
  max-width: 160px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.hp-logo-card--partner img {
  max-height: 58px;
  max-width: 170px;
}

.hp-logos-section--cert {
  padding-bottom: 64px;
}

.hp-cert-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 48px 56px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.hp-cert-logos img {
  max-height: 56px;
  max-width: 140px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: none;
}

/* Stats banner — full-width teal strip */
.hp-stats-banner {
  background: #5aabae;
  padding: 52px 0;
  color: var(--sv-white);
}

.hp-stats-banner-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 24px;
  text-align: center;
  align-items: start;
}

.hp-stats-banner-num {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2rem, 4.5vw, 2.85rem);
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 10px;
  color: var(--sv-white);
  letter-spacing: 0.02em;
}

.hp-stats-banner-label {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
  text-transform: none;
}

/* How it works */
.hp-how {
  padding: 80px 0;
  background: var(--sv-white);
}

.hp-how-title {
  text-align: center;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  gap: 2px;
}

.hp-how-line {
  display: block;
}

@media (min-width: 992px) {
  .hp-how-title {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.2em;
  }

  .hp-how-line {
    display: inline;
  }
}

.hp-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 56px;
  position: relative;
}

.hp-steps::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 8%;
  right: 8%;
  border-top: 2px dashed var(--sv-gold);
  z-index: 0;
}

.hp-step {
  text-align: center;
  position: relative;
  z-index: 1;
}

.hp-step-num {
  width: 56px;
  height: 56px;
  border: 2px solid var(--sv-gold);
  border-radius: 50%;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sv-white);
  color: var(--sv-gold);
  font-weight: 600;
  font-size: 14px;
}

.hp-step h4 {
  font-size: 0.95rem;
  margin-bottom: 10px;
}

.hp-step p {
  margin: 0;
}

/* Why choose */
.hp-why {
  padding: 80px 0;
  background: var(--sv-light);
}

.hp-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.hp-why-image {
  position: relative;
}

.hp-why-image > img {
  width: 100%;
  border-radius: var(--sv-radius);
  object-fit: cover;
  min-height: 480px;
  display: block;
}

.hp-badge-float {
  position: absolute;
  right: 20px;
  bottom: 24px;
  background: var(--sv-white);
  border-radius: 12px;
  padding: 20px 22px;
  box-shadow: var(--sv-shadow);
  max-width: 190px;
}

.hp-badge-float strong {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--sv-gold);
  display: block;
  line-height: 1;
}

.hp-badge-float span {
  font-size: 12px;
  color: var(--sv-muted);
  line-height: 1.4;
  display: block;
  margin-top: 8px;
}

.hp-why h2 {
  margin-bottom: 20px;
}

.hp-why .hp-intro {
  margin-bottom: 28px;
}

.hp-features li {
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
  list-style: none;
}

.hp-feat-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  background: #faf6eb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sv-gold);
  font-size: 14px;
}

.hp-features h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}

.hp-features p {
  margin: 0;
}

.hp-features {
  padding: 0;
  margin: 0;
}

/* Global reach */
.hp-reach {
  padding: 80px 0;
  background: var(--sv-white);
}

.hp-reach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.hp-reach h2 {
  margin-bottom: 18px;
}

.hp-reach .hp-intro {
  margin-bottom: 28px;
}

.hp-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.hp-stat {
  background: var(--sv-white);
  border: 1px solid #ebebeb;
  border-radius: 12px;
  padding: 22px;
  text-align: center;
}

.hp-stat strong {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: var(--sv-gold);
  margin-bottom: 4px;
}

.hp-stat span {
  font-size: 13px;
  color: var(--sv-muted);
}

.hp-reach-img img {
  width: 100%;
  border-radius: var(--sv-radius);
  object-fit: cover;
  min-height: 380px;
}

.hp-locations {
  margin-top: 48px;
}

.hp-locations-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--sv-muted);
  margin-bottom: 14px;
}

.hp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hp-tag {
  background: #ebebeb;
  color: var(--sv-text);
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}

/* Testimonials */
.hp-testimonials {
  padding: 80px 0;
  background: var(--sv-light);
}

.hp-testimonials h2 {
  text-align: center;
  margin-bottom: 48px;
}

.hp-test-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.hp-test-card {
  background: var(--sv-white);
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.hp-stars {
  font-size: 13px;
  letter-spacing: 3px;
  margin-bottom: 16px;
  color: var(--sv-black);
}

.hp-test-card blockquote {
  font-style: italic;
  flex-grow: 1;
  margin: 0 0 22px;
  border: none;
  padding: 0;
}

.hp-test-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hp-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #faf6eb;
  color: var(--sv-gold);
  font-weight: 600;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hp-test-author strong {
  display: block;
  font-size: 14px;
  color: var(--sv-black);
}

.hp-test-author span {
  font-size: 12px;
  color: var(--sv-muted);
}

/* CTA */
.hp-cta {
  background: var(--sv-gold);
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}

.hp-cta::after {
  content: "";
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 280px;
  height: 280px;
  border: 36px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.hp-cta h2 {
  margin-bottom: 12px;
  max-width: 560px;
}

.hp-cta > .hp-container > p {
  margin-bottom: 28px;
}

.hp-cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.hp-btn-cta-dark {
  background: var(--sv-black);
  color: var(--sv-white);
  padding: 14px 26px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
}

.hp-btn-cta-outline {
  background: transparent;
  color: var(--sv-black);
  padding: 14px 26px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid var(--sv-black);
}

/* Group preview */
.hp-group {
  padding: 80px 0;
  background: var(--sv-light);
  text-align: center;
}

.hp-group h2 {
  margin-bottom: 16px;
}

.hp-group .hp-group-sub {
  max-width: 720px;
  margin: 0 auto 40px;
}

.hp-group-card {
  background: var(--sv-white);
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  padding: 32px;
  text-align: left;
  max-width: 720px;
  margin: 0 auto;
}

.hp-group-card .num {
  float: right;
  color: #ccc;
  font-size: 14px;
}

.hp-group-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 16px 0 8px;
}

.hp-group-card .cat {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--sv-gold);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.hp-group-card p:not(.cat) {
  margin: 0;
}

/* Footer v2 */
.site-footer--v2 {
  background: #f0f0f0;
}

.site-footer--v2 .footer-top {
  padding: 60px 0 40px;
}

.site-footer--v2 .footer-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--sv-black);
  margin-bottom: 20px;
}

.site-footer--v2 .footer-about {
  line-height: 1.6;
  margin: 16px 0 20px;
}

.site-footer--v2 .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer--v2 .footer-links li {
  margin-bottom: 10px;
}

.site-footer--v2 .footer-links a {
  color: var(--sv-muted);
  text-decoration: none;
  font-size: 14px;
}

.site-footer--v2 .footer-links a:hover {
  color: var(--sv-gold);
}

.site-footer--v2 .footer-contact li {
  font-size: 14px;
  color: var(--sv-muted);
  margin-bottom: 10px;
  list-style: none;
}

.site-footer--v2 .footer-social {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.site-footer--v2 .footer-social a {
  width: 36px;
  height: 36px;
  background: #ddd;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  text-decoration: none;
}

.site-footer--v2 .footer-bottom-bar {
  border-top: 1px solid #ddd;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  color: var(--sv-muted);
}

.site-footer--v2 .footer-bottom-bar a {
  color: var(--sv-muted);
  text-decoration: none;
  margin-left: 16px;
}

/* Responsive */
@media (max-width: 1199px) {
  .hp-services-grid { grid-template-columns: repeat(2, 1fr); }
  .hp-steps { grid-template-columns: repeat(3, 1fr); }
  .hp-steps::before { display: none; }
}

@media (max-width: 991px) {
  .page-home .header-v2-container,
  .page-home .hp-container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .header-v2-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .header-v2-menu {
    order: 3;
    width: 100%;
    display: none !important;
  }

  .hp-hero-grid,
  .hp-about-grid,
  .hp-why-grid,
  .hp-reach-grid {
    grid-template-columns: 1fr;
  }

  .hp-hero-visual {
    order: -1;
    max-width: none;
    justify-self: stretch;
  }

  .hp-hero-visual img {
    min-height: 280px;
    aspect-ratio: 16 / 10;
    max-height: none;
  }

  .hp-cert-strip { display: none; }

  .hp-test-grid { grid-template-columns: 1fr; }

  .hp-how-title {
    font-size: clamp(1.85rem, 9vw, 2.5rem);
    line-height: 0.92;
  }

  .hp-steps {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-top: 40px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .hp-step {
    display: block;
    text-align: center;
    max-width: 100%;
  }

  .hp-step-num {
    margin: 0 auto 16px;
  }

  .hp-step h4 {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .hp-step p {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .hp-vm-row { grid-template-columns: 1fr; }

  .hp-stats-banner-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 20px;
  }
}

@media (max-width: 767px) {
  .hp-services-grid { grid-template-columns: 1fr; }
  .hp-hero-stats { grid-template-columns: 1fr; gap: 16px; }
  .hp-stats { grid-template-columns: 1fr; }

  .hp-stats-banner {
    padding: 40px 0;
  }

  .hp-stats-banner-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px 16px;
  }

  .hp-how {
    padding: 56px 0;
  }

  .hp-how-title {
    font-size: clamp(1.75rem, 10vw, 2.25rem);
  }
}
