:root {
  --navy: #071b33;
  --blue: #1167ff;
  --orange: #ff7a1a;
  --cyan: #19c2ff;
  --charcoal: #1d2733;
  --cloud: #f4f7fb;
  --white: #ffffff;
  --muted: #667085;
  --border: rgba(7, 27, 51, 0.12);
  --dark-border: rgba(255, 255, 255, 0.14);
  --shadow: 0 24px 70px rgba(7, 27, 51, 0.14);
  --radius: 28px;
  --max-width: 1180px;
}
 
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
 
html {
  scroll-behavior: smooth;
}
 
body {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--charcoal);
  background: var(--white);
  line-height: 1.6;
}
 
a {
  color: inherit;
  text-decoration: none;
}
 
img {
  max-width: 100%;
  display: block;
}
 
.container {
  width: min(100% - 40px, var(--max-width));
  margin: 0 auto;
}
 
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}
 
.nav-wrapper {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
 
.logo,
.footer-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
 
.logo-img {
  width: 230px;
  max-height: 58px;
  object-fit: contain;
}
 
.footer-logo {
  margin-bottom: 20px;
}
 
.footer-logo-img {
  width: 230px;
  max-height: 70px;
  object-fit: contain;
}
 
.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 700;
}
 
.main-nav a {
  color: var(--navy);
  opacity: 0.85;
}
 
.main-nav a:hover,
.main-nav a.active {
  color: var(--blue);
  opacity: 1;
}
 
.nav-cta {
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--orange);
  color: var(--white) !important;
  opacity: 1 !important;
}
 
.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  cursor: pointer;
}
 
.nav-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  background: var(--navy);
  margin: 5px 0;
  border-radius: 999px;
}
 
.eyebrow {
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
 
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 15px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
 
.btn:hover {
  transform: translateY(-2px);
}
 
.btn-primary {
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 18px 34px rgba(255, 122, 26, 0.3);
}
 
.btn-secondary {
  background: var(--white);
  color: var(--navy);
}
 
.home-hero {
  background:
    radial-gradient(circle at top right, rgba(17, 103, 255, 0.2), transparent 34%),
    linear-gradient(135deg, var(--navy), #020a16);
  color: var(--white);
  padding: 92px 0;
  overflow: hidden;
}
 
.home-hero-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 64px;
  align-items: center;
}
 
.home-hero h1 {
  font-size: clamp(42px, 5.2vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  margin-bottom: 28px;
}
 
.home-hero p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  margin-bottom: 18px;
}
 
.hero-lead {
  font-size: 19px !important;
}
 
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}
 
.home-hero-visual {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.34);
  border: 1px solid var(--dark-border);
  min-height: 430px;
}
 
.home-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}
 
.visual-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(2, 10, 22, 0.72);
  backdrop-filter: blur(14px);
  border: 1px solid var(--dark-border);
}
 
.visual-caption span {
  display: block;
  color: var(--cyan);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 8px;
}
 
.visual-caption strong {
  display: block;
  color: var(--white);
  font-size: 17px;
}
 
.statement-section,
.capabilities-section,
.why-section-premium,
.insights-section {
  padding: 92px 0;
}
 
.statement-grid,
.capabilities-grid,
.why-premium-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 72px;
  align-items: start;
}
 
.statement-section h2,
.capabilities-section h2,
.why-section-premium h2,
.section-heading h2,
.cta-box h2 {
  color: var(--navy);
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  margin-bottom: 20px;
}
 
.section-copy p,
.capabilities-section p,
.why-section-premium p,
.section-heading p,
.cta-box p {
  color: var(--muted);
  font-size: 17px;
  margin-bottom: 14px;
}
 
.capabilities-section,
.insights-section {
  background: var(--cloud);
}
 
.sticky-intro {
  position: sticky;
  top: 120px;
}
 
.text-link {
  display: inline-block;
  color: var(--blue);
  font-weight: 900;
  margin-top: 16px;
}
 
.capability-list {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(7, 27, 51, 0.07);
}
 
.capability-row {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 22px;
  padding: 26px 28px;
  border-bottom: 1px solid var(--border);
  transition: background 0.2s ease;
}
 
.capability-row:last-child {
  border-bottom: 0;
}
 
.capability-row:hover {
  background: #fbfcff;
}
 
.capability-row span {
  color: var(--orange);
  font-weight: 900;
}
 
.capability-row h3 {
  color: var(--navy);
  font-size: 22px;
  line-height: 1.15;
  margin-bottom: 8px;
}
 
.capability-row p {
  margin-bottom: 0;
}
 
.process-section {
  background: var(--navy);
  padding: 96px 0;
  color: var(--white);
}
 
.section-heading {
  max-width: 780px;
  margin-bottom: 42px;
}
 
.section-heading.light h2,
.section-heading.light p {
  color: var(--white);
}
 
.section-heading.light p:last-child {
  color: rgba(255, 255, 255, 0.78);
}
 
.process-strip {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  border: 1px solid var(--dark-border);
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}
 
.process-strip div {
  min-height: 150px;
  padding: 22px 16px;
  border-right: 1px solid var(--dark-border);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
 
.process-strip div:last-child {
  border-right: 0;
}
 
.process-strip span {
  color: var(--orange);
  font-weight: 900;
  font-size: 13px;
}
 
.process-strip strong {
  color: var(--white);
  font-size: 15px;
}
 
.why-premium-list {
  display: grid;
  gap: 34px;
  border-left: 4px solid var(--orange);
  padding-left: 34px;
}
 
.why-premium-list h3 {
  color: var(--navy);
  font-size: 26px;
  margin-bottom: 8px;
  line-height: 1.15;
}
 
.editorial-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 26px;
}
 
.featured-insight,
.insight-side-list article {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 18px 50px rgba(7, 27, 51, 0.06);
}
 
.featured-insight {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(rgba(7, 27, 51, 0.72), rgba(7, 27, 51, 0.9)),
    url("../images/hero-market-map.png");
  background-size: cover;
  background-position: center;
  color: var(--white);
}
 
.featured-insight span,
.insight-side-list span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
 
.featured-insight h3,
.insight-side-list h3 {
  font-size: 30px;
  line-height: 1.1;
  margin: 16px 0 14px;
}
 
.featured-insight h3,
.featured-insight p {
  color: var(--white);
}
 
.featured-insight a {
  display: inline-block;
  margin-top: 16px;
  color: var(--orange);
  font-weight: 900;
}
 
.insight-side-list {
  display: grid;
  gap: 22px;
}
 
.insight-side-list h3 {
  color: var(--navy);
  font-size: 25px;
}
 
.insight-side-list p {
  color: var(--muted);
}
 
.about-hero-v2 {
  background:
    radial-gradient(circle at top right, rgba(25, 194, 255, 0.14), transparent 34%),
    linear-gradient(135deg, #020a16, var(--navy));
  color: var(--white);
  padding: 100px 0 98px;
}
 
.about-hero-v2-grid {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 72px;
  align-items: center;
}
 
.about-hero-copy h1 {
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  margin-bottom: 28px;
}
 
.about-hero-copy p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  margin-bottom: 18px;
  max-width: 680px;
}
 
.about-model-panel {
  border: 1px solid var(--dark-border);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  border-radius: 34px;
  padding: 34px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}
 
.model-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
 
.model-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
 
.model-step span {
  color: var(--orange);
  font-weight: 900;
}
 
.model-step h3 {
  color: var(--white);
  font-size: 22px;
  margin-bottom: 8px;
}
 
.model-step p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}
 
.about-editorial-section,
.about-principles-section,
.about-region-section {
  padding: 96px 0;
}
 
.about-editorial-grid,
.about-principles-grid,
.about-method-grid,
.about-region-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 78px;
  align-items: start;
}
 
.about-editorial-section h2,
.principles-heading h2,
.about-method-section h2,
.about-region-section h2 {
  color: var(--navy);
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.05em;
  margin-bottom: 22px;
}
 
.about-editorial-copy p,
.principles-heading p,
.about-method-section p,
.about-region-section p {
  color: var(--muted);
  font-size: 17px;
  margin-bottom: 14px;
}
 
.about-principles-section {
  background: var(--cloud);
}
 
.principles-heading {
  position: sticky;
  top: 120px;
}
 
.principles-list {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(7, 27, 51, 0.07);
}
 
.principles-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 24px;
  padding: 30px;
  border-bottom: 1px solid var(--border);
}
 
.principles-list article:last-child {
  border-bottom: 0;
}
 
.principles-list span {
  color: var(--orange);
  font-weight: 900;
}
 
.principles-list h3 {
  color: var(--navy);
  font-size: 25px;
  line-height: 1.15;
  margin-bottom: 10px;
}
 
.principles-list p {
  color: var(--muted);
  font-size: 16px;
  margin: 0;
}
 
.about-image-feature {
  padding: 96px 0;
  background: var(--white);
}
 
.about-image-card {
  position: relative;
  min-height: 520px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(7, 27, 51, 0.14);
  background: var(--navy);
}
 
.about-image-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}
 
.about-image-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: min(58%, 640px);
  padding: 70px 56px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(90deg, rgba(2, 10, 22, 0.88), rgba(2, 10, 22, 0.52), transparent);
}
 
.about-image-overlay h2 {
  color: var(--white);
  font-size: clamp(36px, 4.2vw, 60px);
  line-height: 1.03;
  letter-spacing: -0.05em;
  margin-bottom: 18px;
}
 
.about-image-overlay p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  max-width: 560px;
}
 
.about-method-section {
  background: var(--navy);
  color: var(--white);
  padding: 98px 0;
}
 
.about-method-section h2 {
  color: var(--white);
}
 
.about-method-section p {
  color: rgba(255, 255, 255, 0.76);
}
 
.method-timeline-v2 {
  position: relative;
  display: grid;
  gap: 34px;
  padding-left: 34px;
}
 
.method-timeline-v2::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: rgba(255, 255, 255, 0.18);
}
 
.method-timeline-v2 article {
  position: relative;
}
 
.method-timeline-v2 article::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 8px rgba(255, 122, 26, 0.12);
}
 
.method-timeline-v2 span {
  color: var(--orange);
  font-weight: 900;
  font-size: 13px;
}
 
.method-timeline-v2 h3 {
  color: var(--white);
  font-size: 26px;
  margin: 8px 0 8px;
}
 
.method-timeline-v2 p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}
 
.about-region-section {
  background: var(--cloud);
}
 
.region-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
 
.region-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid var(--border);
  color: var(--navy);
  font-weight: 900;
}
 
.cta-section {
  padding: 72px 0 96px;
  background: var(--white);
}
 
.cta-box {
  background:
    radial-gradient(circle at top right, rgba(25, 194, 255, 0.16), transparent 32%),
    linear-gradient(135deg, var(--navy), #020a16);
  color: var(--white);
  border-radius: 34px;
  padding: 56px 54px;
  text-align: center;
  box-shadow: var(--shadow);
  max-width: 980px;
  margin: 0 auto;
  overflow: visible;
}
 
.cta-box h2 {
  color: var(--white);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  max-width: 820px;
  margin: 0 auto 20px;
}
 
.cta-box p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 760px;
  margin: 0 auto 28px;
  font-size: 17px;
}
 
.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 104px;
  z-index: 80;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: var(--white);
  display: grid;
  place-items: center;
  font-weight: 900;
  box-shadow: 0 18px 36px rgba(37, 211, 102, 0.35);
}
 
.chatbot-launcher {
  position: fixed;
  right: 24px;
  bottom: 28px;
  z-index: 80;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 0;
  background: var(--navy);
  display: grid;
  place-items: center;
  box-shadow: 0 18px 42px rgba(7, 27, 51, 0.28);
  cursor: pointer;
  overflow: hidden;
}
 
.chatbot-launcher-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid var(--white);
  border-radius: 50%;
}
 
.chatbot-pulse {
  position: absolute;
  right: 5px;
  top: 7px;
  width: 13px;
  height: 13px;
  background: var(--orange);
  border: 2px solid var(--white);
  border-radius: 50%;
}
 
.chatbot-widget {
  position: fixed;
  right: 24px;
  bottom: 110px;
  z-index: 90;
  width: min(380px, calc(100vw - 32px));
  background: var(--white);
  border-radius: 24px;
  box-shadow: 0 30px 90px rgba(7, 27, 51, 0.28);
  border: 1px solid var(--border);
  overflow: hidden;
  display: none;
}
 
.chatbot-widget.open {
  display: block;
}
 
.chatbot-header {
  background: linear-gradient(135deg, var(--navy), #020a16);
  color: var(--white);
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.chatbot-person {
  display: flex;
  align-items: center;
  gap: 12px;
}
 
.chatbot-photo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--white);
  overflow: hidden;
}
 
.chatbot-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.chatbot-person strong,
.chatbot-person span {
  display: block;
}
 
.chatbot-person span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}
 
.chatbot-close {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  font-size: 24px;
  cursor: pointer;
}
 
.chatbot-body {
  padding: 18px;
}
 
.bot-message {
  background: var(--cloud);
  border-radius: 18px 18px 18px 4px;
  padding: 14px;
  color: var(--navy);
  font-weight: 700;
  margin-bottom: 14px;
}
 
.quick-replies {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
 
.quick-replies button {
  border: 1px solid var(--border);
  background: var(--white);
  color: var(--navy);
  padding: 8px 10px;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
}
 
.quick-replies button:hover {
  border-color: var(--orange);
  color: var(--orange);
}
 
.chatbot-form {
  display: grid;
  gap: 12px;
}
 
.chatbot-form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 800;
  color: var(--navy);
}
 
.chatbot-form input,
.chatbot-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 12px;
  font: inherit;
  outline: none;
}
 
.chatbot-form input:focus,
.chatbot-form textarea:focus {
  border-color: var(--blue);
}
 
.chatbot-form button[type="submit"] {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: var(--orange);
  color: var(--white);
  font-weight: 900;
  cursor: pointer;
}
 
.chatbot-note {
  font-size: 12px;
  color: var(--muted);
}
 
.hidden-field {
  display: none;
}
 
.site-footer {
  background: #020a16;
  color: var(--white);
  padding: 72px 0 24px;
}
 
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr 0.9fr;
  gap: 38px;
}
 
.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  margin-bottom: 10px;
}
 
.site-footer a:hover {
  color: var(--orange);
}
 
.site-footer h4 {
  color: var(--white);
  margin-bottom: 18px;
}
 
.footer-tagline {
  color: var(--orange) !important;
  font-weight: 900;
}
 
.social-links {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}
 
.social-links a {
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 9px 12px;
  border-radius: 999px;
  margin: 0;
}
 
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 44px;
  padding-top: 22px;
}
 
.footer-bottom p {
  font-size: 14px;
  margin: 0;
}
 
@media (max-width: 1100px) {
  .process-strip {
    grid-template-columns: repeat(4, 1fr);
  }
}
 
@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }
 
  .main-nav {
    position: absolute;
    top: 78px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background: var(--white);
    padding: 24px;
    border-radius: 22px;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
  }
 
  .main-nav.open {
    display: flex;
  }
 
  .home-hero-grid,
  .statement-grid,
  .capabilities-grid,
  .why-premium-grid,
  .editorial-grid,
  .about-hero-v2-grid,
  .about-editorial-grid,
  .about-principles-grid,
  .about-method-grid,
  .about-region-grid {
    grid-template-columns: 1fr;
  }
 
  .sticky-intro,
  .principles-heading {
    position: static;
  }
 
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
 
  .logo-img {
    width: 195px;
  }
 
  .about-image-overlay {
    width: 100%;
    background: linear-gradient(0deg, rgba(2, 10, 22, 0.9), rgba(2, 10, 22, 0.45), transparent);
  }
}
 
@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, var(--max-width));
  }
 
  .home-hero,
  .about-hero-v2 {
    padding: 72px 0 58px;
  }
 
  .home-hero h1,
  .about-hero-copy h1 {
    font-size: clamp(38px, 12vw, 52px);
  }
 
  .hero-actions {
    flex-direction: column;
  }
 
  .btn {
    width: 100%;
  }
 
  .home-hero-visual,
  .home-hero-visual img {
    min-height: 320px;
  }
 
  .statement-section,
  .capabilities-section,
  .why-section-premium,
  .insights-section,
  .about-editorial-section,
  .about-principles-section,
  .about-image-feature,
  .about-method-section,
  .about-region-section {
    padding: 72px 0;
  }
 
  .capability-row,
  .principles-list article,
  .model-step {
    grid-template-columns: 1fr;
    gap: 10px;
  }
 
  .process-strip,
  .footer-grid {
    grid-template-columns: 1fr;
  }
 
  .about-image-card,
  .about-image-card img {
    min-height: 520px;
  }
 
  .about-image-overlay {
    padding: 36px 26px;
  }
 
  .cta-section {
    padding: 56px 0 72px;
  }
 
  .cta-box {
    padding: 42px 24px;
    border-radius: 26px;
  }
 
  .cta-box h2 {
    font-size: clamp(30px, 10vw, 42px);
  }
 
  .nav-wrapper {
    min-height: 72px;
  }
 
  .main-nav {
    top: 72px;
  }
 
  .logo-img {
    width: 165px;
  }
 
  .footer-logo-img {
    width: 200px;
  }
 
  .whatsapp-float {
    right: 18px;
    bottom: 96px;
  }
 
  .chatbot-launcher {
    right: 18px;
    bottom: 22px;
  }
 
  .chatbot-widget {
    right: 16px;
    bottom: 100px;
  }
}
/* SCROLL FLY-IN EFFECT */
 
.reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, 42px, 0);
  transition:
    opacity 0.85s ease,
    transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
 
.reveal-from-left {
  transform: translate3d(-54px, 0, 0);
}
 
.reveal-from-right {
  transform: translate3d(54px, 0, 0);
}
 
.reveal-zoom {
  transform: scale(0.96);
}
 
.reveal-on-scroll.is-visible,
.reveal-from-left.is-visible,
.reveal-from-right.is-visible,
.reveal-zoom.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
 
.home-hero-content.reveal-on-scroll,
.about-hero-copy.reveal-on-scroll,
.services-hero-copy.reveal-on-scroll,
.page-hero-copy.reveal-on-scroll {
  transition-duration: 1s;
}
 
.home-hero-visual.reveal-on-scroll,
.about-hero-panel.reveal-on-scroll,
.services-hero-panel.reveal-on-scroll,
.page-hero-panel.reveal-on-scroll {
  transition-duration: 1.05s;
}
 
.capability-row.reveal-on-scroll,
.service-detail.reveal-on-scroll,
.about-principle-row.reveal-on-scroll,
.process-strip div.reveal-on-scroll,
.method-timeline-item.reveal-on-scroll,
.insight-side-list article.reveal-on-scroll,
.region-pill.reveal-on-scroll {
  transition-duration: 0.75s;
}
 
@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll,
  .reveal-from-left,
  .reveal-from-right,
  .reveal-zoom {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
 
/* HOME PAGE ONLY MOTION EFFECT
   Paste this at the very bottom of css/styles.css
*/
 
body.home-motion-ready .home-hero .eyebrow,
body.home-motion-ready .home-hero h1,
body.home-motion-ready .home-hero .hero-lead,
body.home-motion-ready .home-hero .home-hero-content p:not(.eyebrow):not(.hero-lead),
body.home-motion-ready .home-hero .hero-actions,
body.home-motion-ready .home-hero .home-hero-visual,
body.home-motion-ready .statement-section,
body.home-motion-ready .capabilities-section,
body.home-motion-ready .process-section,
body.home-motion-ready .why-section-premium,
body.home-motion-ready .insights-section,
body.home-motion-ready .cta-section {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 900ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
 
body.home-motion-ready .home-hero .home-hero-visual {
  transform: translateY(38px) scale(0.96);
}
 
body.home-motion-ready .home-hero .home-motion-visible,
body.home-motion-ready .home-motion-visible {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
}
 
body.home-motion-ready .home-hero h1.home-motion-visible {
  transition-delay: 120ms;
}
 
body.home-motion-ready .home-hero .hero-lead.home-motion-visible {
  transition-delay: 220ms;
}
 
body.home-motion-ready .home-hero .home-hero-content p:not(.eyebrow):not(.hero-lead).home-motion-visible {
  transition-delay: 320ms;
}
 
body.home-motion-ready .home-hero .hero-actions.home-motion-visible {
  transition-delay: 420ms;
}
 
body.home-motion-ready .home-hero .home-hero-visual.home-motion-visible {
  transition-delay: 240ms;
}
 
body.home-motion-ready .capability-row,
body.home-motion-ready .process-strip div,
body.home-motion-ready .why-premium-list > div,
body.home-motion-ready .editorial-grid article {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 760ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 220ms ease,
    background 220ms ease;
}
 
body.home-motion-ready .home-motion-visible .capability-row,
body.home-motion-ready .home-motion-visible .process-strip div,
body.home-motion-ready .home-motion-visible .why-premium-list > div,
body.home-motion-ready .home-motion-visible .editorial-grid article {
  opacity: 1;
  transform: translateY(0);
}
 
body.home-motion-ready .home-motion-visible .capability-row:nth-child(1),
body.home-motion-ready .home-motion-visible .process-strip div:nth-child(1),
body.home-motion-ready .home-motion-visible .why-premium-list > div:nth-child(1),
body.home-motion-ready .home-motion-visible .editorial-grid article:nth-child(1) {
  transition-delay: 80ms;
}
 
body.home-motion-ready .home-motion-visible .capability-row:nth-child(2),
body.home-motion-ready .home-motion-visible .process-strip div:nth-child(2),
body.home-motion-ready .home-motion-visible .why-premium-list > div:nth-child(2),
body.home-motion-ready .home-motion-visible .editorial-grid article:nth-child(2) {
  transition-delay: 160ms;
}
 
body.home-motion-ready .home-motion-visible .capability-row:nth-child(3),
body.home-motion-ready .home-motion-visible .process-strip div:nth-child(3),
body.home-motion-ready .home-motion-visible .why-premium-list > div:nth-child(3),
body.home-motion-ready .home-motion-visible .editorial-grid article:nth-child(3) {
  transition-delay: 240ms;
}
 
body.home-motion-ready .home-motion-visible .capability-row:nth-child(4),
body.home-motion-ready .home-motion-visible .process-strip div:nth-child(4) {
  transition-delay: 320ms;
}
 
body.home-motion-ready .home-motion-visible .capability-row:nth-child(5),
body.home-motion-ready .home-motion-visible .process-strip div:nth-child(5) {
  transition-delay: 400ms;
}
 
body.home-motion-ready .home-motion-visible .capability-row:nth-child(6),
body.home-motion-ready .home-motion-visible .process-strip div:nth-child(6) {
  transition-delay: 480ms;
}
 
body.home-motion-ready .home-motion-visible .process-strip div:nth-child(7) {
  transition-delay: 560ms;
}
 
body.home-motion-ready .home-motion-visible .process-strip div:nth-child(8) {
  transition-delay: 640ms;
}
 
body.home-motion-ready .home-hero-visual img {
  transition: transform 550ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
 
body.home-motion-ready .home-hero-visual:hover img {
  transform: scale(1.045);
}
 
body.home-motion-ready .capability-row:hover {
  transform: translateX(8px);
}
 
body.home-motion-ready .featured-insight:hover,
body.home-motion-ready .insight-side-list article:hover {
  transform: translateY(-6px);
}
 
body.home-motion-ready .home-hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -35% 55%;
  width: 440px;
  height: 440px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(25, 194, 255, 0.16), transparent 62%);
  pointer-events: none;
}
 
body.home-motion-ready .home-hero {
  position: relative;
}
 
@media (prefers-reduced-motion: reduce) {
  body.home-motion-ready .home-hero .eyebrow,
  body.home-motion-ready .home-hero h1,
  body.home-motion-ready .home-hero .hero-lead,
  body.home-motion-ready .home-hero .home-hero-content p:not(.eyebrow):not(.hero-lead),
  body.home-motion-ready .home-hero .hero-actions,
  body.home-motion-ready .home-hero .home-hero-visual,
  body.home-motion-ready .statement-section,
  body.home-motion-ready .capabilities-section,
  body.home-motion-ready .process-section,
  body.home-motion-ready .why-section-premium,
  body.home-motion-ready .insights-section,
  body.home-motion-ready .cta-section,
  body.home-motion-ready .capability-row,
  body.home-motion-ready .process-strip div,
  body.home-motion-ready .why-premium-list > div,
  body.home-motion-ready .editorial-grid article {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
body:has(.home-hero) .process-strip div {
  position: relative;
  cursor: help;
  overflow: hidden;
  transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
 
body:has(.home-hero) .process-strip div::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255, 122, 26, 0.18), transparent 48%);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
 
body:has(.home-hero) .process-strip div::after {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 18px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}
 
body:has(.home-hero) .process-strip div:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-4px);
}
 
