:root {
  --cyan: #39d6e5;
  --cyan-mid: #1fb8d9;
  --cyan-deep: #118fc0;
  --blue: #00167a;
  --ink: #10243c;
  --muted: #66758a;
  --line: #dbe8ef;
  --soft: #f4fbfd;
  --white: #ffffff;
  --warm: #f6b84a;
  --shadow: 0 18px 48px rgba(0, 22, 122, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--white);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(57, 214, 229, 0.11), transparent 34%),
    linear-gradient(245deg, rgba(246, 184, 74, 0.06), transparent 26%);
  z-index: -1;
}

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

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

.section-shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(1180px, calc(100% - 28px));
  min-height: 72px;
  margin: 12px auto 0;
  padding: 10px 14px 10px 18px;
  border: 1px solid rgba(219, 232, 239, 0.88);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 34px rgba(16, 36, 60, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}

.brand-mark {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 22px rgba(31, 184, 217, 0.2);
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.34);
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong {
  color: var(--blue);
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.78rem;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.nav a,
.header-action {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 8px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
}

.nav a:hover {
  background: var(--soft);
  color: var(--blue);
}

.header-action {
  color: var(--white);
  background: var(--blue);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.68fr);
  align-items: center;
  gap: 48px;
  min-height: auto;
  padding: 54px 0 68px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--cyan-deep);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: clamp(2.65rem, 5vw, 4.5rem);
  line-height: 1.01;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 610px;
  color: #465970;
  font-size: 1.08rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 28px;
}

.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--cyan-deep));
  box-shadow: 0 14px 28px rgba(0, 22, 122, 0.22);
}

.btn-secondary {
  color: var(--blue);
  background: var(--white);
  border: 1px solid var(--line);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.hero-facts div {
  min-height: 104px;
  padding: 15px;
  border-left: 3px solid var(--cyan);
  background: rgba(255, 255, 255, 0.62);
}

.hero-facts dt {
  color: var(--blue);
  font-weight: 900;
}

.hero-facts dd {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.hero-visual {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.hero-visual::before {
  content: "";
  position: absolute;
  width: min(96%, 430px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(57, 214, 229, 0.34), rgba(255, 255, 255, 0) 65%);
}

.hero-visual img {
  position: relative;
  width: min(100%, 420px);
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  object-fit: cover;
  object-position: 57% center;
  filter: drop-shadow(0 24px 34px rgba(0, 22, 122, 0.12));
}

.trust-band {
  padding: 28px 0;
  color: var(--white);
  background: var(--blue);
}

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

.trust-grid div {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  align-items: start;
}

.trust-grid strong,
.trust-grid p {
  grid-column: 2;
}

.trust-grid p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
}

.icon-dot {
  width: 14px;
  height: 14px;
  margin-top: 4px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 6px rgba(57, 214, 229, 0.16);
}

.products,
.ordering,
.audience {
  padding: 78px 0;
}

.ordering {
  position: relative;
  isolation: isolate;
}

.ordering::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 28px;
  width: min(1120px, calc(100% - 40px));
  height: 64%;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(244, 251, 253, 0.9), rgba(255, 255, 255, 0.78)),
    radial-gradient(circle at 84% 20%, rgba(57, 214, 229, 0.18), transparent 34%);
  transform: translateX(-50%);
  z-index: -1;
}

.section-heading {
  max-width: 640px;
  margin-bottom: 32px;
}

.section-heading-split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading-split p:last-child {
  margin-bottom: 6px;
}

.section-heading h2,
.quality h2 {
  color: var(--blue);
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading p,
.quality-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.product-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 18px;
  align-items: stretch;
}

.product-card {
  min-height: 482px;
  display: grid;
  grid-template-rows: 176px 1fr;
  gap: 22px;
  padding: 18px 18px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 42px rgba(16, 36, 60, 0.06);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card:hover {
  border-color: rgba(31, 184, 217, 0.42);
  box-shadow: 0 18px 48px rgba(0, 22, 122, 0.12);
  transform: translateY(-3px);
}

.product-card.featured {
  background: linear-gradient(145deg, #ffffff, #edfbff);
}

.product-card.muted {
  background: #f8fafc;
}

.product-kicker {
  margin-bottom: 8px;
  color: var(--cyan-deep);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card h3 {
  min-height: 58px;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 1.45rem;
  line-height: 1.15;
}

.product-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}

.product-body {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 0 8px;
}

.product-list {
  display: grid;
  gap: 8px;
  margin: 18px 0 24px;
  padding: 0;
  list-style: none;
}

.product-list li {
  position: relative;
  padding-left: 20px;
  color: #3c5169;
  font-size: 0.94rem;
  line-height: 1.45;
}

.product-list li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 4px rgba(57, 214, 229, 0.14);
}

.product-card a,
.product-card span {
  color: var(--blue);
  font-weight: 900;
}

.product-card a {
  width: fit-content;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding: 0 14px;
  border-radius: 8px;
  background: rgba(57, 214, 229, 0.16);
}

.product-card a:hover {
  background: var(--blue);
  color: var(--white);
}

.product-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 176px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.85), rgba(57, 214, 229, 0.12)),
    radial-gradient(circle at 50% 46%, rgba(57, 214, 229, 0.22), transparent 58%);
  overflow: hidden;
}

