:root {
  --bg: #f4f5f7;
  --surface: #ffffff;
  --surface-soft: #eef0f3;
  --text: #1c2129;
  --muted: #5a6473;
  --line: #e3e5e9;
  --primary: #f07d00;
  --primary-strong: #cc6b00;
  --primary-hover: #cc6b00;
  --primary-light: #ffe4cc;
  --accent: #8a4400;
  --highlight: #ffd9b3;
  --shadow: 0 18px 45px rgba(28, 33, 41, 0.08);
  --accent-warm: #f5a844;
  --accent-hot: #f5a844;
  --action-gap: 0.8rem;
  --action-gap-tight: 0.55rem;
  --action-offset: 1.45rem;
  --card-stack-gap: 0.75rem;
  --section-gap-top: 3rem;
  --section-gap-bottom: 3rem;
  --radius-xl: 28px;
  --radius-lg: 18px;
  --radius-md: 12px;
  --max-width: 1160px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.45;
}

main#start {
  display: flex;
  flex-direction: column;
}

.services {
  order: 3;
}

.about {
  order: 4;
}

.references {
  order: 6;
}

.cta {
  order: 5;
}

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

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

.container {
  width: min(var(--max-width), 92vw);
  margin: 0 auto;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(17, 26, 18, 0.14);
  font-size: 0.82rem;
  color: var(--accent);
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  margin-bottom: .5rem;
  width: fit-content;
  max-width: 100%;
  justify-self: start;
}

.chip-on-dark {
  color: #fff8f4;
  border-color: rgba(255, 226, 211, 0.55);
  background: rgba(204, 107, 0, 0.32);
}

