:root{
  --accent-color: #c6a878 !important;
  --so-accent-strong: #e6cfaa;
  --so-accent-soft: rgba(198,168,120,.18);
  --so-ink: #f6f0e6;
  --so-paper: #f5efe6;
  --so-paper-2: #fffdf9;
  --so-surface: #0b0f14;
  --so-surface-2: #111722;
  --so-surface-3: #1a2330;
  --so-muted: rgba(246,240,230,.74);
  --so-muted-dark: #626973;
  --so-line: rgba(198,168,120,.22);
  --so-line-strong: rgba(198,168,120,.34);
  --so-shadow-xl: 0 40px 100px rgba(0,0,0,.35);
  --so-shadow-lg: 0 26px 70px rgba(0,0,0,.22);
  --so-shadow-md: 0 16px 45px rgba(0,0,0,.14);
  --so-shadow-sm: 0 10px 26px rgba(0,0,0,.10);
  --dark-bg: #06090d;
  --light-text: #f6f0e6;
}

body.so-premium-home{
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(198,168,120,.12), transparent 28%),
    radial-gradient(circle at 80% 15%, rgba(128,165,255,.08), transparent 24%),
    linear-gradient(180deg, #05070b 0%, #080c11 34%, #0b1016 100%);
  color: var(--so-ink);
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

body.so-premium-home::before{
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.32), transparent 80%);
}

body.so-premium-home main,
body.so-premium-home header,
body.so-premium-home footer,
body.so-premium-home section{
  position: relative;
  z-index: 1;
}

body.so-premium-home h1,
body.so-premium-home h2,
body.so-premium-home h3,
body.so-premium-home h4{
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: -.025em;
}

body.so-premium-home p,
body.so-premium-home li,
body.so-premium-home label,
body.so-premium-home input,
body.so-premium-home textarea,
body.so-premium-home select,
body.so-premium-home a,
body.so-premium-home button,
body.so-premium-home span{
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.so-premium-home a{
  transition: color .22s ease, opacity .22s ease, transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease;
}

body.so-premium-home a:hover{ text-decoration: none; }

#so-scroll-progress{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0 50%;
  background: linear-gradient(90deg, #7f5f35 0%, #c6a878 42%, #f2dfba 100%);
  box-shadow: 0 0 18px rgba(198,168,120,.55);
  z-index: 999999;
}

#main-header{
  position: fixed !important;
  top: 16px;
  left: 50%;
  width: min(1320px, calc(100% - 26px));
  transform: translateX(-50%);
  background: rgba(7,9,13,.46) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(0,0,0,.28);
  backdrop-filter: blur(20px);
  transition: top .28s ease, background-color .28s ease, border-color .28s ease, box-shadow .28s ease;
}

#main-header.is-scrolled{
  top: 10px;
  background: rgba(8,11,16,.86) !important;
  border-color: var(--so-line-strong) !important;
  box-shadow: 0 20px 60px rgba(0,0,0,.36);
}

#main-header .h-20{ height: 86px; }

#main-header .nav-link{
  position: relative;
  color: rgba(246,240,230,.78) !important;
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-size: .94rem;
  font-weight: 650;
  letter-spacing: .06em;
  text-transform: uppercase;
}

#main-header .nav-link::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent-color), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .24s ease;
}

#main-header .nav-link:hover,
#main-header .nav-link:focus-visible{
  color: #fff !important;
}

#main-header .nav-link:hover::after,
#main-header .nav-link:focus-visible::after{
  transform: scaleX(1);
}

body.so-premium-home .cta-button,
body.so-premium-home .so-btn{
  background: linear-gradient(135deg, #b28c56, #d6b789 58%, #f3dfbd) !important;
  color: #101317 !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 40px rgba(198,168,120,.22), inset 0 1px 0 rgba(255,255,255,.35) !important;
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: .01em;
}

body.so-premium-home .cta-button:hover,
body.so-premium-home .so-btn:hover{
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(198,168,120,.28), inset 0 1px 0 rgba(255,255,255,.35) !important;
}

body.so-premium-home .secondary-button,
body.so-premium-home .so-btn--ghost{
  border-radius: 18px !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  color: var(--so-ink) !important;
  background: rgba(255,255,255,.05) !important;
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-weight: 650 !important;
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
}

body.so-premium-home .secondary-button:hover,
body.so-premium-home .so-btn--ghost:hover{
  background: rgba(255,255,255,.09) !important;
  transform: translateY(-2px);
}

main{
  padding-top: 0;
}

#hero-section{
  min-height: 100svh !important;
  height: auto !important;
  padding: clamp(8rem, 12vw, 11rem) 1.5rem clamp(5rem, 7vw, 7rem);
  align-items: stretch !important;
}

