﻿:root {
  --bg: #f2f5f8;
  --bg-soft: #e7edf3;
  --surface-strong: #ffffff;
  --text: #12202e;
  --muted: #556878;
  --line: rgba(18, 32, 46, 0.13);
  --primary: #2f7398;
  --primary-strong: #1f4f6d;
  --teal: #4ea7b3;
  --accent: #89a9c1;
  --success: #1f735b;
  --shadow-soft: 0 14px 34px rgba(10, 32, 50, 0.1);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --hero-radial-a: rgba(255, 224, 196, 0.88);
  --hero-radial-b: rgba(181, 202, 255, 0.62);
  --hero-linear-a: #ffe2c8;
  --hero-linear-b: #e8efff;
  --hero-linear-c: #ced9ff;
  --hero-glow: rgba(132, 155, 225, 0.3);
}

body.theme-default {
  --bg: #eef9fb;
  --bg-soft: #e1f2f6;
  --text: #122b36;
  --muted: #4c6977;
  --line: rgba(22, 83, 101, 0.12);
  --hero-radial-a: rgba(211, 255, 249, 0.84);
  --hero-radial-b: rgba(153, 225, 255, 0.56);
  --hero-linear-a: #d7fff7;
  --hero-linear-b: #caf4ff;
  --hero-linear-c: #bde7ff;
  --hero-glow: rgba(106, 181, 214, 0.3);
  background:
    linear-gradient(155deg, rgba(48, 134, 161, 0.1), transparent 40%),
    linear-gradient(338deg, rgba(83, 186, 196, 0.11), transparent 45%),
    var(--bg);
}

body.theme-default .site-header {
  background: rgba(240, 250, 253, 0.84);
  border-bottom-color: rgba(22, 83, 101, 0.12);
}

body.theme-default .site-header.is-scrolled {
  background: rgba(248, 253, 255, 0.95);
  border-color: rgba(22, 83, 101, 0.18);
}

body.theme-default .site-footer {
  background:
    linear-gradient(180deg, rgba(223, 245, 250, 0.76), rgba(237, 250, 253, 0.95)),
    #eef9fb;
  border-top-color: rgba(22, 83, 101, 0.18);
}

body.theme-default:not(.page-fewo) .hero {
  background:
    radial-gradient(circle at 6% 8%, rgba(210, 255, 246, 0.98), transparent 34%),
    radial-gradient(circle at 92% 10%, rgba(126, 206, 255, 0.62), transparent 36%),
    radial-gradient(circle at 78% 88%, rgba(98, 171, 223, 0.38), transparent 41%),
    radial-gradient(circle at 38% 112%, rgba(116, 212, 232, 0.34), transparent 46%),
    linear-gradient(136deg, #f0fff9 0%, #d8f4ff 34%, #b8dcf7 68%, #9fc2e8 100%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Outfit", "Segoe UI", sans-serif;
  color: var(--text);
  line-height: 1.65;
  background:
    linear-gradient(155deg, rgba(47, 115, 152, 0.08), transparent 40%),
    linear-gradient(338deg, rgba(78, 167, 179, 0.1), transparent 45%),
    var(--bg);
  min-height: 100vh;
  overflow-x: clip;
}

.ambient-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.6;
}

.orb-one {
  width: 460px;
  height: 460px;
  top: -220px;
  left: -130px;
  background: radial-gradient(circle, rgba(47, 115, 152, 0.28), transparent 66%);
  animation: driftOne 18s ease-in-out infinite;
}

.orb-two {
  width: 420px;
  height: 420px;
  right: -100px;
  top: 12%;
  background: radial-gradient(circle, rgba(78, 167, 179, 0.2), transparent 62%);
  animation: driftTwo 22s ease-in-out infinite;
}

.orb-three {
  width: 360px;
  height: 360px;
  left: 42%;
  bottom: -160px;
  background: radial-gradient(circle, rgba(137, 169, 193, 0.22), transparent 68%);
  animation: driftThree 20s ease-in-out infinite;
}

.noise {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.35) 1px, transparent 1.2px),
    radial-gradient(circle at 75% 22%, rgba(0, 0, 0, 0.2) 0.6px, transparent 0.8px),
    radial-gradient(circle at 40% 88%, rgba(255, 255, 255, 0.28) 1px, transparent 1.2px);
  background-size: 170px 170px, 130px 130px, 150px 150px;
}

.progress-track {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 1200;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(10px);
}

.progress-fill {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--primary), var(--teal), #7fb7c8);
  transition: width 0.12s linear;
}

h1,
h2,
h3 {
  margin: 0 0 0.9rem;
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

p {
  margin: 0 0 1rem;
}

img,
svg {
  max-width: 100%;
}

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

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

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

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

.section {
  padding: 6.6rem 0;
}

.eyebrow {
  margin-bottom: 0.7rem;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--primary);
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 1.02rem 1.58rem;
  font-size: 1.03rem;
  font-weight: 700;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.btn::after {
  content: "";
  position: absolute;
  width: 32%;
  height: 180%;
  top: -40%;
  left: -42%;
  transform: rotate(20deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transition: left 0.5s ease;
}

.btn:hover::after {
  left: 112%;
}

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

.btn svg {
  width: 1rem;
  height: 1rem;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(130deg, var(--primary), var(--primary-strong));
  box-shadow: 0 16px 26px rgba(47, 115, 152, 0.33);
}

.btn-primary:hover {
  box-shadow: 0 20px 30px rgba(47, 115, 152, 0.38);
}

.btn-secondary {
  color: var(--text);
  border-color: var(--line);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.93), rgba(238, 248, 252, 0.76));
}

.btn-secondary:hover {
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.98), rgba(231, 245, 251, 0.82));
}

.btn-nav {
  padding: 0.78rem 1.24rem;
  font-size: 0.96rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1100;
  border-bottom: 1px solid rgba(18, 32, 46, 0.08);
  backdrop-filter: blur(14px);
  background: rgba(248, 251, 255, 0.8);
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(18, 32, 46, 0.14);
  box-shadow: 0 10px 24px rgba(9, 30, 46, 0.09);
}

.header-inner {
  min-height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: 0.01em;
}

