/*
Theme Name: Astra Child - Al Qamar Al Kubra
Template: astra
Version: 1.0
*/

/* =============================================
   AL QAMAR AL KUBRA — MASTER STYLESHEET
   Design: Deep Navy + Gold — Saudi Corporate
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;900&family=Tajawal:wght@300;400;500;700&family=Raleway:wght@300;400;600;700&display=swap');

/* ---- CSS Variables ---- */
:root {
  --gold:        #C9A84C;
  --gold-light:  #E8C97A;
  --gold-dark:   #9A7530;
  --navy:        #0A1628;
  --navy-mid:    #112040;
  --navy-light:  #1A3060;
  --white:       #FFFFFF;
  --off-white:   #F5F0E8;
  --text-light:  #CBD5E0;
  --accent-teal: #1A8F9E;
  --font-display: 'Playfair Display', serif;
  --font-arabic:  'Tajawal', sans-serif;
  --font-body:    'Raleway', sans-serif;
}

/* ---- Global Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: var(--font-body);
  background-color: var(--navy);
  color: var(--white);
  overflow-x: hidden;
  scroll-behavior: smooth;
}

a { text-decoration: none; color: inherit; }

img { max-width: 100%; height: auto; }

/* ---- Scrollbar ---- */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--navy); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px; }

/* ============================================
   HEADER / NAVIGATION
   ============================================ */
.site-header,
#masthead {
  background: rgba(10, 22, 40, 0.97) !important;
  border-bottom: 1px solid rgba(201, 168, 76, 0.3);
  backdrop-filter: blur(10px);
  position: sticky !important;
  top: 0;
  z-index: 1000;
}

.site-branding .site-title a {
  font-family: var(--font-display) !important;
  color: var(--gold) !important;
  font-size: 1.5rem !important;
  letter-spacing: 1px;
}

.main-header-bar .menu-item a {
  font-family: var(--font-body) !important;
  color: var(--text-light) !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: color 0.3s;
}

.main-header-bar .menu-item a:hover,
.main-header-bar .current-menu-item a {
  color: var(--gold) !important;
}

/* ============================================
   SECTION UTILITY CLASSES
   ============================================ */
.aqak-section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.aqak-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.aqak-section-label {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  display: block;
}

.aqak-section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 20px;
}

.aqak-section-title span {
  color: var(--gold);
  position: relative;
}

.aqak-section-desc {
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-light);
  max-width: 650px;
}

.aqak-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  margin: 24px 0;
  border-radius: 2px;
}

.aqak-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 34px;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.35s ease;
  border: none;
}

.aqak-btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--navy);
}

.aqak-btn-gold:hover {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(201, 168, 76, 0.4);
  color: var(--navy);
}

.aqak-btn-outline {
  background: transparent;
  color: var(--gold);
  border: 2px solid var(--gold);
}

.aqak-btn-outline:hover {
  background: var(--gold);
  color: var(--navy);
  transform: translateY(-2px);
}

/* ============================================
   HERO SECTION
   ============================================ */
.aqak-hero {
  min-height: 100vh;
  background: var(--navy);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.aqak-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 70% 50%, rgba(26, 48, 96, 0.8) 0%, transparent 60%),
    radial-gradient(ellipse 50% 80% at 20% 80%, rgba(201, 168, 76, 0.06) 0%, transparent 50%);
}

.aqak-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.aqak-hero-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.aqak-hero-eyebrow::before {
  content: '';
  width: 30px;
  height: 1px;
  background: var(--gold);
}

.aqak-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 900;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 28px;
}

.aqak-hero-title .highlight {
  color: var(--gold);
  display: block;
}

.aqak-hero-arabic {
  font-family: var(--font-arabic);
  font-size: 1.4rem;
  color: rgba(201, 168, 76, 0.6);
  margin-bottom: 24px;
  direction: rtl;
  letter-spacing: 2px;
}

.aqak-hero-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-light);
  margin-bottom: 40px;
}

.aqak-hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.aqak-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid rgba(201, 168, 76, 0.15);
}

.aqak-stat-num {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}

.aqak-stat-label {
  font-size: 0.8rem;
  letter-spacing: 1px;
  color: var(--text-light);
  margin-top: 6px;
  text-transform: uppercase;
}

