:root {
  --ink: #0a0a0a;
  --ink-2: #0f172a;
  --muted: #64748b;
  --border: #e2e8f0;
  --primary-start: #2563eb;
  --primary-end: #ec4899;
  --shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --transition: 200ms ease;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--ink);
  background: #ffffff;
  line-height: 1.6;
  scroll-behavior: smooth;
}

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

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

.text-gradient {
  background-image: linear-gradient(to right, var(--primary-start), var(--primary-end));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-hero {
  padding: 6.5rem 0 3.5rem;
  background:
    radial-gradient(circle at 20% 10%, rgba(59, 130, 246, 0.12), transparent 28%),
    radial-gradient(circle at 80% 12%, rgba(236, 72, 153, 0.1), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
}

.page-hero-copy {
  max-width: 58rem;
  text-align: center;
  transition: transform 180ms ease-out;
  will-change: transform;
}

.page-hero-copy h1 {
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.7rem, 3vw + 1.2rem, 4.5rem);
  line-height: 1.08;
  margin-bottom: 1rem;
  color: var(--ink-2);
}

.page-hero-copy p {
  max-width: 46rem;
  margin: 0 auto;
  font-size: 1.08rem;
  color: #475569;
}

.page-split {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 2rem;
  align-items: start;
}

.page-copy {
  display: grid;
  gap: 1.4rem;
}

.visual-card {
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(148, 163, 184, 0.22);
  border: 1px solid rgba(226, 232, 240, 0.9);
}

.visual-card img {
  width: 100%;
  height: 100%;
  min-height: 23rem;
  object-fit: cover;
}

.info-card {
  background: #ffffff;
  border-radius: 1.4rem;
  padding: 1.8rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 16px 36px rgba(148, 163, 184, 0.15);
}

.info-card h2,
.info-card h3 {
  font-family: "Outfit", sans-serif;
  margin-bottom: 0.8rem;
  color: var(--ink-2);
}

.info-card p + p {
  margin-top: 0.9rem;
}

.info-card-dark {
  background: linear-gradient(135deg, #0f172a 0%, #111c38 100%);
  color: #e2e8f0;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: rgba(59, 130, 246, 0.18) 0 20px 40px -18px;
}

.info-card-dark h2,
.info-card-dark h3,
.info-card-dark strong {
  color: #fff;
}

.mission-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}

.value-card {
  min-height: 100%;
}

.filter-pills {
  display: flex;
  justify-content: center;
  gap: 0.85rem;
  margin-bottom: 2rem;
}

.pill {
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: #fff;
  color: #0f172a;
  font: inherit;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(148, 163, 184, 0.14);
}

.pill.active {
  color: #fff;
  border-color: transparent;
  background-image: linear-gradient(to right, var(--primary-start), var(--primary-end));
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.product-card {
  background: #ffffff;
  border-radius: 1.45rem;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 18px 38px rgba(148, 163, 184, 0.16);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.product-card.is-hidden {
  display: none;
}

.product-card img {
  width: 100%;
  height: 13rem;
  object-fit: cover;
  transition: transform 320ms ease;
}

.product-card-body {
  padding: 1.3rem 1.3rem 1.45rem;
}

.product-card-body h3 {
  font-family: "Outfit", sans-serif;
  font-size: 1.3rem;
  color: var(--ink-2);
  margin-bottom: 0.9rem;
}

.product-list {
  list-style: none;
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1.15rem;
}

.product-list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #334155;
}

.list-check {
  width: 1.3rem;
  height: 1.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(236, 72, 153, 0.12));
}

.list-check svg {
  width: 0.9rem;
  height: 0.9rem;
  fill: #2563eb;
}

.product-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 700;
  color: #2563eb;
}

.product-link::after {
  content: ">";
  font-size: 0.95rem;
}

.cta-band-light {
  background: #fff;
  padding: 1rem 0 4.5rem;
}

.cta-lite {
  border-radius: 1.8rem;
  box-shadow: 0 24px 48px rgba(148, 163, 184, 0.18);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1.8rem;
  align-items: start;
}