.brand-mark {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.72rem;
  display: inline-grid;
  place-items: center;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  background: linear-gradient(140deg, #0f2739, #1e4a66);
  box-shadow: 0 10px 18px rgba(10, 30, 46, 0.22);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  display: block;
}

.brand-text {
  display: grid;
  gap: 0.05rem;
}

.brand-text strong {
  font-size: 1.04rem;
  font-weight: 700;
  color: #0f2232;
  line-height: 1.1;
}

.brand-text small {
  color: #5a6f7f;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

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

.site-nav a {
  color: #365062;
  font-size: 0.96rem;
  font-weight: 600;
  transition: color 0.2s ease, background-color 0.2s ease;
  padding: 0.4rem 0.62rem;
  border-radius: 0.6rem;
}

.site-nav a:hover {
  color: var(--text);
  background: rgba(227, 238, 246, 0.8);
}

.site-nav .btn-nav {
  color: #fff;
  background: linear-gradient(130deg, var(--primary), var(--primary-strong));
  box-shadow: 0 10px 20px rgba(47, 115, 152, 0.24);
}

.site-nav .btn-nav:hover {
  color: #fff;
  background: linear-gradient(130deg, #2a6b8d, #1c4760);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-trigger {
  border: 0;
  background: transparent;
  color: #365062;
  font-size: 0.96rem;
  font-weight: 600;
  transition: color 0.2s ease, background-color 0.2s ease;
  padding: 0.4rem 0.62rem;
  border-radius: 0.6rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
  font-family: inherit;
}

.nav-dropdown-trigger svg {
  width: 0.82rem;
  height: 0.82rem;
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}

.nav-dropdown-trigger:hover {
  color: var(--text);
  background: rgba(227, 238, 246, 0.8);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 210px;
  padding: 0.4rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-soft);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  z-index: 20;
}

.nav-dropdown-menu a {
  display: block;
  padding: 0.45rem 0.6rem;
  border-radius: 8px;
}

.nav-dropdown-menu a:hover {
  background: var(--bg-soft);
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown.is-open .nav-dropdown-trigger svg {
  transform: rotate(-90deg);
}

.menu-toggle {
  display: none;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.88);
  padding: 0.45rem;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 0.42rem 0;
  background: var(--text);
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding-top: 7.2rem;
  padding-bottom: 6rem;
  background:
    radial-gradient(circle at 8% 8%, var(--hero-radial-a), transparent 34%),
    radial-gradient(circle at 82% 86%, var(--hero-radial-b), transparent 36%),
    linear-gradient(130deg, var(--hero-linear-a) 0%, var(--hero-linear-b) 46%, var(--hero-linear-c) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 12% 24%, rgba(255, 255, 255, 0.28) 1px, transparent 1.2px),
    radial-gradient(circle at 78% 14%, rgba(16, 34, 47, 0.16) 0.7px, transparent 1px);
  background-size: 150px 150px, 180px 180px;
  opacity: 0.16;
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  width: 620px;
  height: 620px;
  right: -140px;
  top: -170px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--hero-glow), transparent 67%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 2.8rem;
  align-items: center;
}

.hero-copy {
  max-width: 700px;
}

.hero-copy h1 {
  font-size: clamp(2.9rem, 6vw, 5.15rem);
  margin-bottom: 0.7rem;
  color: #061623;
  letter-spacing: -0.01em;
}

.hero-subline {
  margin-bottom: 1rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.35rem, 2.7vw, 2.1rem);
  font-weight: 600;
  color: #102b3d;
}

.hero-copy .lead {
  max-width: 58ch;
  color: #1c3748;
  font-size: 1.2rem;
  line-height: 1.6;
}

.hero-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.95rem;
  padding: 0.34rem 0.82rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(6, 30, 46, 0.08);
  color: #1a5a77;
}

.hero-cta {
  margin: 2.2rem 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
}

.hero .btn-primary {
  background: linear-gradient(140deg, #061726, #0e2a3f);
  box-shadow: 0 16px 30px rgba(6, 23, 38, 0.32);
}

.hero .btn-primary:hover {
  box-shadow: 0 20px 32px rgba(6, 23, 38, 0.36);
}

.hero .btn-secondary {
  border-color: rgba(6, 30, 46, 0.15);
  background: rgba(255, 255, 255, 0.8);
}

.hero-pills {
  display: grid;
  gap: 0.62rem;
}

.hero-pills li {
  display: inline-flex;
  align-items: center;
  gap: 0.58rem;
  font-size: 1.02rem;
  font-weight: 600;
  color: #163345;
}

.hero-pills svg {
  width: 1.02rem;
  height: 1.02rem;
  color: #1e6b8f;
}

.hero-proof-line {
  margin-top: 1.15rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #26455a;
}

.hero-panel {
  position: relative;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  overflow: visible;
  backdrop-filter: none;
}

.hero-panel::before,
.hero-panel::after {
  display: none;
}

.hero-showcase {
  position: relative;
  min-height: 460px;
}

.hero-shot {
  position: absolute;
  margin: 0;
  width: 84%;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 50px rgba(10, 32, 50, 0.22);
  background: #ffffff;
}

.hero-shot img {
  display: block;
  width: 100%;
  height: 290px;
  object-fit: cover;
}

.hero-shot-back {
  left: 0;
  top: 8px;
  transform: rotate(-4.5deg);
}

.hero-shot-back img {
  object-position: center 50%;
}

.hero-shot-front {
  right: 0;
  bottom: 20px;
  transform: none;
}

.hero-shot-front img {
  object-position: center 50%;
  object-fit: cover;
  background: transparent;
  padding: 0;
}

.hero-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  z-index: 3;
  backdrop-filter: blur(6px);
}

.hero-chip-speed {
  top: 34px;
  left: -16px;
  background: #061726;
  color: #ffffff;
  padding: 0.74rem 0.88rem;
  font-size: 1.26rem;
  line-height: 1;
  box-shadow: 0 16px 26px rgba(6, 23, 38, 0.26);
}

.hero-panel-note {
  margin-top: 0.95rem;
  text-align: right;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #0e2f44;
}

.hero-panel-note a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
}

.hero-panel-note a:hover {
  color: #0a2638;
}
.solo-benefit {
  padding-top: 2.3rem;
}

.solo-benefit + .about-section {
  padding-top: 2.1rem;
}

.process-section + .section#pakete {
  padding-top: 4.9rem;
}

.references-section + .faq-section {
  padding-top: 5rem;
}

.branch-hint-section {
  padding: 0.6rem 0 2.5rem;
}

.branch-hint {
  position: relative;
  border: 1px solid rgba(47, 115, 152, 0.18);
  border-radius: 24px;
  padding: 1.55rem 1.6rem;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(243, 250, 255, 0.9)),
    #ffffff;
  box-shadow: 0 18px 34px rgba(10, 30, 46, 0.09);
  backdrop-filter: blur(6px);
  overflow: hidden;
  isolation: isolate;
  display: flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: space-between;
}

.branch-hint::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -120px;
  top: -170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(100, 188, 216, 0.2), transparent 68%);
  z-index: 0;
}

.branch-hint::after {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(47, 115, 152, 0.82), rgba(78, 167, 179, 0.75), rgba(143, 189, 214, 0.65));
  z-index: 0;
}

.branch-hint > div {
  position: relative;
  z-index: 1;
}

.branch-hint h3 {
  margin-bottom: 0.4rem;
  font-size: clamp(1.3rem, 2.2vw, 1.55rem);
  line-height: 1.24;
}

.branch-hint p {
  margin: 0;
  color: var(--muted);
  max-width: 60ch;
  line-height: 1.6;
}