#hero-section::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 25%, rgba(198,168,120,.25), transparent 33%),
    radial-gradient(circle at 82% 18%, rgba(104,130,194,.14), transparent 25%),
    linear-gradient(180deg, rgba(6,8,11,.18) 0%, rgba(6,8,11,.62) 62%, rgba(6,8,11,.9) 100%);
  z-index: 1;
}

#hero-section::after{
  content: "";
  position: absolute;
  inset: auto 5% 2rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.24), transparent);
  z-index: 2;
}

#hero-video{
  filter: saturate(.85) brightness(.48) contrast(1.08);
  transform: scale(1.06);
  animation: soHeroZoom 18s ease-in-out infinite alternate;
}

#hero-overlay{
  background:
    linear-gradient(120deg, rgba(2,4,8,.76) 8%, rgba(2,4,8,.38) 46%, rgba(2,4,8,.72) 100%) !important;
}

.so-hero-shell{
  width: min(1280px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(290px, .85fr);
  align-items: end;
  gap: clamp(2rem, 4vw, 4rem);
}

.so-hero-copy{
  max-width: 760px;
}

.so-hero-kicker{
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  padding: .55rem .9rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.78);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 24px rgba(0,0,0,.14);
}

.so-hero-kicker span:first-child{
  font-size: .77rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--so-accent-strong);
}

.so-hero-kicker span:last-child{
  font-size: .92rem;
}

.so-hero-logo{
  width: clamp(130px, 12vw, 170px);
  height: auto;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,.35));
}

#hero-section h1{
  margin: 0 0 1.2rem;
  font-size: clamp(3.35rem, 7vw, 6.55rem);
  line-height: .92;
  color: #fff;
  text-wrap: balance;
}

#hero-section h1 span{
  color: var(--so-accent-strong);
  position: relative;
}

#hero-section h1 span::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: .08em;
  height: .18em;
  background: linear-gradient(90deg, rgba(198,168,120,.15), rgba(198,168,120,.42));
  z-index: -1;
  border-radius: 999px;
}

.so-hero-lead{
  max-width: 720px;
  margin: 0;
  font-size: clamp(1.05rem, 1.6vw, 1.34rem);
  line-height: 1.8;
  color: rgba(255,255,255,.78) !important;
}

.so-hero-lead span{
  color: #fff;
  font-weight: 700;
}

.so-hero-chip-row{
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin: 2rem 0 0;
}

.so-hero-chip-row span{
  padding: .78rem 1rem;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.84);
  font-size: .95rem;
  box-shadow: 0 14px 26px rgba(0,0,0,.14);
  backdrop-filter: blur(10px);
}

.so-hero-cta-row{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.15rem;
}

.so-hero-primary,
.so-hero-secondary{
  min-height: 58px;
  padding-inline: 1.5rem !important;
}

.so-hero-stats{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.25rem;
}

.so-hero-stat{
  padding: 1rem 1rem 1.1rem;
  border-radius: 20px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 30px rgba(0,0,0,.12);
}

.so-hero-stat strong{
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 2.8vw, 2.55rem);
  line-height: 1;
  color: #fff;
}

.so-hero-stat span{
  display: block;
  margin-top: .45rem;
  font-size: .95rem;
  color: rgba(255,255,255,.72);
  line-height: 1.45;
}

.so-hero-panel{
  align-self: end;
  justify-self: end;
  width: min(430px, 100%);
  padding: 1.5rem;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--so-shadow-xl);
  backdrop-filter: blur(20px);
}

