@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
*, ::after, ::before {
  box-sizing: border-box;
}
svg {
  max-width: 100%;
  max-height: 100%;
}
input[type="search"] {
  background-image: none !important;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
@font-face {
  font-family: "icomoon";
  src: url("/themes/default/assets/fonts/icomoon.eot?3qw2n6");
  src: url("/themes/default/assets/fonts/icomoon.eot?3qw2n6#iefix") format("embedded-opentype"), url("/themes/default/assets/fonts/icomoon.ttf?3qw2n6") format("truetype"), url("/themes/default/assets/fonts/icomoon.woff?3qw2n6") format("woff"), url("/themes/default/assets/fonts/icomoon.svg?3qw2n6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-calculate:before {
  content: "";
}
.icon-book:before {
  content: "";
}
.icon-building:before {
  content: "";
}
.icon-car:before {
  content: "";
}
.icon-chat:before {
  content: "";
}
.icon-check:before {
  content: "";
}
.icon-clock:before {
  content: "";
}
.icon-electric:before {
  content: "";
}
.icon-fire:before {
  content: "";
}
.icon-lightbulb:before {
  content: "";
}
.icon-location:before {
  content: "";
}
.icon-panorama:before {
  content: "";
}
.icon-pen:before {
  content: "";
}
.icon-phone:before {
  content: "";
}
.icon-railway:before {
  content: "";
}
.icon-rocket:before {
  content: "";
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  min-height: 100%;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: #0a0a0f;
  color: #e8e8f0;
  line-height: 1.6;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1660px;
  }
}
header {
  background: linear-gradient(135deg, rgba(26, 0, 51, 0) 0%, rgba(10, 10, 31, 0) 100%);
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(138, 43, 226, 0);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(0);
  transition: background-color 0.4s, border-color 0.4s, backdrop-filter 0.4s;
}
header.on {
  background-color: rgba(26, 0, 51, 0.6);
  border-color: rgba(138, 43, 226, 0.3);
  backdrop-filter: blur(10px);
}
.logo {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 2px;
  background: linear-gradient(90deg, #b566ff, #09d6ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  transition: color 0.3s ease;
}
.header-phone:hover {
  color: #8a2be2;
}
section {
  padding: 80px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.section-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  text-align: center;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #fff, #8a2be2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-subtitle {
  text-align: center;
  color: #8888a8;
  font-size: 18px;
  margin-bottom: 50px;
}
.services-grid, .uv-grid, .why-grid, .reviews-grid {
  display: grid;
  gap: 20px;
}
.services-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
@media (max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
  }
}
@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
  }
}
@media (max-width: 520px) {
  .services-grid {
    grid-template-columns: repeat(1, minmax(240px, 1fr));
  }
}
.reviews-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
@media (max-width: 992px) {
  .reviews-grid {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
  }
}
@media (max-width: 600px) {
  .reviews-grid {
    grid-template-columns: repeat(1, minmax(240px, 1fr));
  }
}
.uv-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
@media (max-width: 1024px) {
  .uv-grid {
    grid-template-columns: repeat(2, minmax(250px, 1fr));
  }
}
@media (max-width: 600px) {
  .uv-grid {
    grid-template-columns: repeat(1, minmax(250px, 1fr));
  }
}
.why-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
@media (max-width: 992px) {
  .why-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}