.section-title {
  font-family: "Urbanist", "Segoe UI", sans-serif;
  font-size: clamp(1.85rem, 3vw, 2.7rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.section-copy {
  color: var(--muted);
  max-width: 70ch;
  font-size: 1rem;

}

.section-copy p {
  margin-bottom: 1.25rem;
}

.section-copy p:last-child {
  margin-bottom: 0;
}

.section-copy a {
  color: var(--primary-strong);
  font-weight: 700;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 0;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  padding: 0.92rem 1.2rem;
  white-space: nowrap;
}

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

.btn-primary {
  background: var(--primary);
  color: #ffffff;
}

.btn-primary:hover {
  background: var(--primary-hover);
  color: #ffffff;
}

.btn-ghost {
  background: #ffffff;
  color: var(--primary);
  border: 1px solid var(--primary);
}

.btn-ghost:hover {
  background: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(9px);
  background: rgba(244, 245, 247, 0.92);
  border-bottom: 1px solid var(--line);
}

.page-configure .configurator-section [data-reveal],
.page-configure .configurator-section[data-reveal] {
  opacity: 1;
  transform: none;
  transition: none;
}

.page-configure .hero {
  padding: 2rem 0 1rem;
}

.page-configure .hero-photo {
  padding-top: 1.35rem;
  padding-bottom: 0.65rem;
  background-position: 58% center;
}

.page-configure .hero-grid-single {
  --configure-hero-gap: 0.7rem;
  gap: var(--configure-hero-gap);
  padding: var(--configure-hero-gap) 1rem;
}

.page-configure .hero h1 {
  font-size: clamp(1.55rem, 3.9vw, 2.05rem);
  margin: 0.42rem 0 0.45rem;
  max-width: 18ch;
}

.page-configure .hero p {
  font-size: 0.9rem;
  line-height: 1.35;
  max-width: 54ch;
}

.page-configure .hero-price-note {
  margin-top: 0.42rem;
  padding: 0.3rem 0.5rem;
  font-size: 0.72rem;
}

.page-configure .hero-actions {
  margin-top: 0.48rem;
}

.page-configure .hero-trust {
  display: none;
}

.page-configure .hero-trust .chip,
.page-configure .hero-grid-single > .chip {
  padding: 0.38rem 0.66rem;
  font-size: 0.74rem;
}

.topbar-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  position: relative;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: "Urbanist", "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: 1.04rem;
}

.brand-logo {
  display: block;
  height: 38px;
  width: auto;
  flex-shrink: 0;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  position: static;
}

.nav-item {
  position: relative;
}

.nav-item-mega {
  position: static;
}

.nav-item-dropdown {
  position: static;
}

.nav-link {
  font-size: 0.92rem;
  color: var(--muted);
  font-weight: 600;
  background: transparent;
  border: 0;
  font-family: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-item-mega.is-open .nav-link {
  color: var(--accent);
}

.nav-item-dropdown.is-open .nav-link {
  color: var(--accent);
}

.sub-menu {
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 50%;
  width: min(var(--max-width), 92vw);
  border: 1px solid rgba(17, 26, 18, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 44px rgba(204, 107, 0, 0.16);
  padding: 0.75rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  align-items: stretch;
  gap: 0.55rem;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 36;
}

.mega-link {
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
  padding: 0.6rem 0.64rem;
  display: grid;
  gap: 0.2rem;
  color: #2e3d32;
}

.mega-link strong {
  font-size: 0.84rem;
  color: #2e3d32;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}

.mega-link strong i {
  width: 1rem;
  text-align: center;
  color: var(--primary-strong);
}

.mega-link small {
  font-size: 0.73rem;
  line-height: 1.35;
  color: #7e6458;
}

.mega-link:hover,
.mega-link:focus-visible {
  border-color: var(--primary);
  background: var(--surface-soft);
}

.mega-link:hover strong,
.mega-link:focus-visible strong {
  color: var(--accent);
}

.nav-item-dropdown:hover .sub-menu,
.nav-item-dropdown.is-open .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.mega-trust {
  border: 1px solid rgba(240, 125, 0, 0.45);
  border-radius: 12px;
  background: #cc6b00;
  background-size: cover;
  background-position: center;
  padding: 0.65rem 0.72rem;
  display: grid;
  gap: 0.22rem;
}

.mega-trust strong {
  font-size: 0.84rem;
  color: #fff7f2;
}

.mega-trust small {
  font-size: 0.74rem;
  line-height: 1.35;
  color: rgba(255, 244, 236, 0.94);
}

.mega-menu {
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: min(1180px, 94vw);
  border: 1px solid rgba(17, 26, 18, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 26px 52px rgba(204, 107, 0, 0.18);
  backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
  z-index: 35;
}

.nav-item-mega:hover .mega-menu,
.nav-item-mega.is-open .mega-menu {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.mega-grid {
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.8rem;
}

.mega-grid-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.mega-grid-4 {
  grid-template-columns: 1.1fr 1.8fr 1fr 1fr;
}

.mega-group {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
  padding: 0.75rem;
  display: grid;
  align-content: start;
  gap: 0.45rem;
}

.mega-group h3 {
  font-family: "Urbanist", "Segoe UI", sans-serif;
  font-size: 0.94rem;
  line-height: 1.1;
  color: var(--accent);
  margin-bottom: 0.2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.mega-group a {
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  padding: 0.42rem 0.5rem;
  font-size: 0.82rem;
  color: #2e3d32;
}

.mega-group a:hover {
  border-color: var(--primary);
  background: var(--surface-soft);
  color: var(--primary);
}

nav a {
  font-size: 0.92rem;
  color: var(--muted);
  font-weight: 600;
}

nav a:hover {
  color: var(--accent);
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--accent);
  font-size: 1.2rem;
}

.mobile-nav {
  display: none;
}

.hero {
  padding: 5.3rem 0 2.6rem;
  position: relative;
  overflow: clip;
}

.hero-photo {
  background-image:
    linear-gradient(120deg, rgba(44, 18, 9, 0.72) 0%, rgba(44, 18, 9, 0.72) 100%),
    url("assets/images/AdobeStock_286399156.jpeg");
  background-size: cover;
  background-position: center;
  padding-top: 6.2rem;
  padding-bottom: 4rem;
}

.hero-overlay {
  display: none;
}

.hero::after {
  content: "";
  position: absolute;
  right: -120px;
  top: 28px;
  width: 300px;
  height: 300px;
  border-radius: 40%;
  background: rgba(240, 125, 0, 0.15);
  filter: blur(4px);
  animation: floatBlob 8s ease-in-out infinite;
  pointer-events: none;
  z-index: -1;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: center;
}

.hero-grid-single {
  grid-template-columns: 1fr;
  justify-items: start;
  text-align: left;
}

.hero-grid-single .chip {
  width: fit-content;
}

.hero h1,
.page-hero h1 {
  font-family: "Urbanist", "Segoe UI", sans-serif;
  font-size: clamp(2.2rem, 5.6vw, 3.3rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  max-width: 20ch;
  margin: 1.05rem 0 1.2rem;
}

.hero p,
.page-hero p {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 64ch;
}

.hero.hero-photo p {
  color: #ffe9de;
}

.hero.hero-photo h1 {
  color: #fffaf7;
}

.hero-actions {
  margin-top: var(--action-offset);
  display: flex;
  align-items: center;
  gap: var(--action-gap);
  row-gap: var(--action-gap-tight);
  flex-wrap: wrap;
}

.hero-price-note {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(255, 224, 207, 0.62);
  border-radius: 999px;
  background: rgba(70, 28, 11, 0.46);
  color: #fff5ef;
  padding: 0.46rem 0.75rem;
  font-size: 0.84rem;
  font-weight: 600;
  width: fit-content;
  max-width: 100%;
}

.hero-price-note strong {
  color: #ffcfb6;
  font-family: "Urbanist", "Segoe UI", sans-serif;
}

.hero-trust {
  margin-top: 1.35rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.hero-panel {
  background: #ffffff;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 1.35rem;
  position: relative;
  overflow: hidden;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: -50% auto auto -35%;
  width: 280px;
  height: 280px;
  background: rgba(240, 125, 0, 0.08);
}

.status-card {
  display: grid;
  gap: 0.85rem;
  margin-top: 0.6rem;
}

.status-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.65rem;
  align-items: center;
  border: 1px solid rgba(17, 26, 18, 0.09);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 13px;
  padding: 0.7rem 0.75rem;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #df561c;
  box-shadow: 0 0 0 5px rgba(240, 125, 0, 0.15);
}

.status-row small {
  color: var(--muted);
  font-size: 0.76rem;
}

.status-row strong {
  font-size: 0.95rem;
  font-weight: 700;
}

.numbers {
  padding: 3.4rem 0 1.2rem;
}

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

.stat {
  background: var(--surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  padding: 1rem;
  box-shadow: 0 12px 26px rgba(18, 61, 42, 0.05);
}

.stat strong {
  display: block;
  font-family: "Urbanist", "Segoe UI", sans-serif;
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  line-height: 1;
  margin-bottom: 0.35rem;
  color: var(--accent);
}

.stat span {
  color: var(--muted);
  font-size: 0.9rem;
}

.services {
  padding: 4.4rem 0 3.2rem;
}

.about {
  padding: 1.4rem 0 2.2rem;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1rem;
  align-items: start;
}

.about-media {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(28, 33, 41, 0.06);
}

.about-media-main {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
}

.about-detail-grid {
  padding: 0.72rem 0.8rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.62rem;
}

.about-detail-shot {
  width: 100%;
  height: 116px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid #f0d8cb;
}

.about-detail-a {
  object-position: 30% 45%;
}

.about-detail-b {
  object-position: 74% 62%;
}

.about-media-chip-row {
  padding: 0.8rem;
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.about-content {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #ffffff;
  padding: 1rem;
  box-shadow: 0 6px 18px rgba(28, 33, 41, 0.06);
}

.about-link {
  color: var(--primary-strong);
  font-weight: 700;
}

.about-points {
  margin-top: 1rem;
  display: grid;
  gap: 0.52rem;
}

.about-point {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.6rem;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
  padding: 0.62rem 0.68rem;
  font-size: 0.86rem;
  color: var(--muted);
  line-height: 1.4;
}

.about-point i {
  width: 1.2rem;
  text-align: center;
  color: var(--primary);
  margin-top: 0.06rem;
}

.quote-card {
  margin-top: 1rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 0.72rem;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 0.62rem;
}

.quote-card img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  border: 2px solid #ffd3bd;
}

.quote-card blockquote {
  margin: 0;
  font-size: 0.9rem;
  color: #664a3e;
  line-height: 1.45;
}

.quote-card figcaption {
  grid-column: 2;
  display: grid;
  line-height: 1.2;
}

.quote-card figcaption strong {
  font-size: 0.88rem;
}

.quote-card figcaption span {
  font-size: 0.8rem;
  color: #896754;
}

.service-groups {
  margin-top: 1.6rem;
  display: grid;
  gap: 1.15rem;
}

.services-layout {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.7fr);
  gap: 1rem;
  align-items: start;
}

.services-layout .service-groups {
  margin-top: 0;
}

.group-block {
  --group-color: var(--primary);
  background: #ffffff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--group-color);
  border-radius: var(--radius-lg);
  padding: 1.15rem 1.15rem 1.15rem 1.4rem;
  box-shadow: 0 6px 16px rgba(28, 33, 41, 0.05);
  position: relative;
}

.group-header {
  margin-bottom: 1rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--line);
}

.group-header h3 {
  font-family: "Urbanist", "Segoe UI", sans-serif;
  font-size: 1.2rem;
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  color: var(--text);
}

.group-header i {
  color: #ffffff;
  background: var(--group-color);
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}

.service-card-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card {
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #ffffff;
  padding: 0.9rem;
  min-height: 154px;
  display: grid;
  align-content: start;
  gap: 0.48rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: var(--group-color, var(--primary));
  box-shadow: 0 10px 22px rgba(28, 33, 41, 0.1);
}

.service-card i {
  width: 1.65rem;
  height: 1.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--group-color, var(--primary));
  background: color-mix(in srgb, var(--group-color, var(--primary)) 12%, #ffffff);
  border: 1px solid color-mix(in srgb, var(--group-color, var(--primary)) 28%, #ffffff);
}

.service-card h4 {
  font-size: 0.96rem;
  line-height: 1.2;
}

.service-price {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid #ffd9b3;
  border-radius: 999px;
  padding: 0.16rem 0.5rem;
  background: #ffe4cc;
  color: #cc6b00;
  font-size: 0.74rem;
  font-weight: 700;
}

.service-card p {
  font-size: 0.82rem;
  color: #76584a;
  line-height: 1.4;
}

.services-trust {
  border: 1px solid rgba(240, 125, 0, 0.3);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #cc6b00;
  color: #fff8f5;
  box-shadow: 0 18px 34px rgba(204, 107, 0, 0.24);
  position: sticky;
  top: 96px;
}

.services-trust-media {
  position: relative;
  height: 170px;
}


.services-trust-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-trust-content {
  padding: 0.95rem 0.92rem 1rem;
  display: grid;
  gap: 0.62rem;
}

.services-trust h3 {
  font-family: "Urbanist", "Segoe UI", sans-serif;
  font-size: 1.1rem;
  line-height: 1.1;
  color: #fff7f2;
}

.services-trust p {
  font-size: 0.86rem;
  line-height: 1.5;
  color: rgba(255, 244, 236, 0.92);
}

.services-trust ul {
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.services-trust li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
  align-items: start;
  font-size: 0.82rem;
  line-height: 1.4;
  color: rgba(255, 244, 236, 0.96);
}

.services-trust li i {
  color: #ffd8c3;
  margin-top: 0.1rem;
}

.services-trust .btn-ghost {
  border-color: rgba(255, 231, 221, 0.4);
  color: #fff6f2;
  background: rgba(255, 255, 255, 0.08);
}

.services-trust .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff6f2;
  border-color: rgba(255, 231, 221, 0.6);
}

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

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  min-height: 100%;
  display: grid;
  gap: 0.8rem;
  box-shadow: 0 11px 24px rgba(204, 107, 0, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 28px rgba(204, 107, 0, 0.14);
}

.card h3 {
  font-family: "Urbanist", "Segoe UI", sans-serif;
  font-size: 1.3rem;
  line-height: 1.1;
}

.card p {
  color: var(--muted);
  font-size: 0.94rem;
}

.card ul {
  list-style: none;
  display: grid;
  gap: 0.5rem;
  color: #27362b;
  font-size: 0.9rem;
}

.card li {
  padding-left: 1.2rem;
  position: relative;
}

.card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.53rem;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 999px;
  background: #f07d00;
}

.featured {
  background: #d46f00;
  color: #fff8f5;
  border-color: rgba(204, 107, 0, 0.45);
  transform: translateY(-8px);
}

.featured p,
.featured li {
  color: rgba(255, 248, 245, 0.9);
}

.featured .chip {
  color: #ffe4cc;
  border-color: rgba(255, 231, 221, 0.42);
  background: rgba(204, 107, 0, 0.42);
}

.catalog {
  padding: 1.5rem 0 4.2rem;
}

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

.category {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.2rem;
  box-shadow: 0 11px 24px rgba(204, 107, 0, 0.06);
}

.category h3 {
  font-family: "Urbanist", "Segoe UI", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

.service-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.service-list-single {
  grid-template-columns: 1fr;
}

.service-link,
.service-placeholder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.62rem 0.75rem;
  background: #fbfefb;
  font-size: 0.9rem;
}

.service-link-main {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.55rem;
}

.service-link-main strong {
  display: block;
  font-size: 0.92rem;
  line-height: 1.2;
}

.service-link-main small {
  display: block;
  margin-top: 0.2rem;
  color: #7f6559;
  font-size: 0.8rem;
  line-height: 1.35;
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 8px;
  background: #ffe4cc;
  border: 1px solid #ffd9b3;
  color: #cc6b00;
}

.service-link i {
  width: 1.22rem;
  text-align: center;
  color: var(--primary-strong);
  margin-top: 0.1rem;
}

.featured .service-icon {
  background: rgba(255, 228, 214, 0.22);
  border-color: rgba(255, 228, 214, 0.42);
  color: #fff1e9;
}

.service-icon svg {
  width: 0.78rem;
  height: 0.78rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-link {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(204, 107, 0, 0.16);
}

.status-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.15rem 0.48rem;
  font-size: 0.7rem;
  border: 1px solid rgba(17, 26, 18, 0.2);
}

.status-live {
  color: #8a2f0b;
  background: #ffe4d6;
  border-color: #f3b899;
}

.status-soon {
  color: #4e5d50;
  background: #f0f4ef;
}

.workflow {
  padding: 3.8rem 0;
}

.workflow-wrap {
  display: grid;
  gap: 1rem;
  margin-top: 1.7rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.step {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1rem;
  position: relative;
}

.step b {
  display: inline-flex;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  align-items: center;
  justify-content: center;
  background: rgba(240, 125, 0, 0.1);
  color: var(--primary);
  font-size: 0.92rem;
  margin-bottom: 0.65rem;
}

.step h4 {
  font-size: 1rem;
  margin-bottom: 0.45rem;
}

.step p {
  font-size: 0.88rem;
  color: var(--muted);
}

.page-hero {
  padding: 4.2rem 0 2.2rem;
}

.page-meta {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}

.content-block {
  padding: 2rem 0 4rem;
}

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
}

.checklist {
  list-style: none;
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
}

.checklist li {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 10px;
  padding: 0.7rem 0.8rem;
  font-size: 0.92rem;
}

.checklist li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.6rem;
  align-items: start;
  color: #705244;
}

.checklist li i {
  margin-top: 0.1rem;
  color: var(--primary-strong);
}

.section-head {
  margin-bottom: 1.1rem;
}

.product-section,
.split-section,
.feature-table-section,
.faq-section {
  padding: var(--section-gap-top) 0 var(--section-gap-bottom);
}

.section-orange {
  background: #f07d00;
  border-top: 1px solid rgba(240, 125, 0, 0.42);
  border-bottom: 1px solid rgba(204, 107, 0, 0.16);
}

.section-orange .section-title,
.section-orange .section-copy,
.section-orange .chip,
.section-orange .checklist li,
.section-orange .feature-list li {
  color: #fff8f3;
}

.section-orange .chip {
  border-color: rgba(255, 234, 220, 0.45);
  background: rgba(83, 28, 9, 0.34);
}

.section-orange .checklist li,
.section-orange .feature-list li {
  background: rgba(80, 28, 10, 0.28);
  border-color: rgba(255, 214, 188, 0.36);
}

.section-orange .feature-list i,
.section-orange .checklist li i {
  color: #ffd8c1;
}

.section-surface {
  background: #ffffff;
  padding-top: var(--section-gap-top);
  padding-bottom: var(--section-gap-bottom);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.product-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(28, 33, 41, 0.06);
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  border-color: var(--primary);
  box-shadow: 0 12px 26px rgba(28, 33, 41, 0.1);
}

.product-card-media {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.product-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card-body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: var(--card-stack-gap);
  flex: 1;
}

.product-card-top {
  display: grid;
  gap: 0.6rem;
}

.product-card-top > div {
  display: grid;
  gap: 0.45rem;
}

.product-card-top h3 {
  margin-top: 0;
  font-size: 1.04rem;
  line-height: 1.2;
}

.price-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  white-space: nowrap;
  border: 1px solid #ffd9b3;
  border-radius: 999px;
  padding: 0.26rem 0.6rem;
  background: #ffe4cc;
  color: #cc6b00;
  font-size: 0.76rem;
  font-weight: 700;
  max-width: 100%;
  justify-self: start;
}

.feature-list {
  list-style: none;
  display: grid;
  gap: 0.5rem;
  margin-bottom: 0;
}

.feature-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
  color: #705244;
  font-size: 0.85rem;
  line-height: 1.4;
}

.feature-list i {
  margin-top: 0.08rem;
  color: var(--primary-strong);
}

.split-section-accent {
  background: #ffffff;
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.split-grid-reverse .split-copy {
  order: 2;
}

.split-grid-reverse .split-media {
  order: 1;
}

.split-media {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 16px 30px rgba(204, 107, 0, 0.12);
  background: #fff;
}

.split-media img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

.split-copy {
  display: grid;
  gap: 0.8rem;
}

.feature-table-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: 0 16px 30px rgba(204, 107, 0, 0.08);
  overflow: hidden;
}

.feature-table {
  width: 100%;
  border-collapse: collapse;
}

.feature-table th,
.feature-table td {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  font-size: 0.9rem;
}

.feature-table th {
  background: var(--surface-soft);
  color: var(--text);
  font-family: "Urbanist", "Segoe UI", sans-serif;
}

.feature-table tr:last-child td {
  border-bottom: 0;
}

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

.icon-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #ffffff;
  padding: 1rem;
  min-height: 170px;
  display: grid;
  gap: 0.55rem;
  box-shadow: 0 6px 16px rgba(28, 33, 41, 0.05);
}

.icon-card:hover {
  border-color: var(--primary);
  box-shadow: 0 10px 22px rgba(28, 33, 41, 0.1);
}

.icon-card i {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  background: rgba(240, 125, 0, 0.1);
  border: 1px solid rgba(240, 125, 0, 0.22);
}

.icon-card h3 {
  font-size: 1rem;
}

.icon-card p,
.certificate-card span,
.faq-answer {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

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

.certificate-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #ffffff;
  padding: 1rem;
  display: grid;
  gap: 0.55rem;
  box-shadow: 0 6px 16px rgba(28, 33, 41, 0.05);
}

.certificate-card i {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  background: rgba(240, 125, 0, 0.1);
  border: 1px solid rgba(240, 125, 0, 0.22);
}

.certificate-card strong {
  font-size: 0.98rem;
}

.faq-grid {
  display: grid;
  gap: 0.7rem;
  max-width: 920px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(28, 33, 41, 0.05);
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem 1.05rem;
  font-weight: 700;
  color: var(--accent);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

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

.faq-item[open] summary {
  background: #f8f4ef;
}

.faq-answer {
  padding: 1rem;
}

.faq-icon {
  color: var(--primary-strong);
}

.cta {
  padding: 1rem 0 4.8rem;
}

main#start .product-references {
  order: 8;
}

main#start .product-faq {
  order: 9;
}