.so-hero-panel-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.so-panel-badge{
  display: inline-flex;
  align-items: center;
  padding: .45rem .7rem;
  border-radius: 999px;
  background: rgba(198,168,120,.16);
  color: var(--so-accent-strong);
  border: 1px solid rgba(198,168,120,.22);
  font-size: .8rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.so-panel-dot{
  width: .75rem;
  height: .75rem;
  border-radius: 999px;
  background: #2bd576;
  box-shadow: 0 0 16px rgba(43,213,118,.45);
}

.so-hero-panel h2{
  margin: 0 0 1.2rem;
  font-size: clamp(1.9rem, 2vw, 2.4rem);
  line-height: 1;
  color: #fff;
}

.so-hero-panel ul{
  display: grid;
  gap: .95rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.so-hero-panel li{
  display: flex;
  gap: .85rem;
  color: rgba(255,255,255,.82);
  line-height: 1.6;
}

.so-hero-panel li i{
  margin-top: .35rem;
  color: var(--so-accent-strong);
}

.so-hero-panel-footer{
  display: flex;
  flex-direction: column;
  gap: .9rem;
  margin-top: 1.45rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255,255,255,.1);
}

.so-hero-panel-footer span{
  color: rgba(255,255,255,.65);
  font-size: .92rem;
}

.so-hero-panel-footer a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  font-weight: 700;
}

.so-hero-panel-footer a:hover{
  background: rgba(255,255,255,.13);
}

#trustbar{
  margin-top: -3rem;
  padding: 0 1.5rem 3rem !important;
  background: transparent !important;
}

#trustbar > div{
  max-width: 1280px !important;
  padding: 1.3rem;
  border-radius: 30px;
  background: rgba(7,10,14,.84);
  border: 1px solid var(--so-line);
  box-shadow: var(--so-shadow-xl);
  backdrop-filter: blur(18px);
}

.so-trust-card{
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 110px;
  padding: 1.15rem 1.1rem;
  border-radius: 24px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
}

.so-trust-icon{
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(198,168,120,.2), rgba(198,168,120,.08));
  color: var(--so-accent-strong);
  font-size: 1.15rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}

.so-trust-card strong{
  display: block;
  margin-bottom: .2rem;
  color: #fff;
  font-size: 1rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.so-trust-card p{
  margin: 0;
  color: rgba(255,255,255,.7);
  font-size: .94rem;
  line-height: 1.55;
}

#services,
#about,
#team,
#faq,
#warum,
#contact,
#standort,
#standort-footer{
  background: linear-gradient(180deg, #f7f2ea 0%, #fffdf9 100%) !important;
  color: #11151b !important;
}

#trends,
#reviews,
#wertrechner,
#signature-process{
  background:
    radial-gradient(circle at top left, rgba(198,168,120,.12), transparent 30%),
    radial-gradient(circle at 80% 10%, rgba(120,146,214,.10), transparent 20%),
    linear-gradient(180deg, #0b0f14 0%, #111722 100%) !important;
  color: var(--so-ink) !important;
}

#services,
#about,
#trends,
#reviews,
#team,
#faq,
#warum,
#wertrechner,
#standort,
#contact,
#standort-footer,
#signature-process{
  overflow: clip;
}

#services .max-w-7xl,
#about .max-w-7xl,
#trends .max-w-7xl,
#reviews .max-w-6xl,
#team .max-w-6xl,
#faq .max-w-5xl,
#warum .max-w-6xl,
#wertrechner .max-w-4xl,
#standort .max-w-7xl,
#contact .max-w-4xl,
#standort-footer .max-w-7xl,
#signature-process .max-w-7xl{
  position: relative;
}

#services h2,
#about h2,
#trends h2,
#reviews h2,
#team h2,
#faq h2,
#warum h2,
#wertrechner h1,
#standort h2,
#contact h2,
#standort-footer h2,
#signature-process h2{
  margin-bottom: .95rem;
  line-height: .96;
}

#services h2,
#about h2,
#team h2,
#faq h2,
#warum h2,
#standort h2,
#contact h2,
#standort-footer h2{
  color: #101317 !important;
  font-size: clamp(2.5rem, 4vw, 4.4rem) !important;
}

#trends h2,
#reviews h2,
#signature-process h2,
#wertrechner h1{
  color: #fff !important;
  font-size: clamp(2.5rem, 4vw, 4.4rem) !important;
}

#services p.text-gray-400,
#about p.text-gray-400,
#team p.text-gray-400,
#warum p.text-gray-500,
#warum p.text-gray-600,
#contact p.text-gray-400{
  color: #68707a !important;
}