body:has(.home-hero) .process-strip div:hover::before {
  opacity: 1;
}
 
body:has(.home-hero) .process-strip div:hover::after {
  opacity: 1;
  transform: translateY(0);
}
 
body:has(.home-hero) .process-strip div strong {
  position: relative;
  z-index: 2;
  transition: transform 0.25s ease, color 0.25s ease;
}
 
body:has(.home-hero) .process-strip div span {
  position: relative;
  z-index: 2;
}
 
body:has(.home-hero) .process-strip div:hover strong {
  color: var(--orange);
  transform: translateY(-46px);
}
 
body:has(.home-hero) .process-strip div:nth-child(1)::after {
  content: "Clarify the exact business question before recommending action.";
}
 
body:has(.home-hero) .process-strip div:nth-child(2)::after {
  content: "Break the opportunity into workstreams, priorities, timelines and owners.";
}
 
body:has(.home-hero) .process-strip div:nth-child(3)::after {
  content: "Collect market, customer, competitor, partner and channel insight.";
}
 
body:has(.home-hero) .process-strip div:nth-child(4)::after {
  content: "Turn evidence into clear conclusions and practical implications.";
}
 
body:has(.home-hero) .process-strip div:nth-child(5)::after {
  content: "Compare routes, partners, channels, pricing and launch choices.";
}
 
body:has(.home-hero) .process-strip div:nth-child(6)::after {
  content: "Choose the most practical path and define the execution plan.";
}
 
body:has(.home-hero) .process-strip div:nth-child(7)::after {
  content: "Move from strategy into campaigns, activations, media and systems.";
}
 
body:has(.home-hero) .process-strip div:nth-child(8)::after {
  content: "Track results, learn quickly and improve the next decision.";
}
 
@media (max-width: 1100px) {
  body:has(.home-hero) .process-strip div:hover strong {
    transform: translateY(-38px);
  }
}
 
@media (max-width: 680px) {
  body:has(.home-hero) .process-strip div {
    min-height: 170px;
  }
 
  body:has(.home-hero) .process-strip div::after {
    opacity: 1;
    transform: none;
  }
 
  body:has(.home-hero) .process-strip div strong,
  body:has(.home-hero) .process-strip div:hover strong {
    transform: translateY(-42px);
  }
}
/* HOME PROCESS HOVER - CLEAN NON-BLUR TOOLTIP FIX */
 
.process-section {
  overflow: visible;
}
 
.process-strip {
  overflow: visible !important;
  position: relative;
}
 
.process-strip div {
  position: relative;
  overflow: visible !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
 
.process-strip div:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  transform: translateY(-4px);
  z-index: 20;
}
 
.process-strip div span,
.process-strip div strong,
.process-strip div:hover span,
.process-strip div:hover strong {
  filter: none !important;
  opacity: 1 !important;
  text-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
 
.process-strip div::after {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 16px);
  width: 280px;
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 50;
  padding: 18px 20px;
  border-radius: 18px;
  background: #ffffff;
  color: #071b33;
  border: 1px solid rgba(7, 27, 51, 0.14);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: normal;
  white-space: normal;
  text-align: left;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}
 
.process-strip div::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 7px);
  width: 18px;
  height: 18px;
  transform: translateX(-50%) rotate(45deg);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 49;
  background: #ffffff;
  border-right: 1px solid rgba(7, 27, 51, 0.14);
  border-bottom: 1px solid rgba(7, 27, 51, 0.14);
  transition: opacity 0.22s ease, visibility 0.22s ease;
}
 
.process-strip div:hover::after,
.process-strip div:hover::before {
  opacity: 1;
  visibility: visible;
}
 
.process-strip div:hover::after {
  transform: translateX(-50%) translateY(0);
}
 
.process-strip div:nth-child(1)::after {
  content: "Clarify the exact market or growth question before recommending any solution.";
}
 
.process-strip div:nth-child(2)::after {
  content: "Break the challenge into clear workstreams, priorities, timelines and responsibilities.";
}
 
.process-strip div:nth-child(3)::after {
  content: "Gather market, customer, competitor, channel and partner information before action.";
}
 
.process-strip div:nth-child(4)::after {
  content: "Turn evidence into clear conclusions that guide strategy, messaging and execution.";
}
 
.process-strip div:nth-child(5)::after {
  content: "Compare practical entry routes, campaign choices, partner models and trade-offs.";
}
 
.process-strip div:nth-child(6)::after {
  content: "Recommend the strongest path based on evidence, cost, risk and growth potential.";
}
 
.process-strip div:nth-child(7)::after {
  content: "Move from plan to action through campaigns, activations, partners, systems and tools.";
}
 
.process-strip div:nth-child(8)::after {
  content: "Track performance, capture feedback, learn quickly and improve the next decision.";
}
 
.process-strip div:first-child::after {
  left: 0;
  transform: translateX(0) translateY(10px);
}
 
.process-strip div:first-child:hover::after {
  transform: translateX(0) translateY(0);
}
 
.process-strip div:first-child::before {
  left: 32px;
}
 
.process-strip div:last-child::after {
  left: auto;
  right: 0;
  transform: translateX(0) translateY(10px);
}
 
.process-strip div:last-child:hover::after {
  transform: translateX(0) translateY(0);
}
 
.process-strip div:last-child::before {
  left: auto;
  right: 32px;
}
 
@media (max-width: 1100px) {
  .process-strip div::after {
    width: 250px;
  }
}
 
@media (max-width: 680px) {
  .process-strip div::after,
  .process-strip div::before {
    display: none;
  }
 
  .process-strip div:hover {
    transform: none;
  }
}
/* HOME PROCESS HOVER - FINAL CLEAN NO OVERLAP FIX */
 
body.home-page .process-strip {
  overflow: visible !important;
}
 
body.home-page .process-strip div {
  position: relative !important;
  overflow: visible !important;
  cursor: pointer;
}
 
body.home-page .process-strip div:hover {
  background: rgba(255, 255, 255, 0.08) !important;
}
 
body.home-page .process-strip div span,
body.home-page .process-strip div strong {
  position: relative !important;
  z-index: 2 !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  text-shadow: none !important;
}
 
body.home-page .process-strip div:hover span,
body.home-page .process-strip div:hover strong {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  text-shadow: none !important;
}
 
body.home-page .process-strip div::before {
  display: none !important;
  content: none !important;
}
 
body.home-page .process-strip div::after {
  position: absolute !important;
  left: 50% !important;
  bottom: calc(100% + 16px) !important;
  transform: translateX(-50%) translateY(8px) !important;
  width: 280px !important;
  max-width: 280px !important;
  min-height: auto !important;
  padding: 16px 18px !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  color: #071b33 !important;
  border: 1px solid rgba(7, 27, 51, 0.14) !important;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.26) !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-align: left !important;
  white-space: normal !important;
  word-break: normal !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: 9999 !important;
  filter: none !important;
  backdrop-filter: none !important;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease !important;
}
 
body.home-page .process-strip div:hover::after {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(-50%) translateY(0) !important;
}
 
body.home-page .process-strip div:nth-child(1)::after {
  content: "Clarify the exact market or growth question before recommending action." !important;
}
 
body.home-page .process-strip div:nth-child(2)::after {
  content: "Break the opportunity into clear workstreams, priorities, timelines and owners." !important;
}
 
body.home-page .process-strip div:nth-child(3)::after {
  content: "Gather customer, competitor, partner, channel and market evidence before deciding." !important;
}
 
body.home-page .process-strip div:nth-child(4)::after {
  content: "Turn the evidence into clear findings, commercial implications and practical choices." !important;
}
 
body.home-page .process-strip div:nth-child(5)::after {
  content: "Compare possible entry routes, campaign approaches, partners, systems and trade-offs." !important;
}
 
body.home-page .process-strip div:nth-child(6)::after {
  content: "Recommend the strongest path forward based on evidence, risk and execution reality." !important;
}
 
body.home-page .process-strip div:nth-child(7)::after {
  content: "Move from plan to action through campaigns, activations, creative, media and systems." !important;
}
 
body.home-page .process-strip div:nth-child(8)::after {
  content: "Track results, capture learning and improve the next decision or growth cycle." !important;
}
 
@media (max-width: 980px) {
  body.home-page .process-strip div::after {
    left: 24px !important;
    right: 24px !important;
    bottom: calc(100% + 12px) !important;
    transform: translateY(8px) !important;
    width: auto !important;
    max-width: none !important;
  }
 
  body.home-page .process-strip div:hover::after {
    transform: translateY(0) !important;
  }
}
 
.process-section {
  overflow: visible !important;
  padding-bottom: 180px !important;
}
 
.process-strip {
  overflow: visible !important;
  position: relative !important;
  z-index: 5 !important;
}
 
.process-strip div {
  position: relative !important;
  overflow: visible !important;
  filter: none !important;
  backdrop-filter: none !important;
}
 
.process-strip div,
.process-strip div span,
.process-strip div strong {
  filter: none !important;
  text-shadow: none !important;
}
 
.process-strip div::before {
  display: none !important;
  content: none !important;
}
 
.process-strip div::after {
  position: absolute !important;
  top: calc(100% + 16px) !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  width: 330px !important;
  max-width: calc(100vw - 48px) !important;
  padding: 16px 18px !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  color: #071b33 !important;
  border: 1px solid rgba(255, 122, 26, 0.36) !important;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.26) !important;
  transform: translate(-50%, 10px) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: 9999 !important;
  white-space: normal !important;
  text-align: left !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}
 
.process-strip div:nth-child(1)::after {
  content: "Clarify the exact business or market question before recommending action." !important;
  left: 0 !important;
  transform: translate(0, 10px) !important;
}
 
.process-strip div:nth-child(2)::after {
  content: "Break the opportunity into clear workstreams, priorities, timelines and owners." !important;
}
 
.process-strip div:nth-child(3)::after {
  content: "Gather market, customer, competitor, partner and channel information." !important;
}
 
.process-strip div:nth-child(4)::after {
  content: "Turn evidence into clear insight, practical implications and decision points." !important;
}
 
.process-strip div:nth-child(5)::after {
  content: "Compare possible routes, campaign approaches, partners, systems and trade-offs." !important;
}
 
.process-strip div:nth-child(6)::after {
  content: "Recommend the most practical path forward based on evidence and market reality." !important;
}
 
.process-strip div:nth-child(7)::after {
  content: "Support implementation through workplans, campaigns, activations, systems and tools." !important;
}
 
.process-strip div:nth-child(8)::after {
  content: "Track results, capture feedback, learn quickly and improve the next decision." !important;
  left: auto !important;
  right: 0 !important;
  transform: translate(0, 10px) !important;
}
 
.process-strip div:hover,
.process-strip div:focus-within {
  background: rgba(255, 255, 255, 0.08) !important;
}
 
.process-strip div:hover::after,
.process-strip div:focus-within::after {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(-50%, 0) !important;
}
 
.process-strip div:nth-child(1):hover::after,
.process-strip div:nth-child(1):focus-within::after {
  transform: translate(0, 0) !important;
}
 
.process-strip div:nth-child(8):hover::after,
.process-strip div:nth-child(8):focus-within::after {
  transform: translate(0, 0) !important;
}
 
@media (max-width: 900px) {
  .process-section {
    padding-bottom: 96px !important;
  }
 
  .process-strip div::after {
    display: none !important;
    content: none !important;
  }
}
.svc-hero {
  background:
    radial-gradient(circle at 85% 10%, rgba(17, 103, 255, 0.24), transparent 30%),
    linear-gradient(135deg, var(--navy), #020a16);
  color: var(--white);
  padding: 96px 0;
  overflow: hidden;
}
 
.svc-hero-grid {
  display: grid;
  grid-template-columns: 0.95fr 0.85fr;
  gap: 76px;
  align-items: center;
}
 
.svc-hero h1 {
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  margin-bottom: 24px;
  max-width: 860px;
}
 
.svc-hero p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  max-width: 760px;
}
 
.svc-hero-panel {
  padding: 34px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}
 
.panel-kicker {
  color: var(--cyan) !important;
  font-size: 12px !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 22px;
}
 
.svc-hero-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
 
.svc-hero-item:last-child {
  border-bottom: 0;
}
 
.svc-hero-item span,
.svc-detail-number,
.svc-index-card span,
.svc-model-list span {
  color: var(--orange);
  font-weight: 900;
}
 
.svc-hero-item strong {
  color: var(--white);
  font-size: 22px;
  line-height: 1.2;
}
 
.svc-intro-section,
.svc-index-section,
.svc-detail-section,
.svc-model-section,
.svc-cta-section {
  padding: 92px 0;
}
 
.svc-intro-grid,
.svc-index-grid,
.svc-model-box {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 74px;
  align-items: start;
}
 
.svc-intro-section h2,
.svc-index-section h2,
.svc-detail-main h2,
.svc-model-box h2,
.svc-cta-box h2 {
  color: var(--navy);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}
 
.svc-intro-section p,
.svc-index-section p,
.svc-detail-main p,
.svc-model-box p,
.svc-cta-box p {
  color: var(--muted);
  font-size: 17px;
  margin-bottom: 14px;
}
 
.svc-index-section,
.svc-detail-section {
  background: var(--cloud);
}
 
.svc-index-copy {
  position: sticky;
  top: 118px;
}
 
.svc-index-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
 
.svc-index-card {
  min-height: 270px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 18px 54px rgba(7, 27, 51, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
 
.svc-index-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 122, 26, 0.45);
  box-shadow: 0 26px 70px rgba(7, 27, 51, 0.12);
}
 
.svc-index-card h3 {
  color: var(--navy);
  font-size: 24px;
  line-height: 1.15;
  margin: 22px 0 12px;
}
 
.svc-index-card p {
  margin-bottom: 0;
}
 
.svc-detail-stack {
  display: grid;
  gap: 26px;
}
 
.svc-detail-card {
  display: grid;
  grid-template-columns: 72px 0.9fr 1fr;
  gap: 34px;
  align-items: start;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 34px;
  padding: 36px;
  box-shadow: 0 18px 54px rgba(7, 27, 51, 0.06);
}
 
.svc-detail-number {
  font-size: 18px;
  letter-spacing: 0.08em;
}
 
.svc-detail-main h2 {
  font-size: clamp(30px, 3.2vw, 44px);
}
 
.svc-detail-list {
  list-style: none;
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
}
 
.svc-detail-list li {
  position: relative;
  color: var(--charcoal);
  font-weight: 700;
  line-height: 1.45;
  padding-left: 24px;
}
 
.svc-detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
}
 
.svc-model-section {
  background: var(--navy);
  color: var(--white);
}
 
.svc-model-box h2,
.svc-model-box p {
  color: var(--white);
}
 
.svc-model-box p {
  color: rgba(255, 255, 255, 0.76);
}
 
.svc-model-list {
  display: grid;
  gap: 20px;
}
 
.svc-model-list article {
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
 
.svc-model-list h3 {
  color: var(--white);
  font-size: 24px;
  margin: 12px 0 8px;
}
 
.svc-cta-section {
  background: var(--white);
}
 
.svc-cta-box {
  max-width: 980px;
  margin: 0 auto;
  padding: 60px 54px;
  text-align: center;
  color: var(--white);
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(25, 194, 255, 0.16), transparent 32%),
    linear-gradient(135deg, var(--navy), #020a16);
  box-shadow: var(--shadow);
}
 
.svc-cta-box h2 {
  color: var(--white);
}
 
.svc-cta-box p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 720px;
  margin: 0 auto 28px;
}
 
@media (max-width: 980px) {
  .svc-hero-grid,
  .svc-intro-grid,
  .svc-index-grid,
  .svc-model-box,
  .svc-detail-card {
    grid-template-columns: 1fr;
  }
 
  .svc-index-copy {
    position: static;
  }
 
  .svc-index-list {
    grid-template-columns: 1fr;
  }
}
 
@media (max-width: 680px) {
  .svc-hero,
  .svc-intro-section,
  .svc-index-section,
  .svc-detail-section,
  .svc-model-section,
  .svc-cta-section {
    padding: 72px 0;
  }
 
  .svc-hero-panel,
  .svc-detail-card,
  .svc-cta-box {
    padding: 26px;
    border-radius: 26px;
  }
 
  .svc-hero-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
 
  .svc-index-card {
    min-height: auto;
  }
}
/* SERVICES PAGE - PREMIUM DENTSU-INSPIRED DESIGN */
 
.svc-page {
  background: #ffffff;
  color: var(--navy);
}
 
.svc-page .svc-kicker {
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
 
.svc-hero {
  background:
    radial-gradient(circle at top right, rgba(17, 103, 255, 0.18), transparent 35%),
    linear-gradient(135deg, var(--navy), #020a16);
  color: var(--white);
  padding: 96px 0 104px;
}
 
.svc-hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 72px;
  align-items: end;
}
 
.svc-hero h1 {
  color: var(--white);
  font-size: clamp(46px, 6vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  max-width: 980px;
  margin-bottom: 28px;
}
 
.svc-hero p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  max-width: 760px;
}
 
.svc-hero-panel {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 34px;
  padding: 32px;
  backdrop-filter: blur(14px);
}
 
.svc-hero-panel p {
  color: var(--white);
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 22px;
  font-weight: 800;
}
 
.svc-hero-panel ul {
  list-style: none;
  display: grid;
  gap: 12px;
}
 
.svc-hero-panel li {
  color: rgba(255, 255, 255, 0.82);
  padding-left: 22px;
  position: relative;
}
 
.svc-hero-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
}
 
.svc-manifesto,
.svc-index-section,
.svc-detail-stage,
.svc-cta-section {
  padding: 96px 0;
}
 
.svc-manifesto-grid,
.svc-detail-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 76px;
  align-items: start;
}
 
.svc-manifesto h2,
.svc-section-heading h2,
.svc-detail-copy h2,
.svc-cta-box h2 {
  color: var(--navy);
  font-size: clamp(34px, 4.8vw, 66px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  margin-bottom: 22px;
}
 
.svc-manifesto p,
.svc-section-heading p,
.svc-detail-copy p,
.svc-cta-box p {
  color: var(--muted);
  font-size: 18px;
  max-width: 760px;
  margin-bottom: 16px;
}
 
.svc-index-section {
  background: var(--cloud);
}
 
.svc-section-heading {
  max-width: 820px;
  margin-bottom: 46px;
}
 
.svc-index {
  border-top: 1px solid rgba(7, 27, 51, 0.16);
}
 
.svc-index-item {
  display: grid;
  grid-template-columns: 80px 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
  padding: 34px 0;
  border-bottom: 1px solid rgba(7, 27, 51, 0.16);
  transition: padding 0.25s ease, background 0.25s ease;
}
 
.svc-index-number {
  color: var(--orange);
  font-weight: 900;
  letter-spacing: 0.06em;
}
 
.svc-index-main h3 {
  color: var(--navy);
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  margin-bottom: 12px;
}
 
.svc-index-main p {
  color: var(--muted);
  font-size: 17px;
}
 
.svc-index-detail {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(12px);
  transition: max-height 0.35s ease, opacity 0.3s ease, transform 0.3s ease;
}
 
.svc-index-item:hover .svc-index-detail,
.svc-index-item:focus-within .svc-index-detail {
  max-height: 460px;
  opacity: 1;
  transform: translateY(0);
}
 
.svc-index-item:hover {
  padding-left: 26px;
  padding-right: 26px;
  background: rgba(255, 255, 255, 0.72);
}
 
.svc-index-detail p {
  color: var(--muted);
  font-size: 16px;
  margin-bottom: 14px;
}
 
.svc-index-detail ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 18px;
  padding-left: 18px;
}
 
