/**
* Özaktif Vinç - Custom Design & UX Enhancements
* Bu dosya main.css (UpConstruction template) üzerine eklenen
* özel bölümler ve estetik iyileştirmeler için kullanılır.
*/

:root {
  --color-dark: #151b22;
  --brand-ink: #121822;
  --brand-steel: #3f4b59;
  --brand-muted: #6b7684;
  --brand-surface: #f6f8fb;
  --brand-line: #e4e9f0;
  --brand-teal: #0f766e;
  --shadow-soft: 0 16px 42px rgba(18, 24, 34, 0.1);
  --shadow-lift: 0 24px 58px rgba(18, 24, 34, 0.16);
}

/*--------------------------------------------------------------
# General polish
--------------------------------------------------------------*/
html {
  scroll-padding-top: 90px;
}

body {
  background: var(--brand-surface);
  color: var(--brand-steel);
}

body,
button,
input,
select,
textarea,
.eyebrow,
.hero-badge,
.btn-whatsapp,
.btn-get-started,
.area-group-title,
.navbar a,
.navbar a:focus {
  letter-spacing: 0;
}

section {
  padding: 88px 0;
}

.section-bg {
  background: linear-gradient(180deg, #f7f9fc 0%, #eef2f6 100%);
}

.section-header {
  padding-bottom: 46px;
}

.section-header h2 {
  color: var(--brand-ink);
  line-height: 1.2;
  margin-bottom: 14px;
}

.section-header h2:before,
.section-header h2:after {
  display: none;
}

.section-header p {
  color: var(--brand-muted);
  line-height: 1.75;
}

.eyebrow {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Header (sticky + brand name + CTA button)
--------------------------------------------------------------*/
.header {
  position: fixed;
  width: 100%;
  background: linear-gradient(180deg, rgba(18, 24, 34, 0.78), rgba(18, 24, 34, 0.18));
  padding: 18px 0;
  transition: background-color 0.35s ease, box-shadow 0.35s ease, padding 0.35s ease;
}

.header.header-scrolled {
  background-color: rgba(18, 24, 34, 0.96);
  padding: 12px 0;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
  backdrop-filter: saturate(180%) blur(6px);
}

.header .logo .brand-name {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  font-family: var(--font-primary);
}

.header .logo .brand-accent {
  color: var(--color-primary);
}

.navbar .btn-nav-cta {
  background: var(--color-primary) !important;
  color: #1b232c !important;
  padding: 10px 18px !important;
  border-radius: 8px;
  font-weight: 700 !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
  box-shadow: 0 12px 28px rgba(254, 185, 0, 0.22);
}

.navbar .btn-nav-cta:before {
  display: none !important;
}

.navbar .btn-nav-cta:hover {
  background: #fff !important;
  color: var(--color-secondary) !important;
}

@media (min-width: 1280px) {
  .navbar > ul > li {
    padding-left: 19px;
  }

  .navbar a,
  .navbar a:focus {
    font-size: 13px;
    font-weight: 700;
  }
}

@media (min-width: 1280px) and (max-width: 1440px) {
  .navbar > ul > li {
    padding-left: 18px;
  }

  .navbar a {
    font-size: 13px;
  }
}

@media (max-width: 1279px) {
  .navbar .btn-nav-cta {
    background: transparent !important;
    color: var(--color-primary) !important;
    justify-content: flex-start;
    padding: 10px 20px !important;
  }
}

/*--------------------------------------------------------------
# Hero carousel inner fix (full-height)
--------------------------------------------------------------*/
.hero .carousel-inner {
  position: absolute;
  inset: 0;
  height: 100%;
}

.hero {
  min-height: 92vh;
  background: var(--brand-ink);
}

.hero .carousel-item {
  background-position: center;
}

.hero .carousel-item::before {
  background: linear-gradient(90deg, rgba(9, 13, 19, 0.9) 0%, rgba(9, 13, 19, 0.68) 42%, rgba(9, 13, 19, 0.32) 100%);
}

.hero .info {
  padding-top: 90px;
}

.hero .info .row {
  justify-content: flex-start !important;
}

.hero .info .text-center {
  text-align: left !important;
}

/*--------------------------------------------------------------
# Hero enhancements
--------------------------------------------------------------*/
.hero-badge {
  display: inline-block;
  background: rgba(254, 185, 0, 0.14);
  border: 1px solid rgba(254, 185, 0, 0.45);
  color: var(--color-primary);
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 22px;
  backdrop-filter: blur(4px);
}

.hero .info h1 {
  color: #fff;
  max-width: 850px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.08;
  position: relative;
  font-family: var(--font-primary);
}

.hero .info h1 span {
  color: var(--color-primary);
}

.hero .info h1:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 4px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
  margin: 0;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .hero .info h1 {
    font-size: 32px;
  }
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
  margin-top: 6px;
}

.hero .info .btn-get-started,
.btn-get-started {
  border-radius: 8px !important;
  background: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  color: #151b22 !important;
  box-shadow: 0 16px 34px rgba(254, 185, 0, 0.25);
}

.hero .info .btn-get-started:hover,
.btn-get-started:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: var(--brand-ink) !important;
}