#services .grid > div,
#about .grid > div:last-child,
#trends .grid > div,
#team .grid > div,
#standort .grid > div,
#standort-footer .grid > div,
#contact form,
#faq details,
#warum .grid > div,
#warum .mt-12,
#warum .mt-6 > div,
#reviews article,
#signature-process .so-signature-card{
  transition: transform .35s cubic-bezier(.2,.65,.18,1), box-shadow .35s ease, border-color .35s ease, background-color .35s ease;
}

#services .grid > div,
#team .grid > div,
#standort .grid > div,
#standort-footer .grid > div,
#contact form,
#faq details,
#warum .grid > div,
#warum .mt-12,
#warum .mt-6 > div{
  background: linear-gradient(180deg, #ffffff 0%, #faf5ed 100%) !important;
  border: 1px solid rgba(198,168,120,.16) !important;
  border-radius: 28px !important;
  box-shadow: var(--so-shadow-sm) !important;
  padding: 30px;
}

#services .grid > div:hover,
#trends .grid > div:hover,
#team .grid > div:hover,
#standort .grid > div:hover,
#standort-footer .grid > div:hover,
#contact form:hover,
#faq details:hover,
#warum .grid > div:hover,
#warum .mt-12:hover,
#warum .mt-6 > div:hover,
#reviews article:hover,
#signature-process .so-signature-card:hover{
  transform: translateY(-8px);
}

#services .grid > div{
  position: relative;
  overflow: hidden;
  padding: 2rem 1.8rem !important;
}

#services .grid > div::before,
#team .grid > div::before,
#faq details::before,
#contact form::before,
#warum .grid > div::before,
#warum .mt-12::before,
#warum .mt-6 > div::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(198,168,120,.08), transparent 45%);
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}

#services .grid > div:hover::before,
#team .grid > div:hover::before,
#faq details:hover::before,
#contact form:hover::before,
#warum .grid > div:hover::before,
#warum .mt-12:hover::before,
#warum .mt-6 > div:hover::before{
  opacity: 1;
}

#services .grid > div::after{
  content: "";
  position: absolute;
  left: 1.8rem;
  right: 1.8rem;
  bottom: 1.2rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198,168,120,.45), transparent);
  transform: scaleX(.2);
  opacity: .35;
}

#services .grid > div:hover::after{
  transform: scaleX(1);
  opacity: 1;
}

#services .grid i,
#trends .grid i,
#team .grid i,
#about i,
#signature-process .so-step{
  color: var(--accent-color) !important;
}

#services .grid h3,
#team .grid h4,
#signature-process .so-signature-card h3{
  color: #101317 !important;
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 1.05;
}

#trends .grid h3{
  color: #fdf8f1 !important;
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 1.08;
}

#services ul,
#team p,
#standort p,
#standort-footer p,
#faq details p,
#contact label{
  line-height: 1.65;
}

#services li{
  color: #5e6670 !important;
}

#about .grid{
  align-items: stretch;
  gap: clamp(2rem, 4vw, 4rem) !important;
}

#about .grid > div:first-child{
  padding: 2rem 0;
}

#about .grid > div:last-child{
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: var(--so-shadow-lg);
}

#about .grid > div:last-child{
  aspect-ratio: 4 / 5;
  min-height: 560px;
}

#about .grid > div:last-child img{
  width: 100%;
  height: 100% !important;
  min-height: 560px;
  object-fit: cover;
  object-position: center 18%;
  transform: scale(1.01);
  transition: transform .45s ease;
}

#about .grid > div:last-child:hover img{
  transform: scale(1.08);
}

#about span.text-sm{
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  padding: .45rem .8rem;
  border-radius: 999px;
  border: 1px solid rgba(198,168,120,.28);
  color: #6a542d !important;
  letter-spacing: .18em;
  text-transform: uppercase;
  background: rgba(198,168,120,.08);
}

#about .secondary-button{
  color: #11151b !important;
  border-color: rgba(17,21,27,.1) !important;
  background: rgba(17,21,27,.03) !important;
}

#about .secondary-button:hover{
  background: rgba(17,21,27,.06) !important;
}

#signature-process{
  padding: clamp(5rem, 8vw, 6.5rem) 0;
}

#signature-process::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(198,168,120,.22), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.04), transparent 60%);
  pointer-events: none;
}

.so-signature-head{
  max-width: 860px;
  margin: 0 auto 3rem;
  text-align: center;
}