.svc-index-detail li {
  color: var(--charcoal);
  font-size: 15px;
}
 
.svc-detail-stage {
  background: var(--navy);
  color: var(--white);
}
 
.svc-detail-stage .svc-kicker,
.svc-detail-stage .svc-detail-copy h2 {
  color: var(--white);
}
 
.svc-detail-stage .svc-detail-copy p {
  color: rgba(255, 255, 255, 0.76);
}
 
.svc-rhythm-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
 
.svc-rhythm-list div {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
 
.svc-rhythm-list span {
  color: var(--orange);
  font-weight: 900;
}
 
.svc-rhythm-list strong {
  color: var(--white);
  font-size: 24px;
  line-height: 1.15;
}
 
.svc-cta-section {
  background: #ffffff;
}
 
.svc-cta-box {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  color: var(--white);
  padding: 64px 54px;
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(25, 194, 255, 0.16), transparent 32%),
    linear-gradient(135deg, var(--navy), #020a16);
  box-shadow: var(--shadow);
}
 
.svc-cta-box h2 {
  color: var(--white);
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
 
.svc-cta-box p {
  color: rgba(255, 255, 255, 0.78);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
}
 
@media (max-width: 980px) {
  .svc-hero-grid,
  .svc-manifesto-grid,
  .svc-detail-grid {
    grid-template-columns: 1fr;
  }
 
  .svc-index-item {
    grid-template-columns: 60px 1fr;
  }
 
  .svc-index-detail {
    grid-column: 2;
  }
 
  .svc-index-detail ul {
    grid-template-columns: 1fr;
  }
}
 
@media (max-width: 680px) {
  .svc-hero,
  .svc-manifesto,
  .svc-index-section,
  .svc-detail-stage,
  .svc-cta-section {
    padding: 72px 0;
  }
 
  .svc-index-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }
 
  .svc-index-detail {
    grid-column: 1;
  }
 
  .svc-index-item:hover {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
  }
 
  .svc-hero-panel,
  .svc-cta-box {
    padding: 30px 24px;
    border-radius: 26px;
  }
 
  .svc-rhythm-list div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
/* SERVICES PAGE - EXECUTIVE ICONS AND LEAD FORM */
 
.dsvc-hero {
  background:
    radial-gradient(circle at 80% 15%, rgba(17, 103, 255, 0.18), transparent 34%),
    linear-gradient(135deg, var(--navy), #020a16);
  color: var(--white);
  padding: 96px 0;
}
 
.dsvc-hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 72px;
  align-items: center;
}
 
.dsvc-hero-copy h1 {
  font-size: clamp(44px, 5.6vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  max-width: 980px;
  margin-bottom: 26px;
}
 
.dsvc-hero-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  max-width: 760px;
  margin-bottom: 18px;
}
 
.dsvc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}
 
.dsvc-hero-panel {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 34px;
  padding: 34px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24);
}
 
.dsvc-hero-panel > p {
  color: var(--cyan);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 22px;
}
 
.dsvc-hero-metrics {
  display: grid;
  gap: 18px;
}
 
.dsvc-hero-metrics div {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
 
.dsvc-hero-metrics div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
 
.dsvc-hero-metrics span {
  color: var(--orange);
  font-weight: 900;
}
 
.dsvc-hero-metrics strong {
  color: var(--white);
  font-size: 22px;
}
 
.dsvc-intro-section,
.dsvc-service-index,
.dsvc-detail-section,
.dsvc-form-section {
  padding: 92px 0;
}
 
.dsvc-intro-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 72px;
  align-items: start;
}
 
.dsvc-intro-grid h2,
.dsvc-section-heading h2,
.dsvc-form-copy h2 {
  color: var(--navy);
  font-size: clamp(34px, 4.6vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}
 
.dsvc-intro-grid p,
.dsvc-section-heading p,
.dsvc-form-copy p,
.dsvc-detail-right > p {
  color: var(--muted);
  font-size: 18px;
  margin-bottom: 16px;
}
 
.dsvc-service-index,
.dsvc-form-section {
  background: var(--cloud);
}
 
.dsvc-section-heading {
  max-width: 780px;
  margin-bottom: 42px;
}
 
.dsvc-index-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
 
.dsvc-index-card {
  min-height: 260px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 18px 54px rgba(7, 27, 51, 0.06);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}
 
.dsvc-index-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 122, 26, 0.42);
  box-shadow: 0 26px 70px rgba(7, 27, 51, 0.12);
}
 
.dsvc-index-card span,
.dsvc-number {
  color: var(--orange);
  font-weight: 900;
  letter-spacing: 0.08em;
}
 
.dsvc-index-card h3 {
  color: var(--navy);
  font-size: 25px;
  line-height: 1.12;
  margin: 20px 0 14px;
}
 
.dsvc-index-card p {
  color: var(--muted);
  font-size: 16px;
}
 
.dsvc-detail-section {
  background: var(--white);
}
 
.dsvc-detail-stack {
  display: grid;
  gap: 0;
}
 
.dsvc-detail-row {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 74px;
  padding: 76px 0;
  border-top: 1px solid var(--border);
}
 
.dsvc-detail-row:first-child {
  border-top: 0;
  padding-top: 0;
}
 
.dsvc-detail-left h2 {
  color: var(--navy);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.05em;
  margin: 18px 0 18px;
}
 
.dsvc-detail-left p {
  color: var(--muted);
  font-size: 20px;
}
 
.dsvc-icon-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 30px;
}
 
.dsvc-icon-item {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  align-items: center;
  background: var(--cloud);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 18px;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}
 
.dsvc-icon-item:hover {
  transform: translateY(-3px);
  background: var(--white);
  border-color: rgba(255, 122, 26, 0.42);
}
 
.dsvc-icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: #fff5ee;
  border: 1px solid rgba(255, 122, 26, 0.24);
}
 
.dsvc-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: var(--orange);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
 
.dsvc-icon-item strong {
  color: var(--navy);
  font-size: 17px;
  line-height: 1.25;
}
 
.dsvc-service-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--navy);
  color: var(--white);
  font-weight: 900;
  margin-top: 28px;
  transition: transform 0.22s ease, background 0.22s ease;
}
 
.dsvc-service-button:hover {
  transform: translateY(-2px);
  background: var(--orange);
}
 
.dsvc-form-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 72px;
  align-items: start;
}
 
.dsvc-form-note {
  margin-top: 28px;
  padding: 22px;
  border-radius: 24px;
  background: var(--white);
  border: 1px solid var(--border);
}
 
.dsvc-form-note strong,
.dsvc-form-note span {
  display: block;
}
 
.dsvc-form-note strong {
  color: var(--navy);
  margin-bottom: 6px;
}
 
.dsvc-form-note span {
  color: var(--muted);
}
 
.dsvc-lead-form {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 34px;
  padding: 34px;
  box-shadow: 0 24px 70px rgba(7, 27, 51, 0.09);
  display: grid;
  gap: 18px;
}
 
.dsvc-form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
 
.dsvc-lead-form label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}
 
.dsvc-lead-form input,
.dsvc-lead-form select,
.dsvc-lead-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 14px 14px;
  font: inherit;
  color: var(--navy);
  background: var(--white);
  outline: none;
}
 
.dsvc-lead-form textarea {
  resize: vertical;
}
 
.dsvc-lead-form input:focus,
.dsvc-lead-form select:focus,
.dsvc-lead-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(17, 103, 255, 0.08);
}
 
.dsvc-lead-form button {
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  background: var(--orange);
  color: var(--white);
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 18px 34px rgba(255, 122, 26, 0.26);
}
 
@media (max-width: 980px) {
  .dsvc-hero-grid,
  .dsvc-intro-grid,
  .dsvc-detail-row,
  .dsvc-form-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
 
  .dsvc-index-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
 
@media (max-width: 680px) {
  .dsvc-hero,
  .dsvc-intro-section,
  .dsvc-service-index,
  .dsvc-detail-section,
  .dsvc-form-section {
    padding: 70px 0;
  }
 
  .dsvc-hero-actions,
  .dsvc-form-row,
  .dsvc-index-grid,
  .dsvc-icon-grid {
    grid-template-columns: 1fr;
  }
 
  .dsvc-hero-actions {
    display: grid;
  }
 
  .dsvc-detail-row {
    padding: 54px 0;
  }
 
  .dsvc-lead-form {
    padding: 24px;
    border-radius: 26px;
  }
}
/* ABOUT PAGE - RESPONSIVE BUTTONS, EXECUTIVE ICONS AND WHATSAPP LINK SUPPORT */
 
.about-hero-v3 {
  background:
    radial-gradient(circle at 75% 18%, rgba(17, 103, 255, 0.2), transparent 34%),
    linear-gradient(135deg, var(--navy), #020a16);
  color: var(--white);
  padding: 96px 0 88px;
  overflow: hidden;
}
 
.about-hero-v3-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 72px;
  align-items: center;
}
 
.about-hero-v3-copy h1 {
  font-size: clamp(46px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  max-width: 760px;
  margin-bottom: 28px;
}
 
.about-hero-v3-copy p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  max-width: 660px;
  margin-bottom: 18px;
}
 
.about-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 34px;
}
 
.about-action-row-center {
  justify-content: center;
}
 
.about-button {
  min-width: 205px;
  min-height: 56px;
  padding-left: 28px;
  padding-right: 28px;
  white-space: nowrap;
  text-align: center;
}
 
.about-button:focus-visible,
.whatsapp-float:focus-visible,
.nav-cta:focus-visible {
  outline: 3px solid rgba(25, 194, 255, 0.75);
  outline-offset: 4px;
}
 
.about-model-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 34px;
  padding: 36px 38px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
}
 
.about-card-kicker {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
 
.about-model-row {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
 
.about-model-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
 
.about-model-row span {
  color: var(--orange);
  font-weight: 900;
}
 
.about-model-row h2 {
  color: var(--white);
  font-size: 24px;
  line-height: 1.15;
  margin-bottom: 8px;
}
 
.about-model-row p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  margin: 0;
}
 
.about-intro-v3,
.about-icons-section,
.about-region-text-v3,
.about-cta-v3 {
  padding: 92px 0;
}
 
.about-intro-v3-grid,
.about-region-text-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 76px;
  align-items: start;
}
 
.about-intro-v3 h2,
.about-section-heading h2,
.about-region-text-v3 h2,
.about-cta-box h2 {
  color: var(--navy);
  font-size: clamp(34px, 4.8vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.052em;
}
 
.about-prose p,
.about-section-heading p,
.about-region-text-v3 p,
.about-cta-box p {
  color: var(--muted);
  font-size: 17px;
  margin-bottom: 16px;
}
 
.about-icons-section {
  background: var(--cloud);
}
 
.about-section-heading {
  max-width: 800px;
  margin-bottom: 42px;
}
 
.about-icon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
 
.about-icon-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 30px;
  min-height: 320px;
  box-shadow: 0 18px 54px rgba(7, 27, 51, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
 
.about-icon-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 122, 26, 0.4);
  box-shadow: 0 26px 70px rgba(7, 27, 51, 0.12);
}
 
.about-icon-wrap {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: rgba(255, 122, 26, 0.08);
  border: 1px solid rgba(255, 122, 26, 0.18);
  margin-bottom: 26px;
}
 
.about-icon {
  width: 30px;
  height: 30px;
  stroke: var(--orange);
  stroke-width: 2.4;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
 
.about-icon-card span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
 
.about-icon-card h3 {
  color: var(--navy);
  font-size: 24px;
  line-height: 1.14;
  letter-spacing: -0.025em;
  margin: 14px 0 14px;
}
 
.about-icon-card p {
  color: var(--muted);
  font-size: 16px;
  margin: 0;
}
 
.about-method-v3 {
  background: var(--navy);
  color: var(--white);
  padding: 98px 0;
}
 
.about-method-v3-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 80px;
  align-items: start;
}
 
.about-method-copy {
  position: sticky;
  top: 120px;
}
 
.about-method-copy h2 {
  color: var(--white);
  font-size: clamp(36px, 5vw, 66px);
  line-height: 1.03;
  letter-spacing: -0.055em;
  margin-bottom: 22px;
}
 
.about-method-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}
 
.about-method-list {
  position: relative;
  display: grid;
  gap: 34px;
  padding-left: 44px;
}
 
.about-method-list::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: rgba(255, 255, 255, 0.18);
}
 
.about-method-list article {
  position: relative;
}
 
.about-method-list article::before {
  content: "";
  position: absolute;
  left: -42px;
  top: 8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 8px rgba(255, 122, 26, 0.12);
}
 
.about-method-list span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
}
 
.about-method-list h3 {
  color: var(--white);
  font-size: 27px;
  line-height: 1.14;
  margin: 8px 0;
}
 
.about-method-list p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  margin: 0;
}
 
.about-regional-v3 {
  background: var(--cloud);
  padding: 90px 0;
}
 
.about-regional-card {
  position: relative;
  min-height: 440px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(7, 27, 51, 0.16);
}
 
.about-regional-card img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}
 
.about-regional-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 10, 22, 0.9), rgba(2, 10, 22, 0.18));
}
 
.about-regional-overlay {
  position: absolute;
  left: 44px;
  bottom: 44px;
  max-width: 640px;
  z-index: 2;
}
 
.about-regional-overlay h2 {
  color: var(--white);
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.05em;
  margin-bottom: 16px;
}
 
.about-regional-overlay p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}
 
.about-market-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
 
.about-market-tags span {
  background: var(--white);
  border: 1px solid var(--border);
  color: var(--navy);
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
}
 
.about-cta-box {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  color: var(--white);
  border-radius: 34px;
  padding: 58px 54px;
  background:
    radial-gradient(circle at 80% 20%, rgba(25, 194, 255, 0.16), transparent 32%),
    linear-gradient(135deg, var(--navy), #020a16);
  box-shadow: var(--shadow);
}
 
.about-cta-box h2 {
  color: var(--white);
  max-width: 780px;
  margin: 0 auto 18px;
}
 
.about-cta-box p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
 
.about-cta-box .btn-secondary {
  background: var(--white);
  color: var(--navy);
}
 
@media (max-width: 980px) {
  .about-hero-v3-grid,
  .about-intro-v3-grid,
  .about-method-v3-grid,
  .about-region-text-grid {
    grid-template-columns: 1fr;
  }
 
  .about-icon-grid {
    grid-template-columns: repeat(2, 1fr);
  }
 
  .about-method-copy {
    position: static;
  }
}
 
@media (max-width: 680px) {
  .about-hero-v3,
  .about-intro-v3,
  .about-icons-section,
  .about-method-v3,
  .about-regional-v3,
  .about-region-text-v3,
  .about-cta-v3 {
    padding: 70px 0;
  }
 
  .about-action-row,
  .about-action-row-center {
    flex-direction: column;
    align-items: stretch;
  }
 
  .about-button {
    width: 100%;
    min-width: 0;
  }
 
  .about-model-card {
    padding: 28px 24px;
    border-radius: 26px;
  }
 
  .about-model-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
 
  .about-icon-grid {
    grid-template-columns: 1fr;
  }
 
  .about-icon-card {
    min-height: auto;
  }
 
  .about-method-list {
    padding-left: 34px;
  }
 
  .about-method-list article::before {
    left: -34px;
  }
 
  .about-regional-card,
  .about-regional-card img {
    min-height: 520px;
  }
 
  .about-regional-card::after {
    background: linear-gradient(180deg, rgba(2, 10, 22, 0.32), rgba(2, 10, 22, 0.92));
  }
 
  .about-regional-overlay {
    left: 24px;
    right: 24px;
    bottom: 28px;
  }
 
  .about-cta-box {
    padding: 42px 24px;
    border-radius: 26px;
  }
}
/* ABOUT PAGE - PREMIUM PRINCIPLE SPINE */
 
.about-principles-section {
  padding: 104px 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(17, 103, 255, 0.06), transparent 28%),
    var(--cloud);
}
 
.about-principles-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 78px;
  align-items: start;
}
 
.about-principles-intro {
  position: sticky;
  top: 120px;
}
 
.about-principles-intro h2 {
  color: var(--navy);
  font-size: clamp(40px, 4.8vw, 70px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  margin-bottom: 24px;
}
 
.about-principles-intro p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  max-width: 520px;
}
 
.principle-spine {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(7, 27, 51, 0.1);
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(7, 27, 51, 0.08);
  backdrop-filter: blur(16px);
}
 
.principle-row-premium {
  display: grid;
  grid-template-columns: 72px 52px 1fr;
  gap: 22px;
  align-items: start;
  padding: 34px 38px;
  border-bottom: 1px solid rgba(7, 27, 51, 0.1);
  transition: background 0.25s ease, transform 0.25s ease;
}
 
.principle-row-premium:last-child {
  border-bottom: 0;
}
 
.principle-row-premium:hover {
  background: rgba(255, 255, 255, 0.94);
  transform: translateX(6px);
}
 
.principle-icon {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  color: var(--orange);
  background: rgba(255, 122, 26, 0.08);
  border: 1px solid rgba(255, 122, 26, 0.2);
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
 
.principle-icon svg {
  width: 28px;
  height: 28px;
}
 
.principle-row-premium:hover .principle-icon {
  color: var(--white);
  background: var(--orange);
  border-color: var(--orange);
}
 
.principle-number {
  color: var(--orange);
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 0.08em;
  padding-top: 8px;
}
 
.principle-row-premium h3 {
  color: var(--navy);
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  margin-bottom: 12px;
}
 
.principle-row-premium p {
  color: var(--muted);
  font-size: 17px;
  max-width: 720px;
  margin: 0;
}
 
.about-image-statement {
  padding: 104px 0;
  background: var(--white);
}
 
.about-image-panel {
  position: relative;
  overflow: hidden;
  border-radius: 38px;
  min-height: 520px;
  box-shadow: 0 30px 90px rgba(7, 27, 51, 0.16);
  background: var(--navy);
}
 
.about-image-panel img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  opacity: 0.92;
}
 
.about-image-overlay {
  position: absolute;
  left: 48px;
  bottom: 48px;
  max-width: 720px;
  color: var(--white);
}
 
.about-image-overlay h2 {
  color: var(--white);
  font-size: clamp(38px, 4.6vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.06em;
  margin-bottom: 18px;
}
 
.about-image-overlay p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
}
 
@media (max-width: 980px) {
  .about-principles-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
 
  .about-principles-intro {
    position: static;
  }
 
  .principle-row-premium {
    grid-template-columns: 60px 44px 1fr;
    padding: 28px;
  }
 
  .about-image-overlay {
    left: 32px;
    right: 32px;
    bottom: 32px;
  }
}
 
@media (max-width: 680px) {
  .about-principles-section,
  .about-image-statement {
    padding: 72px 0;
  }
 
  .principle-row-premium {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 28px 24px;
  }
 
  .principle-icon {
    width: 54px;
    height: 54px;
  }
 
  .principle-number {
    padding-top: 0;
  }
 
  .principle-row-premium:hover {
    transform: none;
  }
 
  .about-image-panel,
  .about-image-panel img {
    min-height: 460px;
  }
 
  .about-image-overlay {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }
}
/* ABOUT PAGE PREMIUM REWORK - PASTE AT THE VERY BOTTOM OF css/styles.css */
 
.about-page {
  background: var(--white);
  color: var(--navy);
}
 
.about-hero-premium {
  background:
    radial-gradient(circle at 78% 18%, rgba(17, 103, 255, 0.22), transparent 34%),
    linear-gradient(135deg, var(--navy), #020a16);
  color: var(--white);
  padding: 94px 0 98px;
  overflow: hidden;
}
 
.about-hero-premium-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 68px;
  align-items: center;
}
 
.about-hero-copy h1 {
  max-width: 760px;
  color: var(--white);
  font-size: clamp(46px, 5.6vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  margin-bottom: 28px;
}
 
.about-hero-copy p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.80);
  font-size: 18px;
  margin-bottom: 18px;
}
 
.about-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}
 
.about-action-btn {
  min-width: 185px;
  white-space: nowrap;
}
 
.about-hero-image-panel {
  position: relative;
  min-height: 480px;
  border-radius: 38px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.34);
}
 
.about-hero-image-panel img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  opacity: 0.96;
}
 
.about-hero-image-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(2, 10, 22, 0.72));
  pointer-events: none;
}
 
.about-hero-image-caption {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  z-index: 2;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(2, 10, 22, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
}
 
.about-hero-image-caption span {
  display: block;
  color: var(--cyan);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 8px;
}
 
.about-hero-image-caption strong {
  color: var(--white);
  font-size: 17px;
}
 
.about-editorial-section,
.about-principles-section,
.about-region-section,
.about-image-statement-section,
.about-final-cta-section {
  padding: 96px 0;
}
 
.about-editorial-grid,
.about-principles-grid,
.about-region-grid,
.about-methodology-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 78px;
  align-items: start;
}
 
.about-editorial-heading h2,
.about-principles-intro h2,
.about-region-grid h2,
.methodology-intro-panel h2,
.about-final-cta-box h2 {
  color: var(--navy);
  font-size: clamp(34px, 4.4vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}
 
.about-editorial-copy p,
.about-principles-intro p,
.about-region-grid p,
.methodology-intro-panel p,
.about-final-cta-box p {
  color: var(--muted);
  font-size: 18px;
  margin-bottom: 18px;
}
 
.about-principles-section {
  background: var(--cloud);
}
 
.about-principles-intro {
  position: sticky;
  top: 116px;
}
 
.principle-spine {
  display: grid;
  gap: 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 22px 70px rgba(7, 27, 51, 0.08);
}
 
.principle-spine-item {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 26px;
  padding: 32px 36px;
  border-bottom: 1px solid var(--border);
  transition: transform 0.25s ease, background 0.25s ease;
}
 
.principle-spine-item:last-child {
  border-bottom: 0;
}
 
.principle-spine-item:hover {
  background: #fbfcff;
  transform: translateX(4px);
}
 
.principle-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(255, 122, 26, 0.10);
  border: 1px solid rgba(255, 122, 26, 0.22);
}
 
.principle-icon svg {
  width: 28px;
  height: 28px;
  fill: var(--orange);
}
 
.principle-spine-item span {
  display: block;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 10px;
}
 
