.contact-section-siprin {
  width: min(1180px, calc(100% - 32px));
  margin: 3.2rem auto;
  padding: clamp(1.4rem, 4vw, 3rem);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(121,184,255,.13), rgba(247,201,72,.08)), rgba(255,255,255,.045);
  box-shadow: 0 30px 80px rgba(0,0,0,.22);
  color: #f6f8fc;
}
.contact-section-siprin,
.assistant-widget,
header,
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
body {
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6,
.hero-copy h1,
.section-intro h2,
.sales-block h2,
.highlight h2 {
  font-weight: 600 !important;
  letter-spacing: -0.025em;
}
header {
  background: rgba(3, 8, 18, .76) !important;
  color: #f6f8fc !important;
  border-bottom: 1px solid rgba(121,184,255,.16) !important;
  box-shadow: 0 18px 48px rgba(0,0,0,.24) !important;
  backdrop-filter: blur(20px) saturate(140%) !important;
}
.header-inner {
  min-height: 72px !important;
}
.brand-name {
  color: #f6f8fc !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  font-size: 1.65rem !important;
  width: auto !important;
  overflow: visible !important;
}
.brand-wrap img {
  height: 44px !important;
  width: auto !important;
  max-width: 180px !important;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.22)) !important;
}
.nav-link-custom,
.dropdown-toggle-custom {
  color: rgba(246,248,252,.82) !important;
  font-weight: 500 !important;
  letter-spacing: .045em !important;
  text-transform: none !important;
  padding-top: 1.35rem !important;
  padding-bottom: 1.25rem !important;
}
.nav-link-custom:hover,
.dropdown-toggle-custom:hover,
.dropdown-toggle-custom[aria-expanded="true"] {
  color: #fff !important;
}
.nav-link-custom::before,
.dropdown-toggle-custom::before {
  background: linear-gradient(90deg, #79b8ff, #f7c948) !important;
  bottom: 13px !important;
}
.dropdown-menu,
.dropdown-submenu-panel {
  background: rgba(7,17,31,.98) !important;
  border: 1px solid rgba(121,184,255,.16) !important;
  box-shadow: 0 18px 60px rgba(0,0,0,.32) !important;
}
.dropdown-item {
  color: rgba(246,248,252,.82) !important;
  font-weight: 400 !important;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff !important;
  background: rgba(121,184,255,.1) !important;
}
.menu-toggle span {
  background: #f6f8fc !important;
}
@media (max-width: 768px) {
  .nav-shell {
    background: rgba(3,8,18,.96) !important;
    border-top: 1px solid rgba(121,184,255,.14) !important;
  }
  .dropdown > .dropdown-menu {
    background: rgba(9,21,33,.98) !important;
  }
  .submenu-toggle {
    color: #f6f8fc !important;
  }
}
.contact-grid-siprin {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(320px,1.1fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: start;
}
.contact-kicker-siprin {
  color: #79b8ff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: .78rem;
  margin-bottom: .75rem;
}
.contact-section-siprin h2 {
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  line-height: 1.05;
  margin: 0 0 1rem;
  letter-spacing: -.04em;
}
.contact-section-siprin p {
  color: rgba(246,248,252,.78);
  line-height: 1.75;
}
.contact-links-siprin {
  display: grid;
  gap: .7rem;
  margin-top: 1.4rem;
}
.contact-links-siprin a {
  color: #f7c948;
  font-weight: 600;
}
.contact-form-siprin {
  display: grid;
  gap: .95rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  padding: clamp(1rem, 3vw, 1.6rem);
  background: rgba(255,255,255,.07);
}
.contact-form-siprin label,
.phone-field-siprin {
  display: grid;
  gap: .45rem;
  color: #f6f8fc;
  font-weight: 500;
}
.phone-row-siprin {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: .7rem;
}
.contact-form-siprin input,
.contact-form-siprin select,
.contact-form-siprin textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  padding: .78rem .9rem;
  background: rgba(2,6,12,.48);
  color: #fff;
  font: inherit;
}
.contact-form-siprin button {
  border: 0;
  border-radius: 999px;
  padding: .9rem 1.2rem;
  background: #f7c948;
  color: #181100;
  font-weight: 700;
  cursor: pointer;
}
.contact-form-status {
  margin: .2rem 0 0;
  color: #9ff0bd;
}
.contact-form-status.is-error {
  color: #ffb5b5;
}
.assistant-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1100;
  font-family: Poppins, Arial, sans-serif;
}
.assistant-launcher {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: .42rem;
  background: linear-gradient(135deg, #f7c948, #79b8ff);
  color: #08111d;
  font-weight: 700;
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
  cursor: pointer;
  min-width: 64px;
  min-height: 64px;
  justify-content: center;
  transition: gap .22s ease, padding .22s ease, transform .22s ease, box-shadow .22s ease;
}
.assistant-launcher:hover,
.assistant-launcher:focus-visible {
  gap: .65rem;
  padding: .42rem .7rem .42rem 1rem;
  transform: translateY(-2px);
  box-shadow: 0 22px 60px rgba(0,0,0,.42);
}
.assistant-launcher span {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: max-width .22s ease, opacity .18s ease;
}
.assistant-launcher:hover span,
.assistant-launcher:focus-visible span {
  max-width: 88px;
  opacity: 1;
}
.assistant-launcher img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.assistant-panel {
  position: absolute;
  right: 0;
  bottom: 78px;
  width: min(390px, calc(100vw - 32px));
  max-height: min(680px, calc(100vh - 120px));
  display: none;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.16);
  background: #07111f;
  box-shadow: 0 26px 80px rgba(0,0,0,.48);
  color: #f6f8fc;
}
.assistant-widget.is-open .assistant-panel {
  display: grid;
  grid-template-rows: auto minmax(180px, 1fr) auto auto;
}
.assistant-header {
  position: static;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  background: linear-gradient(135deg, rgba(121,184,255,.18), rgba(247,201,72,.12));
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: #f6f8fc;
  box-shadow: none;
}
.assistant-title {
  display: flex;
  align-items: center;
  gap: .75rem;
}
.assistant-title img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}
.assistant-title strong {
  display: block;
  font-size: 1.1rem;
}
.assistant-title span {
  color: rgba(246,248,252,.72);
  font-size: .86rem;
}
.assistant-close {
  border: 0;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}