.so-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .5rem .8rem;
  border-radius: 999px;
  border: 1px solid rgba(198,168,120,.25);
  background: rgba(198,168,120,.08);
  color: var(--so-accent-strong);
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: .78rem;
}

.so-signature-head p{
  color: rgba(255,255,255,.72);
  font-size: 1.08rem;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 720px;
}

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

.so-signature-card{
  position: relative;
  overflow: hidden;
  padding: 2rem 1.4rem 1.6rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: var(--so-shadow-lg);
}

.so-signature-card::after{
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(198,168,120,.8), transparent);
}

.so-step{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.65rem;
  color: #101317 !important;
  background: linear-gradient(135deg, #b28c56, #e7d1a9);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.38), 0 18px 30px rgba(198,168,120,.18);
}

.so-signature-card h3{
  margin: 1.25rem 0 .85rem;
  color: #fff !important;
}

.so-signature-card p{
  margin: 0;
  color: rgba(255,255,255,.72);
  line-height: 1.75;
}

#trends .grid > div,
#reviews article{
  background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.04)) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 28px !important;
  box-shadow: var(--so-shadow-lg);
  backdrop-filter: blur(14px);
}

#trends p,
#reviews p,
#reviews .text-white\/70,
#reviews .text-white\/80,
#trends .text-gray-400,
#trends .text-white\/70{
  color: rgba(255,255,255,.72) !important;
}

#trends a button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 1rem;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.07);
  color: #fff;
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-weight: 650;
}

#trends a button:hover{
  background: rgba(255,255,255,.12);
}

#reviews .inline-flex{
  background: rgba(255,255,255,.05) !important;
  border-color: rgba(255,255,255,.08) !important;
  box-shadow: var(--so-shadow-md);
}

#reviews article .w-12{
  background: linear-gradient(135deg, rgba(198,168,120,.22), rgba(255,255,255,.08)) !important;
  border-color: rgba(255,255,255,.12) !important;
}

#reviews .text-yellow-400{
  color: #f5d784 !important;
}

#team{
  border-top: 1px solid rgba(198,168,120,.12);
}

#team .grid > div{
  padding: 1.8rem 1.4rem !important;
}

#team img{
  width: 130px !important;
  height: 130px !important;
  border: 4px solid rgba(198,168,120,.16);
  box-shadow: 0 18px 35px rgba(0,0,0,.14);
}

#faq details{
  position: relative;
  overflow: hidden;
  padding: 1.5rem 1.5rem 1.4rem !important;
}

#faq details summary{
  gap: 1rem;
  color: #11151b;
}

#faq details summary span:first-child{
  font-size: 1.03rem;
}

#faq details p,
#faq details div,
#warum .text-gray-500,
#warum .text-gray-600{
  color: #626973 !important;
}

#wertrechner{
  padding-inline: 1.5rem !important;
}

#wertrechner .max-w-4xl{
  max-width: 1180px !important;
}

#wertrechner .max-w-4xl > h1,
#wertrechner .max-w-4xl > p{
  text-align: center;
}

#wertrechner .max-w-4xl > p{
  color: rgba(255,255,255,.68) !important;
  font-size: 1.05rem;
  margin-bottom: 2rem !important;
}

#wertrechner .mb-8:first-of-type{
  padding: 1.25rem 1.35rem;
  border-radius: 22px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: var(--so-shadow-md);
  backdrop-filter: blur(14px);
}

#wertrechner .text-sm.font-semibold.text-gray-400{
  color: rgba(255,255,255,.74) !important;
}

#wertrechner .w-full.bg-gray-700{
  background: rgba(255,255,255,.1) !important;
}

#progress-bar{
  background: linear-gradient(90deg, #ae8751, #d7b788 55%, #f1ddb5) !important;
  box-shadow: 0 0 16px rgba(198,168,120,.3);
}

#valuation-form{
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,239,227,.98)) !important;
  border: 1px solid rgba(198,168,120,.20) !important;
  border-radius: 34px !important;
  padding: 1.6rem 1.4rem 1.8rem !important;
  box-shadow: 0 26px 80px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.5) !important;
}

#valuation-form::before,
#contact form::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(198,168,120,.08), transparent 30%, transparent 70%, rgba(131,149,198,.08));
  pointer-events: none;
}