main#start .product-cta {
  order: 10;
}

.references {
  padding: 1.2rem 0 2.2rem;
}

.references-head {
  margin-bottom: 1rem;
}

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

.reference-card {
  border: 1px solid rgba(204, 107, 0, 0.2);
  border-radius: var(--radius-md);
  background: #cc6b00;
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  box-shadow: 0 14px 28px rgba(204, 107, 0, 0.2);
}

.reference-card img {
  width: 100%;
  max-width: 170px;
  max-height: 48px;
  object-fit: contain;
}

.cta-box {
  background: #f07d00;
  border-radius: var(--radius-xl);
  color: #ffffff;
  padding: clamp(1.4rem, 3.8vw, 2.9rem);
  border: 1px solid rgba(240, 125, 0, 0.24);
  box-shadow: 0 24px 50px rgba(240, 125, 0, 0.34);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--action-gap);
  row-gap: var(--action-gap-tight);
  flex-wrap: wrap;
}

.product-card-body .btn {
  margin-top: auto;
}

.section-orange .product-card .feature-list li {
  background: transparent;
  border: 0;
  color: #705244;
  padding: 0;
}

.section-orange .product-card .feature-list i {
  color: var(--primary-strong);
}

.configurator-section {
  padding: var(--section-gap-top) 0 calc(var(--section-gap-bottom) + 0.6rem);
}