/* Hero Visual Side */
.aqak-hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.aqak-orb {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 76, 0.15);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aqak-orb::before {
  content: '';
  position: absolute;
  inset: 20px;
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 76, 0.1);
  background: radial-gradient(circle, rgba(26, 48, 96, 0.9) 0%, rgba(10, 22, 40, 0.4) 100%);
}

.aqak-orb-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.aqak-orb-logo {
  font-family: var(--font-display);
  font-size: 5rem;
  color: var(--gold);
  line-height: 1;
  text-shadow: 0 0 40px rgba(201, 168, 76, 0.4);
}

.aqak-orb-name-ar {
  font-family: var(--font-arabic);
  font-size: 1.3rem;
  color: var(--gold-light);
  direction: rtl;
  margin-top: 8px;
}

.aqak-floating-card {
  position: absolute;
  background: rgba(17, 32, 64, 0.95);
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: 8px;
  padding: 14px 20px;
  backdrop-filter: blur(10px);
  font-size: 0.82rem;
  color: var(--text-light);
  white-space: nowrap;
  animation: float 3s ease-in-out infinite;
}

.aqak-floating-card strong { color: var(--gold); display: block; font-size: 1rem; }
.aqak-floating-card:nth-child(1) { top: 10%; right: -10%; animation-delay: 0s; }
.aqak-floating-card:nth-child(2) { bottom: 15%; left: -10%; animation-delay: 1.5s; }
.aqak-floating-card:nth-child(3) { top: 50%; right: -15%; animation-delay: 0.8s; }

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.aqak-orbit-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 16px var(--gold);
  animation: orbit 6s linear infinite;
}

.aqak-orbit-dot:nth-child(2) { animation-delay: -3s; }

@keyframes orbit {
  0%   { transform: rotate(0deg)   translateX(225px) rotate(0deg); }
  100% { transform: rotate(360deg) translateX(225px) rotate(-360deg); }
}

/* ============================================
   ABOUT SECTION
   ============================================ */
.aqak-about {
  background: var(--navy-mid);
  padding: 100px 0;
}

.aqak-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.aqak-about-badges {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.aqak-badge-card {
  background: rgba(10, 22, 40, 0.8);
  border: 1px solid rgba(201, 168, 76, 0.15);
  border-left: 3px solid var(--gold);
  border-radius: 6px;
  padding: 24px 28px;
  transition: all 0.3s ease;
}

.aqak-badge-card:hover {
  border-left-color: var(--gold-light);
  background: rgba(26, 48, 96, 0.5);
  transform: translateX(8px);
}

.aqak-badge-title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--gold);
  margin-bottom: 6px;
}

.aqak-badge-text {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--text-light);
}

.aqak-value-list {
  list-style: none;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.aqak-value-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 0.95rem;
  color: var(--text-light);
  line-height: 1.6;
}

.aqak-value-list li::before {
  content: '◆';
  color: var(--gold);
  font-size: 0.6rem;
  margin-top: 5px;
  flex-shrink: 0;
}

/* ============================================
   SERVICES SECTION
   ============================================ */
.aqak-services {
  background: var(--navy);
  padding: 100px 0;
}

.aqak-services-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 70px;
}

.aqak-services-intro .aqak-divider {
  margin: 24px auto;
}

.aqak-services-intro .aqak-section-desc {
  margin: 0 auto;
  text-align: center;
}

.aqak-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.aqak-service-card {
  background: var(--navy-mid);
  border: 1px solid rgba(201, 168, 76, 0.1);
  border-radius: 8px;
  padding: 40px 32px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  cursor: pointer;
}

.aqak-service-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.aqak-service-card:hover {
  border-color: rgba(201, 168, 76, 0.3);
  background: rgba(26, 48, 96, 0.7);
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.4);
}

.aqak-service-card:hover::before { transform: scaleX(1); }

.aqak-service-card.featured {
  background: linear-gradient(145deg, rgba(201, 168, 76, 0.12), rgba(26, 48, 96, 0.9));
  border-color: rgba(201, 168, 76, 0.3);
}