.contact-column h2,
.form-card h2 {
  font-family: "Outfit", sans-serif;
  font-size: clamp(2rem, 2vw + 1rem, 3rem);
  margin-bottom: 1.35rem;
  color: var(--ink-2);
}

.contact-info-card,
.hours-card,
.form-card {
  background: #ffffff;
  border-radius: 1.4rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 16px 36px rgba(148, 163, 184, 0.15);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.contact-info-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem 1.3rem;
}

.contact-info-card + .contact-info-card,
.contact-info-card + .hours-card {
  margin-top: 1rem;
}

.contact-info-card h3,
.hours-card h3 {
  font-family: "Outfit", sans-serif;
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
  color: var(--ink-2);
}

.contact-info-card a,
.contact-info-card p,
.hours-card p {
  color: #475569;
}

.contact-info-card a {
  font-weight: 600;
}

.contact-icon {
  width: 2.7rem;
  height: 2.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(236, 72, 153, 0.12));
  flex: 0 0 auto;
}

.contact-icon svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: #2563eb;
}

.hours-card {
  margin-top: 1rem;
  padding: 1.3rem;
  background: linear-gradient(135deg, rgba(219, 234, 254, 0.7), rgba(254, 242, 248, 0.7));
}

.form-card {
  padding: 1.8rem;
}

.btn-block {
  width: 100%;
}

.field-error {
  display: block;
  min-height: 1rem;
  font-size: 0.78rem;
  color: #dc2626;
}

input.is-invalid,
textarea.is-invalid,
select.is-invalid {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.08);
}

.container {
  width: min(1200px, 92vw);
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: #fff;
  padding: 0.6rem 1rem;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 1000;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(11, 27, 42, 0.08);
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease,
    transform 220ms ease;
}

.page-home .site-header {
  position: fixed;
  inset: 0 0 auto;
  background: transparent;
  backdrop-filter: none;
  border-bottom: 0;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  border-bottom-color: rgba(11, 27, 42, 0.08);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  gap: 2rem;
  transition: padding 220ms ease;
}

.page-home .nav-wrap {
  padding: 1.4rem 0;
}

.site-header.is-scrolled .nav-wrap {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.logo img {
  height: 48px;
  width: auto;
  object-fit: contain;
  flex: 0 0 auto;
}

.page-home .logo img {
  height: 54px;
  width: auto;
  filter: brightness(0) invert(1) drop-shadow(0 10px 20px rgba(15, 23, 42, 0.18));
}

.page-home .site-header.is-scrolled .logo img {
  filter: none;
}

.logo-title {
  font-family: "Outfit", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  display: block;
}

.logo-sub {
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.page-home .logo-title,
.page-home .logo-sub {
  color: #fff;
}

.page-home .site-header.is-scrolled .logo-title {
  color: var(--ink-2);
}

.page-home .site-header.is-scrolled .logo-sub {
  color: var(--muted);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.site-nav a {
  font-weight: 500;
  color: #0a0a0a;
  transition: color var(--transition);
}

.site-nav > a:not(.btn) {
  position: relative;
  padding-bottom: 0.25rem;
}

.site-nav > a:not(.btn)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.15rem;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background-image: linear-gradient(to right, var(--primary-start), var(--primary-end));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.site-nav a:hover,
.site-nav .is-active {
  color: var(--ink);
}

.site-nav > a:not(.btn):hover::after,
.site-nav > a:not(.btn).is-active::after {
  transform: scaleX(1);
}

.page-home .site-nav a {
  color: rgba(255, 255, 255, 0.7);
}

.page-home .site-nav a:hover,
.page-home .site-nav .is-active {
  color: #3b82f6;
}

.page-home .site-header.is-scrolled .site-nav a {
  color: rgba(15, 23, 42, 0.82);
}

.page-home .site-header.is-scrolled .site-nav a:hover,
.page-home .site-header.is-scrolled .site-nav .is-active {
  color: var(--primary-start);
}

.page-home .nav-toggle span {
  background: #fff;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--ink);
  margin: 6px 0;
  transition: transform var(--transition);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.7rem;
  border-radius: 999px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.28) 50%, transparent 80%);
  transform: translateX(-140%);
  transition: transform 340ms ease;
}

.btn-primary {
  background-image: linear-gradient(to right, var(--primary-start), var(--primary-end));
  color: #fff;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.18);
}

.btn-outline {
  border-color: var(--border);
  background: #fff;
  color: var(--ink-2);
}

.page-home .site-nav .btn-primary {
  padding: 0.9rem 1.4rem;
  background: #0f172a;
  box-shadow: none;
}

.page-home .site-header.is-scrolled .site-nav .btn-primary {
  background-image: linear-gradient(to right, var(--primary-start), var(--primary-end));
  color: #fff;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.18);
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(11, 27, 42, 0.18);
}

.btn:hover::before {
  transform: translateX(140%);
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 6.5rem 0 5rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1632517306067-b54ab4d1f98d?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4NjA1Mjh8MHwxfHNlYXJjaHwyfHxjYXJnbyUyMHNoaXAlMjBvY2VhbiUyMGNvbnRhaW5lcnxlbnwwfHx8fDE3NzE4MzcxNjR8MA&ixlib=rb-4.1.0&q=85");
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(15, 23, 42, 0.8) 0%, rgba(15, 23, 42, 0.4) 70%);
  z-index: 1;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-grid-home {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 4rem;
}

.hero-copy {
  max-width: 34rem;
  padding-top: 2.5rem;
  transition: transform 180ms ease-out;
  will-change: transform;
}

.hero-icon-points {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
  max-width: 32rem;
}

.hero-point {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.hero-point strong {
  display: block;
  color: #fff;
  font-size: 0.98rem;
}

.hero-point span {
  display: block;
  color: rgba(226, 232, 240, 0.76);
  font-size: 0.88rem;
}

.hero-point-icon,
.hero-showcase-icon {
  width: 2.8rem;
  height: 2.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.18), rgba(236, 72, 153, 0.18));
  flex: 0 0 auto;
}