.principle-spine-item h3 {
  color: var(--navy);
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}
 
.principle-spine-item p {
  max-width: 620px;
  color: var(--muted);
  font-size: 17px;
}
 
.about-methodology-section {
  padding: 104px 0;
  background: var(--navy);
  color: var(--white);
}
 
.methodology-intro-panel {
  position: sticky;
  top: 116px;
}
 
.methodology-intro-panel h2,
.methodology-intro-panel p {
  color: var(--white);
}
 
.methodology-intro-panel p {
  color: rgba(255, 255, 255, 0.78);
}
 
.methodology-rail {
  position: relative;
  display: grid;
  gap: 0;
  padding-left: 42px;
}
 
.methodology-rail::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: rgba(255, 255, 255, 0.18);
}
 
.methodology-rail article {
  position: relative;
  padding: 0 0 38px;
}
 
.methodology-rail article:last-child {
  padding-bottom: 0;
}
 
.methodology-rail article::before {
  content: "";
  position: absolute;
  left: -38px;
  top: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 8px rgba(255, 122, 26, 0.14);
}
 
.methodology-rail span {
  display: inline-block;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 8px;
}
 
.methodology-rail h3 {
  color: var(--white);
  font-size: 28px;
  letter-spacing: -0.035em;
  margin-bottom: 8px;
}
 
.methodology-rail p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
}
 
.about-region-section {
  background: var(--cloud);
}
 
.region-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
 
.region-pill-row span {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid var(--border);
  color: var(--navy);
  font-weight: 900;
  box-shadow: 0 12px 32px rgba(7, 27, 51, 0.05);
}
 
.about-image-statement-section {
  background: var(--white);
}
 
.about-image-statement-card {
  position: relative;
  min-height: 520px;
  border-radius: 38px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(7, 27, 51, 0.16);
}
 
.about-image-statement-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}
 
.about-image-statement-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 10, 22, 0.92), rgba(2, 10, 22, 0.45), transparent);
}
 
.about-image-statement-overlay {
  position: absolute;
  left: 42px;
  bottom: 42px;
  z-index: 2;
  max-width: 680px;
}
 
.about-image-statement-overlay h2 {
  color: var(--white);
  font-size: clamp(34px, 4.4vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  margin-bottom: 16px;
}
 
.about-image-statement-overlay p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}
 
.about-final-cta-section {
  background: var(--white);
  padding-top: 0;
}
 
.about-final-cta-box {
  max-width: 980px;
  margin: 0 auto;
  padding: 58px 54px;
  border-radius: 34px;
  text-align: center;
  background:
    radial-gradient(circle at 82% 0%, rgba(25, 194, 255, 0.18), transparent 32%),
    linear-gradient(135deg, var(--navy), #020a16);
  color: var(--white);
  box-shadow: var(--shadow);
}
 
.about-final-cta-box h2 {
  color: var(--white);
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
 
.about-final-cta-box p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
}
 
@media (max-width: 980px) {
  .about-hero-premium-grid,
  .about-editorial-grid,
  .about-principles-grid,
  .about-region-grid,
  .about-methodology-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
 
  .about-principles-intro,
  .methodology-intro-panel {
    position: static;
  }
 
  .about-hero-image-panel,
  .about-hero-image-panel img {
    min-height: 390px;
  }
 
  .about-image-statement-card,
  .about-image-statement-card img {
    min-height: 430px;
  }
}
 
@media (max-width: 680px) {
  .about-hero-premium,
  .about-editorial-section,
  .about-principles-section,
  .about-methodology-section,
  .about-region-section,
  .about-image-statement-section,
  .about-final-cta-section {
    padding: 72px 0;
  }
 
  .about-hero-copy h1 {
    font-size: clamp(40px, 13vw, 56px);
  }
 
  .about-button-row {
    flex-direction: column;
  }
 
  .about-action-btn {
    width: 100%;
  }
 
  .principle-spine-item {
    grid-template-columns: 1fr;
    padding: 28px 24px;
  }
 
  .methodology-rail {
    padding-left: 34px;
  }
 
  .about-image-statement-overlay {
    left: 24px;
    right: 24px;
    bottom: 28px;
  }
 
  .about-image-statement-card::after {
    background: linear-gradient(180deg, rgba(2, 10, 22, 0.18), rgba(2, 10, 22, 0.92));
  }
 
  .about-final-cta-box {
    padding: 42px 24px;
    border-radius: 28px;
  }
}
/* WORK PAGE - PREMIUM CASE STUDY STYLE */
 
.work-hero {
  background:
    radial-gradient(circle at top right, rgba(17, 103, 255, 0.18), transparent 35%),
    linear-gradient(135deg, var(--navy), #020a16);
  color: var(--white);
  padding: 96px 0;
  overflow: hidden;
}
 
.work-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 74px;
  align-items: center;
}
 
.work-hero-copy h1 {
  max-width: 820px;
  color: var(--white);
  font-size: clamp(46px, 5.6vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  margin-bottom: 28px;
}
 
.work-hero-copy p {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  margin-bottom: 18px;
}
 
.work-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}
 
.work-hero-panel {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}
 
.work-panel-line {
  display: grid;
  grid-template-columns: 54px 0.8fr 1fr;
  gap: 22px;
  padding: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  align-items: start;
}
 
.work-panel-line:last-child {
  border-bottom: 0;
}
 
.work-panel-line span {
  color: var(--orange);
  font-weight: 900;
}
 
.work-panel-line strong {
  color: var(--white);
  font-size: 22px;
  line-height: 1.15;
}
 
.work-panel-line p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}
 
.work-proof-section {
  background: var(--white);
  padding: 34px 0;
  border-bottom: 1px solid var(--border);
}
 
.work-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 28px;
  overflow: hidden;
}
 
.work-proof-item {
  background: var(--white);
  padding: 30px;
}
 
.work-proof-item span {
  color: var(--orange);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 900;
}
 
.work-proof-item strong {
  display: block;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.1;
  margin: 18px 0 10px;
}
 
.work-proof-item p {
  color: var(--muted);
  margin: 0;
}
 
.work-index-section {
  background: var(--cloud);
  padding: 96px 0;
}
 
.work-index-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 78px;
  align-items: start;
}
 
.work-index-heading {
  position: sticky;
  top: 120px;
}
 
.work-index-heading h2,
.work-feature-copy h2,
.work-cta-box h2 {
  color: var(--navy);
  font-size: clamp(36px, 4.5vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}
 
.work-index-heading p,
.work-feature-copy p,
.work-cta-box p {
  color: var(--muted);
  font-size: 17px;
}
 
.work-case-list {
  display: grid;
  gap: 18px;
}
 
.work-case-card {
  display: grid;
  grid-template-columns: 72px 1fr 0.42fr;
  gap: 28px;
  align-items: start;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 34px;
  box-shadow: 0 18px 54px rgba(7, 27, 51, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
 
.work-case-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 122, 26, 0.45);
  box-shadow: 0 28px 76px rgba(7, 27, 51, 0.12);
}
 
.work-case-number {
  color: var(--orange);
  font-weight: 900;
  font-size: 18px;
}
 
.work-case-tag {
  color: var(--orange) !important;
  font-size: 12px !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 12px !important;
}
 
.work-case-main h3 {
  color: var(--navy);
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
}
 
.work-case-main p {
  color: var(--muted);
  font-size: 16px;
  margin: 0;
}
 
.work-case-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
 
.work-case-meta span {
  padding: 9px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  background: #fbfcff;
}
 
.work-feature-section {
  background: var(--white);
  padding: 96px 0;
}
 
.work-feature-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: center;
}
 
.work-feature-visual {
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 26px 80px rgba(7, 27, 51, 0.14);
  background: var(--navy);
}
 
.work-feature-visual img {
  width: 100%;
  min-height: 460px;
  object-fit: cover;
}
 
.work-feature-copy ul {
  display: grid;
  gap: 14px;
  margin-top: 24px;
  list-style: none;
}
 
.work-feature-copy li {
  position: relative;
  padding-left: 28px;
  color: var(--navy);
  font-weight: 800;
}
 
.work-feature-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
}
 
.work-cta-section {
  background: var(--cloud);
  padding: 86px 0 108px;
}
 
.work-cta-box {
  max-width: 980px;
  margin: 0 auto;
  padding: 62px 56px;
  border-radius: 34px;
  text-align: center;
  color: var(--white);
  background:
    radial-gradient(circle at top right, rgba(25, 194, 255, 0.16), transparent 34%),
    linear-gradient(135deg, var(--navy), #020a16);
  box-shadow: var(--shadow);
}
 
.work-cta-box h2 {
  color: var(--white);
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
 
.work-cta-box p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 auto 28px;
}
 
@media (max-width: 980px) {
  .work-hero-grid,
  .work-index-grid,
  .work-feature-grid {
    grid-template-columns: 1fr;
  }
 
  .work-index-heading {
    position: static;
  }
 
  .work-proof-grid {
    grid-template-columns: 1fr;
  }
 
  .work-case-card {
    grid-template-columns: 1fr;
  }
 
  .work-case-meta {
    justify-content: flex-start;
  }
}
 
@media (max-width: 680px) {
  .work-hero,
  .work-index-section,
  .work-feature-section {
    padding: 72px 0;
  }
 
  .work-hero-copy h1 {
    font-size: clamp(40px, 12vw, 54px);
  }
 
  .work-hero-actions {
    flex-direction: column;
  }
 
  .work-panel-line {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px;
  }
 
  .work-case-card {
    padding: 26px;
    border-radius: 24px;
  }
 
  .work-case-main h3 {
    font-size: 25px;
  }
 
  .work-feature-visual img {
    min-height: 320px;
  }
 
  .work-cta-box {
    padding: 44px 24px;
    border-radius: 26px;
  }
}
/* WORK PAGE - SEO, BUTTONS AND PROJECT ENQUIRY FORM */
 
.work-page {
  background: var(--white);
}
 
.work-hero-section {
  padding: 96px 0 78px;
  background:
    radial-gradient(circle at top right, rgba(17, 103, 255, 0.08), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}
 
.work-hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
}
 
.work-hero-copy h1 {
  color: var(--navy);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.03;
  letter-spacing: -0.055em;
  margin-bottom: 24px;
}
 
.work-hero-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  max-width: 680px;
  margin-bottom: 18px;
}
 
.work-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}
 
.work-hero-image-card {
  border-radius: 34px;
  overflow: hidden;
  min-height: 420px;
  box-shadow: 0 34px 90px rgba(7, 27, 51, 0.16);
  border: 1px solid rgba(7, 27, 51, 0.08);
  background: var(--navy);
}
 
.work-hero-image-card img {
  width: 100%;
  min-height: 420px;
  height: 100%;
  object-fit: cover;
}
 
.work-intro-section,
.work-proof-section,
.work-showcase-section,
.work-method-section,
.work-enquiry-section {
  padding: 92px 0;
}
 
.work-intro-grid,
.work-method-grid,
.work-enquiry-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 74px;
  align-items: start;
}
 
.work-intro-grid h2,
.work-method-grid h2,
.work-enquiry-copy h2,
.work-section-heading h2 {
  color: var(--navy);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}
 
.work-intro-copy p,
.work-method-grid p,
.work-enquiry-copy p,
.work-section-heading p {
  color: var(--muted);
  font-size: 17px;
  margin-bottom: 16px;
}
 
.work-proof-section,
.work-showcase-section {
  background: var(--cloud);
}
 
.work-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
 
.work-proof-grid article {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 30px;
  min-height: 260px;
  box-shadow: 0 20px 60px rgba(7, 27, 51, 0.06);
}
 
.work-proof-grid span {
  display: block;
  color: var(--orange);
  font-weight: 900;
  margin-bottom: 42px;
}
 
.work-proof-grid strong {
  display: block;
  color: var(--navy);
  font-size: 26px;
  line-height: 1.12;
  margin-bottom: 14px;
}
 
.work-proof-grid p {
  color: var(--muted);
  font-size: 16px;
}
 
.work-section-heading {
  max-width: 840px;
  margin-bottom: 42px;
}
 
.work-case-list {
  border-top: 1px solid var(--border);
}
 
.work-case-item {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 36px;
  align-items: start;
  padding: 38px 0;
  border-bottom: 1px solid var(--border);
}
 
.work-case-number {
  color: var(--orange);
  font-weight: 900;
  font-size: 18px;
}
 
.work-case-label {
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
 
.work-case-main h3 {
  color: var(--navy);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
  max-width: 900px;
}
 
.work-case-main p {
  color: var(--muted);
  font-size: 17px;
  max-width: 860px;
}
 
.work-case-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--border);
  color: var(--navy);
  font-weight: 900;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
 
.work-case-link:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}
 
.work-method-section {
  background: var(--navy);
  color: var(--white);
}
 
.work-method-grid h2,
.work-method-grid .eyebrow {
  color: var(--white);
}
 
.work-method-grid p {
  color: rgba(255, 255, 255, 0.76);
}
 
.work-method-rail {
  display: grid;
  gap: 0;
  border-left: 2px solid rgba(255, 255, 255, 0.16);
  padding-left: 34px;
}
 
.work-method-rail article {
  position: relative;
  padding: 0 0 36px;
}
 
.work-method-rail article:last-child {
  padding-bottom: 0;
}
 
.work-method-rail article::before {
  content: "";
  position: absolute;
  left: -43px;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 8px rgba(255, 122, 26, 0.12);
}
 
.work-method-rail span {
  display: block;
  color: var(--orange);
  font-weight: 900;
  margin-bottom: 8px;
}
 
.work-method-rail h3 {
  color: var(--white);
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 10px;
}
 
.work-enquiry-section {
  background: var(--white);
}
 
.work-enquiry-copy {
  position: sticky;
  top: 120px;
}
 
.work-whatsapp-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--border);
  color: var(--navy);
  font-weight: 900;
  margin-top: 14px;
}
 
.work-whatsapp-link:hover {
  border-color: #25d366;
  color: #128c7e;
}
 
.work-enquiry-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  background: var(--cloud);
  border: 1px solid var(--border);
  border-radius: 34px;
  padding: 32px;
  box-shadow: 0 26px 80px rgba(7, 27, 51, 0.08);
}
 
.work-enquiry-form label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}
 
.work-enquiry-form input,
.work-enquiry-form select,
.work-enquiry-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 14px 14px;
  background: var(--white);
  color: var(--navy);
  font: inherit;
  outline: none;
}
 
.work-enquiry-form input:focus,
.work-enquiry-form select:focus,
.work-enquiry-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(17, 103, 255, 0.08);
}
 
.work-form-full,
.work-enquiry-form button {
  grid-column: 1 / -1;
}
 
.work-enquiry-form button {
  justify-self: start;
  border: 0;
  cursor: pointer;
}
 
@media (max-width: 980px) {
  .work-hero-grid,
  .work-intro-grid,
  .work-method-grid,
  .work-enquiry-grid,
  .work-proof-grid {
    grid-template-columns: 1fr;
  }
 
  .work-enquiry-copy {
    position: static;
  }
 
  .work-case-item {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
 
@media (max-width: 680px) {
  .work-hero-section,
  .work-intro-section,
  .work-proof-section,
  .work-showcase-section,
  .work-method-section,
  .work-enquiry-section {
    padding: 72px 0;
  }
 
  .work-hero-image-card,
  .work-hero-image-card img {
    min-height: 320px;
  }
 
  .work-hero-actions,
  .work-enquiry-form {
    grid-template-columns: 1fr;
  }
 
  .work-hero-actions .btn,
  .work-enquiry-form button,
  .work-whatsapp-link {
    width: 100%;
  }
 
  .work-enquiry-form {
    padding: 24px;
    border-radius: 26px;
  }
}
/* INDUSTRIES PAGE - PREMIUM DESIGN */
 
.ind-hero {
  background:
    radial-gradient(circle at 80% 20%, rgba(17, 103, 255, 0.22), transparent 34%),
    linear-gradient(135deg, var(--navy), #020a16);
  color: var(--white);
  padding: 104px 0 96px;
  overflow: hidden;
}
 
.ind-hero-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 72px;
  align-items: center;
}
 
.ind-hero-copy h1 {
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.058em;
  margin-bottom: 28px;
  max-width: 860px;
}
 
.ind-hero-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  max-width: 690px;
  margin-bottom: 18px;
}
 
.ind-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}
 
.ind-hero-panel {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 34px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}
 
.ind-panel-top {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  margin-bottom: 22px;
}
 
.ind-panel-top span {
  display: block;
  color: var(--cyan);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 10px;
}
 
.ind-panel-top strong {
  color: var(--white);
  font-size: 28px;
  line-height: 1.12;
}
 
.ind-sector-stack {
  display: grid;
  gap: 12px;
}
 
.ind-sector-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.84);
  font-weight: 800;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
 
.ind-sector-pill::after {
  content: "→";
  color: var(--orange);
}
 
.ind-sector-pill:hover {
  transform: translateX(6px);
  border-color: rgba(255, 122, 26, 0.72);
  background: rgba(255, 122, 26, 0.09);
}
 
.ind-intro-section,
.ind-industries-section,
.ind-model-section,
.ind-form-section {
  padding: 96px 0;
}
 
.ind-intro-section,
.ind-form-section {
  background: var(--white);
}
 
.ind-industries-section,
.ind-model-section {
  background: var(--cloud);
}
 
.ind-split,
.ind-model-grid,
.ind-form-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 76px;
  align-items: start;
}
 
.ind-split h2,
.ind-model-grid h2,
.ind-form-copy h2,
.ind-section-heading h2 {
  color: var(--navy);
  font-size: clamp(34px, 4.6vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.05em;
  margin-bottom: 22px;
}
 
.ind-copy-block p,
.ind-model-grid p,
.ind-form-copy p,
.ind-section-heading p {
  color: var(--muted);
  font-size: 17px;
  margin-bottom: 16px;
}
 
.ind-section-heading {
  max-width: 840px;
  margin-bottom: 54px;
}
 
.ind-row-list {
  border-top: 1px solid rgba(7, 27, 51, 0.14);
}
 
.ind-row {
  display: grid;
  grid-template-columns: 86px 0.85fr 1.2fr;
  gap: 34px;
  padding: 42px 0;
  border-bottom: 1px solid rgba(7, 27, 51, 0.14);
  align-items: start;
}
 
.ind-row-icon {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: rgba(255, 122, 26, 0.08);
  border: 1px solid rgba(255, 122, 26, 0.22);
}
 
.ind-row-icon svg {
  width: 29px;
  height: 29px;
  stroke: var(--orange);
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
 
.ind-row-title span {
  display: block;
  color: var(--orange);
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
 
.ind-row-title h3 {
  color: var(--navy);
  font-size: clamp(26px, 3.1vw, 42px);
  line-height: 1.06;
  letter-spacing: -0.04em;
}
 
.ind-row-copy p {
  color: var(--muted);
  font-size: 17px;
  margin-bottom: 20px;
}
 
.ind-row-copy ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 28px;
  list-style: none;
  margin-bottom: 20px;
}
 
.ind-row-copy li {
  color: var(--charcoal);
  font-weight: 700;
  position: relative;
  padding-left: 18px;
}
 
.ind-row-copy li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  position: absolute;
  left: 0;
  top: 0.72em;
}
 
.ind-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-weight: 900;
}
 
.ind-text-link::after {
  content: "→";
}
 
.ind-model-list {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(7, 27, 51, 0.07);
}
 
.ind-model-list div {
  padding: 28px 30px;
  border-bottom: 1px solid var(--border);
}
 
.ind-model-list div:last-child {
  border-bottom: 0;
}
 
.ind-model-list span {
  display: block;
  color: var(--orange);
  font-weight: 900;
  margin-bottom: 12px;
}
 
.ind-model-list strong {
  display: block;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.14;
  margin-bottom: 8px;
}
 
.ind-model-list p {
  margin-bottom: 0;
}
 
.ind-form-copy {
  position: sticky;
  top: 120px;
}
 
.ind-whatsapp-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 14px 18px;
  border-radius: 999px;
  background: #25d366;
  color: var(--white);
  font-weight: 900;
}
 
.ind-enquiry-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  background: var(--cloud);
  border: 1px solid var(--border);
  border-radius: 32px;
  padding: 34px;
  box-shadow: 0 20px 60px rgba(7, 27, 51, 0.08);
}
 
.ind-enquiry-form label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}
 
.ind-enquiry-form label.full {
  grid-column: 1 / -1;
}
 
.ind-enquiry-form input,
.ind-enquiry-form select,
.ind-enquiry-form textarea {
  width: 100%;
  border: 1px solid rgba(7, 27, 51, 0.14);
  border-radius: 16px;
  padding: 14px 15px;
  font: inherit;
  color: var(--charcoal);
  background: var(--white);
  outline: none;
}
 
.ind-enquiry-form input:focus,
.ind-enquiry-form select:focus,
.ind-enquiry-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(17, 103, 255, 0.09);
}
 
.ind-enquiry-form button {
  grid-column: 1 / -1;
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  background: var(--orange);
  color: var(--white);
  font-weight: 900;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 18px 34px rgba(255, 122, 26, 0.28);
}
 
.ind-enquiry-form button:hover {
  transform: translateY(-2px);
}
 
@media (max-width: 980px) {
  .ind-hero-grid,
  .ind-split,
  .ind-model-grid,
  .ind-form-grid {
    grid-template-columns: 1fr;
  }
 
  .ind-form-copy {
    position: static;
  }
 
  .ind-row {
    grid-template-columns: 70px 1fr;
  }
 
  .ind-row-copy {
    grid-column: 2 / -1;
  }
}
 
@media (max-width: 680px) {
  .ind-hero,
  .ind-intro-section,
  .ind-industries-section,
  .ind-model-section,
  .ind-form-section {
    padding: 72px 0;
  }
 
  .ind-hero-actions,
  .ind-hero-actions .btn,
  .ind-whatsapp-link {
    width: 100%;
  }
 
  .ind-hero-actions .btn,
  .ind-whatsapp-link {
    justify-content: center;
  }
 
  .ind-hero-panel,
  .ind-enquiry-form {
    padding: 24px;
    border-radius: 26px;
  }
 
  .ind-row {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 34px 0;
  }
 
  .ind-row-copy {
    grid-column: auto;
  }
 
  .ind-row-copy ul,
  .ind-enquiry-form {
    grid-template-columns: 1fr;
  }
}
/* INSIGHTS PAGE - PREMIUM EDITORIAL DESIGN */
 
