/*
Theme Name: ZenNxt Labs
Theme URI: https://example.com
Author: ZenNxt Labs
Author URI: https://example.com
Description: 鬮伜ｺｦIT莠ｺ譚千｢ｺ菫昴し繝ｼ繝薙せ ZenNxt Labs 縺ｮ繧ｳ繝ｼ繝昴Ξ繝ｼ繝医し繧､繝医?
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zennxt-labs
Tags: business, corporate, one-page
*/

:root {
  --bg-main: #f5f3ee;
  --bg-warm: #f0ece4;
  --bg-paper: #faf9f6;
  --bg-soft: #f0f6f2;
  --bg-dark: #121e1a;
  --bg-dark-soft: #1a2e28;
  --text-main: #1a1714;
  --text-body: #4d4840;
  --text-muted: #7c766d;
  --text-inverse: #f7f4ed;
  --line-soft: #ddd5c8;
  --line-strong: #cdc3b3;
  --brand: #2f6c59;
  --brand-dark: #214d40;
  --brand-pale: #ddebe2;
  --mint: #ebf4ef;
  --danger: #ca6e6e;
  --success: #2f6c59;
  --shadow-soft: 0 24px 60px rgba(38, 31, 22, 0.08);
  --shadow-card: 0 20px 48px rgba(28, 25, 20, 0.06);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --radius-pill: 999px;
  --header-height: 64px;
  --max-width: 1280px;
  --font-body: "Noto Sans JP", sans-serif;
  --font-ui: "Barlow", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text-main);
  background: var(--bg-main);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.admin-bar .site-header {
  top: 52px;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin: 0;
}

section {
  scroll-margin-top: 120px;
}

.landing-page {
  overflow: clip;
}

.page-shell {
  width: min(var(--max-width), calc(100% - 64px));
  margin: 0 auto;
}

.page-shell-narrow {
  width: min(980px, calc(100% - 64px));
}

.page-shell-medium {
  width: min(1040px, calc(100% - 64px));
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
}

.section-heading-center {
  align-items: center;
  text-align: center;
}

.section-heading-inverse h2,
.section-heading-inverse p,
.section-heading-inverse .section-kicker {
  color: var(--text-inverse);
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--brand);
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.section-heading h2 {
  font-size: 44px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.section-heading p,
.section-note,
.case-section-note {
  max-width: 760px;
  color: var(--text-body);
  font-size: 17px;
  line-height: 1.8;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #fff;
  background: var(--brand);
  box-shadow: 0 18px 34px rgba(47, 108, 89, 0.18);
}

.button-primary:hover {
  background: var(--brand-dark);
}

.button-secondary {
  color: var(--brand);
  border-color: var(--brand);
  background: rgba(255, 255, 255, 0.42);
}

.button-secondary:hover {
  background: rgba(221, 235, 226, 0.9);
}

.button-large {
  min-width: 320px;
  min-height: 64px;
  font-size: 16px;
}

.site-header {
  position: fixed;
  top: 24px;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header-inner {
  width: min(1360px, calc(100% - 64px));
  height: var(--header-height);
  margin: 0 auto;
  padding: 0 18px 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(210, 201, 189, 0.75);
  border-radius: var(--radius-pill);
  background: rgba(251, 248, 242, 0.85);
  box-shadow: 0 18px 40px rgba(34, 31, 27, 0.05);
  backdrop-filter: blur(16px);
}

.site-header.is-scrolled .header-inner {
  box-shadow: 0 24px 44px rgba(34, 31, 27, 0.1);
}

.header-logo,
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.logo-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: var(--brand);
  color: #fff;
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 800;
}

.logo-text {
  font-family: var(--font-ui);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header-nav a,
.footer-links a {
  color: var(--text-body);
  font-size: 14px;
  font-weight: 500;
  transition: color 180ms ease;
}

.header-nav a:hover,
.footer-links a:hover {
  color: var(--brand);
}

.header-cta {
  min-height: 44px;
  padding: 0 22px;
  font-size: 13px;
}

.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  margin: 0 auto;
  border-radius: 999px;
  background: var(--text-main);
}

.hero-section {
  position: relative;
  padding: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.35) 60%, rgba(0, 0, 0, 0.15) 100%);
  z-index: 1;
}

.hero-shell {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  width: min(1400px, calc(100% - 48px));
  min-height: 100vh;
  padding: 300px 0 80px;
  margin: 0 auto 0 0;
  padding-left: max(32px, calc((100vw - 1400px) / 2 + 32px));
}

.hero-copy {
  max-width: 720px;
  padding: 0;
}

.hero-tagline {
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.55;
}

.hero-title {
  margin-top: 0;
  font-size: clamp(44px, 5.5vw, 72px);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #fff;
  font-weight: 900;
}