.config-form {
  margin-top: 1rem;
}

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

.config-groups {
  display: grid;
  gap: 0.9rem;
}

.config-group {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(28, 33, 41, 0.05);
  padding: 1rem;
  display: grid;
  gap: 0.8rem;
}

.config-group legend {
  padding: 0;
  width: 100%;
}

.config-group-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  align-items: start;
}

.config-group-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  background: rgba(240, 125, 0, 0.1);
  border: 1px solid rgba(240, 125, 0, 0.22);
}

.config-group-head strong {
  display: block;
  font-size: 1.02rem;
}

.config-group-head small {
  display: block;
  margin-top: 0.15rem;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.35;
}

.config-options,
.config-info-list {
  display: grid;
  gap: 0.62rem;
}

.config-option {
  border: 1px solid #edc2ab;
  border-radius: 12px;
  background: #fff;
  padding: 0.66rem 0.72rem;
  display: flex;
  justify-content: space-between;
  gap: 0.72rem;
  align-items: start;
}

.config-option-side {
  display: grid;
  justify-items: end;
  gap: 0.4rem;
}

.config-option-main {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.58rem;
  align-items: start;
  flex: 1;
}

.config-option-main input[type="checkbox"],
.config-option-main input[type="radio"] {
  margin-top: 0.18rem;
  accent-color: var(--primary);
}