.hero-point-icon svg,
.hero-showcase-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #fff;
}

.hero h1 {
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.8rem, 3.4vw + 1.4rem, 4.4rem);
  line-height: 1.05;
  margin-bottom: 1rem;
  color: #fff;
}

.hero p {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 1.8rem;
  max-width: 33rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.hero .section-title {
  color: rgba(226, 232, 240, 0.75);
}

.hero-showcase {
  display: grid;
  gap: 1rem;
  align-self: center;
  transition: transform 180ms ease-out;
  will-change: transform;
}

.hero-showcase-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.2rem;
  border-radius: 1.25rem;
  background: rgba(15, 23, 42, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.24);
  backdrop-filter: blur(10px);
}

.hero-showcase-card strong {
  display: block;
  color: #fff;
  margin-bottom: 0.2rem;
  font-size: 1rem;
}

.hero-showcase-card p {
  margin: 0;
  color: rgba(226, 232, 240, 0.74);
  font-size: 0.9rem;
}

.section {
  padding: 4.5rem 0;
}

.section-title {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  color: var(--muted);
  margin-bottom: 0.8rem;
}

.section h2 {
  font-family: "Outfit", sans-serif;
  font-size: clamp(2rem, 2.2vw + 1.2rem, 3rem);
  margin-bottom: 1.2rem;
}

.section p.lead {
  max-width: 720px;
  color: rgba(11, 27, 42, 0.72);
}

.section-centered {
  text-align: center;
}

.section-centered .section-title,
.section-centered h2 {
  text-align: center;
}

.section-centered .section-title {
  margin-bottom: 0.35rem;
}

.section-centered h2 {
  margin-bottom: 2.6rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.4rem;
  margin-top: 2rem;
}

.card {
  background: var(--ink-2);
  color: #e2e8f0;
  border-radius: var(--radius-md);
  padding: 1.6rem;
  box-shadow: rgba(59, 130, 246, 0.2) 0px 10px 15px -3px,
    rgba(59, 130, 246, 0.2) 0px 4px 6px -4px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.light-card {
  background: #ffffff;
  color: var(--ink);
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 18px 30px rgba(148, 163, 184, 0.12);
}

.card-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(37, 99, 235, 0.2);
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
}

.card h3 {
  margin-bottom: 0.6rem;
  color: #fff;
}

.card p {
  color: rgba(226, 232, 240, 0.78);
}