.assistant-messages {
  overflow: auto;
  padding: 1rem;
  display: grid;
  gap: .75rem;
}
.assistant-message {
  max-width: 88%;
  border-radius: 18px;
  padding: .78rem .9rem;
}
.assistant-message p {
  margin: 0;
  color: inherit;
  line-height: 1.5;
  font-size: .94rem;
}
.assistant-message-bot {
  justify-self: start;
  background: rgba(255,255,255,.08);
  color: #f6f8fc;
}
.assistant-message-user {
  justify-self: end;
  background: #f7c948;
  color: #181100;
}
.assistant-typing {
  display: inline-flex;
  gap: .35rem;
}
.assistant-typing span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f7c948;
  animation: assistantTyping 1s infinite ease-in-out;
}
.assistant-typing span:nth-child(2) { animation-delay: .14s; }
.assistant-typing span:nth-child(3) { animation-delay: .28s; }
@keyframes assistantTyping {
  0%, 80%, 100% { transform: translateY(0); opacity: .45; }
  40% { transform: translateY(-4px); opacity: 1; }
}
.assistant-options {
  display: flex;
  gap: .45rem;
  flex-wrap: wrap;
  padding: 0 1rem 1rem;
}
.assistant-options button {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.075);
  color: #fff;
  padding: .48rem .7rem;
  cursor: pointer;
  font: inherit;
  font-size: .84rem;
}
.assistant-form {
  display: grid;
  grid-template-columns: 1fr 44px;
  gap: .5rem;
  padding: 1rem;
  border-top: 1px solid rgba(255,255,255,.1);
}
.assistant-form input {
  min-width: 0;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  padding: .72rem .9rem;
  background: rgba(2,6,12,.45);
  color: #fff;
}
.assistant-form button {
  border: 0;
  border-radius: 999px;
  background: #f7c948;
  color: #181100;
  font-weight: 700;
  cursor: pointer;
}
@media (max-width: 760px) {
  .contact-grid-siprin,
  .phone-row-siprin {
    grid-template-columns: 1fr;
  }
  .assistant-widget {
    right: 14px;
    bottom: 14px;
  }
}