.btn-whatsapp {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 34px;
  border-radius: 8px;
  transition: 0.35s;
  color: #fff;
  background: #25d366;
  border: 2px solid #25d366;
  margin: 10px;
}

.btn-whatsapp:hover {
  background: #1ebe5b;
  border-color: #1ebe5b;
  color: #fff;
}

.hero-trust-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  padding: 0;
  margin: 26px 0 0;
}

.hero-trust-list li {
  color: rgba(255, 255, 255, 0.94);
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.hero-trust-list i {
  color: var(--color-primary);
  font-size: 16px;
}

.hero-micro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 650px;
  gap: 12px;
  margin-top: 26px;
}

.hero-micro-grid div {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 16px;
  backdrop-filter: blur(8px);
}

.hero-micro-grid strong {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 4px;
}

.hero-micro-grid span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 600;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  width: 54px;
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  width: 44px;
  height: 44px;
}

.stats-counter {
  position: relative;
  z-index: 4;
  margin-top: -56px;
  padding: 0 0 72px;
}

.stats-counter .stats-item {
  background: #fff;
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  padding: 26px 24px;
  box-shadow: var(--shadow-soft);
}

.stats-counter .stats-item i {
  color: var(--brand-teal);
  background: rgba(15, 118, 110, 0.1);
  border-radius: 8px;
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
}

.stats-counter .stats-item span {
  color: var(--brand-ink);
}

.stats-counter .stats-item p {
  color: var(--brand-muted);
}

/*--------------------------------------------------------------
# About section photo
--------------------------------------------------------------*/
@media (min-width: 991px) {
  .about .our-story {
    padding-right: 40px;
  }
}

.about-photo-wrap {
  position: relative;
  height: 100%;
  min-height: 360px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-lift);
}

