@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #f9fafb;
  color: #2d3748;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section-title-block {
  text-align: center;
  margin-bottom: 4rem;
}
.section-title-block h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 0.5rem 0;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
.section-title-block p {
  font-size: 1.1rem;
  color: #64748b;
  margin: 0;
}

.quote-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2rem;
  background-color: #008080;
  color: #f8fafc;
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 14px rgba(0, 128, 128, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.quote-button:hover {
  background-color: #006666;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 128, 128, 0.4);
}
.quote-button:active {
  transform: translateY(0);
}
.quote-button.secondary {
  background-color: transparent;
  border: 2px solid #f8fafc;
  box-shadow: none;
}
.quote-button.secondary:hover {
  background-color: #f8fafc;
  color: #0f172a;
}

.header {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  z-index: 1000;
  border-bottom: 1px solid rgba(226, 232, 240, 0.5);
}
.header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
.header .logo img {
  height: 60px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.header .nav .nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2rem;
}
.header .nav .nav-list a.nav-link {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9rem;
  color: #2d3748;
  padding: 0.5rem 0;
  position: relative;
  letter-spacing: 0.5px;
  transition: color 0.2s ease;
}
.header .nav .nav-list a.nav-link:hover {
  color: #008080;
}
.header .nav .nav-list a.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background: #008080;
  border-radius: 2px;
  transition: width 0.2s ease;
}
.header .nav .nav-list a.nav-link:hover::after {
  width: 100%;
}
.header .contact-bar {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.header .contact-bar .contact-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #f8fafc;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
}
.header .contact-bar .contact-item a {
  color: #2d3748;
  font-weight: 600;
  font-size: 0.85rem;
  text-decoration: none;
  transition: color 0.2s;
}
.header .contact-bar .contact-item a:hover {
  color: #008080;
}
.header .contact-bar .contact-item i {
  color: #008080;
  font-size: 0.85rem;
}
.header .nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  z-index: 1100;
}
.header .nav-toggle .hamburger,
.header .nav-toggle .hamburger::before,
.header .nav-toggle .hamburger::after {
  content: "";
  display: block;
  width: 24px;
  height: 2.5px;
  background: #2d3748;
  border-radius: 4px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.header .nav-toggle .hamburger::before,
.header .nav-toggle .hamburger::after {
  position: absolute;
}
.header .nav-toggle .hamburger::before {
  top: -7px;
}
.header .nav-toggle .hamburger::after {
  top: 7px;
}

@media (max-width: 992px) {
  .header .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
  }
  .header .nav .nav-list {
    flex-direction: column;
    gap: 1rem;
  }
  .header .nav .nav-list a.nav-link {
    display: block;
    padding: 0.5rem 0;
  }
  .header .contact-bar {
    display: none;
  }
  .header .nav-toggle {
    display: block;
  }
  .header.nav-open .nav {
    display: block;
  }
  .header.nav-open .hamburger {
    background: transparent;
  }
  .header.nav-open .hamburger::before {
    transform: rotate(45deg);
    top: 0;
  }
  .header.nav-open .hamburger::after {
    transform: rotate(-45deg);
    top: 0;
  }
}
#hero.hero-slider {
  position: relative;
  height: 60vh;
  min-height: 450px;
  background-image: url("images/hero-fallback.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}
#hero.hero-slider .overlay {
  background: linear-gradient(to right, rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.4));
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f8fafc;
}
#hero.hero-slider .overlay .container {
  font-family: system-ui, -apple-system, sans-serif;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
#hero.hero-slider .overlay .container h1 {
  font-size: 2.5rem;
  color: #ffffff;
  margin-bottom: 1rem;
  font-weight: 800;
}
#hero.hero-slider .overlay .container p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
}
#hero.hero-slider .overlay .container .hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 550px;
  margin: 0 auto;
}
#hero.hero-slider .overlay .container .hero-actions a {
  display: inline-block;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 8px;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