.insights-hero {
  background:
    radial-gradient(circle at 90% 20%, rgba(17, 103, 255, 0.18), transparent 32%),
    linear-gradient(135deg, var(--navy), #020a16);
  color: var(--white);
  padding: 96px 0;
  overflow: hidden;
}
 
.insights-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 72px;
  align-items: center;
}
 
.insights-hero h1 {
  max-width: 900px;
  color: var(--white);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  margin-bottom: 24px;
}
 
.insights-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  margin-bottom: 0;
}
 
.insights-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}
 
.insights-hero-panel {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  border-radius: 34px;
  padding: 36px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
}
 
.insights-hero-panel span {
  display: block;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
 
.insights-hero-panel ul {
  list-style: none;
  display: grid;
  gap: 18px;
}
 
.insights-hero-panel li {
  color: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 18px;
  font-weight: 700;
}
 
.insights-hero-panel li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
 
.insights-feature-section,
.insights-library-section,
.insights-editorial-section,
.insight-briefing-section,
.insights-cta-section {
  padding: 92px 0;
}
 
.insights-feature-section,
.insights-editorial-section {
  background: var(--white);
}
 
.insights-library-section,
.insight-briefing-section {
  background: var(--cloud);
}
 
.insights-section-heading {
  max-width: 820px;
  margin-bottom: 46px;
}
 
.insights-section-heading.compact {
  max-width: 760px;
}
 
.insights-section-heading h2,
.insights-library-intro h2,
.insight-briefing-grid h2,
.insights-cta-box h2 {
  color: var(--navy);
  font-size: clamp(34px, 4.6vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.05em;
  margin-bottom: 18px;
}
 
.insights-section-heading p,
.insights-library-intro p,
.insight-briefing-grid p,
.insights-cta-box p {
  color: var(--muted);
  font-size: 17px;
}
 
.insights-feature-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 26px;
}
 
.insights-feature-card,
.insights-side-stack article {
  border: 1px solid var(--border);
  border-radius: 34px;
  background: var(--white);
  box-shadow: 0 22px 70px rgba(7, 27, 51, 0.08);
}
 
.insights-feature-card {
  min-height: 430px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(rgba(7, 27, 51, 0.74), rgba(7, 27, 51, 0.9)),
    url("../images/work-hero-boardroom.png");
  background-size: cover;
  background-position: center;
  color: var(--white);
}
 
.insights-feature-card span,
.insights-side-stack span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
 
.insights-feature-card h3 {
  max-width: 680px;
  color: var(--white);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: -0.045em;
  margin: 18px 0 18px;
}
 
.insights-feature-card p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}
 
.insights-feature-card a {
  display: inline-flex;
  color: var(--orange);
  font-weight: 900;
  margin-top: 22px;
}
 
.insights-side-stack {
  display: grid;
  gap: 26px;
}
 
.insights-side-stack article {
  padding: 34px;
}
 
.insights-side-stack h3 {
  color: var(--navy);
  font-size: 28px;
  line-height: 1.12;
  letter-spacing: -0.035em;
  margin: 18px 0 12px;
}
 
.insights-side-stack p {
  color: var(--muted);
  font-size: 16px;
}
 
.insights-library-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 76px;
  align-items: start;
}
 
.insights-library-intro {
  position: sticky;
  top: 120px;
}
 
.insights-topic-list {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 34px;
  box-shadow: 0 22px 70px rgba(7, 27, 51, 0.08);
  overflow: hidden;
}
 
.insights-topic-row {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 28px;
  padding: 30px 34px;
  border-bottom: 1px solid var(--border);
  transition: background 0.25s ease, transform 0.25s ease;
}
 
.insights-topic-row:last-child {
  border-bottom: 0;
}
 
.insights-topic-row:hover {
  background: #fbfcff;
  transform: translateX(4px);
}
 
.insights-topic-row span {
  color: var(--orange);
  font-weight: 900;
}
 
.insights-topic-row h3 {
  color: var(--navy);
  font-size: 24px;
  line-height: 1.14;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}
 
.insights-topic-row p {
  color: var(--muted);
  font-size: 16px;
}
 
.insights-format-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
 
.insights-format-grid article {
  border: 1px solid var(--border);
  border-radius: 34px;
  background: var(--white);
  padding: 34px;
  box-shadow: 0 18px 54px rgba(7, 27, 51, 0.07);
}
 
.insight-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  color: var(--orange);
  background: rgba(255, 122, 26, 0.08);
  border: 1px solid rgba(255, 122, 26, 0.22);
  border-radius: 20px;
  margin-bottom: 28px;
}
 
.insight-icon svg {
  width: 30px;
  height: 30px;
}
 
.insights-format-grid h3 {
  color: var(--navy);
  font-size: 25px;
  line-height: 1.14;
  margin-bottom: 12px;
}
 
.insights-format-grid p {
  color: var(--muted);
  font-size: 16px;
}
 
.insight-briefing-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 72px;
  align-items: start;
}
 
.briefing-contact-card {
  margin-top: 28px;
  padding: 24px;
  border-radius: 26px;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: 0 16px 46px rgba(7, 27, 51, 0.06);
}
 
.briefing-contact-card strong,
.briefing-contact-card a {
  display: block;
}
 
.briefing-contact-card strong {
  color: var(--navy);
  margin-bottom: 6px;
}
 
.briefing-contact-card a {
  color: var(--blue);
  font-weight: 900;
}
 
.insight-form {
  display: grid;
  gap: 16px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 34px;
  padding: 34px;
  box-shadow: 0 24px 70px rgba(7, 27, 51, 0.08);
}
 
.insight-form label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}
 
.insight-form input,
.insight-form select,
.insight-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 14px 15px;
  font: inherit;
  color: var(--navy);
  background: var(--white);
  outline: none;
}
 
.insight-form input:focus,
.insight-form select:focus,
.insight-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(17, 103, 255, 0.08);
}
 
.insight-form button {
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  background: var(--orange);
  color: var(--white);
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 18px 34px rgba(255, 122, 26, 0.24);
}
 
.insights-cta-section {
  background: var(--white);
}
 
.insights-cta-box {
  max-width: 980px;
  margin: 0 auto;
  border-radius: 34px;
  padding: 64px 54px;
  text-align: center;
  color: var(--white);
  background:
    radial-gradient(circle at top right, rgba(25, 194, 255, 0.16), transparent 32%),
    linear-gradient(135deg, var(--navy), #020a16);
  box-shadow: var(--shadow);
}
 
.insights-cta-box h2 {
  color: var(--white);
}
 
.insights-cta-box p {
  max-width: 760px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.78);
}
 
.insights-cta-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
 
@media (max-width: 980px) {
  .insights-hero-grid,
  .insights-feature-grid,
  .insights-library-grid,
  .insight-briefing-grid {
    grid-template-columns: 1fr;
  }
 
  .insights-library-intro {
    position: static;
  }
 
  .insights-format-grid {
    grid-template-columns: 1fr;
  }
}
 
@media (max-width: 680px) {
  .insights-hero,
  .insights-feature-section,
  .insights-library-section,
  .insights-editorial-section,
  .insight-briefing-section,
  .insights-cta-section {
    padding: 72px 0;
  }
 
  .insights-hero-actions,
  .insights-cta-actions {
    flex-direction: column;
  }
 
  .insights-topic-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 26px 24px;
  }
 
  .insights-feature-card,
  .insights-side-stack article,
  .insight-form,
  .insights-cta-box,
  .insights-hero-panel {
    border-radius: 26px;
    padding: 26px;
  }
 
  .insights-cta-box {
    padding: 42px 24px;
  }
}
 /* HOMEPAGE METHOD IMAGE, BUTTONS AND LEAD FORM */
 
html {
  scroll-padding-top: 96px;
}
 
.responsive-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
 
.responsive-actions .btn,
.hero-actions .btn,
.home-lead-form .btn,
.form-submit-btn {
  min-width: 190px;
  text-align: center;
  white-space: nowrap;
}
 
.home-method-image-section {
  background:
    radial-gradient(circle at top right, rgba(17, 103, 255, 0.18), transparent 34%),
    linear-gradient(135deg, var(--navy), #020a16);
  color: var(--white);
  padding: 96px 0;
  overflow: hidden;
}
 
.method-heading-clean {
  max-width: 900px;
  margin-bottom: 36px;
}
 
.method-heading-clean h2 {
  color: var(--white);
}
 
.method-heading-clean p:last-child {
  color: rgba(255, 255, 255, 0.78);
}
 
.method-image-panel {
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
  background: rgba(255, 255, 255, 0.04);
}
 
.method-image-panel img {
  width: 100%;
  height: auto;
  display: block;
}
 
.home-form-section {
  background: var(--white);
  padding: 96px 0 110px;
}
 
.home-form-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 72px;
  align-items: start;
}
 
.home-form-copy h2 {
  color: var(--navy);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  margin-bottom: 20px;
}
 
.home-form-copy p {
  color: var(--muted);
  font-size: 17px;
  margin-bottom: 16px;
}
 
.home-lead-form {
  background: var(--cloud);
  border: 1px solid var(--border);
  border-radius: 32px;
  padding: 34px;
  display: grid;
  gap: 18px;
  box-shadow: 0 22px 70px rgba(7, 27, 51, 0.08);
}
 
.home-lead-form label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}
 
.home-lead-form input,
.home-lead-form select,
.home-lead-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--white);
  color: var(--navy);
  padding: 14px 15px;
  font: inherit;
  outline: none;
}
 
.home-lead-form input:focus,
.home-lead-form select:focus,
.home-lead-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(17, 103, 255, 0.1);
}
 
.home-lead-form textarea {
  resize: vertical;
}
 
.form-submit-btn {
  border: 0;
  cursor: pointer;
  justify-self: start;
}
 
@media (max-width: 980px) {
  .home-form-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
 
  .method-image-panel {
    border-radius: 28px;
  }
}
 
@media (max-width: 680px) {
  .home-method-image-section,
  .home-form-section {
    padding: 72px 0;
  }
 
  .responsive-actions,
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
 
  .responsive-actions .btn,
  .hero-actions .btn,
  .home-lead-form .btn,
  .form-submit-btn {
    width: 100%;
    min-width: 0;
    white-space: normal;
  }
 
  .home-lead-form {
    padding: 24px;
    border-radius: 26px;
  }
 
  .method-image-panel {
    border-radius: 22px;
  }
}
/* HOME METHOD IMAGE FIX */
 
.method-image-section {
  background: var(--navy);
  padding: 96px 0;
  color: var(--white);
  overflow: hidden;
}
 
.method-image-heading {
  max-width: 860px;
  margin-bottom: 40px;
}
 
.method-image-heading h2 {
  color: var(--white);
  font-size: clamp(34px, 4.8vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.05em;
  margin-bottom: 18px;
}
 
.method-image-heading p:last-child {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  max-width: 720px;
}
 
.method-image-card {
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.35);
  background: #020a16;
}
 
.method-image-card img {
  width: 100%;
  height: auto;
  display: block;
}
 
.home-enquiry-section {
  background: var(--cloud);
  padding: 96px 0;
}
 
.home-enquiry-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 72px;
  align-items: start;
}
 
.home-enquiry-grid h2 {
  color: var(--navy);
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.05em;
  margin-bottom: 18px;
}
 
.home-enquiry-grid p {
  color: var(--muted);
  font-size: 17px;
}
 
.home-enquiry-form {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 32px;
  box-shadow: 0 20px 60px rgba(7, 27, 51, 0.08);
  display: grid;
  gap: 16px;
}
 
.home-enquiry-form label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-weight: 800;
  font-size: 14px;
}
 
.home-enquiry-form input,
.home-enquiry-form select,
.home-enquiry-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 14px 15px;
  font: inherit;
  color: var(--navy);
  background: var(--white);
  outline: none;
}
 
.home-enquiry-form input:focus,
.home-enquiry-form select:focus,
.home-enquiry-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(17, 103, 255, 0.1);
}
 
.home-enquiry-form button {
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  background: var(--orange);
  color: var(--white);
  font-weight: 900;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 18px 34px rgba(255, 122, 26, 0.28);
}
 
.home-enquiry-form button:hover {
  transform: translateY(-2px);
}
 
.hero-actions .btn,
.cta-box .btn,
.home-enquiry-form button {
  white-space: nowrap;
}
 
@media (max-width: 980px) {
  .home-enquiry-grid {
    grid-template-columns: 1fr;
  }
}
 
@media (max-width: 680px) {
  .method-image-section,
  .home-enquiry-section {
    padding: 72px 0;
  }
 
  .method-image-card {
    border-radius: 24px;
  }
 
  .home-enquiry-form {
    padding: 24px;
    border-radius: 24px;
  }
 
  .hero-actions .btn {
    width: 100%;
  }
 
  .hero-actions .btn,
  .cta-box .btn,
  .home-enquiry-form button {
    white-space: normal;
    text-align: center;
  }
}
/* HOME METHOD HERO IMAGE REPLACEMENT */
 
.home-hero-refined {
  padding: 86px 0 82px;
}
 
.home-hero-grid-refined {
  grid-template-columns: 0.78fr 1.22fr;
  gap: 56px;
}
 
.home-hero-copy-refined h1 {
  max-width: 650px;
}
 
.home-hero-copy-refined p {
  max-width: 610px;
}
 
.home-method-hero-card {
  min-height: 0;
  height: auto;
  background: #020a16;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
  overflow: hidden;
  padding: 0;
}
 
.home-method-hero-card::before,
.home-method-hero-card::after {
  display: none !important;
}
 
.home-method-hero-img {
  width: 100%;
  height: auto;
  min-height: 0 !important;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}
 
.method-image-section {
  background:
    radial-gradient(circle at top right, rgba(17, 103, 255, 0.16), transparent 28%),
    linear-gradient(135deg, #071b33, #020a16);
  padding: 96px 0;
  color: #ffffff;
}
 
.method-image-wrap {
  display: grid;
  gap: 34px;
}
 
.method-image-heading {
  max-width: 780px;
  margin-bottom: 0;
}
 
.method-image-heading h2 {
  color: #ffffff;
}
 
.method-image-heading p {
  color: rgba(255, 255, 255, 0.76);
}
 
.method-image-frame {
  background: #020a16;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
}
 
.method-image-frame img {
  width: 100%;
  height: auto;
  display: block;
}
 
.home-lead-section {
  background: #f4f7fb;
  padding: 96px 0;
}
 
.home-lead-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: start;
}
 
.home-lead-grid h2 {
  color: #071b33;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  margin-bottom: 18px;
}
 
.home-lead-grid p {
  color: #667085;
  font-size: 17px;
  max-width: 620px;
}
 
.home-lead-form {
  background: #ffffff;
  border: 1px solid rgba(7, 27, 51, 0.12);
  border-radius: 30px;
  padding: 34px;
  box-shadow: 0 24px 70px rgba(7, 27, 51, 0.1);
  display: grid;
  gap: 16px;
}
 
.home-lead-form label {
  display: grid;
  gap: 8px;
  color: #071b33;
  font-size: 13px;
  font-weight: 800;
}
 
.home-lead-form input,
.home-lead-form select,
.home-lead-form textarea {
  width: 100%;
  border: 1px solid rgba(7, 27, 51, 0.14);
  border-radius: 16px;
  padding: 14px 15px;
  font: inherit;
  color: #1d2733;
  background: #ffffff;
  outline: none;
}
 
.home-lead-form input:focus,
.home-lead-form select:focus,
.home-lead-form textarea:focus {
  border-color: #1167ff;
  box-shadow: 0 0 0 4px rgba(17, 103, 255, 0.1);
}
 
.home-lead-form .btn {
  border: 0;
  cursor: pointer;
  width: fit-content;
}
 
.hero-actions-refined .btn,
.cta-box .btn,
.home-lead-form .btn {
  white-space: normal;
  text-align: center;
}
 
@media (max-width: 1100px) {
  .home-hero-grid-refined {
    grid-template-columns: 1fr;
  }
 
  .home-method-hero-card {
    max-width: 980px;
  }
}
 
@media (max-width: 980px) {
  .home-lead-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}
 
@media (max-width: 680px) {
  .home-hero-refined {
    padding: 70px 0 62px;
  }
 
  .home-method-hero-card,
  .method-image-frame {
    border-radius: 24px;
  }
 
  .home-method-hero-img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }
 
  .method-image-section,
  .home-lead-section {
    padding: 72px 0;
  }
 
  .home-lead-form {
    padding: 24px;
    border-radius: 24px;
  }
 
  .home-lead-form .btn {
    width: 100%;
  }
}
/* HOMEPAGE V4 - REMOVE METHOD IMAGE AND RESTORE INTERACTIVE PROCESS BAR */
 
.home-page .home-v3-hero,
.home-page .home-v3-statement,
.home-page .home-v3-services,
.home-page .home-v3-work,
.home-page .home-v3-form-section,
.home-page .home-v3-method {
  display: none !important;
}
 
.home-v4-hero {
  background:
    radial-gradient(circle at 80% 10%, rgba(17, 103, 255, 0.18), transparent 32%),
    radial-gradient(circle at 12% 88%, rgba(255, 122, 26, 0.09), transparent 34%),
    linear-gradient(135deg, #071b33 0%, #020a16 100%);
  color: #ffffff;
  padding: 92px 0 96px;
  overflow: visible;
}
 
.home-v4-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(540px, 1.18fr);
  gap: 54px;
  align-items: center;
}
 
.home-v4-copy h1 {
  color: #ffffff;
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.058em;
  margin: 0 0 28px;
  max-width: 720px;
}
 
.home-v4-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.6;
  max-width: 620px;
  margin-bottom: 18px;
}
 
.home-v4-lead {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 20px !important;
}
 
.home-v4-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}
 
.home-v4-actions .btn {
  min-width: 210px;
}
 
.home-v4-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
 
.home-v4-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
 
.home-method-console {
  position: relative;
  overflow: visible;
  padding: 36px 34px 40px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 45% 0%, rgba(17, 103, 255, 0.2), transparent 46%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}
 
.home-method-console::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 26px;
  pointer-events: none;
  background-image: radial-gradient(rgba(25, 194, 255, 0.18) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.22;
}
 
.home-method-console-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}
 
.home-method-console-head span {
  color: #19c2ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
 
.home-method-console-head strong {
  color: #ffffff;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-align: right;
}
 
.home-method-bar {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(7, minmax(92px, 1fr));
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: rgba(2, 10, 22, 0.48);
  overflow: visible;
}
 
.home-method-step {
  position: relative;
  min-height: 198px;
  padding: 18px 14px 20px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  cursor: pointer;
  isolation: isolate;
}
 
.home-method-step:first-child {
  border-radius: 27px 0 0 27px;
}
 
.home-method-step:last-child {
  border-right: 0;
  border-radius: 0 27px 27px 0;
}
 
.home-method-step::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 122, 26, 0.18), rgba(17, 103, 255, 0.08));
  opacity: 0;
  transition: opacity 0.22s ease;
  z-index: -1;
}
 
.home-method-step:hover::before,
.home-method-step:focus-visible::before {
  opacity: 1;
}
 
.home-method-number {
  color: #ff7a1a;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.05em;
}
 
.home-method-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #19c2ff;
  opacity: 0.9;
  margin-top: auto;
  margin-bottom: 18px;
}
 
.home-method-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
 
.home-method-step:nth-child(odd) .home-method-icon {
  color: #ff7a1a;
}
 
.home-method-step strong {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
 
.home-method-step::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 14px);
  width: 260px;
  transform: translateX(-50%) translateY(8px);
  padding: 14px 16px;
  border-radius: 16px;
  background: #ffffff;
  color: #071b33;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.24);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 50;
}
 
.home-method-step:hover::after,
.home-method-step:focus-visible::after {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
 
.home-v4-statement,
.home-v4-services,
.home-v4-work,
.home-v4-form-section {
  padding: 92px 0;
}
 
.home-v4-statement,
.home-v4-work {
  background: #ffffff;
}
 
.home-v4-services,
.home-v4-form-section {
  background: #f4f7fb;
}
 
.home-v4-split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 72px;
  align-items: start;
}
 
.home-v4-split h2,
.home-v4-section-head h2,
.home-v4-form-grid h2 {
  color: #071b33;
  font-size: clamp(34px, 4.3vw, 58px);
  line-height: 1.03;
  letter-spacing: -0.05em;
  margin: 0;
}
 
.home-v4-statement-list {
  display: grid;
  gap: 34px;
  border-left: 4px solid #ff7a1a;
  padding-left: 34px;
}
 
.home-v4-statement-list h3 {
  color: #071b33;
  font-size: 26px;
  line-height: 1.15;
  margin-bottom: 8px;
}
 
.home-v4-statement-list p,
.home-v4-section-head p,
.home-v4-form-grid p {
  color: #667085;
  font-size: 17px;
  line-height: 1.65;
}
 
.home-v4-section-head {
  max-width: 820px;
  margin-bottom: 42px;
}
 
.home-v4-service-rail {
  display: grid;
  gap: 0;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 51, 0.12);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(7, 27, 51, 0.08);
}
 
.home-v4-service-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  padding: 28px 34px;
  border-bottom: 1px solid rgba(7, 27, 51, 0.1);
  transition: background 0.22s ease, transform 0.22s ease;
}
 
.home-v4-service-row:last-child {
  border-bottom: 0;
}
 
.home-v4-service-row:hover {
  background: #fbfcff;
}
 
.home-v4-service-row span {
  color: #ff7a1a;
  font-weight: 900;
}
 
.home-v4-service-row h3 {
  color: #071b33;
  font-size: 25px;
  line-height: 1.12;
  margin: 0 0 8px;
}
 
.home-v4-service-row p {
  color: #667085;
  font-size: 16px;
  margin: 0;
}
 
.home-v4-center-action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}
 
.home-v4-work-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 26px;
}
 
.home-v4-work-card {
  display: block;
  padding: 34px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 51, 0.12);
  border-radius: 28px;
  box-shadow: 0 18px 48px rgba(7, 27, 51, 0.06);
}
 