.branch-actions {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.branch-actions .btn {
  min-width: 242px;
  box-shadow: 0 12px 24px rgba(47, 115, 152, 0.18);
}

.branch-hint .eyebrow {
  margin-bottom: 0.42rem;
}

.solo-grid {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 1.8rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.62);
  padding: 2.35rem;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(241, 248, 252, 0.8));
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}

.solo-grid h2 {
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
}

.solo-grid p {
  color: var(--muted);
  font-size: 1.08rem;
}

.solo-detail-intro {
  margin: 1.05rem 0 0.72rem;
  font-size: 1rem;
}

.solo-detail-footer {
  grid-column: 1 / -1;
  margin-top: 0.25rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(69, 116, 144, 0.12);
}

.solo-detail-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
}

.solo-detail-links .btn {
  min-height: 44px;
}

.solo-points {
  display: grid;
  gap: 0.78rem;
}

.solo-points .eyebrow {
  margin: 0 0 0.2rem;
}

.solo-points-title {
  margin: 0 0 0.25rem;
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
  line-height: 1.35;
  color: #102b3d;
  font-weight: 800;
}

.solo-points article {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface-strong);
  padding: 1.2rem;
  box-shadow: 0 8px 20px rgba(11, 28, 44, 0.06);
}

.solo-points h3 {
  font-size: 1.16rem;
  margin-bottom: 0.34rem;
}

.section-head {
  max-width: 880px;
  margin-bottom: 2.8rem;
}

.section-head h2 {
  font-size: clamp(2.1rem, 4vw, 3.25rem);
  background: linear-gradient(125deg, #173042 20%, var(--primary) 60%, var(--teal) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.section-head p {
  color: var(--muted);
  font-size: 1.13rem;
}

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

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

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

@media (min-width: 1380px) {
  .service-grid.service-grid-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.service-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--radius-lg);
  padding: 1.55rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(235, 246, 251, 0.72));
  box-shadow: 0 12px 24px rgba(11, 28, 44, 0.08);
  backdrop-filter: blur(8px);
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.35s ease;
  transform-style: preserve-3d;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  border: 1px solid rgba(47, 115, 152, 0);
  transition: border-color 0.3s ease;
}

.service-card:hover::after {
  border-color: rgba(78, 167, 179, 0.26);
}

.service-card:hover {
  box-shadow: 0 22px 35px rgba(11, 28, 44, 0.14);
}

.service-icon {
  width: 3.15rem;
  height: 3.15rem;
  border-radius: 12px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 1rem;
  background: linear-gradient(160deg, rgba(47, 115, 152, 0.22), rgba(78, 167, 179, 0.09));
  color: var(--primary-strong);
}

.service-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.service-card h3 {
  font-size: 1.36rem;
  margin-bottom: 0.7rem;
}

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

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.46rem;
  margin-top: 0.96rem;
}

.service-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.36rem 0.74rem;
  border-radius: 14px;
  border: 1px solid rgba(47, 115, 152, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 248, 255, 0.9));
  color: #234f69;
  font-size: 0.79rem;
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1.2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 1px 2px rgba(9, 26, 40, 0.06);
}


.process-section {
  position: relative;
}

.process-timeline {
  position: relative;
  margin-top: 1.6rem;
  --line-progress: 0%;
}

.process-timeline::before,
.process-timeline::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 3px;
  border-radius: 999px;
  transform: translateX(-50%);
}

.process-timeline::before {
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(47, 115, 152, 0.15), rgba(78, 167, 179, 0.18));
}

.process-timeline::after {
  top: 0;
  height: var(--line-progress);
  background: linear-gradient(180deg, var(--primary), var(--teal), var(--accent));
  box-shadow: 0 0 16px rgba(47, 115, 152, 0.26);
  transition: height 0.2s linear;
}

.process-step {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
  margin-bottom: 2.8rem;
}

.process-step::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(78, 167, 179, 0.24);
  transform: translate(-50%, -50%);
}

.process-step:nth-child(even) .step-content {
  order: 2;
}

.process-step:nth-child(even) .step-visual {
  order: 1;
}

.step-content {
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(248, 252, 255, 0.72));
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(9px);
}

.step-content {
  padding: 1.65rem;
}

.step-number {
  margin: 0 0 0.45rem;
  color: var(--primary);
  letter-spacing: 0.09em;
  font-weight: 800;
  font-size: 0.82rem;
}

.step-content h3 {
  font-size: 1.5rem;
}

.step-meta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.9rem;
  padding: 0.24rem 0.7rem;
  border-radius: 999px;
  background: rgba(47, 115, 152, 0.12);
  font-size: 0.85rem;
  color: #2f586e;
  line-height: 1.35;
  max-width: 100%;
}

.step-meta svg {
  width: 0.9rem;
  height: 0.9rem;
}

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

.step-visual {
  position: relative;
  overflow: visible;
  min-height: 215px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  border-radius: 0;
  transform-style: flat;
}

.step-visual img {
  position: relative;
  width: min(380px, 84%);
  height: auto;
  object-fit: contain;
  padding: 0;
  transform: none;
  transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1), filter 0.8s ease;
  filter: saturate(1) contrast(1.02);
}

.step-visual::before {
  display: none;
}

.step-visual svg {
  width: 2.2rem;
  height: 2.2rem;
  color: #f4fbff;
  filter: drop-shadow(0 4px 14px rgba(6, 17, 27, 0.4));
}

.step-visual span {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.18rem;
  color: #f4fbff;
  text-shadow: 0 7px 18px rgba(6, 17, 27, 0.45);
}

.process-step:hover .step-visual img {
  transform: scale(1.04);
  filter: saturate(1.02) contrast(1.04);
}

.process-step:nth-child(1) .step-visual img {
  object-position: center 46%;
}

.process-step:nth-child(2) .step-visual img {
  object-position: center 48%;
}

.process-step:nth-child(3) .step-visual img {
  object-position: center 42%;
}

.process-step:nth-child(4) .step-visual img {
  object-position: center 40%;
}

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

.about-unified {
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(246, 251, 255, 0.7));
  padding: 1.9rem;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(8px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  grid-template-areas:
    "copy avatar"
    "headline avatar"
    "body avatar";
  align-items: stretch;
  column-gap: 1.4rem;
  row-gap: 1rem;
}

.avatar {
  grid-area: avatar;
  width: 100%;
  max-width: 320px;
  height: auto;
  border-radius: 0;
  display: grid;
  place-items: end center;
  justify-self: end;
  margin-bottom: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  order: 2;
}

.avatar img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
}

.about-card-copy {
  grid-area: copy;
  display: grid;
  gap: 0.35rem;
  order: 1;
}

.about-headline {
  grid-area: headline;
}

.about-mini-logo {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 0.5rem;
}

.about-subtitle {
  color: var(--muted);
  font-size: 1rem;
  max-width: 52ch;
}

.avatar.avatar-tall {
  height: 100%;
}

.avatar.avatar-tall img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.about-body {
  grid-area: body;
  margin-top: 0;
}

.about-body h3 {
  font-size: 1.75rem;
}