#hero.hero-slider .overlay .container .hero-actions a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
#hero.hero-slider .overlay .container .hero-actions a:active {
  transform: translateY(0);
}
#hero.hero-slider .overlay .container .hero-actions .why-us-button.primary {
  background-color: #008080;
  color: #ffffff;
  border: 2px solid #008080;
}
#hero.hero-slider .overlay .container .hero-actions .why-us-button.primary:hover {
  background-color: #006666;
  border-color: #006666;
}
#hero.hero-slider .overlay .container .hero-actions .quote-button.secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
#hero.hero-slider .overlay .container .hero-actions .quote-button.secondary:hover {
  background-color: #ffffff;
  color: #111111;
}

@media (max-width: 480px) {
  #hero.hero-slider .overlay .container .hero-actions {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }
  #hero.hero-slider .overlay .container .hero-actions a {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}
.services-section {
  padding: 6rem 0;
  background-color: #f9fafb;
}
.services-section .services-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.service-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  border: 1px solid #e2e8f0;
  overflow: hidden;
  display: flex;
}
.service-card .service-content {
  padding: 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.service-card .service-content .service-tag {
  background: rgba(0, 128, 128, 0.1);
  color: #006666;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
}
.service-card .service-content h3 {
  font-size: 1.75rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 1rem 0;
  line-height: 1.3;
}
.service-card .service-content p {
  color: #64748b;
  font-size: 1rem;
  margin: 0 0 1.5rem 0;
}
.service-card .service-content .service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem 0;
  width: 100%;
}
.service-card .service-content .service-features li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
  color: #2d3748;
  font-size: 0.95rem;
  font-weight: 500;
}
.service-card .service-content .service-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #008080;
  font-weight: 900;
}
.service-card.featured-layout {
  flex-direction: row;
}
.service-card.featured-layout .service-content {
  flex: 1.1;
}
.service-card.featured-layout .popupalbum-gallery {
  flex: 0.9;
}
@media (max-width: 992px) {
  .service-card.featured-layout {
    flex-direction: column;
  }
  .service-card.featured-layout .popupalbum-gallery {
    min-height: 350px;
  }
}
.service-card.standard-layout {
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}
.service-card.standard-layout .service-media-container {
  height: 280px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #0f172a;
}
.service-card.standard-layout .service-media-container .slide-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}
.service-card.standard-layout .service-media-container .slide-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.service-card.standard-layout .service-content {
  padding: 2.5rem;
}
.service-card.standard-layout .service-content h3 {
  font-size: 1.5rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media (max-width: 920px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

.popupalbum-gallery {
  position: relative;
  background: #f8fafc;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #e2e8f0;
}
@media (max-width: 992px) {
  .popupalbum-gallery {
    border-left: none;
    border-top: 1px solid #e2e8f0;
  }
}
.popupalbum-gallery .gallery-info-overlay {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  pointer-events: none;
}
@media (max-width: 576px) {
  .popupalbum-gallery .gallery-info-overlay {
    display: none;
  }
}
.popupalbum-gallery .popupalbum-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  width: 100%;
  max-width: 460px;
}
.popupalbum-gallery .popupalbum-wrapper img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  filter: grayscale(20%) contrast(0.95);
  border: 1px solid rgba(15, 23, 42, 0.05);
  cursor: zoom-in;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.popupalbum-gallery .popupalbum-wrapper img:hover {
  transform: scale(1.4);
  filter: grayscale(0%) contrast(1);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.25);
  z-index: 50;
  outline: 3px solid #ffffff;
}
@media (max-width: 480px) {
  .popupalbum-gallery {
    padding: 1.5rem;
  }
  .popupalbum-gallery .popupalbum-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

#quote {
  padding: 5rem 1.5rem;
  max-width: 768px;
  margin: 0 auto;
}
#quote h2 {
  font-size: 2.25rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 0.5rem 0;
}
#quote p {
  color: #64748b;
  font-size: 1.05rem;
  margin-bottom: 2.5rem;
}
#quote label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  color: #2d3748;
  margin-bottom: 0.4rem;
}
#quote input, #quote select, #quote textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
  background-color: #ffffff;
  font-size: 1rem;
  color: #2d3748;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#quote input:focus, #quote select:focus, #quote textarea:focus {
  outline: none;
  border-color: #008080;
  box-shadow: 0 0 0 4px rgba(0, 128, 128, 0.1);
}
#quote textarea {
  resize: vertical;
  min-height: 120px;
}
#quote button[type=submit] {
  margin-top: 1.5rem;
  width: 100%;
  padding: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  background: #006666;
  color: #f8fafc;
  transition: background 0.2s;
}
#quote button[type=submit]:hover {
  background: #0f172a;
}