.product-media::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(17, 143, 192, 0.28), transparent);
}

.product-media span {
  position: absolute;
  left: 14px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(57, 214, 229, 0.32);
  border-radius: 999px;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.86);
}

.product-shape {
  width: 96px;
  height: 128px;
  background: linear-gradient(135deg, rgba(57, 214, 229, 0.2), rgba(17, 143, 192, 0.42));
  border: 2px solid rgba(57, 214, 229, 0.42);
  box-shadow:
    inset 10px 0 18px rgba(255, 255, 255, 0.5),
    0 18px 28px rgba(0, 22, 122, 0.12);
}

.product-shape.jug {
  width: 112px;
  border-radius: 35% 35% 22% 22%;
}

.product-shape.bottle {
  width: 58px;
  border-radius: 18px 18px 10px 10px;
}

.product-shape.drop {
  width: 84px;
  height: 110px;
  border-radius: 50% 50% 55% 55%;
  transform: rotate(18deg);
}

.audience {
  position: relative;
  width: 100%;
  padding: 84px max(20px, calc((100% - 1160px) / 2));
  background:
    linear-gradient(135deg, rgba(0, 22, 122, 0.96), rgba(17, 143, 192, 0.9)),
    linear-gradient(90deg, rgba(57, 214, 229, 0.16), transparent);
  overflow: hidden;
}

.audience::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, black, transparent 78%);
  opacity: 0.35;
}

.audience > * {
  position: relative;
}

.audience .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.audience .section-heading h2,
.audience .section-heading p {
  color: var(--white);
}

.audience .section-heading p {
  color: rgba(255, 255, 255, 0.76);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.audience-grid article {
  min-height: 318px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(0, 12, 68, 0.18);
}

.audience-icon {
  position: relative;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(57, 214, 229, 0.18), rgba(17, 143, 192, 0.34));
  box-shadow: inset 0 0 0 1px rgba(57, 214, 229, 0.34);
}

.audience-icon::before,
.audience-icon::after {
  content: "";
  position: absolute;
  background: var(--blue);
}

.audience-icon.home::before {
  width: 24px;
  height: 18px;
  left: 14px;
  bottom: 12px;
  border-radius: 3px;
}

.audience-icon.home::after {
  width: 24px;
  height: 24px;
  left: 14px;
  top: 10px;
  transform: rotate(45deg);
  clip-path: polygon(50% 0, 100% 50%, 82% 50%, 82% 100%, 18% 100%, 18% 50%, 0 50%);
}

.audience-icon.office::before {
  width: 22px;
  height: 32px;
  left: 15px;
  top: 10px;
  border-radius: 3px;
}

.audience-icon.office::after {
  width: 4px;
  height: 4px;
  left: 20px;
  top: 16px;
  border-radius: 1px;
  box-shadow: 8px 0 var(--blue), 0 8px var(--blue), 8px 8px var(--blue), 0 16px var(--blue), 8px 16px var(--blue);
  background: var(--white);
}

.audience-icon.store::before {
  width: 28px;
  height: 22px;
  left: 12px;
  bottom: 10px;
  border-radius: 3px;
}

.audience-icon.store::after {
  width: 32px;
  height: 10px;
  left: 10px;
  top: 12px;
  border-radius: 4px 4px 2px 2px;
}

.audience-grid span {
  width: fit-content;
  margin-bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  background: rgba(57, 214, 229, 0.16);
}

.audience-grid h3 {
  min-height: 60px;
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 1.26rem;
  line-height: 1.18;
}

.audience-grid p {
  margin-bottom: 22px;
  color: var(--muted);
  line-height: 1.6;
}