.config-option-copy strong {
  display: block;
  font-size: 0.9rem;
  line-height: 1.2;
}

.config-option-copy small {
  display: block;
  margin-top: 0.18rem;
  color: #7a5f51;
  font-size: 0.8rem;
  line-height: 1.35;
}

.price-formula {
  display: inline-flex;
  width: fit-content;
  border: 1px solid #ffd9b3;
  border-radius: 999px;
  padding: 0.2rem 0.52rem;
  background: #ffe4cc;
  color: #cc6b00;
  font-size: 0.74rem;
  font-weight: 700;
  white-space: nowrap;
}

.config-counter-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.58rem;
}

.config-counter-row label {
  font-size: 0.8rem;
  color: #7a5f51;
}

.config-counter-row input {
  width: 88px;
  border: 1px solid #efc4ad;
  border-radius: 10px;
  background: #fff;
  color: var(--text);
  padding: 0.46rem 0.58rem;
}

.config-counter-inline {
  border: 1px solid #ffd9b3;
  border-radius: 999px;
  background: #ffe4cc;
  padding: 0.14rem 0.2rem 0.14rem 0.52rem;
  gap: 0.36rem;
}

.config-counter-inline span {
  color: #cc6b00;
  font-size: 0.73rem;
  font-weight: 700;
}