.aqak-service-icon {
  width: 60px;
  height: 60px;
  background: rgba(201, 168, 76, 0.1);
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.aqak-service-card:hover .aqak-service-icon {
  background: rgba(201, 168, 76, 0.2);
  transform: scale(1.1);
}

.aqak-service-num {
  position: absolute;
  top: 24px;
  right: 24px;
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 900;
  color: rgba(201, 168, 76, 0.06);
  line-height: 1;
  pointer-events: none;
}

.aqak-service-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--white);
  margin-bottom: 14px;
  line-height: 1.3;
}

.aqak-service-text {
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--text-light);
  margin-bottom: 24px;
}

.aqak-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.aqak-tag {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 4px 12px;
  border-radius: 20px;
  background: rgba(201, 168, 76, 0.1);
  color: var(--gold-light);
  border: 1px solid rgba(201, 168, 76, 0.15);
}

/* Electrical card spans 2 columns */
.aqak-service-card.wide {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}

.aqak-service-card.wide .aqak-service-content { }

/* ============================================
   WHY CHOOSE US — FEATURES
   ============================================ */
.aqak-features {
  background: var(--navy-mid);
  padding: 100px 0;
}

.aqak-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.aqak-features-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.aqak-feature-item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.aqak-feature-icon-wrap {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, rgba(201, 168, 76, 0.2), rgba(201, 168, 76, 0.05));
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.aqak-feature-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--white);
  margin-bottom: 6px;
}

.aqak-feature-text {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--text-light);
}

.aqak-features-visual {
  position: relative;
}

.aqak-metric-panel {
  background: rgba(10, 22, 40, 0.9);
  border: 1px solid rgba(201, 168, 76, 0.15);
  border-radius: 12px;
  padding: 36px;
}

.aqak-metric-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.aqak-metric-row:last-child { border-bottom: none; }

.aqak-metric-label {
  font-size: 0.9rem;
  color: var(--text-light);
}

.aqak-metric-bar-wrap {
  flex: 1;
  margin: 0 20px;
  height: 4px;
  background: rgba(255,255,255,0.07);
  border-radius: 2px;
  overflow: hidden;
}

.aqak-metric-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 2px;
  transition: width 1.5s ease;
}

.aqak-metric-pct {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--gold);
  min-width: 40px;
  text-align: right;
}

/* ============================================
   PROCESS SECTION
   ============================================ */
.aqak-process {
  background: var(--navy);
  padding: 100px 0;
}

.aqak-process-intro { text-align: center; max-width: 600px; margin: 0 auto 70px; }
.aqak-process-intro .aqak-divider { margin: 24px auto; }

.aqak-process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  position: relative;
}

.aqak-process-steps::before {
  content: '';
  position: absolute;
  top: 36px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.3;
  z-index: 0;
}

.aqak-process-step {
  text-align: center;
  position: relative;
  z-index: 1;
}

.aqak-step-num {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 2px solid rgba(201, 168, 76, 0.3);
  background: var(--navy-mid);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gold);
  margin: 0 auto 24px;
  transition: all 0.3s ease;
}

.aqak-process-step:hover .aqak-step-num {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
  box-shadow: 0 0 30px rgba(201, 168, 76, 0.4);
}

.aqak-step-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--white);
  margin-bottom: 12px;
}

.aqak-step-text {
  font-size: 0.88rem;
  line-height: 1.7;
  color: var(--text-light);
}

/* ============================================
   CONTACT SECTION
   ============================================ */
.aqak-contact {
  background: var(--navy-mid);
  padding: 100px 0;
}

.aqak-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.aqak-contact-info { }

.aqak-contact-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}

.aqak-contact-card {
  display: flex;
  align-items: center;
  gap: 18px;
  background: rgba(10, 22, 40, 0.7);
  border: 1px solid rgba(201, 168, 76, 0.1);
  border-radius: 8px;
  padding: 18px 22px;
  transition: all 0.3s;
}

.aqak-contact-card:hover {
  border-color: rgba(201, 168, 76, 0.3);
  transform: translateX(6px);
}