.about-body p {
  color: var(--muted);
  font-size: 1.06rem;
}

.about-reasons-title {
  margin: 1rem 0 0.35rem;
  color: #28485c;
  font-weight: 700;
}

.about-list {
  margin-top: 1.1rem;
  display: grid;
  gap: 0.62rem;
}

.about-list li {
  display: inline-flex;
  gap: 0.52rem;
  align-items: flex-start;
  color: #28485c;
  font-weight: 600;
}

.about-cta-highlight {
  margin: 1rem 0 0.35rem;
  color: #28485c;
  font-weight: 700;
}

.about-cta-highlight a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.about-list svg {
  width: 0.98rem;
  height: 0.98rem;
  color: var(--success);
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.references-carousel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.9rem;
}

.reference-viewport {
  overflow: hidden;
  border-radius: var(--radius-lg);
  touch-action: pan-y;
}

.reference-viewport:focus-visible {
  outline: 2px solid rgba(47, 115, 152, 0.45);
  outline-offset: 3px;
}

.reference-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
  will-change: transform;
}

.reference-card {
  flex: 0 0 100%;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: var(--radius-lg);
  overflow: clip;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(244, 251, 255, 0.74));
  box-shadow: var(--shadow-soft);
}

.reference-image {
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-bottom: 1px solid rgba(18, 32, 46, 0.08);
}

.reference-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  filter: saturate(0.92) contrast(1.04);
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1), filter 0.7s ease;
}

.reference-card:hover .reference-image img {
  transform: scale(1.08);
  filter: saturate(1) contrast(1.08);
}

.reference-content {
  padding: 1.25rem;
}

.reference-tag {
  margin: 0 0 0.4rem;
  font-size: 0.73rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--primary);
}

.reference-card h3 {
  font-size: 1.34rem;
  margin-bottom: 0.54rem;
}

.reference-result {
  margin-bottom: 0.7rem;
  color: #294b60;
  font-weight: 600;
}

.reference-quote {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  font-style: italic;
}

.reference-link {
  display: inline-flex;
  margin-top: 0.85rem;
  font-weight: 700;
  color: #1d4d68;
  border-bottom: 1px solid rgba(29, 77, 104, 0.35);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.reference-link:hover {
  color: #0f2f44;
  border-color: rgba(15, 47, 68, 0.55);
}

.reference-dots {
  margin-top: 0.95rem;
  display: flex;
  justify-content: center;
  gap: 0.48rem;
}

.reference-dot {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 999px;
  border: 0;
  background: rgba(47, 115, 152, 0.24);
  cursor: pointer;
  transition: width 0.22s ease, background-color 0.22s ease;
}

.reference-dot.is-active {
  width: 1.6rem;
  background: linear-gradient(90deg, var(--primary), var(--teal));
}

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

.package-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: var(--radius-xl);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.9), rgba(246, 251, 255, 0.72));
  padding: 1.6rem;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  transform-style: preserve-3d;
}

.package-card.featured {
  border: 1px solid rgba(47, 115, 152, 0.42);
  box-shadow: 0 24px 40px rgba(47, 115, 152, 0.2);
}

.package-card.featured::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(130deg, rgba(47, 115, 152, 0.08), rgba(78, 167, 179, 0.04) 45%, rgba(137, 169, 193, 0.08));
}

.package-badge {
  position: absolute;
  top: -10px;
  right: 14px;
  margin: 0;
  padding: 0.33rem 0.66rem;
  border-radius: 999px;
  background: linear-gradient(130deg, #739cb7, #8ab2c2);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
}

.package-name {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 800;
}

.package-card h3 {
  font-size: 1.42rem;
  margin-top: 0.25rem;
}

.package-price {
  margin: 0.24rem 0 0.25rem;
  font-size: 2.2rem;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
}
`r`n
.package-price-request {
  font-size: 1.75rem;
  white-space: nowrap;
}

.package-card ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.58rem;
  margin-bottom: 1.2rem;
}

.package-card li {
  display: inline-flex;
  gap: 0.45rem;
  align-items: flex-start;
  color: #27485d;
  font-weight: 600;
  font-size: 1.01rem;
}

.package-card li svg {
  width: 0.95rem;
  height: 0.95rem;
  color: var(--success);
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.package-card .btn {
  margin-top: auto;
}

.addon-grid {
  margin-top: 1.7rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  max-width: 100%;
}

.addon-card {
  position: relative;
  border: 1px solid rgba(47, 115, 152, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 252, 255, 0.92)),
    #ffffff;
  box-shadow: 0 18px 38px rgba(11, 28, 44, 0.08);
  padding: 1.15rem 1.2rem;
  overflow: hidden;
}

.addon-card-split {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(250px, 0.9fr);
  gap: 1.35rem;
  align-items: start;
  padding: 1.35rem 1.35rem 1.22rem;
}

.addon-main {
  min-width: 0;
}

.addon-label {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  margin: 0 0 0.48rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1f5a79;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.addon-label::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: linear-gradient(140deg, #2f7398, #63b9d6);
  box-shadow: 0 0 0 3px rgba(47, 115, 152, 0.12);
}

.addon-card h3 {
  margin-bottom: 0.36rem;
  font-size: clamp(1.24rem, 2.2vw, 1.5rem);
  line-height: 1.25;
}

.addon-price {
  margin: 0 0 0.56rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #123a54;
}

.addon-text {
  margin: 0;
  color: #3a586b;
  font-size: 0.96rem;
  line-height: 1.62;
  max-width: 56ch;
}

.addon-side {
  border-left: 1px solid rgba(47, 115, 152, 0.18);
  border-radius: 0;
  background: transparent;
  padding: 0.25rem 0 0.25rem 1.12rem;
}

.addon-side-title {
  margin: 0 0 0.66rem;
  color: #214f69;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.addon-list {
  display: grid;
  gap: 0.72rem;
  margin: 0;
}

.addon-list li {
  display: flex;
  align-items: center;
  gap: 0.56rem;
  color: #2e5167;
  font-size: 0.92rem;
  font-weight: 600;
  padding: 0.12rem 0;
  border: 0;
  background: transparent;
}

.addon-list svg {
  width: 0.8rem;
  height: 0.8rem;
  padding: 0.22rem;
  box-sizing: content-box;
  border-radius: 999px;
  background: rgba(47, 115, 152, 0.1);
  color: var(--primary);
  flex-shrink: 0;
}

.faq-list {
  max-width: 860px;
}

.faq-more-actions {
  margin-top: 0.85rem;
  display: flex;
  justify-content: center;
}

.faq-more-toggle {
  padding: 0.7rem 1.05rem;
  font-size: 0.9rem;
}

.faq-more-icon {
  width: 0.95rem;
  height: 0.95rem;
  transform: rotate(90deg);
  transition: transform 0.24s ease;
}

.faq-more-toggle[aria-expanded="true"] .faq-more-icon {
  transform: rotate(-90deg);
}

.faq-item {
  margin-bottom: 0.75rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(247, 252, 255, 0.75));
  overflow: clip;
  box-shadow: 0 10px 20px rgba(11, 28, 44, 0.06);
  transition: box-shadow 0.25s ease;
}