.hero-service-name {
  margin-top: 12px;
  font-family: var(--font-ui);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.2;
}

.hero-title-accent {
  display: block;
  font-family: var(--font-ui);
  font-weight: 800;
  color: #fff;
}

.hero-description {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 40px;
}

.hero-actions .button {
  min-width: 300px;
  min-height: 64px;
  padding: 0 36px;
  font-size: 16px;
}

.hero-actions .button-primary {
  background: #008d61;
  box-shadow: none;
}

.hero-actions .button-primary:hover {
  background: #006e4c;
  box-shadow: none;
}

.hero-btn-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
}

.hero-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.7);
}

.plans-section,
.talent-section,
.case-section,
.company-section {
  padding: 112px 0 56px;
}

.plans-section {
  background: #fff;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: end;
  margin-top: 10px;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 1px solid rgba(211, 203, 190, 0.86);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: 0 16px 36px rgba(49, 43, 35, 0.04);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.plan-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(49, 43, 35, 0.08);
}

.plan-card-featured:hover {
  transform: translateY(-32px);
}

.plan-card-featured {
  border-color: var(--brand);
  box-shadow: 0 28px 56px rgba(47, 108, 89, 0.18);
  transform: translateY(-28px);
  overflow: visible;
}

.plan-card-badge {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 20px;
  border-radius: var(--radius-pill);
  background: var(--brand);
  color: #fff;
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
  z-index: 10;
}

.plan-card-head {
  padding: 36px 28px 0;
  text-align: center;
}

.plan-card-title {
  padding: 36px 28px 0;
  font-family: var(--font-ui);
  font-size: clamp(28px, 2.5vw, 36px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--text-main);
  margin: 0;
  text-align: left;
}

.plan-card-featured .plan-card-title {
  padding-top: 48px;
  color: var(--text-main);
}

.plan-card-sub {
  margin-top: 6px;
  padding: 0 28px;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 600;
}

.plan-card-copy {
  margin-top: 16px;
  color: var(--text-body);
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  padding: 0 28px;
  flex: 1;
}

.plan-card-cta {
  margin: 20px 28px 24px;
  min-height: 52px;
  font-size: 14px;
}

.plan-card-featured .plan-card-cta {
  background: var(--brand);
  box-shadow: 0 12px 28px rgba(47, 108, 89, 0.2);
}

.plan-card-details {
  margin: 0;
  border-top: 1px solid rgba(211, 203, 190, 0.7);
}

.plan-card-detail-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 28px;
  font-size: 14px;
}

.plan-card-detail-row + .plan-card-detail-row {
  border-top: 1px solid rgba(211, 203, 190, 0.4);
}

.plan-detail-label {
  color: var(--text-muted);
  font-size: 13px;
}

.plan-detail-value {
  color: var(--text-main);
  font-weight: 700;
  font-size: 13px;
  text-align: right;
}

.section-note {
  margin: 24px auto 0;
  text-align: center;
}

.challenges-section {
  padding: 112px 0;
  background: var(--bg-warm);
  overflow: hidden;
}

.challenges-section .section-heading h2 {
  font-size: 48px;
}

.sp-br {
  display: none;
}

.pc-br {
  display: inline;
}

.challenges-section .section-heading p {
  color: var(--text-body);
  font-size: 17px;
}

.challenge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.challenge-card {
  position: relative;
  padding: 36px 32px 32px;
  border: 1px solid rgba(211, 203, 190, 0.7);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(39, 33, 24, 0.04);
  transition: box-shadow 240ms ease, transform 240ms ease;
}

.challenge-card:hover {
  box-shadow: 0 20px 44px rgba(39, 33, 24, 0.08);
  transform: translateY(-3px);
}


.challenge-card-number {
  display: none;
}

.challenge-card .challenge-meta {
  color: var(--text-main);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  line-height: 1.3;
}

.challenge-card h3 {
  font-size: 25px;
  font-weight: 800;
  line-height: 1.3;
  color: #2f6c59;
  letter-spacing: -0.02em;
  margin-top: 4px;
}

.challenge-card p:not(.challenge-meta) {
  margin-top: 12px;
  color: var(--text-body);
  font-size: 15px;
  line-height: 1.85;
}

.challenge-icon,
.why-india-icon {
  display: none;
}