.home-v4-work-card-dark {
  min-height: 390px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(rgba(7, 27, 51, 0.68), rgba(7, 27, 51, 0.92)),
    url("../images/about-market-network.png");
  background-size: cover;
  background-position: center;
}
 
.home-v4-work-card h3 {
  color: #071b33;
  font-size: 28px;
  line-height: 1.12;
  margin: 12px 0 12px;
}
 
.home-v4-work-card p {
  color: #667085;
  margin: 0;
}
 
.home-v4-work-card-dark h3,
.home-v4-work-card-dark p {
  color: #ffffff;
}
 
.home-v4-work-card a,
.home-v4-work-card-dark a {
  display: inline-block;
  margin-top: 18px;
  color: #ff7a1a;
  font-weight: 900;
}
 
.home-v4-work-stack {
  display: grid;
  gap: 22px;
}
 
.home-v4-form-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 72px;
  align-items: start;
}
 
.home-v4-contact-options {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}
 
.home-v4-contact-options a {
  color: #1167ff;
  font-weight: 900;
}
 
.home-v4-form {
  display: grid;
  gap: 16px;
  padding: 34px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 51, 0.12);
  box-shadow: 0 22px 70px rgba(7, 27, 51, 0.08);
}
 
.home-v4-form label {
  display: grid;
  gap: 7px;
  color: #071b33;
  font-size: 13px;
  font-weight: 900;
}
 
.home-v4-form input,
.home-v4-form select,
.home-v4-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  border: 1px solid rgba(7, 27, 51, 0.14);
  border-radius: 16px;
  font: inherit;
  color: #071b33;
  background: #ffffff;
  outline: none;
}
 
.home-v4-form textarea {
  resize: vertical;
}
 
.home-v4-form input:focus,
.home-v4-form select:focus,
.home-v4-form textarea:focus {
  border-color: #1167ff;
  box-shadow: 0 0 0 4px rgba(17, 103, 255, 0.1);
}
 
@media (max-width: 1180px) {
  .home-v4-hero-grid {
    grid-template-columns: 1fr;
  }
 
  .home-method-console {
    max-width: 100%;
  }
}
 
@media (max-width: 980px) {
  .home-v4-split,
  .home-v4-work-grid,
  .home-v4-form-grid {
    grid-template-columns: 1fr;
  }
 
  .home-method-bar {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }
 
  .home-method-step,
  .home-method-step:first-child,
  .home-method-step:last-child {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding: 18px;
  }
 
  .home-method-step:last-child {
    border-bottom: 0;
  }
 
  .home-method-icon {
    width: 34px;
    height: 34px;
    margin: 0;
  }
 
  .home-method-step::after {
    left: 18px;
    right: 18px;
    bottom: auto;
    top: calc(100% + 8px);
    width: auto;
    transform: translateY(-4px);
  }
 
  .home-method-step:hover::after,
  .home-method-step:focus-visible::after {
    transform: translateY(0);
  }
}
 
@media (max-width: 680px) {
  .home-v4-hero {
    padding: 70px 0 74px;
  }
 
  .home-v4-copy h1 {
    font-size: clamp(38px, 12vw, 54px);
  }
 
  .home-v4-copy p,
  .home-v4-lead {
    font-size: 16px !important;
  }
 
  .home-v4-actions {
    flex-direction: column;
  }
 
  .home-v4-actions .btn {
    width: 100%;
    min-width: 0;
  }
 
  .home-method-console {
    padding: 24px 18px 28px;
    border-radius: 28px;
  }
 
  .home-method-console-head {
    display: grid;
    gap: 8px;
  }
 
  .home-method-console-head strong {
    text-align: left;
    font-size: 28px;
  }
 
  .home-v4-statement,
  .home-v4-services,
  .home-v4-work,
  .home-v4-form-section {
    padding: 70px 0;
  }
 
  .home-v4-statement-list {
    padding-left: 22px;
  }
 
  .home-v4-service-row {
    grid-template-columns: 1fr;
    padding: 24px;
  }
 
  .home-v4-work-card,
  .home-v4-form {
    padding: 24px;
    border-radius: 24px;
  }
}
/* HOMEPAGE FULL PREMIUM REDESIGN */
 
.hpx-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 12%, rgba(17, 103, 255, 0.25), transparent 32%),
    radial-gradient(circle at 24% 78%, rgba(255, 122, 26, 0.14), transparent 34%),
    linear-gradient(135deg, #071b33 0%, #020a16 100%);
  color: #ffffff;
  padding: 86px 0 80px;
}
 
.hpx-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent 75%);
  pointer-events: none;
}
 
.hpx-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 58px;
  align-items: center;
}
 
.hpx-kicker {
  color: #ff7a1a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
 
.hpx-kicker.dark {
  color: #6b7280;
}
 
.hpx-hero h1 {
  color: #ffffff;
  max-width: 680px;
  font-size: clamp(48px, 5.8vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.065em;
  margin-bottom: 28px;
}
 
.hpx-hero p {
  max-width: 590px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.65;
  margin-bottom: 18px;
}
 
.hpx-hero-lead {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 20px !important;
}
 
.hpx-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}
 
.hpx-hero-actions.center {
  justify-content: center;
}
 
.hpx-button {
  min-width: 190px;
  min-height: 54px;
  white-space: nowrap;
}
 
.hpx-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
 
.hpx-proof-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.055);
  font-size: 13px;
  font-weight: 800;
}
 
.hpx-method-board {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 34px;
  padding: 34px;
  background:
    radial-gradient(circle at 15% 25%, rgba(25, 194, 255, 0.12), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  overflow: visible;
}
 
.hpx-method-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}
 
.hpx-method-head span {
  max-width: 150px;
  color: #19c2ff;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 900;
}
 
.hpx-method-head strong {
  max-width: 340px;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 0.98;
  text-align: right;
  letter-spacing: -0.045em;
}
 
.hpx-process-bar {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(2, 10, 22, 0.5);
}
 
.hpx-method-step {
  min-width: 0;
  min-height: 176px;
  padding: 18px 10px 16px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: background 0.22s ease, transform 0.22s ease;
}
 
.hpx-method-step:last-child {
  border-right: 0;
}
 
.hpx-method-step:hover,
.hpx-method-step:focus,
.hpx-method-step.active {
  background: rgba(255, 122, 26, 0.12);
  outline: none;
}
 
.hpx-method-step:hover {
  transform: translateY(-4px);
}
 
.hpx-step-number {
  align-self: flex-start;
  color: #ff7a1a;
  font-weight: 900;
  font-size: 13px;
}
 
.hpx-step-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.045);
}
 
.hpx-step-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #19c2ff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
 
.hpx-method-step:nth-child(odd) .hpx-step-icon svg {
  stroke: #ff7a1a;
}
 
.hpx-step-label {
  max-width: 100%;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  word-break: normal;
}
 
.hpx-method-detail {
  margin-top: 22px;
  border-radius: 22px;
  padding: 18px 20px;
  background: rgba(2, 10, 22, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
 
.hpx-method-detail span {
  display: block;
  color: #ff7a1a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
 
.hpx-method-detail p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}
 
.hpx-intro-section,
.hpx-services-section,
.hpx-insights-section,
.hpx-form-section {
  padding: 96px 0;
}
 
.hpx-intro-section,
.hpx-insights-section {
  background: #ffffff;
}
 
.hpx-services-section,
.hpx-form-section {
  background: #f4f7fb;
}
 
.hpx-split-block,
.hpx-form-grid,
.hpx-insights-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 74px;
  align-items: start;
}
 
.hpx-section-title h2,
.hpx-section-heading h2,
.hpx-cta-box h2 {
  color: #071b33;
  font-size: clamp(36px, 4.6vw, 60px);
  line-height: 1.03;
  letter-spacing: -0.055em;
  margin-bottom: 20px;
}
 
.hpx-section-title p,
.hpx-section-heading p {
  color: #667085;
  font-size: 17px;
  line-height: 1.7;
}
 
.hpx-section-heading {
  max-width: 800px;
  margin-bottom: 44px;
}
 
.hpx-value-list {
  display: grid;
  gap: 32px;
  border-left: 4px solid #ff7a1a;
  padding-left: 34px;
}
 
.hpx-value-list h3 {
  color: #071b33;
  font-size: 25px;
  line-height: 1.18;
  margin-bottom: 8px;
}
 
.hpx-value-list p {
  color: #667085;
  font-size: 16px;
  line-height: 1.68;
}
 
.hpx-service-stack {
  border-top: 1px solid rgba(7, 27, 51, 0.14);
}
 
.hpx-service-row {
  display: grid;
  grid-template-columns: 70px 0.82fr 1.18fr;
  gap: 28px;
  align-items: center;
  padding: 34px 0;
  border-bottom: 1px solid rgba(7, 27, 51, 0.14);
  transition: transform 0.22s ease, color 0.22s ease;
}
 
.hpx-service-row:hover {
  transform: translateX(8px);
}
 
.hpx-service-row span {
  color: #ff7a1a;
  font-weight: 900;
}
 
.hpx-service-row strong {
  color: #071b33;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}
 
.hpx-service-row p {
  color: #667085;
  font-size: 16px;
  line-height: 1.7;
}
 
.hpx-center-action {
  margin-top: 38px;
  text-align: center;
}
 
.hpx-insight-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
 
.hpx-feature-insight,
.hpx-side-insight {
  display: block;
  border: 1px solid rgba(7, 27, 51, 0.12);
  border-radius: 28px;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(7, 27, 51, 0.06);
  transition: transform 0.22s ease, border-color 0.22s ease;
}
 
.hpx-feature-insight {
  grid-row: span 2;
  min-height: 360px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(rgba(7, 27, 51, 0.68), rgba(2, 10, 22, 0.92)),
    url("../images/about-market-network.png");
  background-size: cover;
  background-position: center;
}
 
.hpx-feature-insight:hover,
.hpx-side-insight:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 122, 26, 0.42);
}
 
.hpx-feature-insight span,
.hpx-side-insight span {
  color: #ff7a1a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
 
.hpx-feature-insight h3,
.hpx-side-insight h3 {
  font-size: 27px;
  line-height: 1.12;
  margin: 16px 0 12px;
}
 
.hpx-feature-insight h3,
.hpx-feature-insight p {
  color: #ffffff;
}
 
.hpx-side-insight h3 {
  color: #071b33;
}
 
.hpx-feature-insight p,
.hpx-side-insight p {
  color: #667085;
  line-height: 1.65;
}
 
.hpx-feature-insight strong {
  color: #ff7a1a;
  margin-top: 16px;
}
 
.hpx-strategy-form {
  display: grid;
  gap: 18px;
  padding: 34px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 51, 0.12);
  box-shadow: 0 22px 70px rgba(7, 27, 51, 0.09);
}
 
.hpx-strategy-form label {
  display: grid;
  gap: 8px;
  color: #071b33;
  font-size: 13px;
  font-weight: 900;
}
 
.hpx-strategy-form input,
.hpx-strategy-form select,
.hpx-strategy-form textarea {
  width: 100%;
  border: 1px solid rgba(7, 27, 51, 0.14);
  border-radius: 16px;
  padding: 14px 15px;
  color: #1d2733;
  font: inherit;
  outline: none;
  background: #ffffff;
}
 
.hpx-strategy-form input:focus,
.hpx-strategy-form select:focus,
.hpx-strategy-form textarea:focus {
  border-color: #1167ff;
  box-shadow: 0 0 0 4px rgba(17, 103, 255, 0.12);
}
 
.hpx-final-cta {
  padding: 86px 0 104px;
  background: #ffffff;
}
 
.hpx-cta-box {
  max-width: 1030px;
  margin: 0 auto;
  padding: 58px 50px;
  border-radius: 34px;
  text-align: center;
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 12%, rgba(25, 194, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #071b33, #020a16);
  box-shadow: 0 28px 80px rgba(7, 27, 51, 0.16);
}
 
.hpx-cta-box h2 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}
 
.hpx-reveal {
  opacity: 0;
  transform: translateY(26px);
  animation: hpxSlideUp 0.9s ease forwards;
}
 
.hpx-reveal-delay {
  animation-delay: 0.18s;
}
 
.hpx-stage .hpx-reveal {
  animation-delay: 0.08s;
}
 
@keyframes hpxSlideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
 
@media (max-width: 1180px) {
  .hpx-hero-grid {
    grid-template-columns: 1fr;
  }
 
  .hpx-method-board {
    max-width: 100%;
  }
}
 
@media (max-width: 980px) {
  .hpx-split-block,
  .hpx-form-grid,
  .hpx-insights-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
 
  .hpx-process-bar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
 
  .hpx-method-step {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
 
  .hpx-service-row {
    grid-template-columns: 52px 1fr;
  }
 
  .hpx-service-row p {
    grid-column: 2;
  }
 
  .hpx-insight-cards {
    grid-template-columns: 1fr;
  }
 
  .hpx-feature-insight {
    min-height: 320px;
  }
}
 
@media (max-width: 680px) {
  .hpx-hero {
    padding: 66px 0 58px;
  }
 
  .hpx-hero h1 {
    font-size: clamp(40px, 13vw, 54px);
  }
 
  .hpx-hero p {
    font-size: 16px;
  }
 
  .hpx-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
 
  .hpx-button {
    width: 100%;
  }
 
  .hpx-method-board {
    padding: 22px;
    border-radius: 26px;
  }
 
  .hpx-method-head {
    display: grid;
    gap: 12px;
  }
 
  .hpx-method-head strong {
    text-align: left;
    font-size: 30px;
  }
 
  .hpx-process-bar {
    grid-template-columns: 1fr;
  }
 
  .hpx-method-step {
    min-height: auto;
    display: grid;
    grid-template-columns: 44px 48px 1fr;
    gap: 14px;
    text-align: left;
    border-right: 0;
    align-items: center;
    justify-items: start;
  }
 
  .hpx-step-number {
    align-self: center;
  }
 
  .hpx-step-label {
    text-align: left;
    font-size: 15px;
  }
 
  .hpx-intro-section,
  .hpx-services-section,
  .hpx-insights-section,
  .hpx-form-section {
    padding: 72px 0;
  }
 
  .hpx-section-title h2,
  .hpx-section-heading h2,
  .hpx-cta-box h2 {
    font-size: clamp(32px, 10vw, 44px);
  }
 
  .hpx-value-list {
    padding-left: 22px;
  }
 
  .hpx-service-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
 
  .hpx-service-row p {
    grid-column: auto;
  }
 
  .hpx-strategy-form {
    padding: 24px;
  }
 
  .hpx-cta-box {
    padding: 42px 24px;
    border-radius: 26px;
  }
}
/* HOMEPAGE V3 CONTROLLED REDESIGN */
.home-v3-page {
  background: #ffffff;
  color: #071b33;
}
 
.home-v3-page .site-header {
  position: sticky;
  top: 0;
  z-index: 90;
}
 
.home-v3-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(17, 103, 255, 0.22), transparent 34%),
    radial-gradient(circle at 12% 90%, rgba(255, 122, 26, 0.12), transparent 28%),
    linear-gradient(135deg, #061526 0%, #071b33 52%, #020a16 100%);
  color: #ffffff;
  padding: 104px 0 76px;
}
 
.home-v3-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: 0.45;
  pointer-events: none;
}
 
.home-v3-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(480px, 1.05fr);
  gap: 58px;
  align-items: center;
}
 
.home-v3-eyebrow,
.home-v3-panel-kicker,
.section-kicker,
.method-detail-kicker {
  margin: 0 0 18px;
  color: #ff7a1a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
 
.home-v3-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(54px, 5.6vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.055em;
  text-wrap: balance;
}
 
.home-v3-lead {
  max-width: 610px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 21px;
  line-height: 1.58;
}
 
.home-v3-support {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.75;
}
 
.home-v3-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}
 
.home-v3-actions .btn,
.home-v3-form .btn {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 28px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}
 
.home-v3-actions .btn:hover,
.home-v3-form .btn:hover {
  transform: translateY(-2px);
}
 
.home-v3-actions .btn-primary,
.home-v3-form .btn-primary {
  background: #ff7a1a;
  color: #ffffff;
  box-shadow: 0 22px 60px rgba(255, 122, 26, 0.26);
}
 
.home-v3-actions .btn-secondary {
  background: #ffffff;
  color: #071b33;
}
 
.home-v3-proof-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
 
.home-v3-proof-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 700;
}
 
.home-v3-hero-panel {
  position: relative;
  padding: 34px;
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}
 
.home-v3-panel-topline {
  position: absolute;
  top: 0;
  left: 34px;
  right: 34px;
  height: 3px;
  background: linear-gradient(90deg, #1167ff, #19c2ff, #ff7a1a);
  border-radius: 999px;
}
 
.home-v3-hero-panel h2 {
  max-width: 520px;
  margin: 0 0 26px;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}
 
.home-v3-capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
 
.home-v3-capability {
  min-height: 176px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(2, 10, 22, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: #ffffff;
  text-decoration: none;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}
 
.home-v3-capability:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 122, 26, 0.55);
  background: rgba(7, 27, 51, 0.86);
}
 
.home-v3-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(17, 103, 255, 0.16);
  color: #19c2ff;
}
 
.home-v3-capability:nth-child(even) .home-v3-icon {
  background: rgba(255, 122, 26, 0.16);
  color: #ff7a1a;
}
 
.home-v3-icon svg,
.home-v3-method-item svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
 
.home-v3-capability strong {
  font-size: 20px;
  line-height: 1.15;
}
 
.home-v3-capability small {
  color: rgba(255, 255, 255, 0.67);
  font-size: 14px;
  line-height: 1.5;
}
 
.home-v3-reality,
.home-v3-services,
.home-v3-why,
.home-v3-insights,
.home-v3-form-section {
  padding: 92px 0;
}
 
.home-v3-reality,
.home-v3-why {
  background: #ffffff;
}
 
.home-v3-services,
.home-v3-insights {
  background: #f4f7fb;
}
 
.home-v3-split {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
  gap: 86px;
  align-items: start;
}
 
.home-v3-split h2,
.home-v3-section-head h2,
.home-v3-form-grid h2 {
  margin: 0;
  color: #071b33;
  font-size: clamp(42px, 4.6vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-wrap: balance;
}
 
.home-v3-rich-copy p,
.home-v3-form-grid p {
  margin: 0 0 20px;
  color: #5b6677;
  font-size: 18px;
  line-height: 1.8;
}
 
.home-v3-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 44px;
}
 
.home-v3-section-head .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -4px;
}
 
.home-v3-section-head > p:not(.section-kicker) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.7;
}
 
.text-link {
  color: #1167ff;
  font-weight: 900;
  text-decoration: none;
}
 
.text-link:hover {
  text-decoration: underline;
}
 
.home-v3-service-list {
  display: grid;
  gap: 14px;
}
 
.home-v3-service-row {
  display: grid;
  grid-template-columns: 68px minmax(260px, 0.68fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  min-height: 116px;
  padding: 26px 30px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 51, 0.1);
  color: #071b33;
  text-decoration: none;
  box-shadow: 0 18px 54px rgba(7, 27, 51, 0.055);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
 
.home-v3-service-row:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 122, 26, 0.5);
  box-shadow: 0 26px 70px rgba(7, 27, 51, 0.1);
}
 
.home-v3-service-row span {
  color: #ff7a1a;
  font-weight: 900;
  letter-spacing: 0.08em;
}
 
.home-v3-service-row strong {
  font-size: 24px;
  line-height: 1.2;
}
 
.home-v3-service-row p {
  margin: 0;
  color: #5b6677;
  font-size: 16px;
  line-height: 1.6;
}
 
.home-v3-method-section {
  position: relative;
  overflow: hidden;
  padding: 96px 0 104px;
  background:
    radial-gradient(circle at 80% 20%, rgba(17, 103, 255, 0.24), transparent 32%),
    linear-gradient(135deg, #061526 0%, #071b33 58%, #020a16 100%);
  color: #ffffff;
}
 
.home-v3-method-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(25, 194, 255, 0.16) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.18;
}
 
.home-v3-method-section .container {
  position: relative;
}
 
.home-v3-section-head.light h2,
.home-v3-section-head.light .section-kicker {
  color: #ffffff;
}
 
.home-v3-section-head.light .section-kicker {
  color: #19c2ff;
}
 
.home-v3-method-shell {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.065);
  backdrop-filter: blur(18px);
}
 
.home-v3-method-item {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: space-between;
  min-height: 176px;
  padding: 22px 16px 20px;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  cursor: pointer;
  outline: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
 
.home-v3-method-item:last-child {
  border-right: 0;
}
 
.home-v3-method-item:hover,
.home-v3-method-item:focus,
.home-v3-method-item.active {
  background: rgba(255, 122, 26, 0.13);
}
 
.home-v3-method-item span {
  color: #ff7a1a;
  font-size: 13px;
  font-weight: 900;
}
 
.home-v3-method-item svg {
  color: #19c2ff;
  width: 34px;
  height: 34px;
}
 
.home-v3-method-item:nth-child(odd) svg {
  color: #ff7a1a;
}
 
.home-v3-method-item strong {
  min-width: 0;
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  overflow-wrap: anywhere;
}
 
.home-v3-method-detail {
  margin-top: 18px;
  padding: 28px 30px;
  border-radius: 24px;
  background: rgba(2, 10, 22, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.13);
}
 
.home-v3-method-detail h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.2;
  letter-spacing: -0.03em;
}
 
.method-detail-kicker {
  color: #ff7a1a;
  margin-bottom: 10px;
}
 
.home-v3-why-points {
  border-left: 3px solid #ff7a1a;
  padding-left: 40px;
  display: grid;
  gap: 34px;
}
 
.home-v3-why-points article h3 {
  margin: 0 0 10px;
  color: #071b33;
  font-size: 25px;
  line-height: 1.2;
}
 
.home-v3-why-points article p {
  margin: 0;
  color: #5b6677;
  font-size: 17px;
  line-height: 1.7;
}
 
.home-v3-insight-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 20px;
}
 
.home-v3-insight-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 51, 0.1);
  color: #071b33;
  text-decoration: none;
  box-shadow: 0 18px 54px rgba(7, 27, 51, 0.055);
  transition: transform 0.22s ease, border-color 0.22s ease;
}
 