.faq-item.active {
  box-shadow: 0 18px 28px rgba(11, 28, 44, 0.11), 0 0 0 1px rgba(78, 167, 179, 0.16);
}

.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-align: left;
  padding: 1.2rem 1.3rem;
  cursor: pointer;
  color: var(--text);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.08rem;
}

.faq-question svg {
  width: 1rem;
  height: 1rem;
  color: var(--primary);
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.34s ease;
}

.faq-answer p {
  margin: 0;
  color: var(--muted);
  padding: 0 1.3rem 1.2rem;
  font-size: 1.02rem;
}

.faq-item.active .faq-question svg {
  transform: rotate(45deg);
}

.contact-section {
  padding-bottom: 6.2rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1.25rem;
}

.contact-copy,
.contact-form {
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(247, 252, 255, 0.76));
  padding: 1.8rem;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(9px);
}

.contact-copy h2 {
  font-size: clamp(1.95rem, 3.2vw, 2.7rem);
}

.contact-copy p {
  color: var(--muted);
  font-size: 1.08rem;
}

.contact-list {
  margin-top: 1.14rem;
  display: grid;
  gap: 0.72rem;
}

.contact-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  color: #2b4a5e;
  font-weight: 600;
}

.contact-list svg {
  width: 1.02rem;
  height: 1.02rem;
  color: var(--primary);
}

.form-row {
  margin-bottom: 0.86rem;
}

.form-row.two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.84rem;
  color: #2d4a5f;
  font-weight: 700;
}

.required-star {
  color: #d93025;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(11, 28, 44, 0.16);
  border-radius: 11px;
  font: inherit;
  color: var(--text);
  background: rgba(255, 255, 255, 0.9);
  padding: 0.72rem 0.78rem;
  transition: border-color 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: rgba(47, 115, 152, 0.63);
  box-shadow: 0 0 0 3px rgba(78, 167, 179, 0.14);
  background: #fff;
}

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

.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin: 1rem 0;
  font-size: 0.88rem;
  color: #365368;
}

.checkbox-row input {
  width: auto;
  margin-top: 0.22rem;
}

.btn.full {
  width: 100%;
}

.form-success {
  display: none;
  margin-top: 0.82rem;
  padding: 0.72rem 0.84rem;
  border-radius: 12px;
  border: 1px solid rgba(31, 115, 91, 0.24);
  background: linear-gradient(130deg, rgba(231, 249, 243, 0.95), rgba(241, 252, 247, 0.92));
  color: #1d5f4d;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
}

.form-success.is-visible {
  display: block;
}

.form-success.is-error {
  border-color: rgba(178, 59, 78, 0.28);
  background: linear-gradient(130deg, rgba(253, 238, 241, 0.95), rgba(255, 246, 248, 0.92));
  color: #9d3042;
}

.site-footer {
  margin-top: 1.2rem;
  border-top: 1px solid rgba(18, 32, 46, 0.14);
  background:
    linear-gradient(180deg, rgba(236, 245, 252, 0.7), rgba(248, 251, 255, 0.92)),
    #f6fafd;
  padding: 2.6rem 0 1rem;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.9fr;
  gap: 1.4rem;
  align-items: start;
}

.footer-brand p {
  margin-top: 0.9rem;
  color: #4e6475;
  max-width: 42ch;
  font-size: 1.02rem;
}

.footer-owner {
  margin: -0.15rem 0 0;
  color: #2c4f64;
  font-size: 0.9rem;
  font-weight: 700;
}

.footer-brand-link .brand-mark {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 0.65rem;
}

.footer-col {
  display: grid;
  gap: 0.45rem;
}

.footer-title {
  margin: 0 0 0.35rem;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #122739;
  font-size: 1.02rem;
}

.footer-col a {
  color: #4c6577;
  font-weight: 600;
  font-size: 0.98rem;
}

.footer-mail-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.footer-mail-link svg {
  width: 0.9rem;
  height: 0.9rem;
  color: var(--primary);
  flex-shrink: 0;
}

.footer-contact-btn {
  margin-top: 0.35rem;
  width: fit-content;
}

.footer-col a.footer-contact-btn,
.footer-col a.footer-contact-btn:hover {
  color: var(--text);
}

.footer-col a:hover {
  color: #1b4159;
}

.footer-bottom {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(18, 32, 46, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #5a6f7f;
  font-size: 0.92rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-legal {
  display: inline-flex;
  gap: 0.85rem;
  align-items: center;
}

.footer-legal a {
  color: #2d556e;
  font-weight: 700;
  font-size: 0.88rem;
}

.reveal {
  opacity: 0;
  transform: translateY(26px) scale(0.98);
  filter: blur(4px);
  transition: opacity 0.74s ease, transform 0.74s cubic-bezier(0.2, 0.72, 0.2, 1), filter 0.74s ease;
  transition-delay: var(--delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

@keyframes driftOne {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(40px, 24px);
  }
}

@keyframes driftTwo {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-36px, 35px);
  }
}

@keyframes driftThree {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(24px, -30px);
  }
}