@media (max-width: 520px) {
  .why-grid {
    grid-template-columns: repeat(1, minmax(220px, 1fr));
  }
}
.service-card, .why-card, .review-card {
  padding: 30px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(138, 43, 226, 0.08), rgba(0, 212, 255, 0.05));
  border: 1px solid rgba(138, 43, 226, 0.2);
  transition: all 0.3s ease;
}
@media (max-width: 520px) {
  .service-card, .why-card, .review-card {
    padding: 24px;
  }
}
@media (max-width: 520px) {
  .why-card {
    padding: 16px;
    text-align: center;
  }
}
.service-card:hover, .why-card:hover, .review-card:hover {
  transform: translateY(-5px);
  border-color: #8a2be2;
  box-shadow: 0 20px 40px rgba(138, 43, 226, 0.2);
}
.service-card {
  padding: 10px 30px 30px 30px;
  position: relative;
}
@media (max-width: 520px) {
  .service-card {
    padding: 16px 30px 30px 30px;
  }
}
.service-icon {
  font-size: 56px;
}
@media (max-width: 520px) {
  .service-icon {
    position: absolute;
    bottom: -4px;
    right: 14px;
    font-size: 48px;
  }
}
.service-icon i {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.service-icon .icon-book {
  background: linear-gradient(135deg, #8a2be2, #00d4ff);
}
.service-icon .icon-electric {
  background: linear-gradient(210deg, #efe879 23%, #ff9d14);
}
.service-icon .icon-building {
  background: linear-gradient(135deg, #9c9c9c 20%, #3f3f3f);
}
.service-icon .icon-panorama {
  background: linear-gradient(316deg, #c62abe 20%, #00d3ff);
}
.service-icon .icon-lightbulb {
  background: linear-gradient(176deg, #14ff67 20%, #239917);
}
.service-icon .icon-pen {
  background: linear-gradient(47deg, #ff2300 20%, #e6b127);
}
.why-icon {
  font-size: 40px;
}
.why-icon i {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.why-icon .icon-check {
  background: linear-gradient(135deg, #0a630a 10%, #2bff00);
}
.why-icon .icon-electric {
  background: linear-gradient(210deg, #efe879 23%, #ff9d14);
}
.why-icon .icon-location {
  background: linear-gradient(135deg, #e22b2b 20%, #ff9100);
}
.why-icon .icon-chat {
  background: linear-gradient(316deg, #266792 20%, #34d9fb);
}
.service-card h3, .why-card h4 {
  margin-bottom: 10px;
  color: #fff;
}
.service-card p, .uv-item p, .why-card p, .review-text {
  color: #b8b8d0;
  font-size: 15px;
  margin-bottom: 15px;
}
.service-tag {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  background: rgba(0, 212, 255, 0.15);
  color: #00d4ff;
  font-size: 13px;
  font-weight: 600;
}
.uv-section {
  background: linear-gradient(135deg, #1a0033, #0a0a1f);
  border-radius: 30px;
  padding: 60px 40px;
  border: 1px solid rgba(138, 43, 226, 0.3);
}
.uv-section .icon-fire {
  font-size: 56px;
  background: linear-gradient(158deg, #d2ae38 23%, #ff4614);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 520px) {
  .uv-section .section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.uv-item {
  position: relative;
  padding-left: 60px;
}
.uv-number {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 44px;
  font-weight: 900;
  background: linear-gradient(135deg, #8a2be2, #00d4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.cta-section {
  text-align: center;
  padding: 80px 20px;
  background: radial-gradient(ellipse at center, rgba(138, 43, 226, 0.15) 0%, transparent 70%);
}
.cta-section h2 {
  font-size: clamp(28px, 4vw, 44px);
  margin-bottom: 20px;
  color: #fff;
}
.cta-section p {
  color: #b8b8d0;
  font-size: 18px;
  margin-bottom: 30px;
}
.cta-section {
  text-align: center;
  padding: 80px 20px;
  background: radial-gradient(ellipse at center, rgba(138, 43, 226, 0.15) 0%, transparent 70%);
}
.cta-section h2 {
  font-size: clamp(28px, 4vw, 44px);
  margin-bottom: 20px;
  color: #fff;
}
.cta-section p {
  color: #b8b8d0;
  font-size: 18px;
  margin-bottom: 30px;
}
.cta-phone {
  display: block;
  font-size: 28px;
  font-weight: 900;
  color: #00d4ff;
  margin-top: 20px;
  transition: color 0.3s ease;
}
.cta-phone:hover {
  color: #8a2be2;
}
.btn {
  padding: 16px 36px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-full {
  width: 100%;
  justify-content: center;
}
.btn-primary {
  background: linear-gradient(135deg, #8a2be2, #00d4ff);
  color: #fff;
  box-shadow: 0 10px 30px rgba(138, 43, 226, 0.4);
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(138, 43, 226, 0.6);
}
.btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #00d4ff;
}
.btn-secondary:hover {
  background: rgba(0, 212, 255, 0.1);
  transform: translateY(-3px);
}
.review-stars {
  color: #ffd700;
  font-size: 18px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8a2be2, #00d4ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 18px;
  color: #fff;
}
.review-name {
  font-weight: 700;
  color: #fff;
  font-size: 15px;
}
.review-role {
  font-size: 13px;
  color: #8888a8;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 200;
  align-items: center;
  justify-content: center;
  padding: 20px;
  display: flex;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal {
  background: linear-gradient(135deg, #1a0033, #0a0a1f);
  border-radius: 24px;
  padding: 40px;
  max-width: 500px;
  width: 100%;
  border: 1px solid rgba(138, 43, 226, 0.4);
  position: relative;
  opacity: 0;
  transform: translateY(20px) scale(0.97);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.modal__success-body, .modal__error-body {
  display: none;
  opacity: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  transition: opacity 0.3s ease-in-out;
}
.modal__success-body.on, .modal__error-body.on {
  display: block;
}
.modal__success-body.show, .modal__error-body.show {
  opacity: 1;
}
.modal-overlay.active .modal {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.modal h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #fff;
}
.modal p {
  color: #b8b8d0;
  margin-bottom: 25px;
}
.modal input, .modal textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: 12px;
  border: 1px solid rgba(138, 43, 226, 0.3);
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 15px;
  margin-bottom: 15px;
  font-family: inherit;
}
.modal input:focus, .modal textarea:focus {
  outline: none;
  border-color: #8a2be2;
}
.modal textarea {
  min-height: 100px;
  resize: vertical;
}
.modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  color: #8888a8;
  font-size: 28px;
  cursor: pointer;
}
.success-msg {
  display: none;
  text-align: center;
  padding: 30px;
}
.success-msg.active {
  display: block;
}
.success-msg .check {
  font-size: 64px;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  header {
    padding: 15px 20px;
    flex-direction: column;
    gap: 10px;
  }
  .uv-section {
    padding: 40px 20px;
  }
  .modal {
    padding: 25px;
  }
}
.floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 99;
}
.float-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
}
.float-btn:hover {
  transform: scale(1.1);
}
.float-btn.call {
  background: linear-gradient(197deg, #00d4ff, #1084aa);
  color: #fff;
}
.float-btn.request {
  background: linear-gradient(197deg, #a24eef, #5a1a9e);
  color: #fff;
}
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
  background-image: radial-gradient(black, #00000005), url("/themes/default/assets/images/bg.jpg");
  background-size: cover;
  background-position: center;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(138, 43, 226, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(138, 43, 226, 0.05) 1px, transparent 1px);
  background-size: 50px 50px;
  animation: gridMove 20s linear infinite;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}
.hero h1 {
  padding: 1rem 0;
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #fff 0%, #be77ff 50%, #48e0ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: glow 3s ease-in-out infinite alternate;
}
@keyframes glow {
  from {
    filter: drop-shadow(0 0 20px rgba(138, 43, 226, 0.5));
  }
  to {
    filter: drop-shadow(0 0 40px rgba(0, 212, 255, 0.7));
  }
}
.hero p {
  font-size: clamp(16px, 2vw, 20px);
  color: #b8b8d0;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 520px) {
  .hero-buttons {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }
  .hero-buttons .btn {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 60px auto 0;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 800px) {
  .stats {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }
}
.stat {
  text-align: center;
  padding: 20px;
  border-radius: 16px;
  background: rgba(138, 43, 226, 0.2);
  border: 1px solid rgba(138, 43, 226, 0.3);
}
.stat-value {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
}
.stat-label {
  font-size: 14px;
  color: #8888a8;
  margin-top: 5px;
}
@keyframes gridMove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50px, 50px);
  }
}
.calculator-section {
  background: linear-gradient(135deg, #1a0033, #0a0a1f);
  border-radius: 30px;
  padding: 60px 40px;
  margin: 40px 20px;
  border: 1px solid rgba(138, 43, 226, 0.3);
}
.calculator-section .icon-calculate {
  background: linear-gradient(220deg, #388bd2 23%, #ff3600);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.calculator-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.calculator-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 768px) {
  .calculator-grid {
    grid-template-columns: 1fr;
  }
}
.calc-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.calc-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.calc-group label {
  font-size: 14px;
  font-weight: 600;
  color: #b8b8d0;
}
.calc-group select, .calc-group input {
  padding: 14px 18px;
  border-radius: 12px;
  border: 1px solid rgba(138, 43, 226, 0.3);
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 15px;
  font-family: inherit;
  transition: all 0.3s ease;
}
.calc-group select:focus, .calc-group input:focus {
  outline: none;
  border-color: #8a2be2;
  box-shadow: 0 0 15px rgba(138, 43, 226, 0.3);
}
.calc-group select option {
  background: #1a0033;
  color: #fff;
}
.calc-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.calc-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 10px;
  background: rgba(138, 43, 226, 0.08);
  border: 1px solid rgba(138, 43, 226, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}
.calc-checkbox:hover {
  background: rgba(138, 43, 226, 0.15);
}
.calc-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #8a2be2;
}
.calc-checkbox label {
  font-size: 14px;
  color: #d0d0e0;
  cursor: pointer;
  flex: 1;
}
.calc-result {
  background: linear-gradient(135deg, rgba(138, 43, 226, 0.15), rgba(0, 212, 255, 0.08));
  border: 2px solid rgba(138, 43, 226, 0.4);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: sticky;
  top: 100px;
}
.calc-result-label {
  font-size: 16px;
  color: #b8b8d0;
  margin-bottom: 10px;
}
.calc-result-price {
  font-size: 48px;
  font-weight: 900;
  background: linear-gradient(135deg, #8a2be2, #00d4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.calc-result-note {
  font-size: 13px;
  color: #8888a8;
  margin-bottom: 25px;
}
.calc-result-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.calc-result-buttons .btn {
  justify-content: center;
  width: 100%;
}
.location-section {
  background: linear-gradient(135deg, #1a0033, #0a0a1f);
  border-radius: 30px;
  padding: 60px 40px;
  border: 1px solid rgba(138, 43, 226, 0.3);
}
@media (max-width: 520px) {
  .location-section {
    padding: 24px;
  }
  .location-section .btn {
    width: 100%;
    justify-content: center;
  }
}
.location-section .section-title .icon-location {
  font-size: 44px;
  background: linear-gradient(158deg, #d2ae38 23%, #ff4614);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 520px) {
  .location-section .section-title .icon-location {
    font-size: 54px;
    margin-bottom: 10px;
  }
}
@media (max-width: 520px) {
  .location-section .section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.location-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 992px) {
  .location-wrapper {
    grid-template-columns: 1fr;
  }
}
.location-info h3 {
  font-size: 32px;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #fff, #00d4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.location-details {
  list-style: none;
  margin-bottom: 25px;
}
.location-details li {
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #d0d0e0;
  border-bottom: 1px solid rgba(138, 43, 226, 0.15);
}
.location-details li:last-child {
  border-bottom: none;
}
.location-details .loc-icon {
  font-size: 22px;
  width: 30px;
  text-align: center;
}
.location-details strong {
  color: #00d4ff;
  font-weight: 700;
}
.map-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid rgba(138, 43, 226, 0.4);
  box-shadow: 0 20px 60px rgba(138, 43, 226, 0.3);
  aspect-ratio: 1.6;
  background: #1a1a2e;
}
.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: invert(0.9) hue-rotate(180deg) saturate(1.2);
}
.pulse-marker {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 10;
}
.pulse-dot {
  width: 20px;
  height: 20px;
  background: #8a2be2;
  border: 3px solid #fff;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 20px #8a2be2, 0 0 40px #00d4ff;
}
.pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #00d4ff;
  animation: pulse 2s ease-out infinite;
}
.pulse-ring:nth-child(2) {
  animation-delay: 0.5s;
}
.pulse-ring:nth-child(3) {
  animation-delay: 1s;
}
@keyframes pulse {
  0% {
    width: 20px;
    height: 20px;
    opacity: 1;
  }
  100% {
    width: 120px;
    height: 120px;
    opacity: 0;
  }
}
.map-label {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: rgba(10, 10, 15, 0.9);
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #00d4ff;
  border: 1px solid rgba(0, 212, 255, 0.4);
  z-index: 10;
  backdrop-filter: blur(10px);
}
footer {
  text-align: center;
  padding: 30px 20px;
  border-top: 1px solid rgba(138, 43, 226, 0.2);
  color: #8888a8;
  font-size: 14px;
}
