@font-face {
  font-family: "Titillium Web";
  src: url("fonts/titillium-web-400.woff2") format("woff2"),
       url("fonts/titillium-web-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Titillium Web";
  src: url("fonts/titillium-web-600.woff2") format("woff2"),
       url("fonts/titillium-web-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Titillium Web";
  src: url("fonts/titillium-web-700.woff2") format("woff2"),
       url("fonts/titillium-web-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue-900: #234336;
  --blue-800: #315447;
  --blue-700: #4c7a56;
  --blue-600: #689165;
  --blue-500: #89a66d;
  --sky-100: #eef5f8;
  --gray-100: #fffaf0;
  --gray-200: #e7dcc5;
  --gray-500: #6f7a67;
  --ink: #2f4137;
  --gold-500: #f1bb45;
  --gold-400: #f8cf76;
  --sand-100: #fff8ea;
  --white: #ffffff;
  --wrap: 1280px;
  --radius-box: 0.25rem;
  --hero-height: 420px;
}

html {
  font-size: 112.5%;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Titillium Web", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(248, 207, 118, 0.14), transparent 20%),
    radial-gradient(circle at right top, rgba(28, 107, 93, 0.08), transparent 22%),
    linear-gradient(180deg, #fffdf7 0%, #ffffff 24%, #fbfcfd 100%);
  line-height: 1.4;
}

body.webpush-prompt-open {
  padding-bottom: 0;
}

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

input:focus,
input:focus-visible,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible,
button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(27, 102, 173, 0.16);
}

a { color: inherit; }

.wrap {
  width: min(100% - 2rem, var(--wrap));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #000;
  color: #fff;
  padding: 0.5rem 0.75rem;
  z-index: 999;
}

.menu-state {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  pointer-events: none;
}

.skip-link:focus {
  left: 0.5rem;
  top: 0.5rem;
}

.webpush-prompt {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 40;
  display: grid;
  gap: 1rem;
  background: rgba(23, 49, 75, 0.94);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  box-shadow: 0 20px 40px rgba(6, 28, 48, 0.26);
  backdrop-filter: blur(14px);
  padding: 1rem 1.1rem;
  width: min(100% - 2rem, 420px);
}

.webpush-prompt__eyebrow {
  margin: 0 0 0.25rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9fccff;
}

.webpush-prompt h2 {
  margin: 0 0 0.25rem;
  font-size: 1.05rem;
}

.webpush-prompt p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  max-width: 48rem;
}

.webpush-prompt__actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.section-heading {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1.4rem;
}

.section-heading--inline {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 1rem;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  color: var(--blue-900);
}

.section-heading p {
  margin: 0;
}

.section-kicker {
  margin: 0;
  color: var(--blue-700);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
}

.home-feature-band,
.home-stream,
.home-launch-band {
  padding: 4rem 0;
}

.home-feature-band {
  background:
    radial-gradient(circle at top right, rgba(248, 207, 118, 0.18), transparent 26%),
    linear-gradient(180deg, #fff9ee 0%, #f4f8ef 100%);
}

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

.home-feature-card {
  background: linear-gradient(180deg, #ffffff, #fcfdfb);
  border: 1px solid #e2e8dc;
  border-radius: 4px;
  padding: 1.2rem;
  box-shadow: 0 14px 30px rgba(23, 49, 75, 0.07);
}

.home-feature-card__eyebrow {
  margin: 0 0 0.35rem;
  color: var(--blue-700);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.home-feature-card h3 {
  margin: 0 0 0.45rem;
  color: var(--blue-900);
}

.home-feature-card p:last-child {
  margin-bottom: 0;
  color: var(--gray-500);
}

.home-stream--products {
  background: linear-gradient(180deg, #fffdf7 0%, #fbf8ef 100%);
}

.home-stream--news {
  background: linear-gradient(180deg, #fffef9 0%, #f6f5eb 100%);
}

.home-launch-band {
  position: relative;
  overflow: hidden;
  color: var(--ink);
}

.home-launch-band__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(248, 207, 118, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(255, 248, 234, 0.96), rgba(241, 246, 234, 0.94)),
    url("/assets/public/template/about-hero-placeholder.svg") center/cover no-repeat;
  background-attachment: fixed;
  transform: scale(1.06);
  filter: saturate(0.82);
}

.home-launch-band__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.8rem;
}

.home-launch-band__inner h2,
.home-launch-band__inner p {
  margin: 0;
}

.home-launch-band .section-kicker {
  color: var(--blue-700);
}

.top-header {
  background: rgba(255, 251, 242, 0.9);
  border-bottom: 1px solid rgba(230, 223, 209, 0.92);
  backdrop-filter: blur(12px);
}

.top-header__inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.35rem 0;
  min-width: 0;
}

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

.logos img {
  height: 70px;
  width: auto;
  display: block;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  min-width: 0;
}

.top-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.top-nav a {
  text-decoration: none;
  font-size: 0.95rem;
  color: #30506b;
  font-weight: 600;
}

.top-header .top-nav a,
.top-header .top-nav a:visited {
  color: #30506b !important;
}

.top-header .top-nav a:hover,
.top-header .top-nav a:focus-visible {
  color: #17314b;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.lang-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.lang-select {
  min-width: 74px;
  height: 38px;
  border: 1px solid #d5dccc;
  border-radius: var(--radius-box);
  appearance: none;
  -webkit-appearance: none;
  background-color: #f8fbf3;
  background-image:
    linear-gradient(45deg, transparent 50%, #215a65 50%),
    linear-gradient(135deg, #215a65 50%, transparent 50%);
  background-position:
    calc(100% - 15px) 16px,
    calc(100% - 10px) 16px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  color: #17314b;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0 1.65rem 0 0.6rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.lang-select:focus-visible {
  outline: 2px solid #1b66ad;
  outline-offset: 1px;
}

.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd7c8;
  background: #fffdf8;
  border-radius: var(--radius-box);
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: #2d4f74;
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(47, 65, 55, 0.76);
  backdrop-filter: blur(10px);
  z-index: 40;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.mobile-menu-backdrop {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.mobile-menu-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 1.2rem 1.2rem 2rem;
  display: flex;
  flex-direction: column;
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(248, 207, 118, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(55, 79, 63, 0.96), rgba(36, 59, 47, 0.98));
}

.mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.mobile-menu-title {
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.menu-close {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu-panel li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-menu-panel a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0.8rem 0.4rem;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 4px;
  transition: background-color 0.18s ease, transform 0.18s ease;
}

.mobile-menu-panel a:hover,
.mobile-menu-panel a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(2px);
}

.mobile-private-item {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  margin-top: 0.75rem;
  padding-top: 0.85rem;
}

.mobile-private-link {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(135deg, #fffef7, #f2e7bf);
  border-radius: 4px;
  padding: 0.9rem 1rem;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.mobile-menu-panel a.mobile-private-link {
  color: #2f4137;
  padding: 0.9rem 1rem;
  text-align: center;
}

#menu-state:checked ~ .mobile-menu-overlay {
  opacity: 1;
  visibility: visible;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--radius-box);
  text-decoration: none;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-small {
  background: linear-gradient(180deg, #f4c652, #e4ad2e);
  color: #2f4137;
  border-color: #d7a32f;
  min-width: 156px;
  padding: 0.5rem 1.05rem;
  font-size: 0.95rem;
  box-shadow: 0 12px 24px rgba(225, 173, 56, 0.22);
}

.hero {
  position: relative;
  height: var(--hero-height);
  color: var(--ink);
  border-top: 1px solid #e7e1d6;
  overflow: hidden;
}

.hero-slider {
  height: var(--hero-height);
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
}

.hero-track {
  display: flex;
  width: 100%;
  height: var(--hero-height);
  transition: transform 0.5s ease;
}

.hero-slide {
  position: relative;
  flex: 0 0 100%;
  height: var(--hero-height);
}

.hero__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(255, 248, 234, 0.94) 0%, rgba(240, 246, 233, 0.9) 48%, rgba(241, 187, 69, 0.28) 100%),
    var(--hero-bg-image, url("hero-placeholder.svg")) center/cover no-repeat;
  filter: saturate(0.82) hue-rotate(calc(var(--hero-tone, 0deg) * 0.2));
  transition: filter 0.7s ease, opacity 0.7s ease;
}

.hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  height: var(--hero-height);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}

.hero h1 {
  margin: 0;
  font-size: clamp(1.5rem, 2.1vw, 2.6rem);
  font-weight: 700;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.btn-light {
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  padding: 0.55rem 0.9rem;
  border-color: rgba(231, 220, 197, 0.88);
  font-size: 0.74rem;
}

.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  display: flex;
  gap: 0.6rem;
  z-index: 3;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: rgba(76, 122, 86, 0.28);
  border: 0;
  padding: 0;
  cursor: pointer;
}

.dot.active {
  background: var(--gold-500);
  transform: scale(1.2);
}

.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(231, 220, 197, 0.94);
  border-radius: 4px;
  background: rgba(255, 252, 244, 0.84);
  color: var(--ink);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.hero-arrow--prev {
  left: 1rem;
}

.hero-arrow--next {
  right: 1rem;
}

.services {
  padding: 2.8rem 0 1.9rem;
}

.services h2,
.assistance h2 {
  color: var(--blue-700);
  text-align: center;
  margin: 0 0 1.1rem;
  font-size: clamp(1.45rem, 2.1vw, 2rem);
}

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

.service-col {
  background: #fff;
}

.service-col h3 {
  margin: 0;
  padding: 0.85rem 1rem;
  background: linear-gradient(135deg, #f6c858, #edb645);
  color: var(--ink);
  font-size: 1.2rem;
  border-radius: var(--radius-box);
}

.service-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-col li {
  margin-top: 0.65rem;
  min-height: 104px;
  background: var(--gray-100);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-box);
  padding: 0;
  font-size: 1.125rem;
}

.service-col li a {
  min-height: 104px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.85rem 1rem;
  gap: 0.9rem;
  text-decoration: none;
}

.service-copy {
  display: block;
}

.service-item-title {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  color: #31465f;
  margin-bottom: 0.35rem;
}

.service-item-desc {
  display: block;
  font-size: 1rem;
  line-height: 1.35;
  color: #607489;
}

.service-col li .arrow {
  color: #6f8298;
  font-size: 1.15rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 0.18rem;
}

.assistance {
  padding: 1.5rem 0 2.4rem;
  text-align: center;
}

.assistance img {
  width: 100%;
  display: block;
  margin: 0 auto 1.15rem;
  border-radius: var(--radius-box);
}

.assistance p {
  margin: -0.25rem 0 0.8rem;
  color: #62768f;
  font-size: 0.77rem;
}

.btn-primary {
  background: linear-gradient(180deg, #f4c652, #e4ad2e);
  color: var(--ink);
  border-color: #d7a32f;
  padding: 0.42rem 0.82rem;
  font-size: 0.68rem;
}

.more {
  background:
    radial-gradient(circle at top left, rgba(248, 207, 118, 0.18), transparent 28%),
    linear-gradient(180deg, #fff8ea 0%, #f0f5e9 100%);
  color: var(--ink);
  padding: 1.95rem 0 2.2rem;
}

.more__inner {
  display: grid;
  grid-template-columns: 1.1fr 2.4fr;
  gap: 1.6rem;
  align-items: start;
}

.more__intro h2 {
  margin: 0 0 0.55rem;
  font-size: 2.25rem;
  line-height: 1.15;
}

.more__intro p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.45;
  max-width: 30ch;
  opacity: 0.95;
}

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

.card {
  background: linear-gradient(180deg, #ffffff, #fbfcfb);
  color: var(--ink);
  border-radius: var(--radius-box);
  min-height: 170px;
  padding: 0.95rem 1rem;
  border: 1px solid #e7ece4;
  box-shadow: 0 14px 30px rgba(23, 49, 75, 0.06);
}

.eyebrow {
  margin: 0 0 0.72rem;
  color: #1c6b5d;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  line-height: 1.3;
  color: var(--blue-900);
}

.card-text {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.35;
  color: rgb(26, 26, 26);
}

.site-footer {
  background:
    radial-gradient(circle at top left, rgba(248, 207, 118, 0.1), transparent 26%),
    linear-gradient(180deg, #364d3e 0%, #2a3d31 100%);
  color: #edf1e5;
  font-size: 0.92rem;
}

.footer-width-fixer {
  padding-top: 1.6rem;
}

.footer-main {
  padding-bottom: 1rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.9fr)) minmax(0, 1fr);
  gap: 1.4rem;
  align-items: start;
}

.footer-brand,
.footer-nav-group,
.footer-contact-group {
  display: grid;
  gap: 0.75rem;
}

.footer-brand h2,
.footer-nav-group h2,
.footer-contact-group h2 {
  margin: 0;
  font-size: 1rem;
  color: #ffffff;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  max-width: 220px;
}

.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-brand-text,
.footer-contact-static,
.footer-legal__inner p,
.footer-bottom__inner p {
  margin: 0;
  line-height: 1.55;
}

.footer-links,
.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.55rem;
}

.footer-links a,
.footer-contact-list a,
.footer-legal a,
.footer-bottom a {
  color: inherit;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-contact-list a:hover,
.footer-contact-list a:focus-visible,
.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
}

.footer-contact-list a,
.footer-contact-static {
  display: inline-flex;
  gap: 0.65rem;
  align-items: flex-start;
}

.footer-contact-icon {
  width: 1rem;
  flex: 0 0 1rem;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.footer-social-link {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-box);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(248, 207, 118, 0.22);
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}

.footer-bottom {
  border-top: 1px solid rgba(213, 229, 247, 0.16);
  border-bottom: 1px solid rgba(213, 229, 247, 0.16);
}

.footer-bottom__inner,
.footer-legal__inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.7rem 0;
}

.footer-link-button {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
}

.footer-legal {
  font-size: 0.74rem;
  color: #c8def3;
}

.cookie-consent {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 130;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(23, 49, 75, 0.12);
  border-radius: var(--radius-box);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 50px rgba(23, 49, 75, 0.14);
  backdrop-filter: blur(14px);
  pointer-events: auto;
}

.cookie-consent[hidden],
.cookie-consent-modal[hidden] {
  display: none !important;
}

.cookie-consent__body h2,
.cookie-consent-modal__panel h2 {
  margin: 0.2rem 0 0.45rem;
  color: #17314b;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.cookie-consent__body p,
.cookie-consent-modal__lead {
  margin: 0;
  color: #36506b;
}

.cookie-consent__eyebrow {
  margin: 0;
  color: #5c7996;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
}

.cookie-consent__actions,
.cookie-consent-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: flex-end;
}

.cookie-consent-modal {
  position: fixed;
  inset: 0;
  z-index: 140;
}

.cookie-consent-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 24, 39, 0.35);
  backdrop-filter: blur(8px);
}

.cookie-consent-modal__panel {
  position: relative;
  width: min(100% - 2rem, 760px);
  margin: 6vh auto 0;
  border-radius: var(--radius-box);
  border: 1px solid rgba(20, 58, 94, 0.16);
  background: #ffffff;
  box-shadow: 0 28px 60px rgba(10, 30, 52, 0.22);
  padding: 1.2rem;
}

.cookie-consent-modal__close {
  position: absolute;
  top: 0.8rem;
  right: 0.85rem;
  border: 0;
  background: transparent;
  color: #52708d;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}

.cookie-consent-modal__options {
  display: grid;
  gap: 0.7rem;
  margin: 1rem 0 1.1rem;
}

.cookie-consent-choice {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: start;
  padding: 0.85rem 0.9rem;
  border: 1px solid #d7e4ef;
  border-radius: var(--radius-box);
  background: #f8fbff;
}

.cookie-consent-choice span {
  display: grid;
  gap: 0.2rem;
}

.cookie-consent-choice strong {
  color: #163f66;
}

.cookie-consent-choice small {
  color: #56718d;
  line-height: 1.45;
}

body.cookie-consent-modal-open {
  overflow: hidden;
}

@media (max-width: 900px) {
  html,
  body {
    overflow-x: hidden;
  }

  body.webpush-prompt-open {
    padding-bottom: 172px;
  }

  .wrap {
    width: min(100% - 1rem, var(--wrap));
  }

  :root {
    --hero-height: 360px;
  }

  .top-header__inner {
    flex-wrap: nowrap;
    justify-content: space-between;
    text-align: left;
    padding: 0.45rem 0;
    gap: 0.4rem;
  }

  .logos {
    justify-content: flex-start;
    flex: 1 1 auto;
  }

  .logos img {
    height: 66px;
    max-width: 100%;
  }

  .header-right {
    width: auto;
    flex: 0 0 auto;
    justify-content: flex-end;
    gap: 0.35rem;
  }

  .top-nav {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .private-area-btn {
    display: none;
  }

  .lang-switcher {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
  }

  .lang-select {
    min-width: 52px;
    height: 34px;
    font-size: 0.86rem;
    padding: 0 1.2rem 0 0.45rem;
    background-position:
      calc(100% - 13px) 14px,
      calc(100% - 9px) 14px;
    background-size: 4px 4px, 4px 4px;
  }

  .webpush-prompt {
    flex-direction: column;
    align-items: stretch;
    inset: auto 0.75rem 0.75rem 0.75rem;
  }

  .cookie-consent {
    flex-direction: column;
    align-items: stretch;
    inset: auto 0.75rem 0.75rem 0.75rem;
  }

  .cookie-consent__actions,
  .cookie-consent-modal__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cookie-consent-modal__panel {
    margin-top: 3vh;
    width: min(100% - 1rem, 760px);
    padding: 1rem;
  }

  .webpush-prompt__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .menu-toggle {
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
  }

  .menu-toggle span {
    width: 16px;
  }

  .hero-arrow {
    display: none;
  }

  .hero__content {
    align-items: center;
    text-align: center;
  }

  .services-grid,
  .more__inner,
  .cards-grid {
    grid-template-columns: 1fr;
  }

  .more__intro p {
    max-width: 100%;
  }

  .card {
    min-height: 145px;
  }

  .footer-inner {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0.5rem 0;
  }

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

  .footer-bottom__inner,
  .footer-legal__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

.top-nav a.is-active {
  color: #173a5d !important;
  background: #dbe8f4;
  text-decoration: none;
  padding: 0.15rem 0.35rem;
  border-radius: var(--radius-box);
}

.content-page {
  padding: 2.5rem 0 3rem;
}

.about-hero {
  margin-bottom: 2rem;
  padding: clamp(1.3rem, 3vw, 1.9rem);
  border: 1px solid rgba(230, 223, 209, 0.9);
  border-radius: 4px;
  background:
    radial-gradient(circle at top right, rgba(248, 207, 118, 0.16), transparent 30%),
    linear-gradient(180deg, #fffaf0 0%, #ffffff 100%);
  box-shadow: 0 18px 40px rgba(23, 49, 75, 0.06);
}

.about-hero h1 {
  margin: 0 0 0.5rem;
  color: var(--blue-700);
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.about-hero p {
  margin: 0 0 1rem;
  color: #36516b;
  font-size: 1.08rem;
  line-height: 1.55;
  max-width: 75ch;
}

.about-hero img {
  width: 100%;
  border-radius: var(--radius-box);
  display: block;
  box-shadow: 0 18px 34px rgba(23, 49, 75, 0.1);
}

.about-block {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 1.3rem;
  align-items: start;
  margin-top: 1.4rem;
}

.about-block__image img {
  width: 100%;
  display: block;
  border-radius: var(--radius-box);
  box-shadow: 0 18px 34px rgba(23, 49, 75, 0.1);
}

.about-block__content h2 {
  margin: 0 0 0.7rem;
  color: var(--blue-700);
  font-size: 1.6rem;
}

.about-block__content p {
  margin: 0 0 0.95rem;
  color: #1a1a1a;
  font-size: 1rem;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .content-page {
    padding: 1.7rem 0 2.2rem;
  }

  .about-block {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }
}

.article-page {
  padding: 2.4rem 0 3rem;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
  gap: 1.35rem;
  align-items: start;
}

.article-main h1 {
  margin: 0.25rem 0 0.4rem;
  color: var(--blue-900);
  font-size: clamp(2rem, 2.7vw, 2.8rem);
  line-height: 1.15;
}

.article-kicker {
  margin: 0;
  color: var(--blue-700);
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.article-meta {
  margin: 0 0 0.9rem;
  color: var(--gray-500);
  font-size: 0.95rem;
}

.article-hero {
  width: 100%;
  border-radius: var(--radius-box);
  display: block;
  margin-bottom: 1rem;
  box-shadow: 0 20px 36px rgba(23, 49, 75, 0.1);
}

.article-main p {
  margin: 0 0 1rem;
  color: #30485f;
  font-size: 1rem;
  line-height: 1.68;
}

.article-main .article-lead {
  font-size: 1.14rem;
  color: #395a74;
}

.article-sidebar h2 {
  margin: 0 0 0.8rem;
  color: var(--blue-700);
  font-size: 1.35rem;
}

.article-sidebar__cards {
  display: grid;
  gap: 0.75rem;
}

.sidebar-card {
  background: linear-gradient(180deg, #fffdf8, #f7fbf5);
  border: 1px solid #e5ddd0;
  border-radius: var(--radius-box);
  padding: 0.8rem 0.85rem;
  box-shadow: 0 14px 28px rgba(23, 49, 75, 0.06);
}

.sidebar-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  line-height: 1.25;
}

.sidebar-card h3 a {
  text-decoration: none;
  color: var(--blue-900);
}

.sidebar-card p {
  margin: 0;
  color: #526779;
  font-size: 0.92rem;
  line-height: 1.4;
}

.not-found-page {
  min-height: 58vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 0 2.4rem;
}

.not-found-wrap {
  max-width: 760px;
}

.not-found-code {
  margin: 0;
  color: var(--blue-700);
  font-size: clamp(3.2rem, 9vw, 6rem);
  font-weight: 700;
  line-height: 1;
}

.not-found-wrap h1 {
  margin: 0.45rem 0 0.7rem;
  color: #18456f;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
}

.not-found-wrap p {
  margin: 0 auto;
  max-width: 60ch;
  color: #1a1a1a;
  font-size: 1rem;
  line-height: 1.55;
}

.not-found-actions {
  margin-top: 1.2rem;
  display: inline-flex;
  gap: 0.65rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.not-found-link {
  color: #173a5f;
}

@media (max-width: 900px) {
  .article-layout {
    grid-template-columns: 1fr;
  }
}

.contacts-page {
  padding: 2.4rem 0 3rem;
}

.contacts-head h1 {
  margin: 0 0 0.5rem;
  color: var(--blue-700);
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.contacts-head p {
  margin: 0 0 1rem;
  color: #2a4b66;
  font-size: 1.02rem;
  line-height: 1.55;
  max-width: 80ch;
}

.contacts-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 1.25rem;
}

.contacts-company img {
  width: 100%;
  display: block;
  border-radius: var(--radius-box);
  margin-bottom: 0.8rem;
}

.contacts-company h2,
.contacts-form-box h2 {
  margin: 0 0 0.65rem;
  color: var(--blue-700);
  font-size: 1.5rem;
}

.contacts-company p {
  margin: 0 0 0.5rem;
  color: #1a1a1a;
  font-size: 1rem;
  line-height: 1.5;
}

.contacts-form-box {
  background:
    radial-gradient(circle at top right, rgba(248, 207, 118, 0.14), transparent 28%),
    linear-gradient(180deg, #fffdf7, #f6faf4);
  border: 1px solid #e3dccf;
  border-radius: 4px;
  padding: 1.1rem;
  box-shadow: 0 18px 36px rgba(23, 49, 75, 0.08);
}

.contacts-form {
  display: grid;
  gap: 0.95rem;
}

.contacts-form label,
.contacts-form fieldset {
  display: grid;
  gap: 0.35rem;
}

.contacts-form span,
.contacts-form legend {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--blue-900);
}

.contacts-form input,
.contacts-form select,
.contacts-form textarea {
  width: 100%;
  border: 1px solid #d8dcca;
  border-radius: 4px;
  min-height: 3rem;
  padding: 0.78rem 0.86rem;
  color: #31485f;
  background: linear-gradient(180deg, #ffffff, #fffdf7);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.88), 0 1px 2px rgba(23, 49, 75, 0.04);
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.contacts-form textarea {
  min-height: 10rem;
  resize: vertical;
}

.contacts-form input:focus,
.contacts-form input:focus-visible,
.contacts-form select:focus,
.contacts-form select:focus-visible,
.contacts-form textarea:focus,
.contacts-form textarea:focus-visible {
  border-color: var(--blue-700);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(28, 107, 93, 0.14);
}

.contacts-form fieldset {
  border: 1px solid #e0dece;
  border-radius: var(--radius-box);
  padding: 0.55rem 0.62rem;
  background: rgba(255, 255, 255, 0.76);
}

.contacts-form .choice {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 0.6rem;
  padding: 0.8rem 0.85rem;
  border: 1px solid #e4ddd1;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  color: #31485f;
}

.contacts-form .choice input {
  width: 18px !important;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
  flex: 0 0 auto;
  accent-color: var(--blue-700);
}

.contacts-form .choice span {
  display: block;
  min-width: 0;
}

.contacts-form button.btn {
  width: 100%;
  justify-content: center;
  min-height: 3.1rem;
}

.faq-page {
  padding: 2.4rem 0 3rem;
}

.faq-head h1 {
  margin: 0 0 0.5rem;
  color: var(--blue-700);
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.faq-head p {
  margin: 0 0 1rem;
  color: #2a4b66;
  font-size: 1.02rem;
  line-height: 1.55;
  max-width: 80ch;
}

.faq-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem 1rem;
}

.faq-item {
  border: 1px solid #e3dccf;
  border-radius: var(--radius-box);
  background: linear-gradient(180deg, #fffdf7, #f7fbf6);
  overflow: hidden;
  margin: 0.1rem 0;
  box-shadow: 0 12px 26px rgba(23, 49, 75, 0.05);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 0.78rem 0.9rem 0.72rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-question {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--blue-900);
}

.faq-icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border: 1px solid #d7d9c7;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fffaf0;
  position: relative;
}

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

.faq-icon::before {
  width: 11px;
  height: 2px;
}

.faq-icon::after {
  width: 2px;
  height: 11px;
}

.faq-item[open] .faq-icon::after {
  display: none;
}

.faq-answer {
  padding: 0 0.9rem 0.85rem;
}

.faq-answer p {
  margin: 0;
  color: #445d70;
  font-size: 0.97rem;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .contacts-layout {
    grid-template-columns: 1fr;
  }
}

.a11y-fab {
  position: fixed;
  right: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 90;
  width: 52px;
  height: 52px;
  border: 2px solid #003b79;
  border-radius: 4px;
  background: #005cab;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0, 37, 75, 0.35);
  cursor: pointer;
}

.a11y-fab svg {
  width: 30px;
  height: 30px;
  display: block;
  fill: currentColor;
}

.a11y-panel {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(110%, -50%);
  width: min(92vw, 330px);
  max-height: 88vh;
  overflow: auto;
  z-index: 91;
  border: 1px solid #d5e2f0;
  border-right: 0;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: -14px 20px 36px rgba(18, 48, 79, 0.2);
  padding: 0.9rem 0.85rem;
  transition: transform 0.28s ease;
}

.a11y-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.a11y-panel h2 {
  margin: 0;
  color: var(--blue-700);
  font-size: 1.25rem;
}

.a11y-close {
  border: 0;
  background: transparent;
  color: #355572;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.a11y-panel p {
  margin: 0.35rem 0 0.8rem;
  color: #294964;
  font-size: 0.92rem;
}

.a11y-options {
  display: grid;
  gap: 0.45rem;
}

.a11y-options button,
.a11y-reset {
  width: 100%;
  text-align: left;
  border: 1px solid #d6e2ef;
  border-radius: var(--radius-box);
  background: #f8fbff;
  color: #18476f;
  padding: 0.56rem 0.62rem;
  font: inherit;
  cursor: pointer;
}

.a11y-options button.is-on {
  border-color: #1b66ad;
  background: #eaf3fd;
  color: #ffffff;
}

.a11y-reset {
  margin-top: 0.7rem;
  background: #fff;
}

body.a11y-panel-open .a11y-panel {
  transform: translate(0, -50%);
}

html.a11y-large-text {
  font-size: 125%;
}

body.a11y-readable-text {
  line-height: 1.7;
  letter-spacing: 0.01em;
  word-spacing: 0.03em;
}

body.a11y-underline-links a {
  text-decoration: underline !important;
  text-underline-offset: 0.14em;
}

body.a11y-reduce-motion *,
body.a11y-reduce-motion *::before,
body.a11y-reduce-motion *::after {
  animation: none !important;
  transition: none !important;
  scroll-behavior: auto !important;
}

body.a11y-high-contrast {
  background: #000;
  color: #fff;
}

body.a11y-high-contrast .top-header,
body.a11y-high-contrast .service-col li,
body.a11y-high-contrast .card,
body.a11y-high-contrast .contacts-form-box,
body.a11y-high-contrast .faq-item,
body.a11y-high-contrast .sidebar-card,
body.a11y-high-contrast .a11y-panel,
body.a11y-high-contrast .widget,
body.a11y-high-contrast .content-card {
  background: #111 !important;
  color: #fff !important;
  border-color: #fff !important;
}

body.a11y-high-contrast a,
body.a11y-high-contrast .service-item-desc,
body.a11y-high-contrast .card-text,
body.a11y-high-contrast .article-main p,
body.a11y-high-contrast .contacts-company p,
body.a11y-high-contrast .faq-answer p,
body.a11y-high-contrast .entry-meta {
  color: #fff !important;
}

@media (max-width: 900px) {
  .section-heading--inline {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .home-feature-grid {
    grid-template-columns: 1fr;
  }

  .home-launch-band__bg {
    background-attachment: scroll;
  }

  .a11y-panel {
    top: auto;
    bottom: 0.7rem;
    transform: translateX(110%);
    border-right: 1px solid #d5e2f0;
    border-radius: 4px;
  }

  body.a11y-panel-open .a11y-panel {
    transform: translateX(0);
  }

  .a11y-fab {
    top: 56%;
  }

  .webpush-prompt {
    right: 1rem;
    left: 1rem;
    width: auto;
  }
}

body.newsletter-open {
  overflow: hidden;
}

.newsletter-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
}

.newsletter-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 30, 41, 0.58);
  backdrop-filter: blur(6px);
}

.newsletter-modal__panel {
  position: relative;
  width: min(92vw, 560px);
  margin: 8vh auto 0;
  background:
    radial-gradient(circle at top right, rgba(248, 207, 118, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,251,246,0.98));
  border-radius: 4px;
  padding: 32px 28px;
  box-shadow: 0 40px 90px rgba(10, 25, 47, 0.28);
}

.newsletter-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.newsletter-modal__eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a06b15;
}

.newsletter-modal__lead {
  margin-bottom: 18px;
}

.newsletter-modal__benefits {
  margin: 0 0 20px;
  padding-left: 18px;
  color: #30485f;
}

.newsletter-modal__benefits li + li {
  margin-top: 8px;
}

.newsletter-modal__form {
  display: grid;
  gap: 14px;
}

.newsletter-modal__form label {
  display: grid;
  gap: 8px;
}

.newsletter-modal__form span {
  font-weight: 600;
}

.newsletter-modal__form input[type="email"] {
  width: 100%;
  border: 1px solid #d9dccb;
  border-radius: 4px;
  min-height: 54px;
  padding: 14px 16px;
  background: linear-gradient(180deg, #ffffff, #fffdf7);
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.newsletter-modal__form input[type="email"]:focus,
.newsletter-modal__form input[type="email"]:focus-visible {
  border-color: var(--blue-700);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(28, 107, 93, 0.14);
}

.newsletter-modal__form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--blue-700);
}

.newsletter-modal__form .choice {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
  padding: 0.85rem 0.95rem;
  border: 1px solid #e5ddd0;
  border-radius: 4px;
  background: rgba(255, 252, 245, 0.92);
}

.newsletter-modal__form .choice span {
  display: block;
  min-width: 0;
}

.newsletter-modal__form .btn {
  width: 100%;
  justify-content: center;
  min-height: 54px;
}

.submit-feedback {
  position: fixed;
  inset: 0;
  z-index: 120;
}

.submit-feedback__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 30, 41, 0.5);
  backdrop-filter: blur(7px);
}

.submit-feedback__panel {
  position: relative;
  z-index: 1;
  width: min(92vw, 430px);
  margin: 16vh auto 0;
  border: 1px solid rgba(227, 220, 207, 0.95);
  border-radius: 4px;
  padding: 1.5rem 1.35rem;
  background:
    radial-gradient(circle at top right, rgba(248, 207, 118, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,250,244,0.98));
  box-shadow: 0 34px 80px rgba(10, 25, 47, 0.24);
  text-align: center;
}

.submit-feedback__panel h2 {
  margin: 0 0 0.45rem;
  color: var(--blue-900);
  font-size: clamp(1.3rem, 3vw, 1.55rem);
}

.submit-feedback__panel p {
  margin: 0;
  color: #4f6477;
}

.submit-feedback__spinner {
  width: 48px;
  height: 48px;
  display: inline-block;
  margin-bottom: 0.8rem;
  border-radius: 4px;
  border: 4px solid rgba(28, 107, 93, 0.14);
  border-top-color: var(--blue-700);
  animation: submit-feedback-spin 0.8s linear infinite;
}

body.submit-feedback-open {
  overflow: hidden;
}

@keyframes submit-feedback-spin {
  to {
    transform: rotate(360deg);
  }
}

.newsletter-modal__later {
  margin-top: 14px;
  border: 0;
  background: transparent;
  color: #425d73;
  font-weight: 600;
  cursor: pointer;
}

@media (max-width: 720px) {
  .newsletter-modal__panel {
    width: min(94vw, 560px);
    margin-top: 5vh;
    padding: 26px 20px;
    border-radius: 4px;
  }
}

.news-page,
.shop-page,
.shop-product-page {
  padding-bottom: 4rem;
}

.news-hero,
.shop-product-shell {
  padding: clamp(1.35rem, 3vw, 2rem);
}

.news-hero {
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(260px, 0.9fr);
  gap: 1.25rem;
  margin-bottom: 1.35rem;
}

.news-hero__content p:last-child,
.shop-hero__copy p:last-child {
  margin-bottom: 0;
}

.news-hero__aside,
.shop-hero__stats {
  display: grid;
  gap: 0.85rem;
  align-content: start;
}

.news-hero-stat,
.shop-hero__stats {
  padding: 1rem 1.05rem;
  border: 1px solid rgba(227, 220, 207, 0.95);
  background: linear-gradient(180deg, #fffdf8, #f7faf4);
  border-radius: 4px;
  box-shadow: 0 14px 28px rgba(23, 49, 75, 0.06);
}

.news-hero-stat strong,
.shop-hero__stats strong {
  display: block;
  color: var(--blue-900);
  font-size: clamp(1.55rem, 4vw, 2.2rem);
  line-height: 1;
}

.news-hero-stat span,
.shop-hero__stats span {
  display: block;
  margin-top: 0.4rem;
  color: #5b6f7f;
  font-size: 0.95rem;
}

.news-stream,
.shop-grid,
.shop-category-rail {
  margin-top: 1.25rem;
}

.news-grid--editorial,
.shop-grid {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.news-card--editorial,
.news-card--product {
  height: 100%;
}

.news-card__meta-row,
.shop-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
}

.news-card__date,
.shop-product-sku {
  color: #6a7a86;
  font-size: 0.92rem;
}

.article-main--refined {
  padding: clamp(1.35rem, 3vw, 2rem);
}

.article-content {
  margin-top: 1.35rem;
}

.article-content h2 {
  scroll-margin-top: 5rem;
}

.article-sidebar-card {
  display: grid;
  gap: 0.9rem;
}

.article-sidebar-card h2 {
  margin: 0;
}

.article-sidebar-card--toc {
  position: sticky;
  top: 1.25rem;
}

.article-toc-list {
  margin: 0;
  padding-left: 1.05rem;
  display: grid;
  gap: 0.55rem;
}

.article-toc-list a {
  color: var(--blue-900);
  text-decoration: none;
}

.article-toc-list a:hover,
.article-toc-list a:focus-visible {
  text-decoration: underline;
}

.article-end-actions {
  margin-top: 1.5rem;
}

.article-backtotop {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 28;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(227, 220, 207, 0.96);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--blue-900);
  text-decoration: none;
  box-shadow: 0 18px 32px rgba(10, 25, 47, 0.16);
  backdrop-filter: blur(8px);
}

.article-backtotop:hover,
.article-backtotop:focus-visible {
  background: #fff;
}

.shop-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(220px, 0.8fr);
  gap: 1rem;
  align-items: end;
}

.shop-category-rail .category-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.shop-product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.85fr);
  gap: 1.35rem;
  align-items: start;
}

.shop-product-main,
.shop-product-sidebar {
  min-width: 0;
}

.shop-product-media {
  overflow: hidden;
  border-radius: 4px;
  background: #f4f7f1;
  margin-bottom: 1rem;
  border: 1px solid #e4ddd0;
}

.shop-product-media img {
  display: block;
  width: 100%;
  height: auto;
}

.shop-product-content {
  color: #30485f;
}

.shop-product-summary {
  display: grid;
  gap: 1rem;
  padding: 1.2rem;
  border: 1px solid rgba(227, 220, 207, 0.96);
  border-radius: 4px;
  background:
    radial-gradient(circle at top right, rgba(248, 207, 118, 0.15), transparent 30%),
    linear-gradient(180deg, #fffdf8, #f7faf4);
  box-shadow: 0 18px 34px rgba(23, 49, 75, 0.07);
}

.shop-product-summary h1 {
  margin: 0;
}

.shop-product-summary__lead {
  margin: 0;
  color: #556879;
}

.shop-product-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.shop-product-price {
  color: var(--blue-900);
  font-size: clamp(1.6rem, 4vw, 2.15rem);
  line-height: 1;
}

.shop-product-form {
  display: grid;
  gap: 0.9rem;
}

.shop-product-form__qty {
  display: grid;
  gap: 0.45rem;
}

.shop-product-form__qty span {
  font-weight: 600;
}

.shop-product-form__qty input {
  max-width: 140px;
}

.shop-product-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

@media (max-width: 980px) {
  .news-hero,
  .shop-hero__inner,
  .shop-product-grid {
    grid-template-columns: 1fr;
  }

  .news-grid--editorial,
  .shop-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .article-backtotop {
    left: 0.85rem;
    bottom: 0.85rem;
  }
}