@media (max-width: 1080px) {
  .service-grid,
  .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .site-nav {
    position: absolute;
    top: calc(100% + 9px);
    right: 4vw;
    width: min(350px, 92vw);
    padding: 0.84rem;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: var(--shadow-soft);
    display: grid;
    gap: 0.62rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  }

  .site-nav a {
    padding: 0.42rem;
    border-radius: 8px;
  }

  .site-nav a:hover {
    background: var(--bg-soft);
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-nav .btn-nav {
    width: 100%;
    justify-content: center;
  }

  .nav-dropdown {
    display: grid;
    gap: 0.35rem;
  }

  .nav-dropdown-trigger {
    width: 100%;
    justify-content: space-between;
    padding: 0.42rem;
    border-radius: 8px;
    text-align: left;
  }

  .nav-dropdown-menu {
    position: static;
    min-width: 0;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-radius: 10px;
    margin-top: 0;
  }

  .nav-dropdown.is-open .nav-dropdown-menu {
    display: grid;
  }

  .hero-grid,
  .solo-grid,
  .branch-hint,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .about-unified {
    grid-template-columns: 1fr minmax(190px, 260px);
    column-gap: 0.9rem;
    row-gap: 0.9rem;
    align-items: stretch;
  }

  .about-card-copy {
    order: 1;
  }

  .avatar {
    order: 2;
    max-width: 260px;
    justify-self: end;
    margin-inline: 0;
  }

  .about-mini-logo {
    width: 58px;
    height: 58px;
    margin-bottom: 0.35rem;
  }

  .branch-hint {
    display: grid;
    gap: 0.85rem;
    align-items: start;
    padding: 1.2rem 1.15rem;
  }

  .branch-hint::before {
    width: 220px;
    height: 220px;
    right: -90px;
    top: -130px;
  }

  .branch-actions .btn {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }

  .hero {
    padding-top: 6.5rem;
    padding-bottom: 5rem;
  }

  .hero-showcase {
    min-height: 420px;
  }

  .hero-shot {
    width: 76%;
  }

  .hero-shot img {
    height: 250px;
  }

  .hero-shot-front img {
    height: auto;
    object-fit: contain;
    object-position: center top;
    background: #ffffff;
  }

  .hero-chip-speed {
    left: 0;
  }

  .hero-panel-note {
    text-align: left;
  }

  .process-timeline::before,
  .process-timeline::after {
    left: 13px;
    transform: none;
  }

  .process-step {
    grid-template-columns: 1fr;
    gap: 0.72rem;
    padding-left: 2rem;
    position: relative;
  }

  .step-content {
    position: relative;
    padding-right: 7.15rem;
    min-height: 0;
  }

  .step-visual {
    position: absolute;
    top: 0.8rem;
    right: 0.7rem;
    width: 126px;
    max-width: 126px;
    min-height: 0;
    padding: 0.12rem;
    margin: 0;
    z-index: 2;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    border-radius: 0;
  }

  .step-visual img {
    width: 100%;
  }

  .step-meta {
    display: flex;
    width: 100%;
    max-width: 100%;
  }

  .process-step::before {
    left: 13px;
    top: 35px;
    transform: none;
  }

  .process-step:nth-child(even) .step-content,
  .process-step:nth-child(even) .step-visual {
    order: unset;
  }

  .addon-card-split {
    grid-template-columns: 1fr;
    gap: 0.78rem;
    padding: 1rem 0.95rem 0.92rem;
  }

  .addon-side {
    border-left: 0;
    border-top: 1px solid rgba(47, 115, 152, 0.2);
    padding: 0.72rem 0 0.05rem;
  }

  .reference-image {
    aspect-ratio: 3 / 2;
  }

  .reference-image img {
    transform: scale(1);
    object-position: center center;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 690px) {
  .section {
    padding: 5rem 0;
  }

  .hero {
    padding-top: 1.2rem;
    padding-bottom: 4.4rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.35rem, 11vw, 3.25rem);
  }

  .hero-subline {
    font-size: 1.24rem;
  }

  .hero-copy .lead {
    font-size: 1.03rem;
  }

  .hero-proof-line {
    font-size: 0.9rem;
  }

  .hero-showcase {
    min-height: 356px;
  }

  .hero-shot {
    width: 74%;
  }

  .hero-shot img {
    height: 198px;
  }

  .hero-shot-front img {
    height: auto;
    object-fit: contain;
    object-position: center top;
    background: #ffffff;
    padding: 0;
    border-radius: 0;
    transform: none;
    clip-path: none;
  }

  .hero-chip-speed {
    top: 16px;
    font-size: 1rem;
    padding: 0.54rem 0.72rem;
  }

  .step-content {
    padding-right: 6.55rem;
    min-height: 0;
  }

  .step-visual {
    top: 0.48rem;
    right: 0.5rem;
    width: 112px;
    max-width: 112px;
    padding: 0.08rem;
  }

  .step-visual img {
    width: 100%;
  }

  .step-meta {
    display: flex;
    width: 100%;
    max-width: 100%;
  }

  .hero-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-cta .btn {
    width: 100%;
  }

  .service-grid,
  .package-grid,
  .addon-grid,
  .form-row.two-cols {
    grid-template-columns: 1fr;
  }

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

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


  .about-unified {
    grid-template-columns: 1fr minmax(135px, 190px);
    grid-template-areas:
      "copy avatar"
      "headline headline"
      "body body";
    column-gap: 0.7rem;
    row-gap: 0.75rem;
    align-items: stretch;
  }

  .about-card-copy {
    order: 1;
    grid-template-columns: 1fr;
    align-items: start;
    justify-items: start;
    row-gap: 0;
    text-align: left;
  }

  .about-card-copy .eyebrow {
    margin: 0;
  }

  .about-headline {
    grid-column: 1 / -1;
  }

  .avatar {
    order: 2;
    max-width: 210px;
    justify-self: end;
    align-self: start;
    place-items: start center;
    margin-inline: 0;
    margin-top: -0.9rem;
    margin-bottom: 0.3rem;
  }

  .avatar.avatar-tall {
    height: auto;
    align-self: start;
  }

  .avatar.avatar-tall img {
    height: auto;
    object-fit: contain;
  }

  .about-mini-logo {
    width: 60px;
    height: 60px;
    display: block;
    opacity: 1;
    visibility: visible;
    margin-bottom: -0.28rem;
    justify-self: start;
  }


  .references-carousel {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    text-align: left;
  }

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

  .footer-legal {
    gap: 0.65rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}







/* Fewo Page Overrides */
body.page-fewo {
  --hero-radial-a: rgba(255, 236, 205, 0.88);
  --hero-radial-b: rgba(167, 223, 255, 0.58);
  --hero-linear-a: #ffefd5;
  --hero-linear-b: #dff2ff;
  --hero-linear-c: #cde8f9;
  --hero-glow: rgba(94, 162, 214, 0.3);
}

body.page-fewo .site-header {
  background: rgba(248, 245, 238, 0.84);
  border-bottom-color: rgba(67, 116, 145, 0.16);
}

body.page-fewo .site-header.is-scrolled {
  background: rgba(252, 249, 243, 0.95);
  border-color: rgba(67, 116, 145, 0.2);
}

body.page-fewo .site-footer {
  background:
    linear-gradient(180deg, rgba(247, 235, 220, 0.72), rgba(236, 247, 253, 0.93)),
    #f3f8fb;
  border-top-color: rgba(67, 116, 145, 0.19);
}

@media (min-width: 1081px) {
  body.page-fewo .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  }
}

.hero-showcase-single {
  min-height: auto;
  display: grid;
  gap: 0.8rem;
  justify-items: end;
}

.hero-ref-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.44rem 0.78rem;
  border-radius: 999px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #0f4462;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(67, 116, 145, 0.28);
  box-shadow: 0 10px 22px rgba(11, 50, 76, 0.12);
}

.hero-shot-single {
  position: relative;
  right: auto;
  left: auto;
  bottom: auto;
  top: auto;
  transform: none;
  width: min(100%, 590px);
}

.hero-shot-single img {
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center top;
}

@media (max-width: 1080px) {
  .hero-showcase-single {
    justify-items: center;
  }

  .hero-shot-single {
    width: min(100%, 640px);
  }
}

@media (max-width: 690px) {
  .hero-ref-badge {
    font-size: 0.78rem;
    padding: 0.38rem 0.68rem;
  }

  .hero-shot-single {
    width: 100%;
  }
}