.home-v3-insight-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 122, 26, 0.5);
}
 
.home-v3-insight-card.feature {
  background:
    linear-gradient(rgba(7, 27, 51, 0.82), rgba(7, 27, 51, 0.9)),
    url("../images/about-market-network.png") center/cover;
  color: #ffffff;
}
 
.home-v3-insight-card span {
  color: #ff7a1a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
 
.home-v3-insight-card h3 {
  margin: 18px 0 12px;
  font-size: 27px;
  line-height: 1.15;
  letter-spacing: -0.035em;
}
 
.home-v3-insight-card p {
  margin: 0;
  color: #5b6677;
  font-size: 16px;
  line-height: 1.65;
}
 
.home-v3-insight-card.feature p {
  color: rgba(255, 255, 255, 0.78);
}
 
.home-v3-form-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: start;
}
 
.home-v3-form {
  display: grid;
  gap: 14px;
  padding: 34px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 51, 0.1);
  box-shadow: 0 22px 70px rgba(7, 27, 51, 0.09);
}
 
.home-v3-form label {
  color: #071b33;
  font-size: 13px;
  font-weight: 900;
}
 
.home-v3-form input,
.home-v3-form select,
.home-v3-form textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(7, 27, 51, 0.13);
  border-radius: 16px;
  padding: 0 16px;
  color: #071b33;
  font: inherit;
  background: #f8fafc;
}
 
.home-v3-form textarea {
  min-height: 130px;
  padding-top: 14px;
  resize: vertical;
}
 
.hidden-field {
  display: none;
}
 
.reveal-up {
  opacity: 0;
  transform: translateY(26px);
  animation: homeV3Reveal 0.72s ease forwards;
}
 
.reveal-up:nth-child(2) { animation-delay: 0.08s; }
.reveal-up:nth-child(3) { animation-delay: 0.14s; }
.reveal-up:nth-child(4) { animation-delay: 0.2s; }
 
@keyframes homeV3Reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
 
@media (max-width: 1180px) {
  .home-v3-hero-grid,
  .home-v3-split,
  .home-v3-form-grid {
    grid-template-columns: 1fr;
  }
 
  .home-v3-hero h1 {
    max-width: 860px;
  }
 
  .home-v3-hero-panel {
    max-width: 860px;
  }
 
  .home-v3-method-shell {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
 
  .home-v3-method-item:nth-child(4) {
    border-right: 0;
  }
}
 
@media (max-width: 860px) {
  .home-v3-hero {
    padding: 72px 0 58px;
  }
 
  .home-v3-hero h1 {
    font-size: clamp(42px, 12vw, 62px);
    line-height: 1;
  }
 
  .home-v3-lead {
    font-size: 18px;
  }
 
  .home-v3-capability-grid,
  .home-v3-insight-grid {
    grid-template-columns: 1fr;
  }
 
  .home-v3-service-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
 
  .home-v3-section-head {
    grid-template-columns: 1fr;
    align-items: start;
  }
 
  .home-v3-method-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
 
  .home-v3-method-item {
    min-height: 150px;
  }
 
  .home-v3-why-points {
    padding-left: 24px;
  }
}
 
@media (max-width: 560px) {
  .home-v3-actions .btn,
  .home-v3-form .btn {
    width: 100%;
  }
 
  .home-v3-hero-panel,
  .home-v3-form {
    padding: 24px;
    border-radius: 24px;
  }
 
  .home-v3-method-shell {
    grid-template-columns: 1fr;
  }
 
  .home-v3-method-item {
    min-height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
 
  .home-v3-method-item svg {
    width: 28px;
    height: 28px;
  }
}
/* Careers page premium layout */
.careers-hero {
  background:
    radial-gradient(circle at 85% 20%, rgba(17, 103, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #071b33 0%, #041426 58%, #071b33 100%);
  color: #ffffff;
  padding: 112px 0 96px;
  overflow: hidden;
}
 
.careers-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.75fr);
  gap: 72px;
  align-items: center;
}
 
.careers-hero-copy h1 {
  max-width: 850px;
  margin: 0 0 28px;
  color: #ffffff;
  font-size: clamp(46px, 6vw, 88px);
  line-height: 0.96;
  letter-spacing: -0.055em;
}
 
.careers-hero-copy p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.8;
}
 
.careers-hero-actions,
.careers-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}
 
.careers-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}
 
.careers-proof-row span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.06);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
 
.careers-hero-panel {
  position: relative;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}
 
.careers-panel-topline {
  width: 64px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff7a1a, #1167ff);
  margin-bottom: 22px;
}
 
.careers-panel-label {
  margin: 0 0 18px;
  color: #19c2ff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
 
.careers-value-stack {
  display: grid;
  gap: 22px;
}
 
.careers-value-stack article {
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
 
.careers-value-stack article:first-child {
  padding-top: 0;
  border-top: 0;
}
 
.careers-value-stack span {
  display: block;
  margin-bottom: 8px;
  color: #ff7a1a;
  font-weight: 900;
}
 
.careers-value-stack strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 21px;
}
 
.careers-value-stack p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}
 
.careers-intro-section,
.careers-standards-section,
.careers-application-section {
  padding: 96px 0;
}
 
.careers-intro-grid,
.careers-standards-grid,
.careers-application-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 72px;
  align-items: start;
}
 
.careers-intro-grid h2,
.careers-standards-grid h2,
.careers-form-copy h2,
.careers-cta-box h2 {
  margin: 0;
  color: #071b33;
  font-size: clamp(36px, 4vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}
 
.careers-intro-text p,
.careers-form-copy p,
.careers-cta-box p {
  color: #5b6575;
  font-size: 17px;
  line-height: 1.85;
}
 
.careers-talent-section {
  padding: 96px 0;
  background: #f4f7fb;
}
 
.careers-talent-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}
 
.careers-talent-card {
  min-height: 320px;
  padding: 34px;
  border: 1px solid rgba(7, 27, 51, 0.08);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 55px rgba(7, 27, 51, 0.06);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
 
.careers-talent-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 122, 26, 0.45);
  box-shadow: 0 24px 75px rgba(7, 27, 51, 0.12);
}
 
.careers-highlight-card {
  background: #071b33;
  color: #ffffff;
}
 
.careers-highlight-card h3,
.careers-highlight-card p {
  color: #ffffff;
}
 
.careers-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-bottom: 34px;
  border: 1px solid rgba(255, 122, 26, 0.22);
  border-radius: 22px;
  background: #fff3e6;
}
 
.careers-highlight-card .careers-icon {
  background: rgba(255, 122, 26, 0.14);
  border-color: rgba(255, 255, 255, 0.18);
}
 
.careers-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: #ff7a1a;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
 
.careers-talent-card h3 {
  margin: 0 0 14px;
  color: #071b33;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.025em;
}
 
.careers-talent-card p {
  margin: 0;
  color: #5b6575;
  line-height: 1.75;
}
 
.careers-standards-section {
  background: #ffffff;
}
 
.careers-standards-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(7, 27, 51, 0.12);
}
 
.careers-standards-list div {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  column-gap: 26px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(7, 27, 51, 0.12);
}
 
.careers-standards-list span {
  color: #ff7a1a;
  font-weight: 900;
}
 
.careers-standards-list strong {
  color: #071b33;
  font-size: 23px;
  line-height: 1.25;
}
 
.careers-standards-list p {
  grid-column: 2;
  margin: 10px 0 0;
  color: #5b6575;
  line-height: 1.7;
}
 
.careers-application-section {
  background: #f4f7fb;
}
 
.careers-form-copy {
  position: sticky;
  top: 110px;
}
 
.careers-form-note {
  margin-top: 26px;
  padding: 22px;
  border-left: 4px solid #ff7a1a;
  border-radius: 18px;
  background: #ffffff;
  color: #5b6575;
  line-height: 1.7;
}
 
.careers-application-form {
  display: grid;
  gap: 18px;
  padding: 34px;
  border: 1px solid rgba(7, 27, 51, 0.1);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(7, 27, 51, 0.08);
}
 
.careers-application-form label {
  display: grid;
  gap: 9px;
  color: #071b33;
  font-size: 14px;
  font-weight: 800;
}
 
.form-row.two-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
 
.careers-application-form input,
.careers-application-form select,
.careers-application-form textarea {
  width: 100%;
  border: 1px solid rgba(7, 27, 51, 0.14);
  border-radius: 16px;
  padding: 14px 15px;
  color: #1d2733;
  background: #ffffff;
  font: inherit;
  outline: none;
}
 
.careers-application-form input:focus,
.careers-application-form select:focus,
.careers-application-form textarea:focus {
  border-color: #1167ff;
  box-shadow: 0 0 0 4px rgba(17, 103, 255, 0.1);
}
 
.careers-application-form textarea {
  resize: vertical;
}
 
.form-submit-btn {
  width: 100%;
  justify-content: center;
  margin-top: 8px;
  border: 0;
  cursor: pointer;
}
 
.careers-privacy-note {
  margin: 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.6;
}
 
.hidden-field {
  display: none;
}
 
.careers-cta-section {
  padding: 96px 0;
  background: #ffffff;
}
 
.careers-cta-box {
  padding: 58px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 85% 20%, rgba(25, 194, 255, 0.2), transparent 30%),
    linear-gradient(135deg, #071b33 0%, #041426 100%);
  color: #ffffff;
  text-align: center;
}
 
.careers-cta-box h2,
.careers-cta-box p {
  color: #ffffff;
}
 
.careers-cta-box p {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.76);
}
 
.careers-cta-actions {
  justify-content: center;
}
 
@media (max-width: 980px) {
  .careers-hero-grid,
  .careers-intro-grid,
  .careers-standards-grid,
  .careers-application-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
 
  .careers-talent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
 
  .careers-form-copy {
    position: static;
  }
}
 
@media (max-width: 680px) {
  .careers-hero {
    padding: 76px 0 68px;
  }
 
  .careers-hero-copy h1 {
    font-size: clamp(40px, 13vw, 56px);
  }
 
  .careers-hero-actions,
  .careers-cta-actions {
    flex-direction: column;
  }
 
  .careers-hero-actions .btn,
  .careers-cta-actions .btn {
    width: 100%;
    justify-content: center;
  }
 
  .careers-hero-panel,
  .careers-application-form,
  .careers-cta-box {
    padding: 26px;
    border-radius: 24px;
  }
 
  .careers-talent-grid,
  .form-row.two-columns {
    grid-template-columns: 1fr;
  }
 
  .careers-talent-card {
    min-height: auto;
    padding: 28px;
  }
 
  .careers-standards-list div {
    grid-template-columns: 1fr;
    gap: 10px;
  }
 
  .careers-standards-list p {
    grid-column: auto;
  }
}
/* CONTACT PAGE - PREMIUM DESIGN */
.contact-hero {
  background: radial-gradient(circle at 78% 18%, rgba(17, 103, 255, 0.22), transparent 34%), linear-gradient(135deg, #04111f 0%, #071b33 58%, #0a2447 100%);
  color: var(--white);
  padding: 110px 0 96px;
  overflow: hidden;
}
 
.contact-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.75fr;
  gap: 70px;
  align-items: center;
}
 
.contact-hero-copy h1 {
  max-width: 920px;
  color: var(--white);
  font-size: clamp(48px, 6vw, 86px);
  line-height: 0.95;
  letter-spacing: -0.055em;
  margin: 0 0 26px;
}
 
.contact-hero-copy p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  line-height: 1.75;
}
 
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}
 
.contact-hero-panel {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 34px;
  padding: 34px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
}
 
.panel-label {
  color: var(--cyan);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 18px;
}
 
.contact-channel {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--white);
  text-decoration: none;
}
 
.contact-channel:hover strong,
.contact-channel:hover em {
  color: var(--orange);
}
 
.contact-icon,
.route-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255, 122, 26, 0.12);
  border: 1px solid rgba(255, 122, 26, 0.28);
}
 
.contact-icon svg,
.route-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: var(--orange);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
 
.contact-channel strong {
  display: block;
  font-size: 17px;
  margin-bottom: 4px;
}
 
.contact-channel em {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
  font-size: 15px;
}
 
.contact-location {
  margin-top: 20px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.18);
}
 
.contact-location strong,
.contact-location span {
  display: block;
}
 
.contact-location span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.55;
}
 
.contact-route-section,
.contact-form-section,
.contact-cta-section {
  padding: 96px 0;
}
 
.contact-route-section,
.contact-cta-section {
  background: var(--cloud);
}
 
.contact-route-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 42px;
}
 
.contact-route-card {
  background: var(--white);
  color: var(--navy);
  text-decoration: none;
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 30px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 18px 54px rgba(7, 27, 51, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
 
.contact-route-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 122, 26, 0.5);
  box-shadow: 0 28px 75px rgba(7, 27, 51, 0.12);
}
 
.contact-route-card strong {
  display: block;
  font-size: 22px;
  margin-top: 28px;
}
 
.contact-route-card p {
  color: var(--muted);
  line-height: 1.65;
  margin: 12px 0 0;
}
 
.contact-form-grid {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 70px;
  align-items: start;
}
 
.contact-form-copy h2,
.contact-cta-box h2 {
  color: var(--navy);
  font-size: clamp(40px, 5vw, 70px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  margin: 0 0 22px;
}
 
.contact-form-copy p,
.contact-cta-box p,
.section-heading p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 18px;
}
 
.contact-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
 
.contact-proof-list span {
  padding: 11px 16px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--navy);
  background: var(--white);
  font-weight: 800;
  font-size: 14px;
}
 
.contact-form {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 34px;
  padding: 34px;
  box-shadow: 0 24px 80px rgba(7, 27, 51, 0.08);
}
 
.form-row.two-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
 
.contact-form label {
  display: block;
  color: var(--navy);
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 18px;
}
 
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  margin-top: 8px;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 15px 16px;
  font: inherit;
  color: var(--navy);
  background: #fff;
  outline: none;
}
 
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(17, 103, 255, 0.12);
}
 
.form-submit {
  width: 100%;
  border: 0;
  cursor: pointer;
}
 
.form-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}
 
.form-note a {
  color: var(--blue);
  font-weight: 800;
}
 
.hidden-field {
  display: none;
}
 
.contact-cta-box {
  background: radial-gradient(circle at 80% 20%, rgba(25, 194, 255, 0.16), transparent 34%), linear-gradient(135deg, var(--navy), #020a16);
  color: var(--white);
  border-radius: 42px;
  padding: 70px;
  text-align: center;
  box-shadow: 0 28px 90px rgba(7, 27, 51, 0.18);
}
 
.contact-cta-box h2,
.contact-cta-box p {
  color: var(--white);
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
 
.contact-cta-box p {
  color: rgba(255, 255, 255, 0.76);
}
 
@media (max-width: 1100px) {
  .contact-hero-grid,
  .contact-form-grid {
    grid-template-columns: 1fr;
  }
 
  .contact-route-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
 
@media (max-width: 720px) {
  .contact-hero,
  .contact-route-section,
  .contact-form-section,
  .contact-cta-section {
    padding: 72px 0;
  }
 
  .contact-hero-copy h1,
  .contact-form-copy h2,
  .contact-cta-box h2 {
    font-size: clamp(38px, 12vw, 54px);
  }
 
  .contact-actions,
  .contact-actions .btn,
  .contact-cta-box .btn {
    width: 100%;
  }
 
  .contact-route-grid,
  .form-row.two-columns {
    grid-template-columns: 1fr;
  }
 
  .contact-hero-panel,
  .contact-form,
  .contact-cta-box {
    border-radius: 26px;
    padding: 24px;
  }
}
/* CONTACT PAGE SAFE FIX */
.contact-hero {
  background: radial-gradient(circle at 85% 15%, rgba(17, 103, 255, 0.22), transparent 34%), linear-gradient(135deg, #071b33 0%, #020a16 100%);
  color: #ffffff;
  padding: 120px 0 90px;
}
 
.contact-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.75fr;
  gap: 58px;
  align-items: center;
}
 
.contact-hero h1 {
  max-width: 820px;
  font-size: clamp(52px, 6.3vw, 96px);
  line-height: 0.95;
  letter-spacing: -0.055em;
  margin: 0 0 26px;
}
 
.contact-hero p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.8;
  max-width: 720px;
}
 
.contact-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
 
.contact-panel {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 34px;
  padding: 34px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}
 
.panel-label {
  color: #19c2ff !important;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px !important;
  font-weight: 900;
  margin-bottom: 20px;
}
 
.contact-link-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
 
.contact-link-card strong {
  display: block;
  color: #ffffff;
  margin-bottom: 4px;
}
 
.contact-link-card span:last-child {
  color: rgba(255, 255, 255, 0.76);
}
 
.contact-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: rgba(255, 122, 26, 0.13);
  color: #ff7a1a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  flex: 0 0 auto;
}
 
.contact-location {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.78);
}
 
.contact-location strong {
  color: #ffffff;
}
 
.contact-route-section,
.contact-form-section {
  padding: 96px 0;
}
 
.contact-route-section {
  background: #f4f7fb;
}
 
.contact-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
 
.contact-route-card {
  background: #ffffff;
  border: 1px solid rgba(7, 27, 51, 0.1);
  border-radius: 30px;
  padding: 32px;
  box-shadow: 0 22px 70px rgba(7, 27, 51, 0.07);
}
 
.contact-route-card span {
  color: #ff7a1a;
  font-weight: 900;
  letter-spacing: 0.08em;
}
 
.contact-route-card h2 {
  margin: 22px 0 12px;
  color: #071b33;
  font-size: 28px;
  line-height: 1.05;
}
 
.contact-route-card p {
  color: #5d6878;
  line-height: 1.7;
}
 
.contact-route-card a {
  display: inline-flex;
  margin-top: 18px;
  color: #1167ff;
  text-decoration: none;
  font-weight: 900;
}
 
.contact-form-section {
  background: #ffffff;
}
 
.contact-form-grid {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 64px;
  align-items: start;
}
 
.contact-form-copy h2 {
  color: #071b33;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  margin: 0 0 22px;
}
 
.contact-form-copy p,
.contact-checklist {
  color: #5d6878;
  font-size: 17px;
  line-height: 1.75;
}
 
.contact-checklist {
  padding-left: 18px;
  margin-top: 24px;
}
 
.contact-form {
  background: #f4f7fb;
  border: 1px solid rgba(7, 27, 51, 0.1);
  border-radius: 34px;
  padding: 34px;
  box-shadow: 0 24px 80px rgba(7, 27, 51, 0.08);
}
 
.form-row.two-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
 
.contact-form label {
  display: block;
  color: #071b33;
  font-weight: 800;
  margin-bottom: 18px;
}
 
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  display: block;
  margin-top: 8px;
  border: 1px solid rgba(7, 27, 51, 0.14);
  border-radius: 16px;
  padding: 15px 16px;
  font: inherit;
  color: #071b33;
  background: #ffffff;
  outline: none;
}
 
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #1167ff;
  box-shadow: 0 0 0 4px rgba(17, 103, 255, 0.11);
}
 
.hidden-field {
  display: none;
}
 
.form-submit {
  width: 100%;
  justify-content: center;
  margin-top: 8px;
}
 
.form-note {
  margin: 16px 0 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.6;
}
 
@media (max-width: 980px) {
  .contact-hero-grid,
  .contact-form-grid {
    grid-template-columns: 1fr;
  }
 
  .contact-route-grid {
    grid-template-columns: 1fr;
  }
}
 
@media (max-width: 680px) {
  .contact-hero {
    padding: 84px 0 64px;
  }
 
  .contact-hero h1 {
    font-size: clamp(42px, 13vw, 58px);
  }
 
  .contact-actions,
  .hero-actions {
    flex-direction: column;
  }
 
  .contact-actions .btn,
  .hero-actions .btn,
  .contact-form .btn {
    width: 100%;
    justify-content: center;
  }
 
  .form-row.two-columns {
    grid-template-columns: 1fr;
  }
 
  .contact-panel,
  .contact-form,
  .contact-route-card {
    border-radius: 24px;
    padding: 24px;
  }
}
 
/* ABOUT PAGE PREMIUM REDESIGN - PHOTO REMOVED, BUTTONS LINKED AND RESPONSIVE */
.about-v2-hero {
  background:
    radial-gradient(circle at 78% 20%, rgba(17, 103, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #071b33 0%, #020a16 74%);
  color: #ffffff;
  padding: 112px 0 88px;
  overflow: hidden;
}
 
.about-v2-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.85fr);
  gap: 76px;
  align-items: center;
}
 
.about-v2-copy h1 {
  max-width: 760px;
  font-size: clamp(56px, 6.2vw, 96px);
  line-height: 0.94;
  letter-spacing: -0.06em;
  color: #ffffff;
  margin: 0 0 28px;
}
 
.about-v2-copy p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.75;
}
 
.about-v2-lead {
  color: rgba(255, 255, 255, 0.9) !important;
}
 
.about-v2-buttons {
  margin-top: 34px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}
 
.about-v2-buttons.center {
  justify-content: center;
}
 
.about-v2-buttons .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 16px 28px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  line-height: 1;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}
 
.about-v2-buttons .btn:hover {
  transform: translateY(-3px);
}
 
.about-v2-buttons .btn-primary {
  background: #ff7a1a;
  color: #ffffff;
  box-shadow: 0 22px 48px rgba(255, 122, 26, 0.26);
}
 
.about-v2-buttons .btn-light {
  background: #ffffff;
  color: #071b33;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.18);
}
 
.about-v2-role {
  position: relative;
  padding: 38px;
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}
 
.about-v2-role::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 28px;
  border: 1px solid rgba(25, 194, 255, 0.18);
  pointer-events: none;
}
 
.about-v2-role-label,
.about-v2-hero .eyebrow,
.about-v2-method .eyebrow.cyan {
  color: #19c2ff;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  margin: 0 0 16px;
}
 
.about-v2-role h2 {
  color: #ffffff;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  margin: 0 0 28px;
}
 
.role-flow {
  display: grid;
  gap: 18px;
}
 
.role-step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}
 
.role-step:first-child {
  border-top: 0;
}
 
