/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 27 2026 | 06:31:00 */
/* ==========================================================================
   AKS FACILITIES — PEST CONTROL PAGE CSS (PageSpeed Optimised)
   Scope prefix: aks-pc- (hero), aks-intro-, aks-pricing-, aks-pest-,
                 aks-blueprint-, aks-timeline-, aks-reviews-, aks-faq-,
                 aks-other-
   No external dependencies. Google Font loaded via HTML <link>.
   ========================================================================== */

/* ── Reset / Base ───────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Manrope', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: #1e293b; background: #fff; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }

/* ── CSS Variables ───────────────────────────────────────────────── */
:root {
  --green:      #2f6f4f;
  --green-dark: #1f4d35;
  --green-ink:  #1a2e22;
  --cream:      #f6f4ec;
  --amber:      #e08a2c;
  --line:       #dcd8c8;
  --blue:       #0b5ed7;
  --blue-bg:    rgba(11,94,215,.07);
  --navy:       #0c3c74;
  --slate:      #475569;
  --light:      #f8fafc;
  --border:     #e2e8f0;
  --radius-lg:  18px;
  --radius-md:  12px;
  --radius-sm:  8px;
  --shadow-sm:  0 4px 20px rgba(15,23,42,.04);
  --shadow-md:  0 8px 30px rgba(15,23,42,.07);
  --transition: .25s ease;
}

/* ── Utility ─────────────────────────────────────────────────────── */
.aks-section-wrap { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.aks-tagline-pill {
  display: inline-block; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.8px;
  color: var(--blue); background: var(--blue-bg);
  padding: 5px 14px; border-radius: 30px; margin-bottom: 14px;
}
.aks-section-title {
  font-size: 30px; font-weight: 800; color: #0f172a;
  letter-spacing: -.5px; line-height: 1.25;
  margin-bottom: 10px;
}
.aks-section-sub {
  font-size: 15px; color: var(--slate); line-height: 1.65;
}
.aks-section-header { text-align: center; margin-bottom: 44px; }

/* ================================================================
   1. HERO
   ================================================================ */
.aks-pc-hero {
  position: relative; width: 100%; max-width: 1040px;
  margin: 16px auto; padding: 22px;
  background: var(--cream); border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden; contain: layout style paint;
}
.aks-pc-shield {
  position: absolute; top: -40px; right: -60px;
  width: 280px; height: 280px;
  fill: var(--green); opacity: .06;
  pointer-events: none; z-index: 0;
}
.aks-pc-grid {
  position: relative; z-index: 1;
  display: flex; flex-direction: column-reverse; gap: 22px;
}
.aks-pc-content, .aks-pc-media { width: 100%; }

/* Eyebrow */
.aks-pc-eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 12px; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: var(--green-dark);
  margin-bottom: 10px;
}
.aks-pc-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--amber); flex-shrink: 0;
}

/* Title */
.aks-pc-title {
  font-size: 28px; line-height: 1.18; font-weight: 800;
  letter-spacing: -.5px; margin-bottom: 10px; color: var(--green-ink);
}
.aks-pc-highlight { display: block; color: var(--green); }
.aks-pc-subtitle {
  font-size: 13.5px; line-height: 1.55; color: #51604f;
  margin-bottom: 16px; max-width: 46ch;
}