.footer {
  background-color: #0f172a;
  color: rgba(248, 250, 252, 0.7);
  padding: 2.5rem 1rem;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 400;
  border-top: 1px solid rgba(226, 232, 240, 0.1);
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.85rem 2rem;
  background-color: #25D366;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.whatsapp-btn i {
  font-size: 1.2rem;
}
.whatsapp-btn:hover {
  background-color: #20ba5a;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
  color: #ffffff;
}

.info-section {
  padding: 5rem 0 3rem 0;
  background-color: #ffffff;
  border-bottom: 1px solid #e2e8f0;
}
.info-section .info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5rem;
}
@media (max-width: 768px) {
  .info-section .info-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.info-section .info-card h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 1.25rem 0;
  position: relative;
  padding-bottom: 0.5rem;
}
.info-section .info-card h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 4px;
  background-color: #008080;
  border-radius: 2px;
}
.info-section .info-card p {
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
}
.info-section .info-card .restored-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0 0;
}
.info-section .info-card .restored-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 1rem;
  color: #2d3748;
  font-size: 1rem;
}
.info-section .info-card .restored-list li::before {
  content: "➔";
  position: absolute;
  left: 0;
  color: #008080;
  font-weight: bold;
}
.info-section .info-card .restored-list li strong {
  color: #0f172a;
}

.smart-repair-info, .why-choose-smart {
  padding: 5rem 0;
  background-color: #ffffff;
  border-bottom: 1px solid #e2e8f0;
}
.smart-repair-info .container, .why-choose-smart .container {
  max-width: 1200px;
}
.smart-repair-info h2, .why-choose-smart h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.75rem;
}
.smart-repair-info h2::after, .why-choose-smart h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 4px;
  background-color: #008080;
  border-radius: 2px;
}
.smart-repair-info .subtitle, .why-choose-smart .subtitle {
  color: #008080;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  display: block;
}
.smart-repair-info p, .why-choose-smart p {
  color: #64748b;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.smart-repair-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 4rem;
  align-items: start;
}
@media (max-width: 992px) {
  .smart-repair-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.feature-tags .tag {
  background: #f8fafc;
  color: #0f172a;
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  border: 1px solid #e2e8f0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.feature-tags .tag:hover {
  background: #008080;
  color: white;
  border-color: #008080;
}

.why-smart-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .why-smart-grid {
    grid-template-columns: 1fr;
  }
}

.why-smart-card {
  padding: 2.5rem;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.why-smart-card .card-icon {
  font-size: 2rem;
  color: #008080;
  margin-bottom: 1.5rem;
}
.why-smart-card h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #0f172a;
}
.why-smart-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.cost-coating-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-top: 4rem;
  padding: 3rem;
  background: #0f172a;
  color: white;
  border-radius: 12px;
}
.cost-coating-box h3 {
  color: #008080;
  margin-bottom: 1rem;
}
.cost-coating-box p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
}
@media (max-width: 768px) {
  .cost-coating-box {
    grid-template-columns: 1fr;
    padding: 2rem;
  }
}

