@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  color: #F9FAFB;
  background-color: #0F172A;
  overflow-x: hidden;
  font-size: 16px; }

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.brand-name,
.feature-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #0F172A; }

.buy-button,
.submit-button,
.cancel-button {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.3px; }

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(-20px) rotate(180deg); } }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }

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

@keyframes slideInRight {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0); } }

.particles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none; }

.particle {
  position: absolute;
  width: 32px;
  height: 32px;
  background: transparent;
  opacity: 0.7;
  pointer-events: none;
  animation: float 6s ease-in-out infinite;
  will-change: transform;
  filter: drop-shadow(0 0 6px #FFD16688); }

.lightning-icon {
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0 0 8px #FFD16655);
  opacity: 0.85;
  animation: lightning-flicker 2.5s infinite; }

@keyframes lightning-flicker {
  0%,
  100% {
    opacity: 0.85;
    filter: drop-shadow(0 0 8px #FFD16655); }
  10% {
    opacity: 1;
    filter: drop-shadow(0 0 16px #FFD166); }
  12% {
    opacity: 0.7;
    filter: drop-shadow(0 0 4px #FFD16633); }
  14% {
    opacity: 1;
    filter: drop-shadow(0 0 18px #FFD166); }
  16% {
    opacity: 0.85;
    filter: drop-shadow(0 0 8px #FFD16655); }
  50% {
    opacity: 0.85; } }

.header {
  background: linear-gradient(135deg, #111827 0%, #1F2937 100%);
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px); }

.header-content {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }
  @media (max-width: 768px) {
    .header-content {
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
      padding: 10px 20px; } }
.logo-image {
  width: 150px;
  border-radius: 50%;
  box-shadow: 0 0 25px rgba(0, 51, 128, 0.6);
  /* мягкое сияние */
  background-color: #002c6a;
  /* если будет просвечивать */
  padding: 5px;
  /* немного воздуха */ }

.logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: #3B82F6;
  background: linear-gradient(90deg, #6ca1f8, #3B82F6, #0b63f3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 5px rgba(59, 130, 246, 0.8), 0 0 10px rgba(59, 130, 246, 0.6), 0 0 20px rgba(59, 130, 246, 0.4);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: glow-pulse 7.5s ease-in-out infinite; }
  @media (max-width: 768px) {
    .logo {
      font-size: 28px;
      text-align: left; } }
@keyframes glow-pulse {
  0% {
    text-shadow: 0 0 3px rgba(59, 130, 246, 0.6), 0 0 6px rgba(59, 130, 246, 0.4), 0 0 10px rgba(59, 130, 246, 0.3);
    transform: scale(1); }
  20% {
    text-shadow: 0 0 8px rgba(59, 130, 246, 0.8), 0 0 16px rgba(59, 130, 246, 0.6), 0 0 24px rgba(59, 130, 246, 0.4);
    transform: scale(1.01); }
  40% {
    text-shadow: 0 0 12px rgba(245, 158, 11, 0.9), 0 0 20px rgba(245, 158, 11, 0.7), 0 0 30px rgba(245, 158, 11, 0.5);
    transform: scale(1.02) rotate(-0.5deg); }
  60% {
    text-shadow: 0 0 18px #f59e0b, 0 0 28px rgba(245, 158, 11, 0.8), 0 0 36px rgba(245, 158, 11, 0.6);
    transform: scale(1.03); }
  80% {
    text-shadow: 0 0 10px rgba(59, 130, 246, 0.8), 0 0 16px rgba(59, 130, 246, 0.5), 0 0 22px rgba(59, 130, 246, 0.3);
    transform: scale(1.01) rotate(0.3deg); }
  100% {
    text-shadow: 0 0 3px rgba(59, 130, 246, 0.6), 0 0 6px rgba(59, 130, 246, 0.4), 0 0 10px rgba(59, 130, 246, 0.3);
    transform: scale(1); } }

.contact-info {
  display: flex;
  gap: 30px;
  align-items: center; }
  @media (max-width: 768px) {
    .contact-info {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
      width: 100%; } }
.contact-item {
  color: #F9FAFB;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px; }
  @media (max-width: 768px) {
    .contact-item {
      font-size: 14px; } }
.phone {
  font-size: 20px;
  background: linear-gradient(135deg, #1E3A8A 0%, #3B82F6 100%);
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  color: #F9FAFB;
  font-weight: 700;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .phone::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .phone:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25); }
    .phone:hover::before {
      left: 100%; }
  @media (max-width: 768px) {
    .phone {
      font-size: 16px;
      padding: 10px 18px;
      width: 100%;
      text-align: center; } }
.hero {
  background: linear-gradient(135deg, rgba(17, 24, 39, 0.95) 0%, rgba(59, 130, 246, 0.9) 100%), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
  padding: 120px 0;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(59, 130, 246, 0.1) 0%, transparent 70%); }
  @media (max-width: 768px) {
    .hero {
      padding: 80px 0; } }
.hero-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2; }

.hero h1 {
  font-size: 3.5rem;
  font-weight: 900;
  color: #F9FAFB;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }
  @media (max-width: 768px) {
    .hero h1 {
      font-size: 2.5rem; } }
  @media (max-width: 480px) {
    .hero h1 {
      font-size: 2rem; } }
.hero-subtitle {
  font-size: 1.5rem;
  color: #F9FAFB;
  margin-bottom: 40px;
  font-weight: 300; }
  @media (max-width: 768px) {
    .hero-subtitle {
      font-size: 1.2rem; } }
.cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .cta-buttons {
      flex-direction: column;
      align-items: center; } }
.btn {
  padding: 18px 36px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25); }
    .btn:hover::before {
      left: 100%; }
  .btn-primary {
    background: linear-gradient(135deg, #1E3A8A 0%, #3B82F6 100%);
    color: #F9FAFB;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); }
  .btn-secondary {
    background: transparent;
    color: #F9FAFB;
    border: 2px solid #F9FAFB; }
  @media (max-width: 768px) {
    .btn {
      padding: 15px 30px;
      font-size: 16px; } }
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }

.section-title {
  text-align: center;
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 60px;
  background: linear-gradient(135deg, #111827 0%, #1F2937 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; }
  .brands .section-title, .map-section .section-title, .contact .section-title {
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: #F9FAFB;
    color: #F9FAFB; }
  @media (max-width: 768px) {
    .section-title {
      font-size: 2rem;
      margin-bottom: 40px; } }
.section-subtitle {
  font-size: 1.2rem;
  text-align: center;
  color: #9CA3AF;
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    .section-subtitle {
      font-size: 1rem;
      margin-bottom: 30px; } }
.features {
  padding: 100px 0;
  background: #F9FAFB; }
  @media (max-width: 768px) {
    .features {
      padding: 60px 0; } }
.features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center; }
  .features-grid .feature-card {
    flex: 1 1 300px;
    max-width: 300px;
    box-sizing: border-box; }
  .features-grid p {
    color: #0F172A; }
  @media (max-width: 768px) {
    .features-grid {
      gap: 30px; }
      .features-grid .feature-card {
        flex: 1 1 100%;
        max-width: 100%; } }
.feature-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #F9FAFB;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25); }
  .feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(135deg, #1E3A8A 0%, #3B82F6 100%); }
  @media (max-width: 768px) {
    .feature-card {
      padding: 30px 20px; } }
.feature-icon {
  font-size: 4rem;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #1E3A8A 0%, #3B82F6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
  @media (max-width: 768px) {
    .feature-icon {
      font-size: 3rem; } }
.feature-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0F172A; }
  @media (max-width: 768px) {
    .feature-title {
      font-size: 1.3rem; } }
.brands {
  padding: 100px 0;
  background: #0F172A;
  color: #F9FAFB; }
  @media (max-width: 768px) {
    .brands {
      padding: 60px 0; } }
.brands-grid {
  display: flex;
  flex-direction: column;
  /* элементы в колонку */
  gap: 40px;
  margin-top: 60px; }
  @media (max-width: 768px) {
    .brands-grid {
      gap: 30px;
      margin-top: 40px; } }
.brand-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  transition: all 0.4s ease;
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2); }
  .brand-card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4); }
  .brand-card .brand-card-content {
    padding: 30px; }

.brand-name {
  font-size: 2rem;
  font-weight: 800;
  color: #3B82F6;
  margin: 10px 0 20px; }
  @media (max-width: 768px) {
    .brand-name {
      font-size: 1.5rem; } }
.brand-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  filter: brightness(0.95); }

.brand-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.brand-description {
  font-size: 15px;
  color: #E5E7EB;
  line-height: 1.6;
  margin-bottom: 20px; }

.cable-list h4 {
  margin-bottom: 16px;
  font-size: 18px;
  color: #E5E7EB;
  text-align: left; }

.cable-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px; }

.cable-item {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 100%;
  backdrop-filter: blur(6px); }
  .cable-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); }

.cable-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px; }
  .cable-image img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 6px; }

.cable-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  text-align: left;
  color: #E5E7EB;
  font-size: 14px;
  gap: 10px; }

.cable-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 4px;
  color: white; }

.cable-price {
  font-size: 14px; }
  .cable-price .per-coil {
    color: goldenrod;
    font-weight: 600; }
  .cable-price .per-meter {
    color: #aaa;
    font-size: 13px; }

.cable-buy {
  margin-top: auto;
  display: flex;
  justify-content: flex-start; }
  .cable-buy .buy-button {
    width: 100%; }

.buy-button {
  background: linear-gradient(135deg, #10B981 0%, #3B82F6 100%);
  color: white;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 15px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 14px rgba(0, 214, 178, 0.3);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .buy-button:hover {
    background: linear-gradient(135deg, #6366F1, #8B5CF6);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(59, 130, 246, 0.4); }
  .buy-button:active {
    transform: scale(0.97);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25); }
  .buy-button:hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #10B981 0%, #3B82F6 100%);
    opacity: 0.15;
    border-radius: 8px;
    filter: blur(8px);
    z-index: 0; }
  @media (max-width: 768px) {
    .buy-button {
      width: 100%;
      text-align: center; } }
.cancel-button {
  cursor: pointer;
  background: #EF4444;
  color: #F9FAFB;
  padding: 10px 20px;
  border: none;
  border-radius: 4px; }

.submit-button {
  cursor: pointer;
  background: #22C55E;
  color: #F9FAFB;
  padding: 10px 20px;
  border: none;
  border-radius: 4px; }

.brand-slider {
  position: relative;
  width: 100%;
  margin: 0 auto 20px;
  margin-top: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e1e1e, #2c2c2c);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5); }

.slider-wrapper {
  position: relative;
  height: 350px;
  overflow: hidden; }

.slide {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.8s ease-in-out;
  transform: scale(0.96);
  filter: grayscale(40%) blur(1px);
  z-index: 0; }
  .slide.active {
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 1;
    transform: scale(1);
    filter: grayscale(0%) blur(0); }

.slide.prev {
  transform: scale(0.9) translateX(-100px);
  opacity: 0.3; }

.slide.next {
  transform: scale(0.9) translateX(100px);
  opacity: 0.3; }

.slide:hover .brand-image {
  transform: scale(1.05); }

.slider-prev,
.slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(243, 244, 246, 0.8));
  color: #4B5563;
  border: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 10;
  font-size: 24px;
  font-weight: bold;
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3); }

.slider-prev:hover,
.slider-next:hover {
  background: linear-gradient(135deg, #6366F1, #8B5CF6);
  color: #F9FAFB;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3); }

.slider-prev:active,
.slider-next:active {
  transform: translateY(-50%) scale(0.95); }

.slider-prev {
  left: 20px; }

.slider-next {
  right: 20px; }

/* Индикаторы */
.slider-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10; }

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.3); }

.indicator.active {
  background: linear-gradient(135deg, #6366F1, #8B5CF6);
  transform: scale(1.2);
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.5); }

.indicator:hover:not(.active) {
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.1); }

/* Прогресс бар автопрокрутки */
.progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #3B82F6, #2563EB);
  z-index: 10;
  border-radius: 0 0 20px 20px;
  animation: progress 15s linear infinite; }

@keyframes progress {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

/* Эффект размытия для неактивных слайдов */
.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(59, 130, 246, 0.1), rgba(59, 130, 246, 0.05));
  opacity: 0;
  transition: opacity 0.3s ease; }

.slide:hover .slide-overlay {
  opacity: 1; }

/* Анимация появления */
.brand-slider {
  animation: slideIn 0.8s ease-out; }

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.9); }
  to {
    opacity: 1;
    transform: translateY(0) scale(1); } }