/* Booking Panel */
.aks-pc-panel {
  background: #fff; border: 1px solid var(--line);
  border-radius: 14px; padding: 10px;
}
.aks-pc-switch {
  display: flex; gap: 4px; background: var(--cream);
  border-radius: 9px; padding: 3px; margin-bottom: 10px;
}
.aks-pc-switch-btn {
  flex: 1; border: none; background: transparent;
  color: #6b7a68; padding: 8px 10px; border-radius: 7px;
  cursor: pointer; font-family: inherit;
  font-weight: 700; font-size: 12px;
}
.aks-pc-switch-btn.is-active { background: var(--green); color: #fff; }
.aks-pc-pane { display: none; text-align: left; }
.aks-pc-pane.is-active { display: block; }
.aks-pc-pane-label { font-size: 12px; color: #6b7a68; font-weight: 600; margin-bottom: 6px; }
.aks-pc-offer-row { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.aks-pc-offer-pct { font-size: 18px; font-weight: 800; color: var(--amber); }
.aks-pc-offer-code {
  font-family: 'Courier New', monospace; font-size: 11px; font-weight: 700;
  background: var(--cream); color: var(--green-ink);
  padding: 4px 8px; border-radius: 5px; letter-spacing: .04em;
}
.aks-pc-cta {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; background: var(--green); color: #fff;
  padding: 11px 16px; border-radius: 9px;
  font-size: 13px; font-weight: 700; text-decoration: none;
}
.aks-pc-cta svg { width: 16px; height: 16px; flex-shrink: 0; }
.aks-pc-trust {
  display: flex; align-items: center; gap: 10px;
  flex-wrap: wrap; margin-top: 12px;
  font-size: 11.5px; color: #6b7a68;
}
.aks-pc-trust strong { color: var(--green-ink); font-weight: 800; }
.aks-pc-sep { width: 4px; height: 4px; border-radius: 50%; background: var(--line); flex-shrink: 0; }

/* Media */
.aks-pc-media { position: relative; }
.aks-pc-media-frame {
  width: 100%; aspect-ratio: 1/1; overflow: hidden;
  border-radius: 14px; border: 1px solid var(--line); background: #e8e4d4;
}
.aks-pc-media-frame img { width: 100%; height: 100%; object-fit: cover; }
.aks-pc-badge {
  position: absolute; bottom: 12px; left: 12px;
  display: inline-flex; align-items: center; gap: 6px;
  background: #fff; color: var(--green-dark);
  padding: 7px 12px; border-radius: 99px;
  font-size: 11px; font-weight: 700;
  box-shadow: 0 4px 14px rgba(26,46,34,.12);
}
.aks-pc-badge svg { width: 13px; height: 13px; color: var(--amber); flex-shrink: 0; }

/* Hero — tablet+ */
@media (min-width: 768px) {
  .aks-pc-hero { padding: 32px; margin: 24px auto; border-radius: 22px; }
  .aks-pc-grid { flex-direction: row; align-items: stretch; gap: 32px; }
  .aks-pc-content { width: 56%; display: flex; flex-direction: column; justify-content: center; }
  .aks-pc-media { width: 44%; }
  .aks-pc-title { font-size: 38px; }
  .aks-pc-subtitle { font-size: 15px; }
  .aks-pc-shield { width: 380px; height: 380px; top: -80px; right: -100px; }
}
@media (min-width: 1024px) { .aks-pc-title { font-size: 44px; } }
.aks-pc-switch-btn:focus-visible,
.aks-pc-cta:focus-visible { outline: 2px solid var(--green-dark); outline-offset: 2px; }

/* ================================================================
   2. INTRO SECTION
   ================================================================ */
.aks-intro-section { padding: 56px 20px; background: #fff; }
.aks-intro-section .aks-section-wrap { max-width: 900px; }
.aks-intro-body { font-size: 15px; line-height: 1.75; color: var(--slate); margin-bottom: 20px; }
.aks-intro-body a { color: var(--blue); text-decoration: none; }
.aks-intro-body a:hover { text-decoration: underline; }
.aks-intro-callout {
  background: #f0fdf4; border-left: 5px solid #28a745;
  border-radius: var(--radius-sm); padding: 20px 24px;
  font-size: 14.5px; line-height: 1.7; color: #1a4731;
  margin-bottom: 20px;
}
.aks-intro-callout a { color: #166534; font-weight: 700; }
.aks-intro-cta-box { text-align: center; margin: 28px 0 0; }
.aks-intro-cta-box .aks-btn-green {
  display: inline-block; background: var(--green); color: #fff;
  font-weight: 700; font-size: 15px;
  padding: 13px 32px; border-radius: 9px; text-decoration: none;
  box-shadow: 0 4px 14px rgba(47,111,79,.25);
  transition: background var(--transition);
}
.aks-intro-cta-box .aks-btn-green:hover { background: var(--green-dark); }

/* Benefits list */
.aks-benefits-list {
  list-style: none; padding: 0; margin: 20px 0;
  counter-reset: benefit-counter;
}
.aks-benefits-list li {
  position: relative; background: var(--light);
  margin-bottom: 10px; padding: 14px 16px 14px 52px;
  border-radius: var(--radius-sm); font-size: 14px;
  transition: background var(--transition), color var(--transition), transform var(--transition);
  counter-increment: benefit-counter;
}
.aks-benefits-list li::before {
  content: counter(benefit-counter);
  position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  background: var(--blue); color: #fff; font-weight: 700;
  width: 26px; height: 26px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px;
}
.aks-benefits-list li:hover { background: #28a745; color: #fff; transform: translateX(5px); }

/* Booking steps */
.aks-booking-steps { list-style: none; padding: 0; margin: 16px 0; }
.aks-booking-steps li {
  background: var(--light); margin-bottom: 10px;
  padding: 13px 16px; border-left: 5px solid var(--blue);
  border-radius: var(--radius-sm); font-size: 14px;
  transition: background var(--transition), color var(--transition), transform var(--transition);
}
.aks-booking-steps li:hover { background: var(--blue); color: #fff; transform: translateX(5px); }
.aks-booking-steps li a { color: var(--blue); font-weight: 700; text-decoration: none; }
.aks-booking-steps li:hover a { color: #fff; }

/* Pricing list */
.aks-price-list { list-style: none; padding: 0; margin: 14px 0 20px; }
.aks-price-list li {
  background: var(--light); margin-bottom: 10px;
  padding: 12px 15px; border-radius: var(--radius-sm);
  font-size: 14px; font-weight: 500;
  transition: background var(--transition), color var(--transition), transform var(--transition);
}
.aks-price-list li:hover { background: #ff9800; color: #fff; transform: translateX(5px); }
.aks-price-list li strong { color: var(--blue); }
.aks-price-list li:hover strong { color: #fff; }

/* Sub-heading within intro */
.aks-sub-heading {
  font-size: 22px; font-weight: 800; color: var(--navy);
  margin: 36px 0 12px;
}

/* ================================================================
   3. PRICING MATRIX
   ================================================================ */
.aks-pricing-section { padding: 60px 20px; background: #fafafa; }
.aks-pricing-container {
  display: grid; grid-template-columns: 1fr; gap: 28px; align-items: start;
}
@media (min-width: 992px) {
  .aks-pricing-container { grid-template-columns: 1.05fr .95fr; }
}
.aks-price-block {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 24px;
  box-shadow: var(--shadow-sm);
}
.aks-block-title {
  display: flex; align-items: center; gap: 15px;
  margin-bottom: 22px; border-bottom: 1px dashed var(--border);
  padding-bottom: 14px;
}
.aks-block-title .aks-icon {
  font-size: 22px; background: var(--light);
  width: 46px; height: 46px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 10px; border: 1px solid #f1f5f9; flex-shrink: 0;
}
.aks-block-title h3 { font-size: 17px; font-weight: 700; color: #0f172a; margin-bottom: 2px; }
.aks-block-title p { font-size: 12px; color: #64748b; }
.aks-table-wrapper { width: 100%; overflow-x: auto; }
.aks-custom-table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.aks-custom-table th {
  color: #64748b; font-weight: 600; padding: 11px 8px;
  border-bottom: 2px solid #edf2f7; font-size: 11px;
  text-transform: uppercase;
}
.aks-custom-table td { padding: 13px 8px; border-bottom: 1px solid #f1f5f9; color: #334155; }
.aks-custom-table tr:hover td { background: var(--light); }
.aks-commercial-row td { background: var(--light); border-bottom: none; }
.aks-row-price { font-weight: 700; color: #0f172a; white-space: nowrap; }
.text-right { text-align: right; }
.aks-tag-quote {
  background: #f0fdf4; color: #166534; font-size: 11px;
  padding: 4px 10px; border-radius: 6px; font-weight: 600;
  border: 1px solid #bbf7d0;
}
/* Specialist grid */
.aks-specialist-grid { display: flex; flex-direction: column; gap: 11px; }
.aks-special-card {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 14px; background: var(--light);
  border: 1px solid #f1f5f9; border-radius: 10px; gap: 14px;
  transition: border-color var(--transition), background var(--transition);
}
.aks-special-card:hover { border-color: #cbd5e1; background: #fff; }
.aks-card-main h4 { font-size: 13.5px; font-weight: 700; color: #0f172a; margin-bottom: 2px; }
.aks-card-main p { font-size: 11px; color: #64748b; }
.aks-card-rate {
  font-size: 13px; font-weight: 700; color: var(--blue);
  white-space: nowrap; background: #fff;
  padding: 6px 11px; border-radius: 6px;
  border: 1px solid var(--border); min-width: 96px; text-align: center;
}
/* Pricing footer */
.aks-pricing-footer {
  margin-top: 30px; background: var(--light);
  border: 1px solid var(--border); padding: 16px 20px;
  border-radius: var(--radius-md); font-size: 13px;
  color: #475569; line-height: 1.5;
}
@media (max-width: 480px) {
  .aks-special-card { flex-direction: column; align-items: flex-start; gap: 8px; }
  .aks-card-rate { width: 100%; }
}

/* ================================================================
   4. SERVICES CARDS
   ================================================================ */
.aks-pest-services { padding: 70px 20px; background: #fdfeff; }
.aks-flex-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 26px;
}
.aks-service-card {
  background: #fff; border-radius: 18px;
  box-shadow: var(--shadow-sm); border: 1px solid #f1f5f9;
  overflow: hidden; display: flex; flex-direction: column;
  transition: all .3s cubic-bezier(.4,0,.2,1);
}
.aks-card-link {
  display: flex; align-items: center; padding: 18px;
  text-decoration: none; color: inherit; background: #fff;
  border-bottom: 1px dashed #f1f5f9; transition: background var(--transition);
}
.aks-img-wrapper {
  width: 58px; height: 58px; border-radius: 12px; overflow: hidden;
  background: var(--light); flex-shrink: 0; margin-right: 14px;
  border: 1px solid var(--border); transition: transform var(--transition);
}
.aks-img-wrapper img { width: 100%; height: 100%; object-fit: cover; }
.aks-content { display: flex; flex-direction: column; }
.aks-content h3 {
  font-size: 15px; font-weight: 700; margin-bottom: 4px;
  color: #0f172a; line-height: 1.3; transition: color var(--transition);
}
.aks-btn-text { font-size: 13px; font-weight: 600; color: var(--blue); }
.aks-details-body { padding: 16px 18px; background: #fcfdfe; flex-grow: 1; }
.aks-details-body p { font-size: 13.5px; line-height: 1.55; color: #475569; }
.aks-service-card:hover { border-color: var(--blue); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.aks-service-card:hover .aks-card-link { background: #fafbfe; }
.aks-service-card:hover .aks-img-wrapper { transform: scale(1.04); border-color: var(--blue); }
.aks-service-card:hover .aks-content h3 { color: var(--blue); }
@media (max-width: 1024px) { .aks-flex-grid { grid-template-columns: repeat(2,1fr); gap: 20px; } }
@media (max-width: 640px) {
  .aks-flex-grid { grid-template-columns: 1fr; gap: 18px; }
  .aks-pest-services { padding: 50px 16px; }
}

/* ================================================================
   5. BLUEPRINT (DO / DON'T TABS — CSS-only radios)
   ================================================================ */
.aks-blueprint-section { padding: 72px 20px; background: #fff; }
.aks-tab-input { display: none; }
.aks-tabs-wrapper { margin-bottom: 40px; }
.aks-tab-nav {
  display: flex; gap: 14px;
  border-bottom: 2px solid var(--border); margin-bottom: 32px;
}
.aks-nav-label {
  flex: 1; text-align: center; padding: 14px 18px;
  font-size: 15px; font-weight: 700; cursor: pointer;
  color: #64748b;
  display: flex; align-items: center; justify-content: center; gap: 9px;
  border-bottom: 3px solid transparent; margin-bottom: -2px;
  transition: all var(--transition);
}
.aks-nav-label svg { width: 17px; height: 17px; }
.aks-nav-label:hover { color: var(--blue); background: var(--light); border-radius: 8px 8px 0 0; }
.aks-panel-content { display: none; flex-direction: column; gap: 22px; animation: aksFadeIn .4s ease forwards; }
#aks-tab-do:checked ~ .aks-tab-nav .aks-label-do { color: var(--blue); border-bottom-color: var(--blue); }
#aks-tab-dont:checked ~ .aks-tab-nav .aks-label-dont { color: #dc3545; border-bottom-color: #dc3545; }
#aks-tab-do:checked ~ .aks-tab-panels .aks-panel-do { display: flex; }
#aks-tab-dont:checked ~ .aks-tab-panels .aks-panel-dont { display: flex; }
.aks-card-item {
  background: var(--light); border: 1px solid var(--border);
  border-left: 4px solid var(--blue);
  padding: 26px; border-radius: 0 14px 14px 0;
  display: flex; gap: 22px; align-items: flex-start;
  transition: transform var(--transition);
}
.aks-card-item:hover { transform: translateX(3px); }
.aks-alert-border { border-left-color: #dc3545; }
.aks-item-num {
  font-size: 13px; font-weight: 800;
  background: rgba(11,94,215,.08); color: var(--blue);
  width: 34px; height: 34px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.aks-num-danger { background: rgba(220,53,69,.08); color: #dc3545; }
.aks-item-text h3 { font-size: 17px; font-weight: 700; color: #0f172a; margin-bottom: 9px; line-height: 1.4; }
.aks-item-text p { font-size: 14px; line-height: 1.6; color: var(--slate); }
.aks-disclaimer-box {
  background: #fff5f5; border: 1px solid #fee2e2;
  border-radius: var(--radius-lg); padding: 26px; margin-top: 16px;
}
.aks-disclaimer-box h4 { font-size: 15px; font-weight: 700; color: #991b1b; margin-bottom: 9px; text-transform: uppercase; letter-spacing: .5px; }
.aks-disclaimer-box p { font-size: 13.5px; line-height: 1.6; color: #7f1d1d; }
@keyframes aksFadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 768px) {
  .aks-tab-nav { flex-direction: column; gap: 0; border-bottom: none; }
  .aks-nav-label { border-bottom: 2px solid var(--border); border-radius: 8px; margin-bottom: 8px; }
  .aks-card-item { flex-direction: column; gap: 12px; padding: 18px; border-radius: 12px; }
  .aks-blueprint-section { padding: 52px 16px; }
}

/* ================================================================
   6. TIMELINE (5-Step Framework)
   ================================================================ */
.aks-timeline-section { padding: 72px 20px; background: #fafafa; }
.aks-timeline-container { display: flex; flex-direction: column; gap: 8px; }
.aks-timeline-step { display: flex; gap: 28px; position: relative; }
.aks-step-badge { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; width: 48px; }
.aks-step-number {
  width: 48px; height: 48px; background: var(--light); color: #475569;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 15px; font-weight: 700;
  border: 2px solid #fff; box-shadow: 0 0 0 1px var(--border);
  transition: all .3s ease;
}
.aks-step-line { width: 2px; background: var(--border); flex-grow: 1; margin: 8px 0; min-height: 56px; }
.aks-step-content {
  background: var(--light); border: 1px solid #f1f5f9;
  padding: 22px 26px; border-radius: var(--radius-lg);
  margin-bottom: 18px; flex-grow: 1;
  transition: all .3s cubic-bezier(.4,0,.2,1);
}
.aks-step-content h3 { font-size: 18px; font-weight: 700; color: #0f172a; margin-bottom: 7px; }
.aks-step-content p { font-size: 14px; line-height: 1.6; color: var(--slate); }
.aks-hl { color: var(--blue); font-weight: 600; }
.aks-timeline-step:hover .aks-step-number { background: var(--blue); color: #fff; box-shadow: 0 0 0 4px rgba(11,94,215,.15); }
.aks-timeline-step:hover .aks-step-content { background: #fff; border-color: var(--blue); transform: translateX(4px); box-shadow: var(--shadow-sm); }
.aks-timeline-step:hover .aks-step-content h3 { color: var(--blue); }
@media (max-width: 768px) {
  .aks-timeline-step { gap: 14px; }
  .aks-step-badge { width: 38px; }
  .aks-step-number { width: 38px; height: 38px; font-size: 13px; }
  .aks-step-content { padding: 18px; }
  .aks-timeline-section { padding: 52px 16px; }
}

/* ================================================================
   7. REVIEWS SLIDER
   ================================================================ */
.aks-reviews-section { padding: 60px 20px; background: #fff; }
.aks-reviews-container {
  max-width: 800px; margin: 0 auto; padding: 28px;
  background: #fff; border-radius: 20px;
  box-shadow: 0 15px 45px rgba(26,115,232,.06);
}
.aks-reviews-header {
  display: flex; justify-content: space-between; align-items: center;
  border-bottom: 1px solid #edf2f7; padding-bottom: 22px; margin-bottom: 28px;
  flex-wrap: wrap; gap: 18px;
}
.aks-rating-summary h2 { font-size: 24px; color: #1a202c; font-weight: 800; letter-spacing: -.5px; margin-bottom: 5px; }
.aks-stars-row { display: flex; align-items: center; gap: 9px; }
.aks-rating-num { font-weight: 800; color: #1a202c; font-size: 20px; }
.aks-stars { color: #ff9800; font-size: 19px; display: inline-flex; }
.aks-stars .filled { letter-spacing: 2px; }
.aks-stars .half { position: relative; display: inline-block; color: #e2e8f0; letter-spacing: 2px; }
.aks-stars .half::before { content:'★'; position: absolute; left:0; top:0; width:60%; overflow: hidden; color:#ff9800; }
.aks-total-count { color: #718096; font-size: 13px; font-weight: 500; }
.aks-btn-write {
  background: #1a73e8; color: #fff; border: none;
  padding: 11px 22px; border-radius: 10px; font-weight: 600;
  cursor: pointer; display: inline-flex; align-items: center; gap: 7px;
  font-size: 13px; box-shadow: 0 4px 14px rgba(26,115,232,.25);
  transition: all var(--transition); font-family: inherit;
}
.aks-btn-write:hover { background: #1557b0; transform: translateY(-1px); }
/* CSS Slider */
.aks-slider-wrapper { position: relative; overflow: hidden; }
.aks-slider-wrapper input[type="radio"] { display: none; }
.aks-slides-container { display: flex; width: 500%; transition: transform .6s cubic-bezier(.16,1,.3,1); }
.aks-slide-card { width: 20%; padding: 5px 8px; }
.aks-card-inner { background: var(--light); border: 1px solid var(--border); border-radius: 14px; padding: 22px; }
.aks-reviewer-info { display: flex; align-items: center; gap: 13px; margin-bottom: 13px; }
.aks-avatar { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; flex-shrink: 0; }
.aks-reviewer-info h4 { font-size: 15px; color: #1a202c; font-weight: 700; margin-bottom: 2px; }
.aks-review-meta { font-size: 11px; color: #718096; font-weight: 500; }
.aks-card-stars { color: #ff9800; font-size: 15px; margin-bottom: 11px; letter-spacing: 2px; }
.aks-review-text { font-size: 14.5px; line-height: 1.7; color: #4a5568; margin-bottom: 18px; }
.aks-owner-reply { background: #fff; border: 1px solid #edf2f7; border-left: 4px solid #34a853; padding: 14px; border-radius: 8px; font-size: 13.5px; color: #4a5568; line-height: 1.6; }
#slide1:checked ~ .aks-slides-container { transform: translateX(0); }
#slide2:checked ~ .aks-slides-container { transform: translateX(-20%); }
#slide3:checked ~ .aks-slides-container { transform: translateX(-40%); }
#slide4:checked ~ .aks-slides-container { transform: translateX(-60%); }
#slide5:checked ~ .aks-slides-container { transform: translateX(-80%); }
.aks-slider-dots { display: flex; justify-content: center; gap: 7px; margin-top: 22px; }
.aks-dot { width: 8px; height: 8px; background: #cbd5e1; border-radius: 4px; cursor: pointer; transition: all .3s ease; }
#slide1:checked ~ .aks-slider-dots .dot1,
#slide2:checked ~ .aks-slider-dots .dot2,
#slide3:checked ~ .aks-slider-dots .dot3,
#slide4:checked ~ .aks-slider-dots .dot4,
#slide5:checked ~ .aks-slider-dots .dot5 { background: #1a73e8; width: 26px; }
/* Review modal */
.aks-modal-overlay {
  position: fixed; top:0; left:0; width:100%; height:100%;
  background: rgba(15,23,42,.6); backdrop-filter: blur(4px);
  z-index: 99999; display: flex; justify-content: center; align-items: center;
}
.aks-modal-content { background:#fff; padding:28px; border-radius:18px; max-width:440px; width:90%; box-shadow:0 25px 50px -12px rgba(0,0,0,.25); }
.aks-modal-content h3 { font-size:21px; color:#1a202c; font-weight:800; margin-bottom:5px; }
.aks-modal-content p { color:#4a5568; font-size:13.5px; line-height:1.5; margin-bottom:22px; }
.aks-form-group { margin-bottom:14px; }
.aks-form-group label { display:block; margin-bottom:5px; font-weight:600; font-size:13.5px; color:#2d3748; }
.aks-form-group input[type="text"],.aks-form-group textarea { width:100%; padding:11px; border:1px solid #cbd5e1; border-radius:8px; box-sizing:border-box; font-size:13.5px; font-family:inherit; }
.aks-form-group input:focus,.aks-form-group textarea:focus { outline:2px solid #1a73e8; border-color:transparent; }
.aks-rating-input { display:flex; flex-direction:row-reverse; justify-content:flex-end; gap:4px; font-size:26px; }
.aks-rating-input input { display:none; }
.aks-rating-input label { color:#e2e8f0; cursor:pointer; }
.aks-rating-input input:checked ~ label,
.aks-rating-input label:hover,
.aks-rating-input label:hover ~ label { color:#ff9800; }
.aks-modal-actions { display:flex; justify-content:flex-end; gap:11px; margin-top:22px; }
.aks-btn-cancel { background:#f1f5f9; border:none; padding:11px 18px; border-radius:8px; cursor:pointer; font-weight:600; color:#475569; font-family:inherit; }
.aks-btn-submit { background:#34a853; color:#fff; border:none; padding:11px 18px; border-radius:8px; cursor:pointer; font-weight:600; font-family:inherit; }
@media (max-width:600px) {
  .aks-reviews-container { padding:14px; }
  .aks-reviews-header { flex-direction:column; align-items:flex-start; }
  .aks-btn-write { width:100%; justify-content:center; }
}

/* ================================================================
   8. FAQ
   ================================================================ */
.aks-faq-section { padding: 64px 20px; background: #fafafa; }
.aks-faq-wrap { max-width: 1000px; margin: 0 auto; }
.aks-faq-category {
  font-size: 12px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; color: #0a6ecb;
  margin: 34px 0 11px; padding-left: 6px;
  border-left: 3px solid #0a6ecb;
}
.aks-faq {
  border-radius: var(--radius-md); background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,.05); margin-bottom: 11px;
  overflow: hidden; border-left: 4px solid #0a6ecb;
  transition: box-shadow var(--transition);
}
.aks-faq:hover { box-shadow: 0 6px 26px rgba(10,110,203,.12); }
.aks-faq summary {
  cursor: pointer; padding: 16px 20px; font-size: 15px; font-weight: 600;
  list-style: none; display: flex; justify-content: space-between;
  align-items: center; color: #1a1a2e;
}
.aks-faq summary::-webkit-details-marker { display: none; }
.aks-faq summary::after { content:"+"; font-size: 21px; color: #0a6ecb; flex-shrink: 0; margin-left: 14px; }
.aks-faq[open] summary::after { content:"−"; }
.aks-faq[open] summary { color: #0a6ecb; }
.aks-faq-content {
  padding: 0 20px 18px; font-size: 14.5px; line-height: 1.8;
  color: #444; border-top: 1px solid #eef2f8;
}
/* FAQ CTA */
.aks-faq-cta {
  text-align: center; margin-top: 44px; padding: 30px;
  background: linear-gradient(135deg, #0c3c74 0%, #0a6ecb 100%);
  border-radius: var(--radius-lg); color: #fff;
}
.aks-faq-cta h3 { font-size: 21px; margin-bottom: 8px; }
.aks-faq-cta p { opacity: .9; font-size: 14.5px; margin-bottom: 18px; }
.aks-faq-cta-buttons { display: flex; gap: 11px; justify-content: center; flex-wrap: wrap; }
.aks-btn { display: inline-block; padding: 11px 26px; border-radius: 8px; font-weight: 700; font-size: 14.5px; text-decoration: none; transition: opacity var(--transition); }
.aks-btn:hover { opacity: .88; }
.aks-btn-white { background: #fff; color: #0c3c74; }
.aks-btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.7); }
@media (max-width:768px) {
  .aks-faq-section { padding: 48px 16px; }
  .aks-faq summary { font-size: 13.5px; padding: 14px 15px; }
  .aks-faq-content { font-size: 13.5px; padding: 0 15px 15px; }
}

/* ================================================================
   9. OTHER SERVICES GRID
   ================================================================ */
.aks-other-section { padding: 60px 20px; background: #fff; }
.aks-other-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(195px,1fr));
  gap: 18px; list-style: none; padding: 0; margin: 0;
}
.aks-other-grid li {
  background: var(--light); padding: 18px 14px;
  border-radius: var(--radius-md); text-align: center;
  transition: all var(--transition);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.aks-other-grid li:hover { background: var(--blue); color: #fff; transform: translateY(-4px); }
.aks-other-grid li i { font-size: 32px; margin-bottom: 9px; color: var(--blue); transition: color var(--transition); }
.aks-other-grid li:hover i { color: #fff; }
.aks-other-grid li a { text-decoration: none; color: inherit; font-weight: 700; font-size: 13.5px; display: block; margin-top: 4px; }
.aks-other-grid li a:hover { text-decoration: underline; }

/* ================================================================
   10. INTRO SCREENSHOT IMAGE
   ================================================================ */
.aks-intro-img { border-radius: var(--radius-md); width: 100%; margin: 20px 0; border: 1px solid var(--border); }

/* ================================================================
   FOCUS & MOTION
   ================================================================ */
:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}