.whatsapp-quote-card {
  background: #ffffff;
  max-width: 900px;
  margin: 4rem auto;
  border-radius: 12px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid #e2e8f0;
}
.whatsapp-quote-card .whatsapp-badge-icon {
  background: #25D366;
  padding: 3rem;
  display: flex;
  align-items: center;
  color: white;
}
.whatsapp-quote-card .whatsapp-badge-icon svg {
  width: 60px;
  height: 60px;
}
.whatsapp-quote-card .whatsapp-card-body {
  padding: 3rem;
  flex: 1;
}
.whatsapp-quote-card .whatsapp-card-body h4 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
.whatsapp-quote-card .whatsapp-card-body p {
  color: #64748b;
  margin-bottom: 1.5rem;
}
.whatsapp-quote-card .whatsapp-phone-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: #f8fafc;
  padding: 1.5rem;
  border-radius: 6px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.whatsapp-quote-card .whatsapp-phone-link .phone-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #008080;
  font-weight: 700;
}
.whatsapp-quote-card .whatsapp-phone-link .phone-number {
  font-size: 1.8rem;
  font-weight: 800;
  color: #0f172a;
}
.whatsapp-quote-card .whatsapp-phone-link:hover {
  background: #eef2f3;
  transform: scale(1.02);
}
@media (max-width: 768px) {
  .whatsapp-quote-card {
    flex-direction: column;
    margin: 2rem 1rem;
  }
  .whatsapp-quote-card .whatsapp-badge-icon {
    padding: 1.5rem;
    justify-content: center;
  }
  .whatsapp-quote-card .whatsapp-card-body {
    padding: 1.5rem;
  }
  .whatsapp-quote-card .phone-number {
    font-size: 1.4rem;
  }
}

.pricing-section {
  padding: 6rem 0;
  background-color: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}
.pricing-section .pricing-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
}
.pricing-section .pricing-header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1rem;
}
.pricing-section .pricing-header p {
  color: #64748b;
  line-height: 1.8;
}

.pricing-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.price-card {
  background: #ffffff;
  padding: 2rem;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.price-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1rem;
}
.price-card .price-badge {
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: #0f172a;
}
.price-card .price-badge .prefix {
  font-size: 0.8rem;
  color: #64748b;
  font-weight: 400;
}
.price-card .price-badge .amount {
  font-size: 2rem;
  font-weight: 800;
  color: #008080;
}
.price-card .price-badge .suffix {
  font-size: 0.85rem;
  color: #64748b;
}
.price-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border-color: #008080;
}
.price-card.featured-bonus {
  background: #0f172a;
  border: none;
  position: relative;
  overflow: hidden;
}
.price-card.featured-bonus h3 {
  color: #ffffff;
}
.price-card.featured-bonus .amount {
  color: #7CFF9B;
}
.price-card.featured-bonus .bonus-tag {
  position: absolute;
  top: 10px;
  right: -30px;
  background: #008080;
  color: white;
  font-size: 0.7rem;
  padding: 5px 40px;
  transform: rotate(45deg);
  font-weight: 700;
}

.quote-section {
  padding: 6rem 0;
  background-color: #f8fafc;
}
.quote-section .section-title-block {
  text-align: center;
  margin-bottom: 3rem;
}
.quote-section .section-title-block h2 {
  font-size: 2.5rem;
  color: #0f172a;
}