.role-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 122, 26, 0.12);
  border: 1px solid rgba(255, 122, 26, 0.28);
}
 
.role-icon svg {
  width: 24px;
  height: 24px;
  fill: #ff7a1a;
}
 
.role-step strong {
  display: block;
  color: #ffffff;
  font-size: 21px;
  letter-spacing: -0.03em;
  margin-bottom: 6px;
}
 
.role-step p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  line-height: 1.58;
}
 
.section-light,
.section-cloud,
.section-navy,
.about-v2-cta {
  padding: 92px 0;
}
 
.section-light {
  background: #ffffff;
}
 
.section-cloud {
  background: #f4f7fb;
}
 
.section-navy {
  background: #071b33;
  color: #ffffff;
}
 
.about-v2-split,
.about-v2-method-grid {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 78px;
  align-items: start;
}
 
.about-v2-split h2,
.about-v2-method-grid h2,
.about-v2-cta-box h2 {
  color: #071b33;
  font-size: clamp(42px, 5vw, 74px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  margin: 0 0 22px;
}
 
.about-v2-method-grid h2,
.about-v2-method-grid p {
  color: #ffffff;
}
 
.about-v2-split p,
.about-v2-rich-text p,
.about-v2-region p {
  color: #5b6575;
  font-size: 18px;
  line-height: 1.75;
}
 
.principle-spine {
  border-left: 2px solid rgba(255, 122, 26, 0.4);
  padding-left: 34px;
}
 
.principle-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 22px;
  padding: 0 0 34px;
  position: relative;
}
 
.principle-item:last-child {
  padding-bottom: 0;
}
 
.principle-item span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff3e6;
  color: #ff7a1a;
  font-weight: 900;
  border: 1px solid rgba(255, 122, 26, 0.2);
}
 
.principle-item h3 {
  color: #071b33;
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: -0.035em;
  margin: 0 0 8px;
}
 
.principle-item p {
  margin: 0;
}
 
.method-rail {
  display: grid;
  gap: 0;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}
 
.method-row {
  display: grid;
  grid-template-columns: 60px 0.72fr 1fr;
  gap: 18px;
  align-items: center;
  padding: 22px 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}
 
.method-row:first-child {
  border-top: 0;
}
 
.method-row span {
  color: #ff7a1a;
  font-weight: 900;
}
 
.method-row strong {
  color: #ffffff;
  font-size: 22px;
  letter-spacing: -0.03em;
}
 
.method-row p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  line-height: 1.55;
}
 
.market-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
 
.market-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border-radius: 999px;
  padding: 10px 18px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 51, 0.1);
  color: #071b33;
  font-weight: 800;
}
 
.about-v2-cta {
  background: #ffffff;
}
 
.about-v2-cta-box {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  padding: 72px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% 0%, rgba(17, 103, 255, 0.22), transparent 34%),
    #071b33;
  color: #ffffff;
  box-shadow: 0 34px 90px rgba(7, 27, 51, 0.22);
}
 
.about-v2-cta-box h2,
.about-v2-cta-box p {
  color: #ffffff;
}
 
.about-v2-cta-box p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.7;
}
 
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
 
.reveal-on-scroll.visible,
.reveal-on-scroll.is-visible,
.reveal-on-scroll.in-view {
  opacity: 1;
  transform: translateY(0);
}
 
@media (max-width: 1080px) {
  .about-v2-hero-grid,
  .about-v2-split,
  .about-v2-method-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }
 
  .about-v2-role {
    max-width: 760px;
  }
}
 
@media (max-width: 760px) {
  .about-v2-hero {
    padding: 72px 0 64px;
  }
 
  .about-v2-copy h1,
  .about-v2-split h2,
  .about-v2-method-grid h2,
  .about-v2-cta-box h2 {
    font-size: clamp(38px, 12vw, 54px);
    line-height: 1.02;
  }
 
  .about-v2-copy p,
  .about-v2-split p,
  .about-v2-rich-text p,
  .about-v2-region p {
    font-size: 16px;
  }
 
  .about-v2-buttons {
    width: 100%;
    gap: 12px;
  }
 
  .about-v2-buttons .btn {
    width: 100%;
    min-height: 54px;
  }
 
  .about-v2-role,
  .about-v2-cta-box {
    padding: 28px;
    border-radius: 28px;
  }
 
  .role-step {
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }
 
  .role-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }
 
  .method-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
 
  .principle-spine {
    padding-left: 18px;
  }
 
  .principle-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }
 
  .section-light,
  .section-cloud,
  .section-navy,
  .about-v2-cta {
    padding: 66px 0;
  }
}
 
/* ABOUT PAGE PREMIUM REDESIGN - PHOTO REMOVED, BUTTONS LINKED AND RESPONSIVE */
.about-v2-hero {
  background:
    radial-gradient(circle at 78% 20%, rgba(17, 103, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #071b33 0%, #020a16 74%);
  color: #ffffff;
  padding: 112px 0 88px;
  overflow: hidden;
}
 
.about-v2-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.85fr);
  gap: 76px;
  align-items: center;
}
 
.about-v2-copy h1 {
  max-width: 760px;
  font-size: clamp(56px, 6.2vw, 96px);
  line-height: 0.94;
  letter-spacing: -0.06em;
  color: #ffffff;
  margin: 0 0 28px;
}
 
.about-v2-copy p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.75;
}
 
.about-v2-lead {
  color: rgba(255, 255, 255, 0.9) !important;
}
 
.about-v2-buttons {
  margin-top: 34px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}
 
.about-v2-buttons.center {
  justify-content: center;
}
 
.about-v2-buttons .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 16px 28px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  line-height: 1;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}
 
.about-v2-buttons .btn:hover {
  transform: translateY(-3px);
}
 
.about-v2-buttons .btn-primary {
  background: #ff7a1a;
  color: #ffffff;
  box-shadow: 0 22px 48px rgba(255, 122, 26, 0.26);
}
 
.about-v2-buttons .btn-light {
  background: #ffffff;
  color: #071b33;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.18);
}
 
.about-v2-role {
  position: relative;
  padding: 38px;
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}
 
.about-v2-role::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 28px;
  border: 1px solid rgba(25, 194, 255, 0.18);
  pointer-events: none;
}
 
.about-v2-role-label,
.about-v2-hero .eyebrow,
.about-v2-method .eyebrow.cyan {
  color: #19c2ff;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  margin: 0 0 16px;
}
 
.about-v2-role h2 {
  color: #ffffff;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  margin: 0 0 28px;
}
 
.role-flow {
  display: grid;
  gap: 18px;
}
 
.role-step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}
 
.role-step:first-child {
  border-top: 0;
}
 
.role-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 122, 26, 0.12);
  border: 1px solid rgba(255, 122, 26, 0.28);
}
 
.role-icon svg {
  width: 24px;
  height: 24px;
  fill: #ff7a1a;
}
 
.role-step strong {
  display: block;
  color: #ffffff;
  font-size: 21px;
  letter-spacing: -0.03em;
  margin-bottom: 6px;
}
 
.role-step p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  line-height: 1.58;
}
 
.section-light,
.section-cloud,
.section-navy,
.about-v2-cta {
  padding: 92px 0;
}
 
.section-light {
  background: #ffffff;
}
 
.section-cloud {
  background: #f4f7fb;
}
 
.section-navy {
  background: #071b33;
  color: #ffffff;
}
 
.about-v2-split,
.about-v2-method-grid {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 78px;
  align-items: start;
}
 
.about-v2-split h2,
.about-v2-method-grid h2,
.about-v2-cta-box h2 {
  color: #071b33;
  font-size: clamp(42px, 5vw, 74px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  margin: 0 0 22px;
}
 
.about-v2-method-grid h2,
.about-v2-method-grid p {
  color: #ffffff;
}
 
.about-v2-split p,
.about-v2-rich-text p,
.about-v2-region p {
  color: #5b6575;
  font-size: 18px;
  line-height: 1.75;
}
 
.principle-spine {
  border-left: 2px solid rgba(255, 122, 26, 0.4);
  padding-left: 34px;
}
 
.principle-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 22px;
  padding: 0 0 34px;
  position: relative;
}
 
.principle-item:last-child {
  padding-bottom: 0;
}
 
.principle-item span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff3e6;
  color: #ff7a1a;
  font-weight: 900;
  border: 1px solid rgba(255, 122, 26, 0.2);
}
 
.principle-item h3 {
  color: #071b33;
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: -0.035em;
  margin: 0 0 8px;
}
 
.principle-item p {
  margin: 0;
}
 
.method-rail {
  display: grid;
  gap: 0;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}
 
.method-row {
  display: grid;
  grid-template-columns: 60px 0.72fr 1fr;
  gap: 18px;
  align-items: center;
  padding: 22px 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}
 
.method-row:first-child {
  border-top: 0;
}
 
.method-row span {
  color: #ff7a1a;
  font-weight: 900;
}
 
.method-row strong {
  color: #ffffff;
  font-size: 22px;
  letter-spacing: -0.03em;
}
 
.method-row p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  line-height: 1.55;
}
 
.market-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
 
.market-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border-radius: 999px;
  padding: 10px 18px;
  background: #ffffff;
  border: 1px solid rgba(7, 27, 51, 0.1);
  color: #071b33;
  font-weight: 800;
}
 
.about-v2-cta {
  background: #ffffff;
}
 
.about-v2-cta-box {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  padding: 72px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% 0%, rgba(17, 103, 255, 0.22), transparent 34%),
    #071b33;
  color: #ffffff;
  box-shadow: 0 34px 90px rgba(7, 27, 51, 0.22);
}
 
.about-v2-cta-box h2,
.about-v2-cta-box p {
  color: #ffffff;
}
 
.about-v2-cta-box p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.7;
}
 
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
 
.reveal-on-scroll.visible,
.reveal-on-scroll.is-visible,
.reveal-on-scroll.in-view {
  opacity: 1;
  transform: translateY(0);
}
 
@media (max-width: 1080px) {
  .about-v2-hero-grid,
  .about-v2-split,
  .about-v2-method-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }
 
  .about-v2-role {
    max-width: 760px;
  }
}
 
@media (max-width: 760px) {
  .about-v2-hero {
    padding: 72px 0 64px;
  }
 
  .about-v2-copy h1,
  .about-v2-split h2,
  .about-v2-method-grid h2,
  .about-v2-cta-box h2 {
    font-size: clamp(38px, 12vw, 54px);
    line-height: 1.02;
  }
 
  .about-v2-copy p,
  .about-v2-split p,
  .about-v2-rich-text p,
  .about-v2-region p {
    font-size: 16px;
  }
 
  .about-v2-buttons {
    width: 100%;
    gap: 12px;
  }
 
  .about-v2-buttons .btn {
    width: 100%;
    min-height: 54px;
  }
 
  .about-v2-role,
  .about-v2-cta-box {
    padding: 28px;
    border-radius: 28px;
  }
 
  .role-step {
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }
 
  .role-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }
 
  .method-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
 
  .principle-spine {
    padding-left: 18px;
  }
 
  .principle-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }
 
  .section-light,
  .section-cloud,
  .section-navy,
  .about-v2-cta {
    padding: 66px 0;
  }
}
/* ABOUT PAGE SHARED STYLES - NO INLINE CSS VERSION */
.about-clean-page {
  background: var(--white, #ffffff);
  color: var(--navy, #071b33);
}
 
.about-clean-hero {
  background: radial-gradient(circle at 80% 10%, rgba(17, 103, 255, 0.25), transparent 34%), linear-gradient(135deg, #071b33, #020a16 85%);
  color: #ffffff;
  padding: 112px 0 96px;
  overflow: hidden;
}
 
.about-clean-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 72px;
  align-items: center;
}
 
.about-clean-hero-copy h1 {
  color: #ffffff;
  font-size: clamp(54px, 5.8vw, 92px);
  line-height: 0.96;
  letter-spacing: -0.06em;
  max-width: 760px;
  margin: 0 0 30px;
}
 
.about-clean-hero-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.75;
  max-width: 660px;
}
 
.about-clean-lead {
  color: rgba(255, 255, 255, 0.9) !important;
}
 
.about-clean-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}
 
.about-clean-actions.centered {
  justify-content: center;
}
 
.about-role-panel {
  position: relative;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 36px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at 100% 0%, rgba(255, 122, 26, 0.18), transparent 34%);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}
 
.about-role-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.4;
  pointer-events: none;
}
 
.about-role-header,
.about-role-flow {
  position: relative;
  z-index: 1;
}
 
.about-role-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
 
.about-role-header span {
  color: #19c2ff;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 800;
}
 
.about-role-header strong {
  color: #ffffff;
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.03;
  letter-spacing: -0.04em;
  max-width: 420px;
  text-align: right;
}
 
.about-role-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}
 
.about-role-flow article {
  position: relative;
  padding: 32px 22px 10px;
  min-height: 280px;
}
 
.about-role-flow article:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
 
.about-role-flow article::after {
  content: "→";
  position: absolute;
  top: 86px;
  right: -10px;
  color: #ff7a1a;
  font-size: 22px;
  font-weight: 900;
  z-index: 2;
}
 
.about-role-flow article:last-child::after {
  display: none;
}
 
.role-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: rgba(17, 103, 255, 0.13);
  border: 1px solid rgba(25, 194, 255, 0.24);
  margin-bottom: 22px;
}
 
.role-icon svg {
  width: 27px;
  height: 27px;
  fill: #19c2ff;
}
 
.about-role-flow span {
  display: inline-block;
  color: #ff7a1a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}
 
.about-role-flow h2 {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0 0 12px;
}
 
.about-role-flow p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
  font-size: 15px;
  margin: 0;
}
 
.about-clean-intro,
.about-clean-principles,
.about-clean-region,
.about-clean-cta {
  padding: 92px 0;
}
 
.about-clean-principles,
.about-clean-region {
  background: #f4f7fb;
}
 
.about-clean-split,
.about-clean-method-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 86px;
  align-items: start;
}
 
.about-clean-split h2,
.about-clean-method-grid h2,
.about-cta-box h2 {
  color: #071b33;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  margin: 0 0 24px;
}
 
.about-clean-copy-block p,
.about-clean-method-grid p,
.about-clean-region p,
.section-text {
  color: #5d6878;
  font-size: 18px;
  line-height: 1.75;
}
 
.about-principle-list {
  background: #ffffff;
  border: 1px solid rgba(7, 27, 51, 0.1);
  border-radius: 34px;
  box-shadow: 0 30px 90px rgba(7, 27, 51, 0.08);
  overflow: hidden;
}
 
.about-principle-list article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 24px;
  padding: 30px 34px;
}
 
.about-principle-list article:not(:last-child) {
  border-bottom: 1px solid rgba(7, 27, 51, 0.09);
}
 
.about-principle-list span {
  color: #ff7a1a;
  font-weight: 900;
  letter-spacing: 0.12em;
}
 
.about-principle-list h3 {
  color: #071b33;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 8px;
}
 
.about-principle-list p {
  color: #5d6878;
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
}
 
.about-clean-method {
  padding: 100px 0;
  background: #071b33;
  color: #ffffff;
}
 
.about-clean-method h2,
.about-clean-method .section-kicker {
  color: #ffffff;
}
 
.about-clean-method .section-kicker {
  color: #19c2ff;
}
 
.about-clean-method p {
  color: rgba(255, 255, 255, 0.72);
}
 
.about-method-rail {
  position: relative;
  padding-left: 42px;
}
 
.about-method-rail::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  width: 1px;
  background: linear-gradient(#ff7a1a, rgba(17, 103, 255, 0.45));
}
 
.about-method-rail article {
  position: relative;
  padding: 0 0 34px;
}
 
.about-method-rail article::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ff7a1a;
  box-shadow: 0 0 0 8px rgba(255, 122, 26, 0.14);
}
 
.about-method-rail span {
  display: inline-block;
  color: #ff7a1a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin-bottom: 8px;
}
 
.about-method-rail h3 {
  color: #ffffff;
  font-size: 25px;
  margin: 0 0 6px;
}
 
.about-method-rail p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
}
 
.market-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
 
.market-tags span {
  padding: 13px 20px;
  border-radius: 999px;
  border: 1px solid rgba(7, 27, 51, 0.12);
  background: #ffffff;
  color: #071b33;
  font-weight: 800;
}
 
.about-clean-cta {
  background: #ffffff;
}
 
.about-cta-box {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 70px 56px;
  border-radius: 36px;
  background: radial-gradient(circle at 50% 0%, rgba(17, 103, 255, 0.2), transparent 40%), linear-gradient(135deg, #071b33, #020a16);
  box-shadow: 0 34px 100px rgba(7, 27, 51, 0.22);
}
 
.about-cta-box h2,
.about-cta-box p {
  color: #ffffff;
}
 
.about-cta-box p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.78);
}
 
.about-cta-box .section-kicker {
  color: #19c2ff;
}
 
@media (max-width: 1100px) {
  .about-clean-hero-grid,
  .about-clean-split,
  .about-clean-method-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
 
  .about-role-header strong {
    text-align: left;
  }
 
  .about-role-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
 
  .about-role-flow article:nth-child(2) {
    border-right: none;
  }
}
 
@media (max-width: 720px) {
  .about-clean-hero {
    padding: 72px 0 64px;
  }
 
  .about-clean-hero-copy h1,
  .about-clean-split h2,
  .about-clean-method-grid h2,
  .about-cta-box h2 {
    font-size: clamp(38px, 11vw, 56px);
  }
 
  .about-clean-actions,
  .about-clean-actions.centered {
    flex-direction: column;
    align-items: stretch;
  }
 
  .about-clean-actions .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
 
  .about-role-panel {
    padding: 24px;
    border-radius: 28px;
  }
 
  .about-role-header {
    display: block;
  }
 
  .about-role-header strong {
    display: block;
    margin-top: 14px;
  }
 
  .about-role-flow {
    grid-template-columns: 1fr;
  }
 
  .about-role-flow article {
    min-height: auto;
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 28px 0;
  }
 
  .about-role-flow article::after {
    display: none;
  }
 
  .about-principle-list article {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 26px 24px;
  }
 
  .about-clean-intro,
  .about-clean-principles,
  .about-clean-region,
  .about-clean-cta,
  .about-clean-method {
    padding: 64px 0;
  }
 
  .about-cta-box {
    padding: 48px 24px;
    border-radius: 28px;
  }
}
 
/* GLOBAL MOBILE NAVIGATION FIX - FINAL
   Makes the shared menu work cleanly on all pages without changing page HTML.
*/
.site-header {
  z-index: 9999;
}
 
.header-inner,
.nav-wrapper {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
 
.nav-toggle {
  -webkit-tap-highlight-color: transparent;
}
 
@media (min-width: 981px) {
  .nav-toggle {
    display: none !important;
  }
 
  .main-nav {
    position: static !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    max-height: none !important;
    overflow: visible !important;
  }
}
 
@media (max-width: 980px) {
  body.nav-open {
    overflow: hidden;
  }
 
  .site-header {
    position: sticky;
    top: 0;
    z-index: 9999;
  }
 
  .header-inner,
  .nav-wrapper {
    min-height: 76px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
 
  .logo-img,
  .logo img {
    width: clamp(168px, 48vw, 220px) !important;
    max-height: 58px;
    object-fit: contain;
  }
 
  .nav-toggle {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid rgba(7, 27, 51, 0.14);
    border-radius: 16px;
    background: #ffffff;
    color: transparent;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(7, 27, 51, 0.08);
  }
 
  .nav-toggle::before,
  .nav-toggle::after {
    content: "";
    position: absolute;
    left: 13px;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: #071b33;
    transition: transform 0.22s ease, top 0.22s ease, box-shadow 0.22s ease;
  }
 
  .nav-toggle::before {
    top: 16px;
    box-shadow: 0 7px 0 #071b33;
  }
 
  .nav-toggle::after {
    top: 30px;
  }
 
  .nav-toggle[aria-expanded="true"]::before {
    top: 23px;
    transform: rotate(45deg);
    box-shadow: none;
  }
 
  .nav-toggle[aria-expanded="true"]::after {
    top: 23px;
    transform: rotate(-45deg);
  }
 
  .main-nav {
    position: fixed !important;
    top: 86px !important;
    left: 14px !important;
    right: 14px !important;
    z-index: 9998;
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 6px;
    align-items: stretch !important;
    width: auto;
    max-height: calc(100dvh - 104px);
    padding: 12px;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(7, 27, 51, 0.12);
    border-radius: 24px;
    box-shadow: 0 28px 90px rgba(7, 27, 51, 0.22);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px) scale(0.98);
    transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
  }
 
  .main-nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }
 
  .main-nav a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    width: 100%;
    padding: 0 16px;
    border-radius: 16px;
    color: #071b33 !important;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: -0.01em;
    opacity: 1 !important;
    background: transparent;
  }
 
  .main-nav a::after {
    content: "→";
    color: #ff7a1a;
    font-weight: 900;
  }
 
  .main-nav a:hover,
  .main-nav a.active {
    color: #1167ff !important;
    background: #f4f7fb;
  }
 
  .main-nav .nav-cta {
    justify-content: center;
    min-height: 54px;
    margin-top: 6px;
    padding: 0 18px;
    color: #ffffff !important;
    background: #ff7a1a !important;
    box-shadow: 0 18px 34px rgba(255, 122, 26, 0.24);
  }
 
  .main-nav .nav-cta::after {
    color: #ffffff;
    margin-left: 8px;
  }
}
 
@media (max-width: 520px) {
  .header-inner,
  .nav-wrapper {
    min-height: 72px;
    gap: 12px;
  }
 
  .logo-img,
  .logo img {
    width: clamp(154px, 58vw, 195px) !important;
  }
 
  .nav-toggle {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }
 
  .nav-toggle::before,
  .nav-toggle::after {
    left: 12px;
    width: 20px;
  }
 
  .nav-toggle::before {
    top: 15px;
  }
 
  .nav-toggle::after {
    top: 29px;
  }
 
  .nav-toggle[aria-expanded="true"]::before,
  .nav-toggle[aria-expanded="true"]::after {
    top: 21px;
  }
 
  .main-nav {
    top: 80px !important;
    left: 12px !important;
    right: 12px !important;
    border-radius: 22px;
  }
}
 
