/*
Theme Name: VetProcura
Author: VetProcura
Description: Multilingual veterinary endoscopy and minimally invasive instrument product website for VetProcura.
Version: 2.2.3
Requires at least: 6.4
Tested up to: 7.1
Requires PHP: 7.4
Text Domain: vetprocura
*/

:root {
  --ink: #12324a;
  --ink-deep: #082a45;
  --teal: #199ee5;
  --teal-dark: #0b78c6;
  --teal-soft: #dff3ff;
  --mist: #f4faff;
  --sand: #f8fbff;
  --line: #d7e8f4;
  --muted: #56758a;
  --white: #ffffff;
  --gold: #63bff2;
  --shadow: 0 24px 70px rgba(8, 42, 69, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.narrow-container {
  width: min(780px, calc(100% - 48px));
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(18, 50, 74, 0.08);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: var(--ink);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-copy strong {
  font-size: 19px;
  letter-spacing: -0.03em;
}

.brand-copy small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  font-weight: 650;
}

.desktop-nav > a:not(.nav-cta) {
  color: #365a73;
}

.desktop-nav > a:hover,
.desktop-nav > a:focus-visible {
  color: var(--teal);
}

.nav-cta {
  padding: 10px 17px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
}

.language-menu {
  position: relative;
}

.language-menu summary {
  min-width: 44px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #365a73;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  list-style: none;
  text-align: center;
}

.language-menu summary::-webkit-details-marker { display: none; }

.language-menu > div {
  position: absolute;
  top: 42px;
  right: 0;
  z-index: 20;
  display: grid;
  min-width: 132px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.language-menu > div a {
  padding: 8px 10px;
  border-radius: 7px;
  color: #365a73;
}

.language-menu > div a:hover { background: var(--mist); }

.mobile-nav {
  display: none;
  position: relative;
}

.mobile-nav summary {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.mobile-nav nav {
  position: absolute;
  top: 48px;
  right: 0;
  display: grid;
  min-width: 220px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.mobile-nav nav a {
  padding: 10px 12px;
  border-radius: 8px;
}

.mobile-nav nav a:hover {
  background: var(--mist);
}

.mobile-language-links {
  display: flex;
  gap: 6px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.mobile-language-links a { flex: 1; text-align: center; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0 72px;
  background:
    radial-gradient(circle at 86% 18%, rgba(80, 184, 240, 0.2), transparent 29%),
    linear-gradient(135deg, #f7fbff 0%, #eaf7ff 48%, #f4faff 100%);
}

.hero::before {
  position: absolute;
  top: -110px;
  left: -150px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(25, 158, 229, 0.12);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.88fr);
  gap: 52px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1,
.page-intro h1 {
  max-width: 820px;
  margin: 0;
  color: var(--ink-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5.2vw, 68px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.hero-lead {
  max-width: 690px;
  margin: 28px 0 0;
  color: #496a80;
  font-size: 18px;
  line-height: 1.72;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 750;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--teal);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(25, 158, 229, 0.22);
}

.button-primary:hover {
  background: var(--teal-dark);
}

.button-secondary {
  border-color: #b9d9ea;
  background: rgba(255, 255, 255, 0.6);
  color: var(--ink);
}

.button-light {
  background: var(--white);
  color: var(--ink-deep);
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.hero-notes span {
  padding: 7px 11px;
  border: 1px solid rgba(25, 158, 229, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  color: #365f79;
  font-size: 12px;
  font-weight: 650;
}

.hero-visual {
  position: relative;
  min-width: 0;
}

.hero-image-wrap {
  position: relative;
  aspect-ratio: 1.12;
  overflow: hidden;
  border: 1px solid rgba(18, 50, 74, 0.1);
  border-radius: 30px;
  background: linear-gradient(145deg, #eff9ff 0%, #dff3ff 100%);
  box-shadow: var(--shadow);
}

.hero-context-image {
  position: absolute;
  inset: 0 auto 0 0;
  width: 62%;
  height: 100%;
  object-fit: cover;
  object-position: 22% center;
}

.hero-product-card {
  position: absolute;
  inset: 0 0 0 auto;
  display: grid;
  width: 43%;
  grid-template-rows: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 9px;
  padding: 12px;
  border: 0;
  border-left: 1px solid rgba(25, 158, 229, 0.16);
  border-radius: 0;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(223, 243, 255, 0.95));
  box-shadow: none;
}

.hero-product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-device-item {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 8px 8px 6px;
  overflow: hidden;
  border: 1px solid rgba(25, 158, 229, 0.12);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.9);
}

.hero-device-portable .hero-product-image {
  min-height: 0;
  flex: 1;
}

.tower-photo-stage {
  display: grid;
  min-height: 0;
  flex: 1;
  place-items: center;
}

.tower-photo-shell {
  position: relative;
  height: 100%;
  max-width: 100%;
  aspect-ratio: 305 / 668;
}

.hero-tower-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tower-photo-shell::after {
  position: absolute;
  top: 8%;
  left: 0;
  width: 9%;
  height: 8%;
  background: #fff;
  content: "";
}

.hero-device-item figcaption {
  flex: none;
  padding: 4px 2px 0;
  color: var(--ink);
  font-size: 10px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
}

.floating-card {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 236px;
  flex-direction: column;
  padding: 21px;
  border-radius: 16px;
  background: var(--ink-deep);
  color: var(--white);
  box-shadow: 0 20px 50px rgba(8, 42, 69, 0.25);
}

.floating-card strong {
  margin: 4px 0;
  font-family: Georgia, serif;
  font-size: 21px;
  font-weight: 500;
}

.floating-card > span:last-child {
  color: #badced;
  font-size: 12px;
}

.mini-label {
  color: #67c3f1;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.audience-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--ink-deep);
  color: var(--white);
}

.audience-grid {
  display: grid;
  min-height: 86px;
  align-items: center;
  grid-template-columns: 0.8fr 1fr 1.5fr 0.8fr;
  gap: 28px;
}

.audience-grid p {
  color: #5fbff0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.audience-grid span {
  color: #dceef8;
  font-size: 13px;
  font-weight: 650;
}

.application-contexts-section {
  padding: 82px 0 86px;
  background: linear-gradient(180deg, #f7fcff 0%, #eaf7ff 100%);
}

.application-contexts-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.application-contexts-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.application-context-card {
  overflow: hidden;
  border: 1px solid #cfe7f5;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(45, 120, 166, 0.08);
}

.application-context-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.28;
  background: #dff1fb;
}

.application-context-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transform: translateX(calc(var(--context-index) * -20%));
}

.application-context-image-marine img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
}

.application-context-card h3 {
  display: grid;
  min-height: 70px;
  margin: 0;
  padding: 16px 12px;
  place-items: center;
  color: var(--ink-deep);
  font-family: Georgia, serif;
  font-size: clamp(16px, 1.45vw, 21px);
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}

@media (max-width: 980px) {
  .application-contexts-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .application-contexts-section {
    padding: 62px 0 66px;
  }

  .application-contexts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }

  .application-context-card {
    border-radius: 14px;
  }

  .application-context-card h3 {
    min-height: 58px;
    padding: 12px 8px;
    font-size: 15px;
  }
}

.section {
  padding: 108px 0;
}

.section-tinted {
  background: var(--mist);
}

.section-dark {
  background: var(--ink-deep);
  color: var(--white);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.section-heading h2,
.founder-grid h2,
.cta-grid h2,
.simple-cta h2,
.about-copy h2,
.quality-grid h2,
.contact-grid h2,
.catalog-callout h2 {
  margin: 0;
  color: var(--ink-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.2vw, 52px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.section-heading > p:last-child,
.split-heading > p {
  color: var(--muted);
  font-size: 17px;
}

.split-heading {
  display: grid;
  max-width: none;
  align-items: end;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 72px;
}

.compact-heading {
  max-width: 620px;
}

.track-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.track-card {
  position: relative;
  overflow: hidden;
  min-height: 410px;
  padding: 44px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--sand);
}

.track-primary {
  background: var(--teal-soft);
}

.track-card .card-number {
  position: absolute;
  top: 25px;
  right: 30px;
  color: rgba(8, 42, 69, 0.14);
  font-family: Georgia, serif;
  font-size: 82px;
  line-height: 1;
}

.track-card h3 {
  position: relative;
  max-width: 470px;
  margin: 58px 0 18px;
  color: var(--ink-deep);
  font-family: Georgia, serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.track-card p:not(.eyebrow) {
  max-width: 500px;
  color: var(--muted);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  color: var(--teal-dark);
  font-weight: 800;
}

.text-link:hover span {
  transform: translateX(4px);
}

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

.product-grid-full {
  grid-template-columns: repeat(2, 1fr);
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
}

.product-card-interactive {
  position: relative;
  cursor: pointer;
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.product-card-interactive:hover,
.product-card-interactive:focus-visible {
  border-color: #78bfe9;
  box-shadow: 0 18px 42px rgba(28, 111, 162, 0.14);
  outline: none;
  transform: translateY(-3px);
}

.product-image {
  position: relative;
  overflow: hidden;
  background: #e8f4fb;
}

.product-image img {
  width: 100%;
  aspect-ratio: 1.25;
  padding: 12px;
  background: var(--white);
  object-fit: contain;
  transition: transform 300ms ease;
}

.product-card:hover .product-image img {
  transform: scale(1.025);
}

.product-image-action {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(10, 99, 155, 0.92);
  box-shadow: 0 8px 18px rgba(18, 78, 115, 0.2);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.product-card-copy {
  padding: 24px;
}

.product-card h3 {
  margin: 0 0 8px;
  font-family: Georgia, serif;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.product-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.product-examples {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.product-examples li {
  padding: 5px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--mist);
  color: #43677e;
  font-size: 11px;
  font-weight: 700;
}

.product-dialog {
  width: min(1080px, calc(100vw - 36px));
  max-width: none;
  max-height: min(88vh, 820px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 28px 90px rgba(6, 44, 67, 0.34);
  color: var(--ink-deep);
  cursor: default;
}

.product-dialog::backdrop {
  background: rgba(4, 28, 43, 0.72);
  backdrop-filter: blur(4px);
}

.product-dialog-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  min-height: 520px;
  max-height: min(88vh, 820px);
  overflow: auto;
}

.product-dialog-image {
  display: grid;
  place-items: center;
  min-height: 520px;
  padding: 28px;
  background: #f3faff;
}

.product-dialog-image img {
  width: 100%;
  max-height: 72vh;
  object-fit: contain;
}

.product-dialog-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 38px 42px;
}

.product-dialog-copy h2 {
  margin: 0 0 16px;
  font-family: Georgia, serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.product-dialog-copy > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.product-dialog-copy .button {
  align-self: flex-start;
  margin-top: 28px;
}

.product-dialog-close {
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 16px;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink-deep);
  cursor: pointer;
  font: 400 30px/1 Arial, sans-serif;
}

.product-dialog-close:hover,
.product-dialog-close:focus-visible {
  border-color: #78bfe9;
  background: #e8f6ff;
  outline: none;
}

@media (max-width: 760px) {
  .product-dialog {
    width: min(94vw, 620px);
    max-height: 92vh;
    border-radius: 18px;
  }

  .product-dialog-panel {
    grid-template-columns: 1fr;
    max-height: 92vh;
  }

  .product-dialog-image {
    min-height: 300px;
    padding: 20px;
  }

  .product-dialog-image img {
    max-height: 44vh;
  }

  .product-dialog-copy {
    padding: 30px 24px 28px;
  }
}

.centered-action {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.founder-section {
  background: var(--sand);
}

.founder-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 0.6fr 1.4fr;
  gap: 90px;
}

.founder-mark {
  display: grid;
  width: 100%;
  max-width: 330px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50% 50% 18% 50%;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), transparent 55%),
    var(--ink-deep);
  box-shadow: var(--shadow);
}

.founder-mark span {
  color: var(--white);
  font-family: Georgia, serif;
  font-size: clamp(52px, 8vw, 92px);
  letter-spacing: -0.07em;
}

.founder-lead {
  margin: 24px 0 10px;
  color: #315e79;
  font-size: 19px;
  line-height: 1.7;
}

.founder-grid > div:last-child > p:not(.eyebrow) {
  max-width: 720px;
}

.process-section {
  border-top: 1px solid var(--line);
}

.process-grid {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  list-style: none;
}

.process-grid li {
  padding-top: 24px;
  border-top: 2px solid var(--teal);
}

.process-grid li > span,
.scope-grid article > span,
.values-grid article > span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.process-grid h3,
.scope-grid h3 {
  margin: 22px 0 8px;
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 500;
}

.process-grid p,
.scope-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.cta-section {
  padding: 78px 0;
  background: var(--teal);
  color: var(--white);
}

.cta-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1.45fr 0.55fr;
  gap: 60px;
}

.cta-grid h2 {
  color: var(--white);
  font-size: clamp(34px, 4vw, 48px);
}

.eyebrow-light {
  color: #c8efff;
}

.cta-actions {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
}

.whatsapp-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e4f6ff;
  font-size: 13px;
  font-weight: 700;
}

.whatsapp-link::before {
  display: grid;
  width: 25px;
  height: 25px;
  flex: none;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  content: "☎";
  font-size: 13px;
}

.page-intro {
  padding: 92px 0;
  background:
    linear-gradient(110deg, rgba(223, 243, 255, 0.9), rgba(248, 251, 255, 0.92)),
    var(--mist);
}

.page-intro h1 {
  font-size: clamp(44px, 6vw, 70px);
}

.page-intro .narrow-container > p:last-child {
  max-width: 700px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 19px;
}

.catalog-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 36px;
  padding: 34px;
  border-radius: 18px;
  background: var(--ink-deep);
  color: var(--white);
}

.catalog-callout h2 {
  color: var(--white);
  font-size: 29px;
}

.catalog-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.scope-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.scope-grid article {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}

.simple-cta {
  padding: 74px 0;
  border-top: 1px solid var(--line);
}

.simple-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.simple-cta h2 {
  max-width: 760px;
  font-size: clamp(30px, 4vw, 44px);
}

.detailed-process {
  margin: 0;
  padding: 0;
  list-style: none;
}

.detailed-process li {
  display: grid;
  padding: 38px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 110px 1fr;
  gap: 35px;
}

.detailed-process li:first-child {
  border-top: 1px solid var(--line);
}

.detailed-process li > span {
  color: var(--teal);
  font-family: Georgia, serif;
  font-size: 36px;
}

.detailed-process h2 {
  margin: 0 0 8px;
  font-family: Georgia, serif;
  font-size: 29px;
  font-weight: 500;
}

.detailed-process p {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
}

.quality-grid {
  display: grid;
  align-items: start;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
}

.quality-grid h2 {
  color: var(--white);
}

.quality-grid > div:first-child > p:last-child {
  color: #beddeb;
  font-size: 17px;
}

.quality-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.quality-list article {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
}

.quality-list h3 {
  margin: 0 0 8px;
  font-family: Georgia, serif;
  font-size: 21px;
  font-weight: 500;
}

.quality-list p {
  margin: 0;
  color: #beddeb;
  font-size: 14px;
}

.disclaimer-section {
  padding: 78px 0;
  background: var(--sand);
}

.disclaimer-section h2 {
  margin: 0 0 12px;
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 500;
}

.disclaimer-section p {
  color: var(--muted);
}

.faq-section {
  border-top: 1px solid var(--line);
  background: var(--mist);
}

.faq-grid {
  display: grid;
  align-items: start;
  grid-template-columns: 0.62fr 1.38fr;
  gap: 90px;
}

.faq-grid > div:first-child h2 {
  margin: 0;
  color: var(--ink-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.faq-grid > div:first-child > p:last-child {
  color: var(--muted);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 24px 44px 24px 0;
  cursor: pointer;
  color: var(--ink-deep);
  font-size: 17px;
  font-weight: 750;
  list-style: none;
}

.faq-list summary::after {
  position: absolute;
  top: 23px;
  right: 6px;
  color: var(--teal);
  content: "+";
  font-size: 24px;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 700px;
  margin: -4px 0 24px;
  color: var(--muted);
}

.about-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 0.62fr 1.38fr;
  gap: 90px;
}

.founder-mark-large {
  max-width: 400px;
}

.about-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}

.about-copy .button {
  margin-top: 18px;
}

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

.values-grid article {
  padding: 34px;
  border-radius: 18px;
  background: var(--white);
}

.values-grid h2 {
  margin: 40px 0 8px;
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 500;
}

.values-grid p {
  margin: 0;
  color: var(--muted);
}

.contact-grid {
  display: grid;
  align-items: start;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 80px;
}

.contact-panel {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  padding: 40px;
  border-radius: 22px;
  background: var(--ink-deep);
  color: var(--white);
}

.contact-panel h2 {
  color: var(--white);
}

.contact-panel > p:not(.eyebrow) {
  color: #c2deec;
}

.contact-panel > a {
  margin-top: 10px;
  color: #73caf3;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.contact-tip {
  display: flex;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  flex-direction: column;
}

.contact-tip span {
  margin-top: 5px;
  color: #c2deec;
  font-size: 13px;
}

.inquiry-form {
  display: grid;
  gap: 19px;
  margin-top: 24px;
}

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

.inquiry-form label {
  display: grid;
  gap: 7px;
  color: #315d78;
  font-size: 13px;
  font-weight: 750;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  border: 1px solid #bdd9e7;
  border-radius: 9px;
  background: var(--white);
  color: var(--ink);
  outline: none;
}

.inquiry-form input,
.inquiry-form select {
  height: 48px;
  padding: 0 13px;
}

.inquiry-form textarea {
  padding: 13px;
  resize: vertical;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(25, 158, 229, 0.12);
}

.inquiry-form .button {
  justify-self: start;
}

.inquiry-form .button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.form-status {
  min-height: 22px;
  margin: -5px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.form-status:empty {
  display: none;
}

.form-status.is-success {
  padding: 12px 14px;
  border: 1px solid #9fdbbd;
  border-radius: 9px;
  background: #effbf4;
  color: #12653b;
}

.form-status.is-error {
  padding: 12px 14px;
  border: 1px solid #f0b5b5;
  border-radius: 9px;
  background: #fff4f4;
  color: #9c2929;
}

.form-note {
  margin: -8px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.legal-copy h2 {
  margin: 36px 0 8px;
  color: var(--ink-deep);
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 500;
}

.legal-copy h2:first-child {
  margin-top: 0;
}

.legal-copy p {
  color: var(--muted);
}

.legal-copy a {
  color: var(--teal-dark);
  font-weight: 750;
}

.site-footer {
  padding: 72px 0 24px;
  background: #06233a;
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 0.7fr 1fr;
  gap: 80px;
}

.brand-footer .brand-mark {
  background: var(--teal);
}

.brand-footer .brand-copy small {
  color: #a9c9da;
}

.footer-grid > div:first-child > p {
  max-width: 430px;
  color: #9fc0d2;
}

.footer-grid > div:not(:first-child) {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 9px;
}

.footer-grid h2 {
  margin: 0 0 10px;
  color: #67c3f1;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-grid a,
.footer-grid span {
  color: #d1e5ef;
  font-size: 13px;
}

.footer-grid a:hover {
  color: var(--white);
}

.footer-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.footer-whatsapp > span {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-size: 12px;
}

.email-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.email-link::before {
  display: grid;
  width: 23px;
  height: 23px;
  flex: none;
  place-items: center;
  border-radius: 7px;
  background: var(--teal);
  color: #fff;
  content: "✉";
  font-size: 12px;
  line-height: 1;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 54px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #80a7bb;
  font-size: 12px;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 70;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 10px;
  padding: 8px 17px 8px 9px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 14px 34px rgba(6, 76, 43, 0.28);
  font-size: 14px;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  background: #1fbd5b;
  box-shadow: 0 18px 40px rgba(6, 76, 43, 0.34);
  transform: translateY(-2px);
}

.floating-whatsapp-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 18px;
}

@media (max-width: 1180px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
}

@media (max-width: 980px) {
  .hero-grid,
  .founder-grid,
  .about-grid,
  .contact-grid,
  .quality-grid,
  .faq-grid { grid-template-columns: 1fr; }
  .hero { padding: 60px 0 64px; }
  .hero-grid { gap: 38px; }
  .hero-copy { max-width: 820px; }
  .hero-visual { width: 100%; max-width: none; }
  .hero-image-wrap { aspect-ratio: 1.72; }
  .hero-context-image { width: 61%; object-position: 18% center; }
  .hero-product-card { width: 41%; padding: 12px; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); padding: 20px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .founder-mark { max-width: 260px; }
  .founder-grid, .about-grid { gap: 50px; }
  .process-grid, .scope-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-grid { grid-template-columns: 1fr; gap: 34px; }
  .contact-panel { position: static; }
}

@media (max-width: 720px) {
  .container,
  .narrow-container { width: min(100% - 32px, 1180px); }
  .header-inner { min-height: 68px; }
  .brand-copy small { display: none; }
  .hero { padding: 48px 0 54px; }
  .hero h1, .page-intro h1 { font-size: 40px; }
  .hero-grid { gap: 34px; }
  .hero-lead { font-size: 16px; }
  .hero-image-wrap { aspect-ratio: 1.16; border-radius: 22px; }
  .hero-context-image { width: 62%; object-position: 18% center; }
  .hero-product-card { width: 43%; gap: 6px; padding: 7px; }
  .hero-device-item { padding: 5px 4px 4px; border-radius: 9px; }
  .hero-device-item figcaption { padding-top: 2px; font-size: 8px; }
  .audience-grid { grid-template-columns: 1fr; gap: 8px; padding: 22px 0; }
  .audience-grid p { margin: 0 0 5px; }
  .section { padding: 76px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .founder-grid h2, .about-copy h2, .quality-grid h2 { font-size: 36px; }
  .track-grid,
  .product-grid,
  .product-grid-full,
  .process-grid,
  .scope-grid,
  .quality-list,
  .values-grid,
  .form-row { grid-template-columns: 1fr; }
  .track-card { min-height: auto; padding: 30px; }
  .track-card h3 { margin-top: 48px; font-size: 28px; }
  .process-grid { gap: 30px; }
  .catalog-callout, .simple-cta-inner { align-items: flex-start; flex-direction: column; }
  .catalog-actions { justify-content: flex-start; }
  .detailed-process li { grid-template-columns: 64px 1fr; gap: 15px; }
  .quality-grid { gap: 48px; }
  .faq-grid { gap: 42px; }
  .page-intro { padding: 68px 0; }
  .page-intro .narrow-container > p:last-child { font-size: 16px; }
  .contact-panel { padding: 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .floating-whatsapp { right: 14px; bottom: 14px; min-height: 48px; padding: 7px 14px 7px 7px; }
  .floating-whatsapp-icon { width: 32px; height: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}