#valuation-form h2,
#contact h2,
#standort h2,
#standort-footer h2{
  text-wrap: balance;
}

#valuation-form label,
#valuation-form h2,
#valuation-form span,
#valuation-form p,
#valuation-form li{
  color: #11151b !important;
}

#valuation-form .bg-gray-700,
#summary-content{
  background: rgba(17,21,27,.04) !important;
  border: 1px solid rgba(17,21,27,.08);
  color: #11151b !important;
}

#valuation-form input[type="text"],
#valuation-form input[type="email"],
#valuation-form input[type="tel"],
#valuation-form input[type="number"],
#valuation-form textarea,
#valuation-form select,
#contact-form input,
#contact-form textarea{
  border-radius: 18px !important;
  border: 1px solid rgba(17,21,27,.09) !important;
  background: rgba(255,255,255,.76) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
  color: #11151b !important;
  min-height: 54px;
}

#valuation-form textarea,
#contact-form textarea{
  min-height: 150px;
}

#valuation-form input:focus,
#valuation-form textarea:focus,
#valuation-form select:focus,
#contact-form input:focus,
#contact-form textarea:focus{
  box-shadow: 0 0 0 4px rgba(198,168,120,.16) !important;
  border-color: rgba(198,168,120,.48) !important;
}

.radio-card{
  position: relative;
  min-height: 116px !important;
  padding: 1.15rem 1.25rem !important;
  border-radius: 24px !important;
  border: 1px solid rgba(17,21,27,.08) !important;
  background: linear-gradient(180deg, #ffffff, #faf6ef) !important;
  box-shadow: var(--so-shadow-sm) !important;
  color: #11151b !important;
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-weight: 700;
}

.radio-card:hover{
  background: linear-gradient(180deg, #ffffff, #f7efdf) !important;
  color: #11151b !important;
  transform: translateY(-2px);
}

input[type="radio"]:checked + .radio-card{
  border-color: rgba(198,168,120,.65) !important;
  box-shadow: 0 0 0 4px rgba(198,168,120,.14), 0 18px 28px rgba(0,0,0,.08) !important;
}

#prev-btn,
#next-btn,
#submit-btn{
  border-radius: 16px !important;
  min-height: 52px;
}

#custom-alert{
  background: linear-gradient(135deg, #7c1d1d, #dc2626) !important;
  color: #fff !important;
}

#warum .grid,
#standort .grid,
#standort-footer .grid{
  gap: 1.6rem !important;
}

#standort iframe,
#standort-footer iframe{
  min-height: 100%;
  filter: grayscale(.15) contrast(1.04) saturate(.95);
}

#contact-form{
  position: relative;
  overflow: hidden;
  padding: clamp(1.6rem, 3vw, 2.4rem) !important;
}

#contact .text-xl,
#standort .text-base,
#standort-footer .text-gray-600{
  color: #68707a !important;
}

#warum .mt-12{
  position: relative;
  overflow: hidden;
}

#warum .mt-6 > div,
#warum .grid > div{
  position: relative;
  overflow: hidden;
}

#warum h3,
#warum .font-bold,
#warum .text-xl{
  color: #101317 !important;
}

#standort-footer{
  display: none !important;
}

#contact .flex.items-start,
#valuation-form .flex.items-start{
  border-radius: 18px;
  padding: 1rem 1rem 1rem .2rem;
}


#standort-buero{
  padding-top: clamp(4.5rem, 8vw, 6rem) !important;
  padding-bottom: clamp(4.5rem, 8vw, 6rem) !important;
  margin-bottom: 0 !important;
  border-top: 1px solid rgba(198,168,120,.14) !important;
}

#standort-buero h2{
  font-size: clamp(2.5rem, 4vw, 4.2rem) !important;
}

#standort-buero > p,
#standort-buero .text-base,
#standort-buero .text-gray-700{
  color: #68707a !important;
}

#standort-buero .grid > div{
  background: linear-gradient(180deg, #ffffff 0%, #faf5ed 100%) !important;
  border: 1px solid rgba(198,168,120,.16) !important;
  border-radius: 28px !important;
  box-shadow: var(--so-shadow-sm) !important;
}

#standort-buero h3,
#standort-buero .font-semibold{
  color: #000000 !important;
}

#standort-buero a{
  color: #7d5f35 !important;
}