.value-card h3,
.talent-card h3,
.why-india-card h3,
.flow-card h3,
.case-reason-card h3 {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.value-card p:last-child,
.talent-card p,
.why-india-card p,
.flow-card p,
.case-reason-card p {
  margin-top: 10px;
  color: var(--text-body);
  font-size: 15px;
  line-height: 1.8;
}

.value-section {
  position: relative;
  padding: 120px 0 0;
  background: linear-gradient(168deg, #121e1a 0%, #1a302b 50%, #162a25 100%);
}

.value-section .section-heading {
  margin-bottom: 80px;
}

.value-section .value-feature {
  margin-top: 96px;
}

.value-section::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 54px;
  background: var(--bg-warm);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 2;
}

.value-section .section-heading h2,
.value-section .section-heading p,
.value-section .section-kicker {
  color: var(--text-inverse);
}

.value-section .section-kicker {
  background: rgba(255, 255, 255, 0.08);
  color: #8ec5a8;
}

.value-section .section-heading p {
  color: rgba(247, 244, 237, 0.6);
}

.flow-section,
.faq-section {
  padding: 112px 0;
  background: var(--bg-soft);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.value-card {
  min-height: 220px;
  padding: 36px 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
  transition: background 240ms ease, transform 240ms ease;
}

.value-card:hover {
  background: rgba(255, 255, 255, 0.07);
  transform: translateY(-3px);
}

.value-number {
  display: none;
}

.value-card h3 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: #fff;
}

.value-card p:last-child {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.72);
}

.value-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 40px;
  align-items: end;
  margin-top: 42px;
}

.value-feature-copy {
  max-width: 560px;
}

.value-feature-copy h3 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.22;
  letter-spacing: -0.04em;
  color: #fff;
}

.value-feature-copy p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 1.8;
}

.cta-band {
  margin-top: 100px;
  padding: 44px 0;
  background: #efefef;
  border-top: 1px solid rgba(211, 203, 190, 0.6);
}

.cta-band-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: center;
}

.cta-band-catch {
  color: var(--text-main);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.5;
}

.cta-band-button {
  flex: 0 0 auto;
  min-width: 280px;
  min-height: 60px;
  padding: 0 36px;
  font-size: 15px;
  background: #008d61;
  box-shadow: none;
}

.cta-band-button:hover {
  background: #006e4c;
  box-shadow: none;
}

@media (max-width: 768px) {
  .cta-band {
    margin-top: 72px;
    padding: 36px 0;
  }

  .cta-band-inner {
    flex-direction: column;
    text-align: center;
    gap: 24px;
  }

  .cta-band-button {
    min-width: 240px;
  }
}

.value-feature-media {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
}

.value-feature-media img {
  height: 280px;
  object-fit: cover;
}

.talent-section {
  background: var(--bg-warm);
}

.talent-intro {
  padding: 28px 30px;
  border-radius: 22px;
  background: linear-gradient(135deg, #203c36 0%, #1d2f44 100%);
  color: rgba(247, 244, 237, 0.86);
}

.talent-intro p {
  max-width: 920px;
  font-size: 14px;
}

.talent-filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.talent-filter-list li {
  display: inline-flex;
}

.talent-filter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-pill);
  background: transparent;
  color: rgba(247, 244, 237, 0.8);
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.talent-filter-button.is-active {
  color: var(--text-main);
  background: #fff;
  border-color: #fff;
}

.talent-filter-button:hover {
  background: rgba(255, 255, 255, 0.1);
}

.talent-filter-button.is-active:hover {
  background: #fff;
}

.talent-grid {
  display: flex;
  gap: 0;
  margin-top: 26px;
}


.talent-card {
  display: flex;
  flex-direction: column;
  padding: 26px 26px 22px;
  border: 1px solid var(--line-soft);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(39, 33, 24, 0.03);
}

.talent-card.is-hidden {
  display: none;
}

.talent-card-badge,
.case-reason-badge,
.case-level-card span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 11px;
  border-radius: var(--radius-pill);
  background: var(--brand-pale);
  color: var(--brand);
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.talent-meta-list,
.talent-bullet-list {
  display: grid;
  gap: 6px;
}

.talent-meta-list {
  margin-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee8dd;
  color: var(--text-muted);
  font-size: 13px;
}

.talent-bullet-list {
  margin-top: 16px;
  color: var(--text-body);
  font-size: 14px;
}

.talent-bullet-list li {
  position: relative;
  padding-left: 14px;
}

.talent-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--brand);
}

.talent-highlight {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 14px;
  background: var(--mint);
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 600;
}

.talent-link,
.case-reason-card a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 700;
}

.why-india-section {
  padding: 140px 0 140px;
  background: #0e1a16;
  color: #fff;
}

.why-india-section .page-shell {
  width: min(1240px, calc(100% - 64px));
}

.why-india-section .section-kicker {
  color: #5fd4a9;
}

.india-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 80px;
  align-items: center;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.india-hero-text .section-kicker {
  margin-bottom: 24px;
}