.about-photo-wrap img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.about-badge {
  position: absolute;
  bottom: 22px;
  left: 22px;
  background: var(--color-primary);
  color: #1b232c;
  padding: 14px 22px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.about-badge span {
  display: block;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 4px;
}

.about .our-story {
  background: #fff;
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  height: 100%;
}

.about .our-story h4 {
  color: var(--brand-teal);
  font-weight: 800;
}

.about .our-story h3 {
  color: var(--brand-ink);
  line-height: 1.25;
}

.about .our-story p {
  color: var(--brand-steel);
  line-height: 1.82;
}

.about .our-story ul li {
  color: var(--brand-steel);
}

.about .our-story ul i {
  color: var(--brand-teal);
}

.services .service-item,
.landing-service-card {
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(18, 24, 34, 0.07);
  overflow: hidden;
}

.services .service-item {
  padding: 34px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.services .service-item:hover,
.landing-service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(254, 185, 0, 0.55);
  box-shadow: var(--shadow-lift);
}

.services .service-item .icon {
  width: 58px;
  height: 58px;
  margin-bottom: 30px;
  background: linear-gradient(135deg, rgba(254, 185, 0, 0.18), rgba(15, 118, 110, 0.14));
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.services .service-item .icon:before {
  display: none;
}

.services .service-item .icon i {
  color: var(--brand-ink);
  font-size: 28px;
  line-height: 1;
}

.services .service-item h3,
.landing-service-card h3 {
  color: var(--brand-ink);
  border-bottom: 0;
  padding-bottom: 0;
}

.services .service-item p,
.landing-service-card p {
  color: var(--brand-muted);
  font-size: 15px;
  line-height: 1.75;
}

.services .service-item .readmore {
  font-weight: 800;
  color: var(--brand-teal);
}

.services .service-item .readmore i {
  transition: transform 0.25s ease;
}

.services .service-item:hover .readmore i {
  transform: translateX(4px);
}

.alt-services .icon-box {
  background: #fff;
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  padding: 24px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(18, 24, 34, 0.06);
}

.alt-services .icon-box i {
  color: var(--brand-teal);
  font-size: 34px;
}

.alt-services .icon-box h4 a {
  color: var(--brand-ink);
}

.alt-services .icon-box p {
  color: var(--brand-muted);
}

/*--------------------------------------------------------------
# Service Area section
--------------------------------------------------------------*/
.service-area {
  background:
    linear-gradient(135deg, rgba(18, 24, 34, 0.98) 0%, rgba(31, 44, 58, 0.96) 100%),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 18px);
  color: #fff;
}

.service-area .section-header h2 {
  color: #fff;
}

.service-area .section-header p {
  color: rgba(255, 255, 255, 0.75);
}

.service-area .lead-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 26px;
}