/* Responsive */
@media (max-width: 768px) {
  .brand-slider {
    max-width: 90%; }
  .slider-wrapper {
    height: 250px; }
  .slider-prev,
  .slider-next {
    width: 50px;
    height: 50px;
    font-size: 20px; }
  .slider-prev {
    left: 10px; }
  .slider-next {
    right: 10px; } }

.map-section {
  padding-top: 0px;
  padding-bottom: 80px;
  background: #0F172A;
  color: #F9FAFB;
  text-align: center; }
  .map-section .section-title {
    margin-bottom: 40px; }
  .map-section .map-container {
    width: 100%;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4); }
    @media (max-width: 768px) {
      .map-section .map-container {
        height: 350px; } }
  .map-section .address-line {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-style: normal;
    font-size: 18px;
    font-weight: 600;
    color: #F9FAFB;
    background: linear-gradient(135deg, #6366F1, #8B5CF6);
    padding: 12px 24px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    max-width: max-content;
    margin: 0 auto;
    margin-bottom: 25px; }
    .map-section .address-line i {
      color: #F9FAFB;
      font-size: 20px; }
    .map-section .address-line:hover {
      transform: translateY(-2px);
      box-shadow: 0 12px 25px rgba(118, 75, 162, 0.4); }

.pricing {
  padding: 100px 0;
  background: linear-gradient(135deg, #F9FAFB 0%, rgba(59, 130, 246, 0.1) 100%); }
  @media (max-width: 768px) {
    .pricing {
      padding: 60px 0; } }
.pricing-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 60px; }
  @media (max-width: 768px) {
    .pricing-features {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      margin-top: 40px; } }
.pricing-card {
  cursor: pointer;
  background: #F9FAFB;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .pricing-card:hover {
    transform: translateY(-5px); }
  @media (max-width: 768px) {
    .pricing-card {
      padding: 25px 20px; } }
  .pricing-card p {
    color: #0F172A; }

.pricing-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.5rem;
  color: #111827;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
  transform-origin: center center;
  will-change: transform; }

.pricing-card:hover .pricing-icon {
  transform: scale(1.15) rotate(3deg); }

.pricing-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0F172A; }

.contact {
  padding: 100px 0;
  background: linear-gradient(135deg, #111827 0%, #1F2937 100%);
  color: #F9FAFB;
  text-align: center; }
  @media (max-width: 768px) {
    .contact {
      padding: 60px 0; } }
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-top: 60px; }
  @media (max-width: 768px) {
    .contact-grid {
      gap: 30px;
      margin-top: 40px; } }
.contact-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 15px;
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%; }
  .contact-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px); }
  @media (max-width: 768px) {
    .contact-card {
      padding: 25px 20px; } }
  .contact-card h3 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .contact-card p {
    flex-grow: 1;
    margin-bottom: 20px; }
  .contact-card a.btn,
  .contact-card button.btn {
    margin-top: auto;
    align-self: stretch; }