.india-hero-title {
  font-size: clamp(38px, 4.6vw, 68px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.035em;
  color: #fff;
  margin-bottom: 32px;
}

.india-hero-lead {
  max-width: 540px;
  color: rgba(247, 244, 237, 0.68);
  font-size: 16px;
  line-height: 2;
}

.india-hero-figure {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.45);
}

.india-hero-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(20%) contrast(1.05);
}

.india-hero-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(14, 26, 22, 0.55) 100%);
  pointer-events: none;
}

.india-headline {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 80px;
  align-items: center;
  padding: 56px 0;
  
}

.india-headline-label {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(95, 212, 169, 0.5);
  color: #5fd4a9;
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.india-headline-number {
  font-family: var(--font-ui);
  font-size: clamp(80px, 10vw, 140px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 32px;
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 6px;
}

.india-headline-prefix {
  font-size: 0.36em;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.72);
}

.india-headline-value {
  font-size: 1em;
  letter-spacing: -0.05em;
}

.india-headline-unit {
  font-size: 0.36em;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #5fd4a9;
}

.india-headline-desc {
  max-width: 460px;
  color: rgba(247, 244, 237, 0.65);
  font-size: 15px;
  line-height: 2;
}

.india-headline-side {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.india-sub-stat {
  padding-left: 28px;
  border-left: 2px solid rgba(95, 212, 169, 0.6);
}

.india-sub-stat-number {
  font-family: var(--font-ui);
  font-size: clamp(36px, 3.6vw, 52px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 10px;
}

.india-sub-stat-label {
  color: rgba(247, 244, 237, 0.55);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.india-points {
  display: flex;
  flex-direction: column;
  padding-top: 32px;
}

.india-point-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 40px;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.india-point-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.india-point-kicker {
  font-family: var(--font-ui);
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgb(73 177 139 / 70%);
}

.india-point-text {
  padding-top: 8px;
}

.india-point-row-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 14px;
}

.india-point-row-desc {
  max-width: 640px;
  color: rgba(247, 244, 237, 0.62);
  font-size: 15px;
  line-height: 1.95;
}

.india-source-ref {
  display: inline-block;
  margin-left: 4px;
  color: rgba(95, 212, 169, 0.75);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  vertical-align: super;
  line-height: 1;
}

.india-sources {
  list-style: none;
  margin: 32px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.india-sources li {
  display: flex;
  gap: 8px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 11px;
  line-height: 1.7;
}

.india-sources-num {
  flex: 0 0 auto;
  color: #3ba776;
  font-family: var(--font-ui);
  font-weight: 700;
}

.india-sources a {
  color: #3ba776;
  text-decoration: underline;
  text-decoration-color: rgba(59, 167, 118, 0.3);
  text-underline-offset: 3px;
  word-break: break-all;
  transition: color 180ms ease;
}

.india-sources a:hover {
  color: #2d8a5f;
  text-decoration-color: rgba(45, 138, 95, 0.6);
}

.why-india-media,
.why-india-grid {
  display: none;
}

@media (max-width: 900px) {
  .why-india-section {
    padding: 96px 0 96px;
  }

  .india-hero {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-bottom: 40px;
  }

  .india-hero-figure {
    aspect-ratio: 16 / 10;
  }

  .india-headline {
    grid-template-columns: 1fr;
    gap: 64px;
    padding: 40px 0;
  }

  .india-headline-side {
    flex-direction: row;
    gap: 32px;
    flex-wrap: wrap;
  }

  .india-sub-stat {
    flex: 1 1 160px;
  }

  .india-points {
    padding-top: 24px;
  }

  .india-point-row {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 28px 0;
  }

  .india-point-kicker {
    font-size: 44px;
    line-height: 1.15;
  }
  .india-point-text {
    padding-top: 0;
  }
}

.why-india-section .section-kicker,
.why-ds-section .section-kicker,
.contact-section .section-kicker {
  padding: 0;
  border-radius: 0;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
}

.why-india-section .section-kicker {
  color: #8ec5a8;
}

.why-india-media {
  overflow: hidden;
  border-radius: 22px;
  margin-bottom: 26px;
}

.why-india-media img {
  height: 330px;
  object-fit: cover;
}

.why-india-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.why-india-card {
  min-height: 196px;
  padding: 32px 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.why-india-card h3 {
  color: var(--text-inverse);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.why-india-card p {
  color: rgba(247, 244, 237, 0.7);
  font-size: 15px;
  line-height: 1.7;
}

.why-india-section .section-heading p {
  color: rgba(247, 244, 237, 0.72);
}

.why-ds-section {
  padding: 112px 0;
  background: var(--bg-paper);
}

.why-ds-section .page-shell {
  width: min(1328px, calc(100% - 64px));
}

.why-ds-section .section-kicker {
  color: var(--brand);
  font-size: 13px;
  letter-spacing: 0.18em;
}

.why-ds-heading {
  margin-bottom: 56px;
}

.why-ds-heading h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.15;
}

.why-reason-list {
  display: flex;
  flex-direction: column;
  gap: 96px;
  margin-top: 20px;
}

.why-reason-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: center;
}

.why-reason-row-reverse {
  direction: rtl;
}

.why-reason-row-reverse > * {
  direction: ltr;
}

.why-reason-body {
  display: flex;
  flex-direction: column;
}

.why-reason-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 10px 22px;
  margin-bottom: 24px;
  border-radius: var(--radius-pill);
  background: var(--brand-pale);
  color: var(--brand);
  font-family: var(--font-ui);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.why-reason-title {
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.4;
  color: var(--text-main);
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}

.why-reason-copy {
  color: var(--text-body);
  font-size: 17px;
  line-height: 2;
}

.why-reason-media {
  position: relative;
  display: block;
  padding-top: 48px;
}

.why-reason-number {
  position: absolute;
  top: -20px;
  right: 16px;
  font-family: var(--font-ui);
  font-size: clamp(96px, 10vw, 140px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--brand);
  opacity: 0.85;
  pointer-events: none;
  z-index: 2;
}

.why-reason-row-reverse .why-reason-number {
  right: auto;
  left: 16px;
}

.why-reason-figure {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 60px rgba(39, 33, 24, 0.12);
  z-index: 1;
}

.why-reason-figure img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center top;
}

.comparison-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid rgba(212, 209, 197, 0.95);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.comparison-column {
  min-width: 0;
}

.comparison-column-header {
  padding: 24px 30px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.comparison-column-header-general {
  background: #e8e8e6;
  color: var(--text-body);
}

.comparison-column-header-ds {
  background: var(--brand);
  color: #fff;
  font-family: var(--font-ui);
  font-weight: 700;
  letter-spacing: 1px;
}

.comparison-column-sub {
  display: none;
}

.comparison-items {
  padding: 8px 0;
}

.comparison-items-general {
  background: #fff;
}

.comparison-items-ds {
  background: #e9f3ed;
}

.comparison-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 30px;
  min-height: 68px;
}

.comparison-item + .comparison-item {
  border-top: 1px solid #e2ddd2;
}

.comparison-items-ds .comparison-item + .comparison-item {
  border-top-color: rgba(33, 92, 74, 0.13);
}

.comparison-text {
  font-size: 15px;
  line-height: 1.65;
}

.comparison-items-general .comparison-text {
  color: var(--text-body);
}

.comparison-items-ds .comparison-text {
  color: var(--brand-dark);
  font-weight: 500;
}

.comparison-mark {
  flex: 0 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  font-family: var(--font-ui);
  font-weight: 700;
}

.comparison-mark-negative {
  color: #cc3333;
  font-size: 18px;
}

.comparison-mark-positive {
  color: var(--success);
  font-size: 18px;
}

.flow-section {
  background: var(--bg-paper);
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.flow-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 0;
  padding: 48px 24px 32px;
  border: 1px solid rgba(219, 215, 207, 0.72);
  border-radius: var(--radius-lg);
  background: #fff;
  text-align: center;
  box-shadow: 0 14px 32px rgba(39, 33, 24, 0.05);
}

.flow-card-head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.flow-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border-radius: 50%;
  background: var(--bg-dark);
  color: #fff;
  font-family: var(--font-ui);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
}

.flow-icon {
  display: none;
}

.flow-card h3 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  color: var(--text-main);
  letter-spacing: -0.01em;
}

.flow-card p {
  margin-top: 14px;
  color: var(--text-body);
  font-size: 15px;
  line-height: 1.85;
  text-align: center;
}

.case-section {
  background: var(--bg-warm);
}

.case-reason-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.case-reason-card {
  min-height: 272px;
  padding: 28px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-card);
}