.area-group-title {
  display: block;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.area-chips {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.area-chips li {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  padding: 8px 18px;
  border-radius: 8px;
  font-size: 14px;
  transition: 0.3s;
}

.area-chips li.chip-primary {
  background: var(--color-primary);
  color: #1b232c;
  font-weight: 700;
  border-color: var(--color-primary);
}

.area-chips li:hover {
  background: var(--color-primary);
  color: #1b232c;
  border-color: var(--color-primary);
}

.area-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 36px;
  height: 100%;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.area-card h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.area-card h4 i {
  color: var(--color-primary);
}

.area-district-list {
  list-style: none;
  padding: 0;
  margin: 0 0 26px 0;
}

.area-district-list li {
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.area-district-list li:last-child {
  border-bottom: 0;
}

.area-district-list i {
  color: var(--color-primary);
}

.area-district-list a {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
}

.area-district-list a:hover {
  color: var(--color-primary);
}

.btn-sm-area {
  padding: 10px 26px;
  font-size: 14px;
  margin: 0;
}

/*--------------------------------------------------------------
# Testimonials centering
--------------------------------------------------------------*/
.testimonials .slides-1.swiper {
  max-width: 780px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# FAQ Accordion
--------------------------------------------------------------*/
.faq .accordion-item {
  border: 0;
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(82, 86, 94, 0.1);
}

.faq .accordion-button {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 17px;
  color: var(--color-secondary);
  padding: 20px 24px;
}

@media (max-width: 575px) {
  .faq .accordion-button {
    font-size: 15px;
    padding: 16px 45px 16px 18px;
  }
}

.faq .accordion-button:not(.collapsed) {
  background: var(--color-primary);
  color: #1b232c;
  box-shadow: none;
}

.faq .accordion-button:focus {
  box-shadow: 0 0 0 3px rgba(254, 185, 0, 0.25);
  border-color: var(--color-primary);
}

.faq .accordion-body {
  padding: 4px 24px 24px;
  font-size: 15px;
  line-height: 1.85;
  color: var(--color-default);
}

/*--------------------------------------------------------------
# CTA Banner
--------------------------------------------------------------*/
.cta-banner {
  background:
    linear-gradient(135deg, rgba(18, 24, 34, 0.98) 0%, rgba(33, 45, 58, 0.98) 100%),
    repeating-linear-gradient(135deg, rgba(254, 185, 0, 0.09) 0, rgba(254, 185, 0, 0.09) 2px, transparent 2px, transparent 18px);
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

.cta-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: repeating-linear-gradient(45deg, var(--color-primary) 0, var(--color-primary) 20px, #1b232c 20px, #1b232c 40px);
}

.cta-banner h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 14px;
  font-family: var(--font-primary);
}

.cta-banner p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin-bottom: 10px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.cta-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 24px;
}

/*--------------------------------------------------------------
# Contact map
--------------------------------------------------------------*/
.map-frame {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  height: 100%;
  min-height: 380px;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 380px;
  border: 0;
  display: block;
}

.contact .form-select {
  height: 44px;
  border-radius: 8px;
  font-size: 14px;
  box-shadow: none;
}

.contact .form-select:focus {
  border-color: var(--color-primary);
}

.contact .info-item {
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(18, 24, 34, 0.06);
}

.contact .info-item i {
  color: var(--brand-teal);
  background: rgba(15, 118, 110, 0.1);
}

.contact .php-email-form {
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 8px;
  border-color: var(--brand-line);
  min-height: 48px;
}

.contact .php-email-form textarea {
  min-height: 138px;
}

.contact .php-email-form button[type=submit] {
  border-radius: 8px;
  color: var(--brand-ink);
  font-weight: 800;
  padding: 12px 28px;
}

/*--------------------------------------------------------------
# WhatsApp floating button
--------------------------------------------------------------*/
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 9995;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.5);
  animation: wa-pulse 2.4s infinite;
  transition: background 0.3s;
}

.whatsapp-float:hover {
  background: #1ebe5b;
  color: #fff;
}

@keyframes wa-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55);
  }

  70% {
    box-shadow: 0 0 0 16px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@media (max-width: 575px) {
  .whatsapp-float {
    width: 52px;
    height: 52px;
    font-size: 25px;
    bottom: 16px;
    left: 16px;
  }
}

/*--------------------------------------------------------------
# Footer enhancements
--------------------------------------------------------------*/
.footer-contact-links {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.footer-contact-links a {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  transition: 0.3s;
}

.footer-contact-links a:hover {
  background: var(--color-primary);
  color: #1b232c;
}

.footer-area-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.footer-area-list li {
  width: 50%;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.65);
  padding: 5px 0;
}

.footer .footer-info h3 span {
  color: var(--color-primary);
}

.footer {
  background: var(--brand-ink);
}

.footer:before {
  background: rgba(18, 24, 34, 0.84);
}

.footer .footer-content .footer-info h3,
.footer .footer-content h4 {
  color: #fff;
}

.footer .footer-content .footer-links ul a {
  color: rgba(255, 255, 255, 0.74);
}

.footer .footer-content .footer-links ul a:hover {
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# SEO landing pages
--------------------------------------------------------------*/
.landing-hero {
  min-height: 430px;
  display: flex;
  align-items: end;
  background-position: center;
  border-bottom: 6px solid var(--color-primary);
}

.landing-hero:before {
  background: linear-gradient(90deg, rgba(9, 13, 19, 0.9) 0%, rgba(9, 13, 19, 0.66) 48%, rgba(9, 13, 19, 0.32) 100%);
}

.landing-hero h1 {
  max-width: 900px;
  line-height: 1.15;
  color: #fff;
  font-weight: 800;
}

.landing-hero p {
  color: rgba(255, 255, 255, 0.86);
  max-width: 780px;
  font-size: 18px;
  line-height: 1.75;
  margin: 14px 0 0;
}

.landing-intro .lead {
  color: #2e3135;
  font-size: 19px;
  line-height: 1.85;
  margin-bottom: 24px;
}

.landing-panel {
  background: #fff;
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  padding: 30px;
  box-shadow: var(--shadow-soft);
  height: 100%;
}

.landing-panel h2,
.landing-panel h3 {
  color: #2e3135;
  font-weight: 700;
  margin-bottom: 16px;
}

.landing-panel p {
  line-height: 1.8;
}

.check-list,
.link-list,
.spec-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list li,
.spec-list li {
  display: flex;
  gap: 10px;
  padding: 9px 0;
  line-height: 1.6;
}

.check-list i,
.spec-list i {
  color: var(--brand-teal);
  margin-top: 5px;
}

.link-list li {
  border-bottom: 1px solid rgba(82, 86, 94, 0.12);
}

.link-list li:last-child {
  border-bottom: 0;
}

.link-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  color: #2e3135;
  font-weight: 700;
}

.link-list a:hover {
  color: var(--color-primary);
}

.landing-service-card {
  background: #fff;
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  padding: 28px;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.landing-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(82, 86, 94, 0.12);
}

.landing-service-card i {
  color: var(--brand-teal);
  background: rgba(15, 118, 110, 0.1);
  border-radius: 8px;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 16px;
}

.landing-service-card h3 {
  font-size: 21px;
  font-weight: 700;
  color: #2e3135;
}

.landing-service-card p {
  line-height: 1.75;
  margin-bottom: 0;
}

.seo-hub .landing-service-card a {
  color: #2e3135;
}

.seo-hub .landing-service-card a:hover {
  color: var(--color-primary);
}

.quick-cta {
  background:
    linear-gradient(135deg, rgba(18, 24, 34, 0.96), rgba(31, 44, 58, 0.96)),
    repeating-linear-gradient(135deg, rgba(254, 185, 0, 0.08) 0, rgba(254, 185, 0, 0.08) 2px, transparent 2px, transparent 18px);
  color: #fff;
  border-radius: 8px;
  padding: 30px;
  height: 100%;
  box-shadow: var(--shadow-lift);
}

.quick-cta h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.quick-cta p {
  color: rgba(255, 255, 255, 0.78);
}

.quick-cta .btn-get-started,
.quick-cta .btn-whatsapp {
  margin-left: 0;
}

.mini-area {
  padding: 54px 0;
}

.mini-area .area-chips {
  justify-content: center;
}

.faq-short .accordion-button {
  background: #fff;
}

@media (max-width: 768px) {
  section {
    padding: 64px 0;
  }

  .section-header {
    padding-bottom: 34px;
  }

  .section-header h2 {
    font-size: 28px;
  }

  .hero {
    min-height: 980px;
  }

  .hero .info {
    align-items: flex-start !important;
    padding: 124px 12px 54px !important;
  }

  .hero .carousel {
    min-height: 980px;
    padding: 0;
  }

  .hero .carousel-control-prev,
  .hero .carousel-control-next {
    display: none;
  }

  .hero .info .container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero .info .text-center {
    text-align: left !important;
  }

  .landing-hero {
    min-height: 380px;
  }

  .landing-hero h1 {
    font-size: 36px;
  }

  .landing-hero p {
    font-size: 16px;
  }

  .landing-panel,
  .landing-service-card,
  .quick-cta {
    padding: 24px;
  }

  .hero-actions {
    gap: 8px;
  }

  .hero-actions a,
  .cta-actions a {
    width: 100%;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-trust-list li {
    width: 100%;
  }

  .hero-micro-grid {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .stats-counter {
    margin-top: 0;
    padding: 40px 0 64px;
  }

  .stats-counter .stats-item {
    padding: 22px;
  }
}

@media (max-width: 575px) {
  .hero {
    min-height: 1040px;
  }

  .hero .carousel {
    min-height: 1040px;
  }

  .hero-badge {
    font-size: 12px;
    padding: 7px 10px;
  }

  .hero .info h1 {
    font-size: 34px;
    line-height: 1.14;
  }

  .hero .info p {
    font-size: 15.5px;
    line-height: 1.75;
  }

  .navbar-mobile ul,
  .mobile-nav-active .navbar {
    border-radius: 8px;
  }

  .area-chips li,
  .area-district-list li {
    width: 100%;
  }
}