.contact-icon {
  font-size: 2.5rem;
  color: #3B82F6;
  margin-bottom: 15px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }

.footer {
  background: #0F172A;
  color: #F9FAFB;
  padding: 40px 0;
  text-align: center; }
  @media (max-width: 768px) {
    .footer {
      padding: 30px 0; } }
input,
textarea {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-family: inherit;
  transition: all 0.2s ease; }
  input:focus,
  textarea:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.3); }
  input::placeholder,
  textarea::placeholder {
    color: rgba(0, 0, 0, 0.5); }

textarea {
  height: 100px;
  resize: vertical; }

.pulse {
  animation: pulse 2s infinite; }

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .fade-in.visible {
    opacity: 1;
    transform: translateY(0); }

.loading {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #F9FAFB;
  animation: spin 1s ease-in-out infinite; }

.tooltip {
  position: absolute;
  z-index: 1000;
  background: #0F172A;
  color: #F9FAFB;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  pointer-events: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); }

.feature-card .feature-icon,
.feature-card .contact-icon,
.feature-card .pricing-icon,
.brand-card .feature-icon,
.brand-card .contact-icon,
.brand-card .pricing-icon,
.pricing-card .feature-icon,
.pricing-card .contact-icon,
.pricing-card .pricing-icon,
.contact-card .feature-icon,
.contact-card .contact-icon,
.contact-card .pricing-icon {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }

.feature-card:hover .feature-icon,
.feature-card:hover .contact-icon,
.feature-card:hover .pricing-icon,
.brand-card:hover .feature-icon,
.brand-card:hover .contact-icon,
.brand-card:hover .pricing-icon,
.pricing-card:hover .feature-icon,
.pricing-card:hover .contact-icon,
.pricing-card:hover .pricing-icon,
.contact-card:hover .feature-icon,
.contact-card:hover .contact-icon,
.contact-card:hover .pricing-icon {
  transform: scale(1.2) rotate(5deg); }

::-webkit-scrollbar {
  width: 8px; }

::-webkit-scrollbar-track {
  background: #F9FAFB; }

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #1E3A8A 0%, #3B82F6 100%);
  border-radius: 4px; }
  ::-webkit-scrollbar-thumb:hover {
    background: #111827; }

@media print {
  .header,
  .particles,
  .cta-buttons {
    display: none !important; }
  body {
    font-size: 12pt;
    line-height: 1.4; }
  .hero {
    background: none !important;
    color: black !important; } }

.urgency-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(135deg, #1E3A8A 0%, #3B82F6 100%);
  color: #F9FAFB;
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: var(--shadow-soft);
  z-index: 1001;
  animation: slideInRight 0.5s ease;
  max-width: 450px;
  cursor: pointer; }

.buy-modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #374151;
  display: flex;
  align-items: center;
  justify-content: center; }

.buy-modal-content {
  background: #1E293B;
  padding: 30px;
  border-radius: 8px;
  text-align: left;
  max-width: 400px;
  width: 90%; }
  .buy-modal-content h3 {
    color: darkseagreen; }

.buy-modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #EF4444; }

/*# sourceMappingURL=styles.css.map */