.case-feature {
  margin-top: 34px;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 64px rgba(44, 34, 26, 0.1);
}

.case-feature-inner {
  display: flex;
  align-items: stretch;
  min-height: 320px;
}

.case-feature-content {
  flex: 1 1 55%;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.case-feature-tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 99px;
  background: var(--mint);
  color: var(--brand);
  font-size: 12px;
  font-weight: 600;
  align-self: flex-start;
}

.case-feature-outcome {
  font-size: clamp(22px, 2.8vw, 34px);
  line-height: 1.3;
  color: var(--text-main);
  margin: 4px 0 0;
}

.case-feature-client {
  font-size: 15px;
  color: var(--text-body);
  font-weight: 400;
  margin: 0;
}

.case-feature-industry {
  font-size: 14px;
  color: var(--text-body);
  margin: 0;
}

.case-feature-media {
  flex: 0 0 42%;
  margin: 0;
}

.case-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-feature-body {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
  padding: 26px;
}

.case-feature-points {
  display: grid;
  gap: 14px;
}

.case-feature-point {
  padding: 22px;
  border: 1px solid #ede5d8;
  border-radius: 20px;
  background: #f8f5ee;
}

.case-feature-point h4,
.case-feature-levels h4 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

.case-feature-point p,
.case-level-card p,
.case-level-note {
  margin-top: 10px;
  color: var(--text-body);
  font-size: 14px;
  line-height: 1.75;
}