.light-card h3 {
  color: var(--ink-2);
}

.light-card p {
  color: #475569;
}

.feature-icon {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.14), rgba(236, 72, 153, 0.16));
  color: #2563eb;
  font-size: 0.8rem;
  font-weight: 700;
  margin: 0 auto 1rem;
}

.feature-icon svg {
  width: 1.3rem;
  height: 1.3rem;
  fill: #2563eb;
}

.feature-grid {
  align-items: stretch;
}

.feature-grid .card {
  text-align: center;
}

.card ul {
  list-style: none;
  display: grid;
  gap: 0.6rem;
  margin-top: 0.6rem;
}

.card ul li::before {
  content: "-";
  margin-right: 0.4rem;
  color: var(--primary-end);
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.badge {
  background: #f8fafc;
  border-radius: 999px;
  padding: 0.6rem 1.4rem;
  border: 1px solid var(--border);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2.5rem;
  align-items: center;
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  margin-top: 0.5rem;
}

.cert-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  border-radius: 1rem;
  background: #f8fafc;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 16px 26px rgba(148, 163, 184, 0.12);
  text-align: left;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.cert-card h3 {
  font-family: "Outfit", sans-serif;
  font-size: 1.05rem;
  margin-bottom: 0.2rem;
  color: var(--ink-2);
}

.cert-card p {
  color: #64748b;
  font-size: 0.92rem;
}

.cert-badge {
  flex: 0 0 auto;
  min-width: 3.4rem;
  height: 3.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #dbeafe, #fce7f3);
  color: #334155;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.cert-badge svg {
  width: 1.3rem;
  height: 1.3rem;
  fill: #334155;
}

.cert-logo {
  flex: 0 0 auto;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cert-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.image-block {
  background: #f8fafc;
  border-radius: var(--radius-lg);
  padding: 2rem;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
}

.image-block::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px dashed rgba(100, 116, 139, 0.4);
  border-radius: var(--radius-lg);
}

.image-block ul {
  list-style: none;
  display: grid;
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.image-block li {
  background: #fff;
  padding: 0.8rem 1rem;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

.cta {
  background: var(--ink-2);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 3rem;
  text-align: center;
  box-shadow: var(--shadow);
}

.cta-band {
  background: linear-gradient(180deg, transparent 0, transparent 10%, #0f172a 10%, #0f172a 100%);
  padding-top: 1rem;
}

.cta-wide {
  padding: 4rem 2rem;
  max-width: 100%;
  border-radius: 0;
  box-shadow: none;
}

.cta-wide h2 {
  font-size: clamp(2rem, 2vw + 1.2rem, 3rem);
}

.cta p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0.6rem 0 1.6rem;
}

.site-footer {
  background: #0f172a;
  color: #f8fafc;
  padding: 3.5rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand img {
  width: 122px;
  margin-bottom: 1rem;
}

.footer-grid h3 {
  margin-bottom: 1rem;
  font-size: 1.05rem;
}

.footer-grid ul {
  list-style: none;
  display: grid;
  gap: 0.6rem;
}

.contact-list .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-right: 0.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.contact-list .icon svg {
  width: 0.95rem;
  height: 0.95rem;
  fill: #fff;
}

.socials {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 1.4rem;
}

.socials a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: grid;
  place-items: center;
  transition: transform 220ms ease, background 220ms ease;
}

.socials svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.certs span {
  display: block;
  margin-bottom: 0.6rem;
  font-weight: 600;
}

.cert-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.cert-tags span {
  background: rgba(255, 255, 255, 0.12);
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  font-size: 0.8rem;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding-top: 1.5rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}

.footer-bottom a {
  color: #fff;
  font-weight: 600;
}

.form-grid {
  display: grid;
  gap: 1rem;
}

.form-grid > div {
  display: grid;
  gap: 0.4rem;
}

label {
  font-weight: 600;
  color: rgba(11, 27, 42, 0.85);
}

input,
textarea,
select {
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(11, 27, 42, 0.16);
  font-family: inherit;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.notice {
  padding: 0.9rem 1.2rem;
  border-radius: var(--radius-sm);
  background: rgba(27, 111, 106, 0.12);
  border: 1px solid rgba(27, 111, 106, 0.3);
  color: var(--ink-2);
}

@media (hover: hover) {
  .card:hover,
  .info-card:hover,
  .cert-card:hover,
  .product-card:hover,
  .contact-info-card:hover,
  .hours-card:hover,
  .form-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 46px rgba(148, 163, 184, 0.22);
    border-color: rgba(96, 165, 250, 0.28);
  }

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

  .socials a:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.2);
  }
}

.reveal {
  opacity: 1;
  transform: none;
}

body.js-ready .reveal {
  transition: opacity 600ms ease, transform 600ms ease;
}

body.js-ready .reveal:not(.is-visible) {
  opacity: 1;
  transform: none;
}

@media (max-width: 960px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    width: min(280px, 90vw);
    box-shadow: var(--shadow);
    border-radius: var(--radius-md);
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: all var(--transition);
  }

  .page-home .site-nav {
    background: rgba(15, 23, 42, 0.96);
  }

  .page-home .site-header.is-scrolled .site-nav {
    background: #fff;
  }

  .page-home .site-nav a,
  .page-home .site-nav .btn-primary {
    color: #fff;
  }

  .page-home .site-header.is-scrolled .site-nav a:not(.btn) {
    color: rgba(15, 23, 42, 0.82);
  }

  .page-home .site-header.is-scrolled .site-nav .btn-primary {
    color: #fff;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-grid-home {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-copy {
    padding-top: 4rem;
  }

  .hero-showcase,
  .hero-icon-points {
    max-width: 100%;
  }

  .cert-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-split,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mission-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 4rem 0 3rem;
  }

  .hero-point,
  .hero-showcase-card {
    padding: 0.9rem;
  }

  .cta {
    padding: 2.2rem 1.5rem;
  }

  .section {
    padding: 3.4rem 0;
  }

  .cert-grid {
    grid-template-columns: 1fr;
  }

  .cta-wide {
    padding: 3rem 1.25rem;
  }

  .page-hero {
    padding: 5.2rem 0 2.8rem;
  }

  .product-grid,
  .cert-grid {
    grid-template-columns: 1fr;
  }

  .filter-pills {
    flex-direction: column;
    align-items: stretch;
  }

  .product-card img {
    height: 11rem;
  }

  .form-card,
  .info-card,
  .contact-info-card,
  .hours-card {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
}