.config-counter-inline input {
  width: 66px;
  border: 1px solid #efb798;
  border-radius: 999px;
  background: #fff;
  color: #cc6b00;
  padding: 0.24rem 0.45rem;
  font-size: 0.74rem;
  font-weight: 700;
}

.config-field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.config-field {
  display: grid;
  gap: 0.34rem;
}

.config-field-full {
  grid-column: 1 / -1;
}

.config-field label {
  font-size: 0.82rem;
  color: #7a5f51;
  font-weight: 600;
}

.config-field input,
.config-field textarea {
  border: 1px solid #efc4ad;
  border-radius: 10px;
  background: #fff;
  color: var(--text);
  padding: 0.62rem 0.72rem;
  font: inherit;
}

.config-field input:focus,
.config-field textarea:focus {
  outline: 0;
  border-color: #df561c;
  box-shadow: 0 0 0 3px rgba(240, 125, 0, 0.16);
}

.range-meta {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  flex-wrap: wrap;
  color: #7a5f51;
  font-size: 0.78rem;
}

.config-group-range {
  gap: 0.9rem;
  padding: 1rem;
  border-color: var(--line);
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(28, 33, 41, 0.05);
}

.config-group-range .config-group-head {
  align-items: center;
}

.config-group-range .config-group-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  background: rgba(240, 125, 0, 0.1);
  border-color: rgba(240, 125, 0, 0.22);
  color: var(--primary);
}

.range-live-summary {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.65rem;
}

.range-live-summary strong {
  font-family: "Urbanist", "Segoe UI", sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.05;
  color: var(--accent);
}

.range-live-summary span {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: #cc6b00;
}

.config-group-range .config-field {
  gap: 0.62rem;
}

.config-group-range .config-field label {
  color: #7a5f51;
  font-size: 0.82rem;
}

.config-group-range .config-field input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: #e8d4cc;
  box-shadow: none;
  outline: none;
}

.config-group-range .config-field input[type="range"]:focus {
  box-shadow: none;
}

.config-group-range .config-field input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 3px solid #ffffff;
  background: var(--primary);
  box-shadow: 0 0 0 3px rgba(240, 125, 0, 0.16), 0 6px 14px rgba(204, 107, 0, 0.2);
  cursor: pointer;
}

.config-group-range .config-field input[type="range"]::-moz-range-track {
  height: 8px;
  border-radius: 999px;
  background: #f2cbb6;
}

.config-group-range .config-field input[type="range"]::-moz-range-progress {
  height: 8px;
  border-radius: 999px;
  background: var(--primary);
}

.config-group-range .config-field input[type="range"]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 0 3px rgba(240, 125, 0, 0.16), 0 6px 14px rgba(204, 107, 0, 0.2);
}

.range-scale {
  position: relative;
  min-height: 1.1rem;
  color: #7a5f51;
  font-size: 0.74rem;
  line-height: 1.3;
}