body.page-fewo .hero-copy,
body.page-fewo .hero-panel {
  min-width: 0;
}
body.page-fewo .package-card.featured {
  border-color: rgba(67, 116, 145, 0.42);
  box-shadow: 0 24px 40px rgba(67, 116, 145, 0.2);
}
.niche-list {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.niche-list li {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: #2e5167;
  font-weight: 600;
}

.niche-list svg {
  width: 0.9rem;
  height: 0.9rem;
  color: var(--success);
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.niche-list li.is-negative svg {
  color: #b84a4a;
}

/* FeWo Detail Pages */
body.page-fewo-detail .section {
  padding-block: 5.8rem;
}

.detail-aside-card {
  border: 1px solid rgba(67, 116, 145, 0.15);
  border-radius: 20px;
  padding: 1.45rem;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(12, 45, 67, 0.09);
}

.detail-aside-label {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3a6a85;
}

.detail-aside-card h3 {
  margin-bottom: 0.75rem;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #16384f;
}

.detail-aside-card .niche-list {
  margin-top: 0.85rem;
  gap: 0.56rem;
}

.detail-aside-card .niche-list li {
  padding: 0.56rem 0;
  border-bottom: 1px solid rgba(70, 118, 147, 0.12);
}

.detail-aside-card .niche-list li:last-child {
  border-bottom: 0;
}

.detail-aside-card .niche-list svg {
  width: 0.96rem;
  height: 0.96rem;
  color: #1f8f62;
  margin-top: 0.2rem;
}

.detail-compare-grid {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.detail-compare-card {
  border-radius: var(--radius-lg);
  padding: 1.45rem;
  border: 1px solid rgba(67, 116, 145, 0.14);
  box-shadow: 0 12px 24px rgba(12, 45, 67, 0.08);
}

.detail-compare-card h3 {
  margin-bottom: 0.6rem;
  font-size: 1.24rem;
}

.detail-compare-card p {
  margin: 0;
  color: var(--muted);
}

.detail-compare-card.is-problem {
  background: linear-gradient(150deg, rgba(255, 246, 243, 0.92), rgba(253, 238, 234, 0.8));
  border-color: rgba(184, 74, 74, 0.2);
}

.detail-compare-card.is-solution {
  background: linear-gradient(150deg, rgba(246, 255, 251, 0.92), rgba(232, 248, 240, 0.84));
  border-color: rgba(34, 132, 98, 0.24);
}

.detail-pillar-grid {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.detail-pillar {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(67, 116, 145, 0.14);
  padding: 1.35rem;
  background:
    linear-gradient(170deg, rgba(255, 255, 255, 0.95), rgba(239, 248, 252, 0.84));
  box-shadow: 0 12px 24px rgba(12, 45, 67, 0.08);
}

.detail-pillar h3 {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.detail-pillar p {
  margin: 0;
  color: var(--muted);
}

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

.detail-kpi-card {
  border-radius: 22px;
  border: 1px solid rgba(67, 116, 145, 0.2);
  padding: 1.4rem 1.25rem 1.35rem;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.97), rgba(234, 246, 252, 0.9));
  box-shadow: 0 13px 24px rgba(12, 45, 67, 0.08);
}

.detail-kpi-value {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  color: #1f5c7a;
}

.detail-kpi-title {
  margin: 0.18rem 0 0.5rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.34rem;
}

.detail-kpi-text {
  margin: 0;
  color: var(--muted);
}

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

.detail-rule-card {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(67, 116, 145, 0.14);
  padding: 1.25rem 1.2rem;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(242, 250, 255, 0.86));
  box-shadow: 0 12px 20px rgba(12, 45, 67, 0.07);
}

.detail-rule-card h3 {
  margin-bottom: 0.38rem;
  font-size: 1.09rem;
}

.detail-rule-card p {
  margin: 0;
  color: var(--muted);
}

.detail-fee-calc {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 1.6rem;
  border-radius: clamp(20px, 2.3vw, 30px);
  border: 1px solid rgba(75, 121, 149, 0.18);
  padding: clamp(1.7rem, 2.7vw, 2.5rem);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.99), rgba(242, 248, 253, 0.96));
  box-shadow: 0 14px 24px rgba(13, 44, 64, 0.1);
}

.detail-fee-calc::before,
.detail-fee-calc::after {
  content: none;
}

.detail-fee-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  margin: 0 0 0.76rem;
  padding: 0.36rem 0.92rem;
  border-radius: 999px;
  border: 1px solid rgba(48, 112, 146, 0.22);
  background: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #255e7b;
}

.detail-fee-hero {
  margin: 0 0 0.7rem;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(1.34rem, 2.35vw, 1.78rem);
  line-height: 1.24;
  color: #16425f;
  max-width: none;
  white-space: nowrap;
}

.detail-fee-calc h3 {
  margin-bottom: 0.95rem;
  font-size: clamp(1.44rem, 2.45vw, 1.94rem);
  line-height: 1.24;
  max-width: 28ch;
}

.detail-fee-intro {
  margin: 0 0 1.4rem;
  color: #325469;
  max-width: 72ch;
  line-height: 1.62;
  font-size: 1.02rem;
}

.detail-fee-dual {
  margin: 1rem 0 1.45rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.05rem;
}

.detail-fee-side {
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(74, 123, 153, 0.22);
  background: rgba(255, 255, 255, 0.92);
  padding: 1.02rem 1.06rem;
  box-shadow: 0 8px 14px rgba(16, 49, 70, 0.06);
}

.detail-fee-side h4 {
  margin: 0 0 0.5rem;
  font-size: 1.06rem;
}

.detail-fee-side p {
  margin: 0;
  color: #34596d;
  font-size: 0.98rem;
  line-height: 1.58;
}

.detail-fee-side p strong {
  color: #1a4862;
  font-weight: 700;
}

.detail-fee-note {
  margin: 0.95rem 0 0;
  color: #24495f;
  font-weight: 600;
}

.detail-fee-compare {
  margin-top: 0.2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.12rem;
}

.detail-fee-path {
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(67, 116, 145, 0.22);
  padding: 1.16rem 1.16rem 1.22rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 14px rgba(14, 43, 60, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.detail-fee-path::before {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 0.62rem;
  height: 4px;
  border-radius: 999px;
  background: rgba(47, 115, 152, 0.28);
}

.detail-fee-path:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 18px rgba(14, 43, 60, 0.1);
}

.detail-fee-path-platform {
  border-color: rgba(184, 74, 74, 0.24);
  background: rgba(255, 247, 246, 0.94);
}

.detail-fee-path-platform::before {
  background: rgba(184, 74, 74, 0.42);
}

.detail-fee-path-direct {
  border-color: rgba(34, 132, 98, 0.26);
  background: rgba(245, 255, 250, 0.94);
}

.detail-fee-path-direct::before {
  background: rgba(34, 132, 98, 0.45);
}

.detail-fee-path h4 {
  display: inline-flex;
  margin: 0.24rem 0 0.78rem;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(53, 106, 137, 0.16);
  background: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}

.detail-fee-list {
  display: grid;
  gap: 0.56rem;
  margin: 0;
  padding: 0;
}

.detail-fee-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.98rem;
  padding: 0.44rem 0.08rem;
  border-bottom: 1px dashed rgba(43, 93, 117, 0.16);
}