.case-feature-levels {
  padding: 22px;
  border-radius: 20px;
  background: var(--mint);
}

.case-level-card {
  margin-top: 16px;
  padding: 18px;
  border: 1px solid rgba(204, 223, 214, 0.95);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
}

.case-level-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--text-main);
  font-weight: 600;
}

.case-feature-footnote,
.case-section-note {
  max-width: 760px;
  margin: 16px auto 0;
  text-align: center;
  color: var(--text-body);
  font-size: 13px;
}

.faq-section {
  background: var(--bg-paper);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid rgba(211, 223, 214, 0.95);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 26px 28px;
  border: 0;
  background: transparent;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: inherit;
  -webkit-appearance: none;
  cursor: pointer;
}

.faq-icon {
  flex: 0 0 auto;
  color: var(--brand);
  font-family: var(--font-ui);
  font-size: 26px;
  line-height: 1;
  transition: transform 180ms ease;
}

.faq-answer {
  display: none;
  padding: 0 28px 24px;
}

.faq-answer p {
  color: var(--text-body);
  font-size: 15px;
  line-height: 1.8;
}

.faq-item.is-open .faq-icon {
  transform: rotate(45deg);
}

.faq-item.is-open .faq-answer {
  display: block;
}

.contact-section {
  padding: 112px 0 96px;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.82), transparent 34%),
    linear-gradient(180deg, #f6f2e9 0%, #ece7dc 100%);
}

.contact-section .page-shell {
  width: min(1040px, calc(100% - 64px));
}

.contact-section .section-kicker {
  color: var(--brand);
}

.contact-heading {
  margin-bottom: 40px;
}

.contact-section .section-heading h2 {
  max-width: 760px;
  letter-spacing: -2px;
  line-height: 1.25;
}

.contact-section .section-heading p {
  max-width: 600px;
  font-size: 16px;
  line-height: 1.85;
}

.contact-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 42px 34px 34px;
  border-radius: 28px;
  border: 1px solid rgba(23, 21, 18, 0.04);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 24px 60px rgba(23, 21, 18, 0.07);
}

.contact-panel-intro {
  width: 100%;
}

.contact-panel-lead {
  margin-bottom: 14px;
  text-align: center;
  color: var(--brand);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.contact-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
}

.contact-benefits li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 0 18px;
  border: 1px solid rgba(221, 213, 200, 0.95);
  border-radius: 18px;
  background: rgba(251, 248, 242, 0.88);
  color: var(--text-body);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.contact-benefits span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--brand-pale);
  color: var(--brand);
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 700;
}

.contact-panel p {
  color: var(--text-faint);
  font-size: 14px;
}

.contact-panel .button-large {
  min-width: 360px;
  padding: 18px 48px;
  font-size: 16px;
}

.company-section {
  background: var(--bg-paper);
}

.company-list {
  display: grid;
  gap: 10px;
}

.company-row {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  align-items: center;
  min-height: 56px;
  padding: 0 16px;
  border: 1px solid rgba(216, 207, 194, 0.95);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
}

.company-row-label {
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 700;
}

.company-row-value {
  font-size: 15px;
  white-space: pre-line;
}

.company-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.company-media {
  overflow: hidden;
  border-radius: 24px;
}

.company-media img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.company-map iframe {
  width: 100%;
  height: 320px;
  display: block;
}

.india-sources-date {
  margin-top: 8px;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.35);
}

.site-footer {
  padding: 36px 0 28px;
  background: #143129;
}

.footer-inner {
  width: min(1040px, calc(100% - 64px));
  margin: 0 auto;
}

.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-brand-copy {
  color: rgba(247, 244, 237, 0.82);
  font-size: 14px;
  line-height: 1.45;
}

.footer-logo .logo-text {
  color: #fff;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 10px 40px;
}

.footer-links a {
  color: rgba(247, 244, 237, 0.7);
}

.footer-bottom {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(247, 244, 237, 0.46);
  font-size: 12px;
}