#standort-buero iframe{
  min-height: 100%;
  filter: grayscale(.12) contrast(1.03) saturate(.96);
}

footer{
  background: linear-gradient(180deg, #07090c 0%, #0c1117 100%) !important;
  border-top: 1px solid rgba(198,168,120,.14) !important;
}

footer h4,
footer p,
footer a,
footer li,
footer address{
  color: rgba(255,255,255,.72) !important;
}

footer h4,
footer strong{
  color: #fff !important;
}

#so-sticky-actions a{
  border-radius: 18px !important;
  padding: 13px 15px !important;
  box-shadow: 0 20px 40px rgba(0,0,0,.28) !important;
}

#so-sticky-actions a:first-child{
  background: linear-gradient(135deg, #119a48, #1ad460) !important;
}

#so-sticky-actions a:last-child{
  background: linear-gradient(135deg, #111722, #1e2b3a) !important;
  border: 1px solid rgba(255,255,255,.12);
}

#so-exit-modal > div{
  border-radius: 28px !important;
  border: 1px solid rgba(255,255,255,.08);
}

/* Reveal animations */
[data-so-reveal]{
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .68s ease, transform .68s cubic-bezier(.2,.65,.18,1);
  will-change: opacity, transform;
}

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

/* Responsive */
@media (max-width: 1180px){
  .so-hero-shell{
    grid-template-columns: 1fr;
    align-items: center;
  }

  .so-hero-panel{
    justify-self: stretch;
    width: 100%;
  }

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

@media (max-width: 900px){
  #main-header{
    top: 10px;
    width: calc(100% - 18px);
    border-radius: 20px;
  }

  #main-header .h-20{ height: 76px; }

  #hero-section{
    padding-top: 7rem;
  }

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

  #trustbar{
    margin-top: -1.5rem;
  }
}

@media (max-width: 768px){
  #hero-section{
    padding-inline: 1rem;
    padding-bottom: 4rem;
  }

  .so-hero-kicker{
    justify-content: center;
  }

  .so-hero-copy,
  .so-hero-panel,
  #hero-section{
    text-align: center;
  }

  .so-hero-lead{
    margin-inline: auto;
  }

  .so-hero-chip-row,
  .so-hero-cta-row{
    justify-content: center;
  }

  .so-hero-stats{
    grid-template-columns: 1fr;
  }

  .so-signature-grid{
    grid-template-columns: 1fr;
  }

  #services,
  #about,
  #trends,
  #reviews,
  #team,
  #faq,
  #wertrechner,
  #standort,
  #contact,
  #standort-footer,
  #signature-process{
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }

  #trustbar{
    padding-inline: 1rem !important;
    padding-bottom: 2rem !important;
  }

  #trustbar > div{
    padding: .9rem;
  }

  .so-trust-card{
    min-height: auto;
  }

  #valuation-form{
    padding: 1.1rem !important;
  }

  #contact-form{
    padding: 1.2rem !important;
  }
}

@media (max-width: 520px){
  #hero-section h1{
    font-size: clamp(2.8rem, 13vw, 3.85rem);
  }

  .so-hero-kicker{
    font-size: .84rem;
  }

  .so-hero-chip-row span,
  .so-hero-panel,
  #services .grid > div,
  #trends .grid > div,
  #team .grid > div,
  #faq details,
  #valuation-form,
  #contact-form,
  #standort .grid > div,
  #standort-footer .grid > div,
  .so-signature-card,
  #reviews article{
    border-radius: 22px !important;
  }

  #so-sticky-actions{
    right: 12px !important;
    bottom: 12px !important;
  }
}

@keyframes soHeroZoom{
  from{ transform: scale(1.04); }
  to{ transform: scale(1.12); }
}

/* Typography refinement: keep accent words inside display headings in the same
   premium serif typeface instead of switching them to the body sans-serif. */
body.so-premium-home h1 span,
body.so-premium-home h2 span,
body.so-premium-home h3 span,
body.so-premium-home h4 span{
  font-family: inherit;
  letter-spacing: inherit;
}

#services h2{
  font-weight: 600 !important;
  letter-spacing: -.042em;
}

#services h2 .so-accent{
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
}

#about h2{
  max-width: 11ch;
  font-weight: 600 !important;
  letter-spacing: -.04em;
}