.detail-fee-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0.08rem;
}

.detail-fee-list span {
  color: #284d63;
}

.detail-fee-list strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.22rem 0.58rem;
  border-radius: 999px;
  border: 1px solid rgba(40, 94, 124, 0.18);
  background: rgba(255, 255, 255, 0.9);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.97rem;
  font-weight: 700;
  color: #173e55;
  text-align: right;
}

.detail-fee-savings {
  margin-top: 0.92rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.78rem;
}

.detail-fee-saving-card {
  border-radius: 16px;
  border: 1px solid rgba(34, 132, 98, 0.3);
  background: rgba(242, 255, 249, 0.94);
  padding: 0.92rem 0.95rem;
  box-shadow: 0 8px 14px rgba(16, 78, 52, 0.08);
}

.detail-fee-saving-label {
  margin: 0 0 0.18rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #2a5e47;
}

.detail-fee-saving-value {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.07rem;
  font-weight: 700;
  color: #124931;
}

.detail-fee-benefits {
  margin-top: 1.3rem;
  padding-top: 1.08rem;
  border-top: 1px solid rgba(34, 115, 78, 0.2);
}

.detail-fee-benefits-title {
  margin: 0 0 0.9rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  color: #153c53;
}

.detail-fee-benefits-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.82rem 1.1rem;
}

.detail-fee-benefits-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: #1f4359;
  font-size: 1.06rem;
  line-height: 1.58;
}

.detail-fee-benefits-list svg {
  width: 1.05rem;
  height: 1.05rem;
  flex-shrink: 0;
  margin-top: 0.16rem;
  color: #1a9a63;
}

.detail-fee-benefits-cta {
  position: relative;
  margin-top: 2.25rem;
  overflow: hidden;
  padding: 1.28rem 1.3rem;
  border-radius: 20px;
  border: 1px solid rgba(47, 109, 140, 0.2);
  background:
    linear-gradient(148deg, rgba(255, 255, 255, 0.99), rgba(241, 250, 255, 0.96)),
    radial-gradient(circle at 90% -10%, rgba(106, 196, 241, 0.2), transparent 44%),
    radial-gradient(circle at 5% 110%, rgba(83, 172, 124, 0.1), transparent 48%);
  box-shadow:
    0 12px 26px rgba(11, 49, 73, 0.11),
    0 1px 0 rgba(255, 255, 255, 0.86) inset;
  display: flex;
  flex-wrap: wrap;
  gap: 1.15rem 1.25rem;
  align-items: center;
  justify-content: space-between;
}

.detail-fee-benefits-cta::before {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(44, 134, 182, 0), rgba(44, 134, 182, 0.45), rgba(44, 134, 182, 0));
  pointer-events: none;
}

.detail-fee-benefits-cta-copy {
  display: block;
  flex: 1 1 480px;
  min-width: 0;
}

.detail-fee-benefits-cta-title {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  color: #0f3850;
  line-height: 1.52;
}

.detail-fee-benefits-cta .btn {
  border: 1px solid transparent;
  background: linear-gradient(142deg, #0f3f5f, #1f7ba6);
  color: #f7fcff;
  box-shadow: 0 10px 18px rgba(13, 71, 104, 0.26);
  white-space: nowrap;
}

.detail-fee-benefits-cta .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 13px 24px rgba(13, 71, 104, 0.32);
}

.detail-fee-benefit {
  margin-top: 0.92rem;
  padding: 0.72rem 0.78rem;
  border-radius: 12px;
  border: 1px solid rgba(27, 105, 72, 0.24);
  background: rgba(240, 255, 248, 0.9);
  color: #145337;
  font-weight: 700;
}

.detail-fee-disclaimer {
  margin-top: 0.58rem;
  color: #345a6f;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.45;
}

.detail-cta-section {
  padding-top: 4.5rem;
}

.detail-cta-card {
  border-radius: clamp(20px, 2.4vw, 30px);
  border: 1px solid rgba(67, 116, 145, 0.2);
  padding: clamp(1.5rem, 2.4vw, 2.2rem);
  background:
    radial-gradient(circle at 12% 0%, rgba(252, 236, 212, 0.78), transparent 40%),
    radial-gradient(circle at 92% 100%, rgba(195, 230, 252, 0.66), transparent 43%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(236, 248, 254, 0.9));
  box-shadow: 0 22px 36px rgba(14, 45, 66, 0.13);
}

.detail-cta-card h2 {
  font-size: clamp(1.65rem, 2.35vw, 2.18rem);
}

.detail-cta-card p {
  color: var(--muted);
}

.detail-setup-teaser {
  margin-top: 1.6rem;
  border-radius: 20px;
  border: 1px solid rgba(67, 116, 145, 0.18);
  padding: clamp(1.1rem, 2vw, 1.5rem);
  background: #f4f9fc;
  box-shadow: 0 10px 22px rgba(13, 41, 58, 0.08);
}

.detail-setup-label {
  margin: 0 0 0.6rem;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: #2a6787;
}

.detail-setup-list {
  margin: 0;
  display: grid;
  gap: 0.2rem;
}

.detail-setup-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.54rem;
  padding: 0.72rem 0;
  color: #28495f;
  font-weight: 600;
  border-bottom: 1px solid rgba(69, 116, 144, 0.12);
}

.detail-setup-list li:last-child {
  border-bottom: 0;
}

.detail-setup-list svg {
  width: 0.96rem;
  height: 0.96rem;
  color: var(--success);
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.detail-setup-action {
  margin-top: 1rem;
}

.detail-setup-action .btn {
  width: 100%;
  justify-content: center;
}

/* Legacy classes kept intentionally for compatibility if referenced elsewhere */
.detail-setup-points {
  border-radius: 22px;
  border: 0;
  background: transparent;
  padding: 0;
}

@media (max-width: 1080px) {
  .detail-pillar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

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

  .detail-fee-benefits-list {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 760px) {
  body.page-fewo-detail .section {
    padding-block: 4.8rem;
  }

  .detail-compare-grid,
  .detail-pillar-grid,
  .detail-kpi-grid,
  .detail-rule-grid,
  .detail-fee-compare,
  .detail-fee-dual {
    grid-template-columns: 1fr;
  }

  .detail-cta-section {
    padding-top: 4rem;
  }

  .detail-fee-benefits-cta {
    margin-top: 1rem;
    padding: 0.94rem 0.98rem;
    align-items: flex-start;
  }

  .detail-fee-benefits-cta .btn {
    width: 100%;
    justify-content: center;
  }

  .detail-fee-hero {
    white-space: normal;
  }

  .detail-fee-list li {
    grid-template-columns: 1fr;
    gap: 0.42rem;
    align-items: start;
  }

  .detail-fee-list strong {
    justify-self: start;
    justify-content: flex-start;
    text-align: left;
    white-space: normal;
    line-height: 1.35;
    max-width: 100%;
  }
}