.header-nav.is-open {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: fixed;
  top: calc(24px + var(--header-height) + 12px);
  left: 16px;
  right: 16px;
  padding: 24px;
  border: 1px solid rgba(210, 201, 189, 0.85);
  border-radius: 24px;
  background: rgba(251, 248, 242, 0.96);
  box-shadow: 0 28px 60px rgba(34, 31, 27, 0.12);
}

@media (max-width: 1180px) {
  .header-nav {
    gap: 16px;
  }

  .value-feature,
  .case-feature-body {
    grid-template-columns: 1fr;
  }

  .flow-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .flow-card {
    padding: 24px 20px 22px;
  }
}

@media (max-width: 960px) {
  body.admin-bar .site-header {
    top: 12px;
  }

  .site-header {
    top: 12px;
  }

  .header-inner,
  .page-shell,
  .page-shell-medium,
  .page-shell-narrow,
  .footer-inner {
    width: calc(100% - 32px);
  }

  .header-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .hero-section,
  .plans-section,
  .challenges-section,
  .value-section,
  .talent-section,
  .why-india-section,
  .why-ds-section,
  .flow-section,
  .case-section,
  .faq-section,
  .contact-section,
  .company-section {
    padding: 56px 0;
  }
  .value-section {
    padding: 80px 0 0;
  }

  .value-feature,
  .case-reason-grid,
  .talent-grid,
  .company-media-grid,
  .why-india-grid,
  .plan-grid,
  .value-grid {
    grid-template-columns: 1fr;
  }

  .value-card {
    min-height: 0;
    padding: 28px 24px;
  }

  .value-card h3 {
    font-size: 20px;
  }

  .value-card p:last-child {
    font-size: 15px;
    line-height: 1.85;
  }

  .india-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 48px;
  }

  .india-stat-card {
    padding: 32px 20px 28px;
  }

  .india-supplement {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 32px 24px;
  }

  .india-chart-bars {
    height: 140px;
  }

  .plan-card,
  .plan-card:hover {
    transform: none;
  }

  .plan-card-featured {
    order: -1;
  }

  .hero-shell {
    min-height: auto;
    padding: 80px 0 40px;
    padding-left: 24px;
    width: calc(100% - 24px);
  }

  .hero-service-name {
    font-size: 24px;
  }

  .hero-description {
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .challenge-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .challenge-card:last-child {
    max-width: 100%;
    grid-column: auto;
  }

  .flow-grid {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-left: 0;
    gap: 14px;
  }

  .flow-card {
    min-height: auto;
    padding: 18px 18px 18px;
    border-radius: 22px;
    border-top-color: transparent;
  }

  .flow-card-head {
    margin-bottom: 14px;
  }

  .flow-number {
    min-width: 36px;
    height: 28px;
    padding: 0 9px;
  }


  .flow-card h3 {
    font-size: 15px;
  }

  .flow-card p {
    font-size: 13px;
    line-height: 1.68;
  }

  .why-reason-list {
    gap: 64px;
  }

  .why-reason-row,
  .why-reason-row-reverse {
    grid-template-columns: 1fr;
    gap: 28px;
    direction: ltr;
  }

  .why-reason-title {
    font-size: 24px;
  }

  .why-reason-number {
    font-size: 96px;
    top: -32px;
    right: 0;
  }

  .why-reason-row-reverse .why-reason-number {
    left: auto;
    right: 0;
  }

  .why-reason-figure img {
    width: 100%;
  height: 320px;
  }

  .comparison-panel {
    grid-template-columns: 1fr;
    gap: 16px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .comparison-column {
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 8px 24px rgba(23, 21, 18, 0.03);
  }

  .comparison-column-general {
    border: 1px solid rgba(212, 209, 197, 0.72);
    background: rgba(255, 255, 255, 0.74);
  }

  .comparison-column-ds {
    background: var(--brand);
  }

  .comparison-column-header {
    padding: 28px 24px 18px;
    font-size: 18px;
  }

  .comparison-column-header-general {
    background: #ebe6dc;
  }

  .comparison-column-header-ds {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: var(--brand);
    letter-spacing: 0.02em;
  }

  .comparison-column-sub {
    display: block;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
  }

  .comparison-items-general {
    background: #ebe6dc;
  }

  .comparison-items-ds {
    background: var(--brand);
  }

  .comparison-item {
    min-height: auto;
    padding: 14px 24px;
  }

  .comparison-item + .comparison-item {
    border-top: 0;
  }

  .comparison-items-general .comparison-text {
    font-size: 14px;
    line-height: 1.7;
  }

  .comparison-items-ds .comparison-text {
    color: rgba(255, 255, 255, 0.96);
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
  }

  .comparison-mark-positive {
    color: #fff;
  }

  .contact-section .page-shell {
    width: calc(100% - 32px);
  }

  .contact-panel {
    padding: 28px 20px 24px;
  }

  .contact-benefits {
    grid-template-columns: 1fr;
  }

  .footer-top {
    flex-direction: column;
  }

  .case-feature-inner {
    flex-direction: column;
  }

  .case-feature-media {
    flex: none;
    height: 280px;
  }
}

@media (max-width: 640px) {
  .sp-br {
    display: inline;
  }

  .pc-br {
    display: none;
  }

  .challenges-section .section-heading h2 {
    font-size: 38px;
  }

  .section-heading h2,
  .hero-title {
    font-size: 32px;
  }

  .why-ds-section .page-shell {
    width: calc(100% - 48px);
  }

  .why-ds-heading {
    margin-bottom: 32px;
  }

  .why-ds-heading .section-kicker {
    font-size: 12px;
    letter-spacing: 0.14em;
  }

  .why-ds-heading h2 {
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 1.2;
  }

  .why-ds-heading p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.9;
  }

  .contact-section .section-heading h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .contact-section .section-heading p {
    font-size: 14px;
    line-height: 1.8;
  }

  .contact-panel-lead {
    font-size: 12px;
  }

  .contact-benefits li {
    min-height: auto;
    padding: 14px 16px;
    font-size: 13px;
  }

  .button-large {
    min-width: 100%;
  }

  .company-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 14px 16px;
  }

  .faq-question {
    padding: 20px 22px;
  }

  .faq-answer {
    padding: 0 22px 20px;
  }

  .company-media img,
  .value-feature-media img,
  .why-india-media img {
    height: 220px;
  }

  .case-feature-media {
    height: 220px;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.back-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 999;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #1a302b;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, background 0.2s;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: #008d61;
}