.audience-grid a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding: 0 14px;
  border-radius: 8px;
  color: var(--white);
  font-weight: 900;
  background: var(--blue);
}

.audience-grid a:hover {
  background: var(--cyan-deep);
}

.quality {
  padding: 76px 0;
  background: linear-gradient(135deg, var(--soft), #ffffff);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quality-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 48px;
  align-items: center;
}

.quality-list {
  display: grid;
  gap: 14px;
}

.quality-list div {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
}

.quality-list strong {
  display: block;
  margin-bottom: 6px;
  color: var(--blue);
}

.quality-list span {
  color: var(--muted);
  line-height: 1.55;
}

.order-layout {
  display: grid;
  grid-template-columns: 0.74fr 1.26fr;
  gap: 28px;
  align-items: stretch;
}

.order-panel {
  position: relative;
  display: grid;
  gap: 16px;
  align-content: start;
}

.order-panel-card {
  position: relative;
  min-height: 100%;
  padding: 28px;
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(150deg, rgba(0, 22, 122, 0.96), rgba(17, 143, 192, 0.88)),
    radial-gradient(circle at 92% 10%, rgba(255, 255, 255, 0.16), transparent 34%);
  box-shadow: 0 22px 54px rgba(0, 22, 122, 0.18);
  overflow: hidden;
}

.order-panel-card::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 22px;
  width: 108px;
  height: 108px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  box-shadow: inset 0 0 0 18px rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.panel-kicker {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  margin-bottom: 18px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  background: var(--cyan);
}

.order-panel h3 {
  max-width: 380px;
  margin-bottom: 12px;
  color: var(--white);
  font-size: clamp(1.65rem, 2.6vw, 2.35rem);
  line-height: 1.05;
}

.order-panel p {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

.request-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.request-points span {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.1);
}

.order-panel-note {
  position: relative;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 36px rgba(16, 36, 60, 0.06);
}

.order-panel-note strong {
  display: block;
  margin-bottom: 6px;
  color: var(--blue);
}

.order-panel-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.contact-form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(0, 141, 178, 0.16);
  box-shadow: 0 24px 60px rgba(16, 36, 60, 0.14);
  overflow: hidden;
}

.contact-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, var(--blue), var(--cyan), var(--warm));
  pointer-events: none;
}

.form-head {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 7px;
  padding: 18px 20px 0;
}

.form-head span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(0, 141, 178, 0.2);
  border-radius: 999px;
  color: var(--cyan-deep);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  background: rgba(57, 214, 229, 0.1);
}

.form-head h3 {
  margin-bottom: 2px;
  color: var(--blue);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.08;
}

.form-head p {
  max-width: 620px;
  margin-bottom: 2px;
  color: var(--muted);
  line-height: 1.55;
}