.modern-form {
  background: #ffffff;
  padding: 3rem;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .modern-form {
    padding: 1.5rem;
  }
}
.modern-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 600px) {
  .modern-form .form-row {
    grid-template-columns: 1fr;
  }
}
.modern-form .form-group {
  display: flex;
  flex-direction: column;
}
.modern-form .form-group label {
  font-weight: 600;
  font-size: 0.9rem;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.modern-form .form-group input[type=text],
.modern-form .form-group input[type=email],
.modern-form .form-group input[type=tel],
.modern-form .form-group select,
.modern-form .form-group textarea {
  padding: 0.8rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-family: inherit;
  font-size: 1rem;
  background: #f8fafc;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.modern-form .form-group input[type=text]:focus,
.modern-form .form-group input[type=email]:focus,
.modern-form .form-group input[type=tel]:focus,
.modern-form .form-group select:focus,
.modern-form .form-group textarea:focus {
  outline: none;
  border-color: #008080;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 128, 128, 0.1);
}
.modern-form .reg-input {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  background: #FFD500 !important;
  color: #000;
  border: 2px solid #000 !important;
}
.modern-form .vehicle-type-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
.modern-form .vehicle-type-grid .vt-btn {
  padding: 0.6rem;
  font-size: 0.8rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.modern-form .vehicle-type-grid .vt-btn.active {
  background: #008080;
  color: white;
  border-color: #008080;
}
.modern-form .photo-upload-box {
  margin-top: 1rem;
}
.modern-form .photo-upload-box .file-input-wrapper {
  position: relative;
  border: 2px dashed #e2e8f0;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #f8fafc;
}
.modern-form .photo-upload-box .file-input-wrapper input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.modern-form .photo-upload-box .file-input-wrapper .upload-custom i {
  font-size: 2rem;
  color: #008080;
  margin-bottom: 0.5rem;
  display: block;
}
.modern-form .photo-upload-box .file-input-wrapper .upload-custom span {
  display: block;
  font-weight: 600;
  color: #0f172a;
}
.modern-form .photo-upload-box .file-input-wrapper .upload-custom small {
  color: #64748b;
}
.modern-form .photo-upload-box .file-input-wrapper:hover {
  border-color: #008080;
  background: rgba(0, 128, 128, 0.05);
}
.modern-form .field-msg {
  font-size: 0.8rem;
  margin-top: 0.4rem;
  font-weight: 600;
  min-height: 1em;
}
.modern-form .field-msg.ok {
  color: #10b981;
}
.modern-form .field-msg.bad {
  color: #ef4444;
}
.modern-form .form-footer {
  margin-top: 2rem;
  text-align: center;
}
.modern-form .form-footer .form-status-msg {
  margin-top: 1rem;
  font-weight: 600;
}
.modern-form .form-footer .form-status-msg.ok {
  color: #10b981;
}
.modern-form .form-footer .form-status-msg.bad {
  color: #ef4444;
}

.input-with-button {
  display: flex;
  gap: 0.5rem;
}
.input-with-button input {
  flex: 1;
}
.input-with-button .verify-btn {
  padding: 0 1.2rem;
  background: #0f172a;
  color: white;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.input-with-button .verify-btn:hover {
  background: #008080;
}

.quote-button.large {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.1rem;
  background: #008080;
  color: white;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.quote-button.large:hover {
  background: #006666;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 128, 128, 0.2);
}

.vehicle-type {
  margin-top: 10px;
}
.vehicle-type label {
  display: block;
  font-weight: 700;
  font-size: 0.85rem;
  color: #0f172a;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.vehicle-type__buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 10px;
}
.vehicle-type__btn {
  padding: 12px 5px;
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 6px;
  color: #0f172a;
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.vehicle-type__btn:hover {
  border-color: #008080;
  color: #008080;
  background: rgba(0, 128, 128, 0.02);
}
.vehicle-type__btn.active {
  background: #008080;
  color: #ffffff;
  border-color: #008080;
  box-shadow: 0 4px 12px rgba(0, 128, 128, 0.2);
}

.reg-plate-container {
  max-width: 300px;
  margin-top: 6px;
  position: relative;
}
.reg-plate-container #vehicleReg {
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, #ffd500 0%, #ffc800 100%);
  color: #111;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 2px solid #000;
  border-radius: 6px;
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.5), 0 4px 6px rgba(0, 0, 0, 0.2);
  padding: 0 15px;
  outline: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.reg-plate-container #vehicleReg::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-size: 1.2rem;
  letter-spacing: 1px;
}
.reg-plate-container #vehicleReg::placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-size: 1.2rem;
  letter-spacing: 1px;
}
.reg-plate-container #vehicleReg:focus {
  border-color: #000;
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.5), 0 0 15px rgba(255, 200, 0, 0.5);
  transform: translateY(-2px);
}
.reg-plate-container::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  width: 25px;
  background-color: #003399;
  border-radius: 4px 0 0 4px;
  z-index: 1;
  pointer-events: none;
}
.reg-plate-container #vehicleReg {
  padding-left: 35px;
}/*# sourceMappingURL=main.css.map */