@media (max-width: 900px) {
  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
}

/* --- SP contact panel button fix --- */
@media (max-width: 900px) {
  .contact-panel .button-large {
    min-width: 0;
    width: 100%;
    padding: 18px 16px;
    box-sizing: border-box;
    font-size: 15px;
  }
}



/* === PC Talent Carousel === */
@media (min-width: 901px) {
  .talent-section {
    overflow: hidden;
  }

  .talent-carousel-wrap {
    position: relative;
    overflow: visible;
    margin: 26px 0 0;
    padding: 10px 0;
  }

  .talent-grid {
    display: flex;
    transition: transform 0.45s cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: transform;
    cursor: grab;
    gap: 0;
    overflow: visible;
    scroll-snap-type: none;
  }

  .talent-grid.is-dragging {
    cursor: grabbing;
    transition: none;
  }

  .talent-card {
    flex: 0 0 600px;
    margin: 0 16px;
    scroll-snap-align: none;
    opacity: 0.45;
    transform: scale(0.93);
    transition: opacity 0.4s, transform 0.4s;
    pointer-events: none;
  }

  .talent-card.is-active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
  }

  .talent-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.95);
    color: #1a302b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  }

  .talent-arrow:hover {
    background: #1a302b;
    color: #fff;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
  }

  .talent-arrow-prev { left: max(16px, calc((100vw - 1240px) / 2 - 10px)); }
  .talent-arrow-next { right: max(16px, calc((100vw - 1240px) / 2 - 10px)); }

  .talent-carousel-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
  }

  .talent-carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.15);
    cursor: pointer;
    padding: 0;
    transition: background 0.2s, transform 0.2s;
  }

  .talent-carousel-dot.is-active {
    background: #008d61;
    transform: scale(1.3);
  }

  .talent-carousel-dot:hover {
    background: #008d61;
  }
}


/* === SP Talent: horizontal slider (untouched) === */
@media (max-width: 900px) {
  .talent-carousel-wrap {
    position: static;
  }

  .talent-arrow {
    display: none;
  }

  .talent-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding-bottom: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .talent-grid::-webkit-scrollbar {
    display: none;
  }

  .talent-card {
    flex: 0 0 85%;
    min-width: 0;
    scroll-snap-align: start;
    opacity: 1;
    transform: none;
  }

  .talent-carousel-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
  }

  .talent-carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.15);
    cursor: pointer;
    padding: 0;
    transition: background 0.2s, transform 0.2s;
  }

  .talent-carousel-dot.is-active {
    background: #008d61;
    transform: scale(1.3);
  }
}

/* --- SP hero background position --- */
@media (max-width: 900px) {
  .hero-section {
    background-position: 87% center;
  }
}

/* === Company CTA === */
.company-cta {
  margin: 48px 0;
  padding: 40px 48px;
  background: #0f2320;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.company-cta-catch {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 900px) {
  .company-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
    margin: 40px 0;
  }

  .company-cta .button {
    width: 100%;
    text-align: center;
  }
}