.form-group {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-form label,
.product-picker {
  position: relative;
  z-index: 1;
}

.contact-form label {
  display: grid;
  gap: 8px;
  padding: 0 20px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.details-field,
.product-picker,
.quick-examples,
.contact-form button,
.form-note,
.form-status {
  grid-column: 1 / -1;
}

.product-picker {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 0;
  padding: 2px 20px 0;
  border: 0;
}

.product-picker legend {
  grid-column: 1 / -1;
  margin-bottom: 6px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-option {
  min-height: 52px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 9px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(16, 36, 60, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(16, 36, 60, 0.06);
  cursor: pointer;
  text-transform: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.product-option:hover {
  border-color: rgba(17, 143, 192, 0.34);
  box-shadow: 0 12px 24px rgba(0, 141, 178, 0.1);
  transform: translateY(-1px);
}

.product-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.option-mark {
  width: 19px;
  height: 19px;
  border: 2px solid rgba(17, 143, 192, 0.32);
  border-radius: 50%;
  background: var(--white);
  box-shadow: inset 0 0 0 4px var(--white);
}

.product-option strong {
  display: block;
  color: var(--blue);
  font-size: 0.92rem;
  line-height: 1.15;
}

.product-option:has(input:checked) {
  border-color: rgba(0, 22, 122, 0.5);
  background: linear-gradient(180deg, rgba(235, 250, 253, 0.98), rgba(255, 255, 255, 0.98));
  box-shadow: 0 12px 24px rgba(0, 22, 122, 0.11);
}

.product-option:has(input:checked) .option-mark {
  border-color: var(--blue);
  background: var(--cyan);
  box-shadow: inset 0 0 0 4px var(--white), 0 0 0 4px rgba(57, 214, 229, 0.16);
}

.product-option:has(input:focus-visible) {
  outline: 3px solid rgba(57, 214, 229, 0.28);
  outline-offset: 2px;
}

.product-option-wide {
  grid-column: auto;
  min-height: 52px;
}

.quick-examples {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 20px;
}

.quick-examples span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(0, 141, 178, 0.14);
  border-radius: 999px;
  color: var(--cyan-deep);
  font-size: 0.78rem;
  font-weight: 800;
  background: rgba(57, 214, 229, 0.08);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(16, 36, 60, 0.12);
  border-radius: 8px;
  padding: 15px 14px;
  color: var(--ink);
  font: inherit;
  background: var(--white);
  box-shadow: 0 10px 22px rgba(16, 36, 60, 0.07);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(0, 141, 178, 0.42);
  outline: 3px solid rgba(57, 214, 229, 0.24);
  outline-offset: 2px;
  box-shadow: 0 12px 28px rgba(0, 141, 178, 0.13);
}

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

.contact-form .btn {
  position: relative;
  z-index: 1;
  width: calc(100% - 40px);
  min-height: 58px;
  margin: 2px 20px 0;
  background: linear-gradient(135deg, var(--blue), var(--cyan-deep));
  color: var(--white);
  box-shadow: 0 16px 34px rgba(0, 22, 122, 0.2);
}

.contact-form .btn:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.form-note {
  position: relative;
  z-index: 1;
  margin: 0 20px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.form-status {
  position: relative;
  z-index: 1;
  min-height: 18px;
  margin: -6px 20px 10px;
  color: var(--cyan-deep);
  font-size: 0.86rem;
  font-weight: 800;
}

.site-footer {
  padding: 40px 0;
  color: rgba(255, 255, 255, 0.78);
  background: #07122f;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.75fr 0.75fr;
  gap: 28px;
}

.footer-brand {
  margin-bottom: 16px;
}

.footer-brand .brand-mark {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 24px rgba(57, 214, 229, 0.14);
}

.footer-brand .brand-copy strong,
.footer-brand .brand-copy small {
  color: var(--white);
}

.site-footer strong {
  display: block;
  margin-bottom: 12px;
  color: var(--white);
}

.site-footer a {
  display: block;
  margin-bottom: 9px;
}

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 16px;
  z-index: 30;
  width: min(680px, calc(100% - 28px));
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  transform: translateX(-50%);
}

.cookie-banner.is-visible {
  display: flex;
}

.cookie-banner p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.cookie-banner button {
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  color: var(--white);
  font: inherit;
  font-weight: 900;
  background: var(--blue);
  cursor: pointer;
}

@media (max-width: 940px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero,
  .quality-grid,
  .order-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding: 42px 0 56px;
  }

  .hero-visual {
    min-height: 360px;
  }

  .hero-visual img {
    width: min(100%, 460px);
    aspect-ratio: 16 / 10;
  }

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

  .section-heading-split {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .product-card {
    min-height: 0;
  }

  .product-card h3,
  .audience-grid h3 {
    min-height: 0;
  }

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

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

@media (max-width: 640px) {
  .section-shell {
    width: min(100% - 28px, 1160px);
  }

  .site-header {
    width: min(100% - 20px, 1180px);
    gap: 12px;
    padding: 10px;
  }

  .brand-copy small,
  .header-action {
    display: none;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .nav {
    gap: 2px;
  }

  .nav a {
    min-height: 38px;
    padding: 0 10px;
    font-size: 0.86rem;
  }

  h1 {
    font-size: clamp(2.2rem, 11vw, 3.25rem);
    line-height: 1.04;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-facts div {
    min-height: auto;
  }

  .hero-facts,
  .contact-form,
  .form-group,
  .product-picker,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .products,
  .ordering {
    padding: 66px 0;
  }

  .audience {
    padding: 66px 14px;
  }

  .quality {
    padding: 66px 0;
  }

  .details-field,
  .product-picker,
  .product-option-wide,
  .quick-examples,
  .contact-form button,
  .form-note,
  .form-status {
    grid-column: auto;
  }

  .contact-form {
    padding: 14px;
  }

  .form-head,
  .product-picker,
  .quick-examples,
  .contact-form label {
    padding-left: 12px;
    padding-right: 12px;
  }

  .product-option {
    min-height: 102px;
  }

  .contact-form .btn {
    width: calc(100% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .form-note,
  .form-status {
    margin-left: 12px;
    margin-right: 12px;
  }

  .cookie-banner {
    align-items: stretch;
    flex-direction: column;
  }
}