.range-scale-item {
  position: absolute;
  left: var(--tick-position, 0%);
  top: 0;
  transform: translateX(-50%);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.range-scale-item.is-first {
  left: 0;
  transform: none;
}

.range-scale-item.is-last {
  left: auto;
  right: 0;
  transform: none;
}

.config-group-range .range-meta {
  align-items: center;
}

.config-group-range .range-meta .price-formula {
  border-color: #ffd9b3;
  background: #ffe4cc;
  color: #cc6b00;
}

.config-group-range .range-meta .price-pill {
  background: #ffe4cc;
  border-color: #ffd9b3;
  color: #cc6b00;
}

.formula-hint {
  color: #7a5f51;
  font-size: 0.78rem;
}

.config-info-item {
  border: 1px solid #efc4ad;
  border-radius: 12px;
  background: #fff;
  padding: 0.66rem 0.72rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.62rem;
  align-items: start;
}

.config-info-item i {
  color: var(--primary-strong);
  margin-top: 0.12rem;
}

.config-info-item strong {
  display: block;
  font-size: 0.9rem;
}

.config-info-item small {
  display: block;
  margin-top: 0.18rem;
  color: #7a5f51;
  font-size: 0.8rem;
}

.info-value {
  display: inline-flex;
  border: 1px solid #ffd9b3;
  border-radius: 999px;
  background: #ffe4cc;
  color: #cc6b00;
  padding: 0.18rem 0.52rem;
  font-size: 0.74rem;
  font-weight: 700;
  white-space: nowrap;
}

.config-summary {
  border: 1px solid rgba(240, 125, 0, 0.6);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #cc6b00;
  color: #fff8f5;
  box-shadow: 0 18px 34px rgba(204, 107, 0, 0.24);
  position: sticky;
  top: 96px;
  padding: 1rem;
  display: grid;
  gap: 0.72rem;
}

.config-summary h3 {
  font-family: "Urbanist", "Segoe UI", sans-serif;
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.config-summary p {
  font-size: 0.86rem;
  line-height: 1.45;
  color: rgba(255, 244, 236, 0.92);
}

.config-summary ul {
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.config-total-live {
  border: 1px solid rgba(255, 231, 221, 0.34);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
  padding: 0.7rem 0.75rem;
  display: grid;
  gap: 0.2rem;
}

.config-total-live span {
  font-size: 0.78rem;
  color: rgba(255, 239, 231, 0.88);
}

.config-total-live strong {
  font-family: "Urbanist", "Segoe UI", sans-serif;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  line-height: 1;
  color: #fff1e6;
}

.config-cost-meta {
  display: grid;
  gap: 0.34rem;
}

.config-cost-meta p {
  margin: 0;
  border: 1px solid rgba(255, 231, 221, 0.24);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.42rem 0.56rem;
  display: flex;
  justify-content: space-between;
  gap: 0.45rem;
  align-items: center;
}

.config-cost-meta span {
  font-size: 0.76rem;
  color: rgba(255, 239, 231, 0.86);
}

.config-cost-meta strong {
  font-size: 0.84rem;
  color: #fff1e6;
  font-family: "Urbanist", "Segoe UI", sans-serif;
}

.config-summary li {
  border: 1px solid rgba(255, 231, 221, 0.28);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.5rem 0.58rem;
  display: flex;
  justify-content: space-between;
  gap: 0.4rem;
  align-items: center;
  font-size: 0.82rem;
}

.config-summary li strong {
  color: #ffe2d1;
  font-family: "Urbanist", "Segoe UI", sans-serif;
}

.config-summary small {
  color: rgba(255, 239, 231, 0.84);
  font-size: 0.76rem;
  line-height: 1.35;
}

.config-selection-summary {
  border: 1px solid rgba(255, 231, 221, 0.3);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.58rem 0.62rem;
  display: grid;
  gap: 0.4rem;
}

.config-selection-summary > strong {
  font-size: 0.82rem;
  color: rgba(255, 239, 231, 0.94);
}

.config-selection-summary ul {
  list-style: none;
  display: grid;
  gap: 0.32rem;
  margin: 0;
  padding: 0;
}

.config-selection-summary li {
  font-size: 0.78rem;
  color: rgba(255, 239, 231, 0.9);
  line-height: 1.35;
}

.config-summary .btn {
  width: 100%;
}

.product-card-body .chip,
.product-card-body .price-pill,
.section-head .chip,
.hero-actions .btn,
.nav-cta .btn,
.cta-box .btn {
  width: fit-content;
  max-width: 100%;
  align-self: start;
}

.cta-box .btn-primary {
  background: #ffffff;
  color: #f07d00;
}

.cta-box .btn-primary:hover {
  background: #ffffff;
  color: #d46f00;
}

.cta-box h2 {
  font-family: "Urbanist", "Segoe UI", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin-bottom: 0.45rem;
  letter-spacing: -0.02em;
}

.cta-box p {
  color: rgba(255, 241, 233, 0.92);
  max-width: 62ch;
}

.footer {
  padding: 0 0 2.1rem;
}

.footer-wrap {
  border-top: 1px solid rgba(204, 107, 0, 0.16);
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  flex-wrap: wrap;
  color: #576658;
  font-size: 0.85rem;
}

body.has-sticky-bar {
  padding-bottom: 104px;
}

.sticky-product-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
  background: #1a1f2a;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 -12px 28px rgba(6, 12, 22, 0.35);
  backdrop-filter: blur(8px);
}

.sticky-product-bar-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.85rem;
  padding-bottom: calc(0.85rem + env(safe-area-inset-bottom, 0px));
}

.sticky-product-label {
  margin: 0;
  display: grid;
  gap: 0.2rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.1;
}

.sticky-product-label strong {
  color: #fff;
  font-family: "Urbanist", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
}

.sticky-product-label span {
  font-size: 0.82rem;
  opacity: 0.86;
}

.sticky-product-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.sticky-product-actions .btn {
  min-height: 42px;
  padding: 0.62rem 0.95rem;
  white-space: nowrap;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes floatBlob {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(-15px, 14px, 0) rotate(4deg);
  }
}

@media (max-width: 1080px) {
  .sub-menu {
    width: min(var(--max-width), 92vw);
  }

  .mega-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mega-grid-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mega-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cards,
  .workflow-wrap,
  .category-grid,
  .about-grid {
    grid-template-columns: 1fr 1fr;
  }

  .split-grid,
  .icon-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .references-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .certificate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-layout {
    grid-template-columns: 1fr;
  }

  .config-layout {
    grid-template-columns: 1fr;
  }

  .config-summary {
    position: static;
  }

  .config-field-grid {
    grid-template-columns: 1fr;
  }

  .services-trust {
    position: static;
  }

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

  .featured {
    transform: none;
  }
}

@media (max-width: 820px) {
  .main-nav {
    display: none;
  }

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

  .mobile-nav {
    display: none;
    grid-template-columns: 1fr;
    gap: 0.3rem;
    padding: 0.7rem 0 1rem;
    max-height: 70vh;
    overflow-y: auto;
  }

  .mobile-nav a {
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    padding: 0.68rem 0.75rem;
    font-size: 0.92rem;
    color: var(--accent);
    display: inline-flex;
    align-items: center;
    gap: 0.58rem;
  }

  .mobile-nav a i {
    width: 1rem;
    text-align: center;
    color: var(--primary-strong);
  }

  .mobile-nav-heading {
    margin-top: 0.55rem;
    color: #7f6a61;
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0.3rem 0.1rem 0;
  }

  .mobile-nav.is-open {
    display: grid;
  }

  .sub-menu {
    width: min(var(--max-width), 92vw);
    left: 50%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .topbar-inner {
    min-height: 70px;
  }

  .brand-logo {
    height: 34px;
  }

  .page-configure .hero {
    padding-top: 0.72rem;
    padding-bottom: 0.3rem;
  }

  .page-configure .hero-photo {
    padding-top: 1rem;
    padding-bottom: 0.46rem;
    background-position: 62% center;
  }

  .page-configure .hero-grid-single {
    --configure-hero-gap: 0.58rem;
    padding: var(--configure-hero-gap) 0.75rem;
  }

  .page-configure .hero h1 {
    font-size: clamp(1.35rem, 6vw, 1.72rem);
    margin: 0.36rem 0 0.4rem;
  }

  .page-configure .hero p {
    font-size: 0.82rem;
    line-height: 1.3;
  }

  .page-configure .hero-actions {
    margin-top: 0.4rem;
  }

  .page-configure .hero-price-note {
    margin-top: 0.34rem;
    font-size: 0.68rem;
  }

  .page-configure .hero-trust {
    display: none;
  }

  .hero {
    padding-top: 4.2rem;
  }

  .hero-photo {
    padding-top: 4.2rem;
    padding-bottom: 2.4rem;
    background-position: 62% center;
  }

  .hero-grid,
  .numbers-grid,
  .cards,
  .workflow-wrap,
  .category-grid,
  .about-grid,
  .service-list,
  .service-card-grid {
    grid-template-columns: 1fr;
  }

  .split-grid,
  .icon-grid,
  .certificate-grid {
    grid-template-columns: 1fr;
  }

  .config-option {
    flex-direction: column;
  }

  .config-option-side {
    justify-items: start;
  }

  .config-counter-row {
    justify-content: flex-start;
  }

  .config-summary .btn {
    width: fit-content;
  }

  .split-grid-reverse .split-copy,
  .split-grid-reverse .split-media {
    order: initial;
  }

  .references-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-media-main {
    height: 250px;
  }

  .about-detail-grid {
    grid-template-columns: 1fr;
  }

  .about-detail-shot {
    height: 100px;
  }

  .quote-card {
    grid-template-columns: 56px 1fr;
  }

  .quote-card img {
    width: 56px;
    height: 56px;
  }

  .hero-panel {
    order: -1;
  }

  .product-card-top {
    flex-direction: column;
  }

  .feature-table th,
  .feature-table td {
    padding: 0.8rem 0.85rem;
    font-size: 0.86rem;
  }

  .nav-cta .btn-ghost {
    display: none;
  }

  body.has-sticky-bar {
    padding-bottom: 132px;
  }

  .sticky-product-bar-inner {
    min-height: 108px;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
  }

  .sticky-product-label {
    width: 100%;
    text-align: center;
  }

  .sticky-product-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .sticky-product-actions .btn {
    justify-content: center;
    width: 100%;
  }
}