.aqak-contact-card-icon {
  font-size: 1.4rem;
  width: 44px;
  height: 44px;
  background: rgba(201, 168, 76, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.aqak-contact-card-label {
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 3px;
}

.aqak-contact-card-value {
  font-size: 0.95rem;
  color: var(--white);
}

/* Contact Form */
.aqak-contact-form {
  background: rgba(10, 22, 40, 0.5);
  border: 1px solid rgba(201, 168, 76, 0.1);
  border-radius: 12px;
  padding: 44px;
}

.aqak-contact-form h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--white);
  margin-bottom: 28px;
}

.aqak-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.aqak-form-group {
  margin-bottom: 16px;
}

.aqak-form-group label {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 8px;
}

.aqak-form-group input,
.aqak-form-group select,
.aqak-form-group textarea,
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea,
.wpcf7-form .wpcf7-select {
  width: 100%;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(201, 168, 76, 0.15) !important;
  border-radius: 4px;
  padding: 12px 16px;
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--white) !important;
  transition: border-color 0.3s;
  outline: none;
}

.aqak-form-group input:focus,
.aqak-form-group select:focus,
.aqak-form-group textarea:focus,
.wpcf7-form .wpcf7-text:focus,
.wpcf7-form .wpcf7-textarea:focus {
  border-color: rgba(201, 168, 76, 0.5) !important;
  background: rgba(255,255,255,0.06) !important;
}

.aqak-form-group textarea { min-height: 130px; resize: vertical; }

.wpcf7-submit {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark)) !important;
  color: var(--navy) !important;
  border: none !important;
  padding: 14px 40px !important;
  font-family: var(--font-body) !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  border-radius: 2px !important;
  cursor: pointer !important;
  transition: all 0.3s !important;
  width: 100%;
  margin-top: 8px;
}

.wpcf7-submit:hover {
  background: linear-gradient(135deg, var(--gold-light), var(--gold)) !important;
  box-shadow: 0 8px 30px rgba(201, 168, 76, 0.35) !important;
}

/* ============================================
   FOOTER
   ============================================ */
.aqak-footer {
  background: rgba(5, 12, 24, 0.98);
  border-top: 1px solid rgba(201, 168, 76, 0.15);
  padding: 60px 0 30px;
}

.aqak-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.aqak-footer-logo {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--gold);
  margin-bottom: 6px;
}

.aqak-footer-logo-ar {
  font-family: var(--font-arabic);
  font-size: 1rem;
  color: rgba(201, 168, 76, 0.5);
  direction: rtl;
  margin-bottom: 16px;
}

.aqak-footer-tagline {
  font-size: 0.88rem;
  line-height: 1.7;
  color: var(--text-light);
  opacity: 0.7;
}

.aqak-footer-heading {
  font-size: 0.7rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  font-weight: 700;
}

.aqak-footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.aqak-footer-links li a {
  font-size: 0.88rem;
  color: var(--text-light);
  opacity: 0.7;
  transition: all 0.3s;
}

.aqak-footer-links li a:hover {
  color: var(--gold);
  opacity: 1;
  padding-left: 6px;
}

.aqak-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  font-size: 0.82rem;
  color: var(--text-light);
  opacity: 0.5;
}

/* ============================================
   AOS OVERRIDES
   ============================================ */
[data-aos] { pointer-events: none; }
[data-aos].aos-animate { pointer-events: all; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .aqak-hero-grid,
  .aqak-about-grid,
  .aqak-features-grid,
  .aqak-contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .aqak-services-grid { grid-template-columns: 1fr 1fr; }
  .aqak-service-card.wide { grid-column: span 2; grid-template-columns: 1fr; }
  .aqak-footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .aqak-hero-visual { display: none; }
  .aqak-process-steps { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .aqak-section { padding: 70px 0; }
  .aqak-container { padding: 0 20px; }
  .aqak-services-grid { grid-template-columns: 1fr; }
  .aqak-service-card.wide { grid-column: span 1; grid-template-columns: 1fr; }
  .aqak-process-steps { grid-template-columns: 1fr; }
  .aqak-contact-form { padding: 28px 20px; }
  .aqak-form-row { grid-template-columns: 1fr; }
  .aqak-footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .aqak-hero-stats { grid-template-columns: 1fr 1fr; }
  .aqak-footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
}