/* Founder Section */
.founder-card {
  display: flex;
  align-items: center;
  gap: 3rem;
  max-width: 720px;
  margin: 2.5rem auto 0;
  padding: 2.5rem;
  background: #ffffff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  text-align: left;
}

.founder-img {
  flex-shrink: 0;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom right, var(--primary-start), var(--primary-end));
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.founder-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.founder-info h3 {
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ink);
}

.founder-role {
  display: inline-block;
  margin-top: 0.25rem;
  font-size: 0.95rem;
  font-weight: 600;
  background-image: linear-gradient(to right, var(--primary-start), var(--primary-end));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.founder-location {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.4rem;
  font-size: 0.88rem;
  color: var(--muted);
}

.founder-info p {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.7;
}

@media (max-width: 600px) {
  .founder-card {
    flex-direction: column;
    text-align: center;
    padding: 2rem 1.5rem;
    gap: 1.5rem;
  }

  .founder-img {
    width: 140px;
    height: 140px;
  }

  .founder-location {
    justify-content: center;
  }
}

/* Legal Pages */
.legal-content {
  max-width: 780px;
  margin: 0 auto;
}

.legal-content h2 {
  font-family: "Outfit", sans-serif;
  font-size: 1.3rem;
  margin-top: 2.5rem;
  margin-bottom: 0.6rem;
  color: var(--ink-2);
}

.legal-content p,
.legal-content li {
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 0.5rem;
}

.legal-content ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.legal-content a {
  color: var(--primary-start);
  text-decoration: underline;
}

/* WhatsApp Floating Button */
.whatsapp-fab {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 1000;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.4);
  transition: transform var(--transition), box-shadow var(--transition);
}

.whatsapp-fab:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}

.whatsapp-fab svg {
  width: 30px;
  height: 30px;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
