/* Image auto sizes contain */
img:is([sizes=auto i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px;
}

/* WordPress Emoji Styles */
img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

/* Classic Theme Button Styles */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none;
}

/* --------------------------------------------
   2. WordPress Global Style Variables
   -------------------------------------------- */
:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgba(155, 81, 224, 1) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgba(122, 220, 180, 1) 0%, rgba(0, 208, 130, 1) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgba(207, 46, 46, 1) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgba(238, 238, 238, 1) 0%, rgba(169, 184, 195, 1) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgba(74, 234, 220, 1) 0%, rgba(151, 120, 209, 1) 20%, rgba(207, 42, 186, 1) 40%, rgba(238, 44, 130, 1) 60%, rgba(251, 105, 98, 1) 80%, rgba(254, 248, 76, 1) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgba(255, 206, 236, 1) 0%, rgba(152, 150, 240, 1) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgba(254, 205, 165, 1) 0%, rgba(254, 45, 45, 1) 50%, rgba(107, 0, 62, 1) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgba(255, 203, 112, 1) 0%, rgba(199, 81, 192, 1) 50%, rgba(65, 88, 208, 1) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgba(255, 245, 203, 1) 0%, rgba(182, 227, 212, 1) 50%, rgba(51, 167, 181, 1) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgba(202, 248, 128, 1) 0%, rgba(113, 206, 126, 1) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgba(2, 3, 129, 1) 0%, rgba(40, 116, 252, 1) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) { gap: 0.5em; }
:where(.is-layout-grid) { gap: 0.5em; }
body .is-layout-flex { display: flex; }
.is-layout-flex { flex-wrap: wrap; align-items: center; }
.is-layout-flex > :is(*, div) { margin: 0; }
body .is-layout-grid { display: grid; }
.is-layout-grid > :is(*, div) { margin: 0; }
:where(.wp-block-columns.is-layout-flex) { gap: 2em; }
:where(.wp-block-columns.is-layout-grid) { gap: 2em; }
:where(.wp-block-post-template.is-layout-flex) { gap: 1.25em; }
:where(.wp-block-post-template.is-layout-grid) { gap: 1.25em; }
:where(.wp-block-term-template.is-layout-flex) { gap: 1.25em; }
:where(.wp-block-term-template.is-layout-grid) { gap: 1.25em; }
:where(.wp-block-pullquote) { font-size: 1.5em; line-height: 1.6; }

/* --------------------------------------------
   3. Spaciaz Theme Variables
   -------------------------------------------- */
body {
    --primary: #c7a53b;
    --primary_hover: #b08f2e;
    --text: #4B4B4B;
    --text_light: #8A8A8A;
    --accent: #000000;
    --border: #E0E0E0;
    --background: #FFFFFF;
    --background_light: #F6F3EC;
}

/* --------------------------------------------
   4. Custom Page Variables & Base
   -------------------------------------------- */
:root {
    --gold: #cda633;
    --gold-2: #e2bd50;
    --gold-dark: #a9821f;
    --black: #080808;
    --charcoal: #151515;
    --soft-black: #1d1d1d;
    --ivory: #fffaf0;
    --cream: #f8f4ea;
    --white: #ffffff;
    --text: #202020;
    --muted: #686868;
    --border: #e8e0cf;
    --radius-xl: 28px;
    --radius-lg: 20px;
    --radius-md: 14px;
    --shadow: 0 22px 60px rgba(0, 0, 0, .14);
    --shadow-soft: 0 12px 32px rgba(15, 15, 15, .08);
    --container: 1431px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    background: var(--ivory);
    color: var(--text);
    line-height: 1.55;
}
a { text-decoration: none; color: inherit; }

.container {
    width: min(var(--container), calc(100% - 48px));
    margin: auto;
}
.skip-link:focus {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    padding: 8px 16px;
    background: #111;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}
/* ═══════════════════════════════════════════════════════════
   AURXIO LOCATION PAGE — DESIGN REFINEMENT
   Makes semantic <b> tags look elegant instead of spammy,
   and polishes cards, grids, and spacing.
   ═══════════════════════════════════════════════════════════ */

/* ── 1. SEMANTIC BOLD REFINEMENT ──
   Replaces heavy black bold with medium-weight gold + subtle highlight.
   Keeps SEO value, looks intentional and readable. */
.panel p b,
.panel li b,
.hero-lead b,
.eyebrow + h2 + .line + p b,
.eyebrow + h2 + p b {
    font-weight: 600;
    color: #9a7b1a;               /* deeper gold — readable on cream */
    background: linear-gradient(
        180deg,
        transparent 70%,
        rgba(201, 162, 39, 0.18) 70%
    );
    padding: 0 2px;
    border-radius: 2px;
}

/* Inside dark panels, invert the highlight */
.panel.dark p b,
.panel.dark li b,
.feature-card.dark b {
    color: #f0d878;
    background: linear-gradient(
        180deg,
        transparent 70%,
        rgba(240, 216, 120, 0.2) 70%
    );
}

/* ── 2. SERVICE CARDS (the 20-item grid) ──
   Larger, cleaner cards. Emojis are muted so they don't compete. */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 14px;
    margin-top: 20px;
}

.service-card {
    background: #ffffff;
    border: 1px solid #e8e4dc;
    border-radius: 12px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: all 0.25s ease;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}

.service-card:hover {
    border-color: #c9a227;
    box-shadow: 0 6px 18px rgba(201, 162, 39, 0.08);
    transform: translateY(-2px);
}

.service-card .icon {
    font-size: 22px;
    line-height: 1;
    opacity: 0.6;
    flex-shrink: 0;
    width: 32px;
    text-align: center;
}

.service-card b {
    font-weight: 600;
    font-size: 0.92rem;
    color: #1a1a1a;
    line-height: 1.35;
    letter-spacing: -0.01em;
}

/* ── 3. MINI BENEFITS (3-up row under intro) ── */
.mini-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 28px;
}

.mini-benefit {
    background: #ffffff;
    border: 1px solid #e8e4dc;
    border-radius: 14px;
    padding: 28px 24px;
    text-align: center;
    transition: box-shadow 0.2s ease;
}

.mini-benefit:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}

.mini-benefit .icon {
    font-size: 32px;
    margin-bottom: 14px;
    display: block;
}

.mini-benefit b {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 1.05rem;
    color: #1a1a1a;
}

.mini-benefit p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.55;
    margin: 0;
}

/* ── 4. DECISION CARDS (4-up grid) ── */
.decision-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.decision-card {
    background: #faf9f7;
    border: 1px solid #e8e4dc;
    border-radius: 12px;
    padding: 22px;
    transition: all 0.2s ease;
}

.decision-card:hover {
    background: #ffffff;
    border-color: #c9a227;
}

.decision-card b {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 1.05rem;
    color: #1a1a1a;
}

.decision-card span {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* ── 5. PROOF CARDS (4-up) ── */
.proof-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 28px;
}

.proof-card {
    background: #ffffff;
    border: 1px solid #e8e4dc;
    border-radius: 14px;
    padding: 26px 24px;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.proof-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.proof-card .icon {
    font-size: 34px;
    margin-bottom: 14px;
    display: block;
    opacity: 0.85;
}

.proof-card b {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 1.05rem;
}

.proof-card p {
    color: #555;
    font-size: 0.92rem;
    line-height: 1.5;
    margin: 0;
}

/* ── 6. PROCESS STEPS (5-up) ── */
.process-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-top: 28px;
}

.process-step {
    background: #ffffff;
    border: 1px solid #e8e4dc;
    border-radius: 14px;
    padding: 24px;
    position: relative;
}

.process-step .step-num {
    width: 38px;
    height: 38px;
    background: #1a1a1a;
    color: #c9a227;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 14px;
}

.process-step b {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 1rem;
}

.process-step p {
    color: #555;
    font-size: 0.92rem;
    line-height: 1.5;
    margin: 0;
}

/* ── 7. SPLIT CARDS (Residential / Commercial) ── */
.split-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 10px;
}

.feature-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
    border: 1px solid #e8e4dc;
    border-radius: 16px;
    overflow: hidden;
    align-items: center;
}

.feature-card.dark {
    background: #1a1a1a;
    color: #ffffff;
    border-color: #2a2a2a;
}

.feature-card.dark h3,
.feature-card.dark p,
.feature-card.dark li {
    color: #ffffff;
}

.feature-content {
    padding: 36px 40px;
}

.feature-content h3 {
    font-size: 1.35rem;
    margin-bottom: 10px;
}

.feature-content p {
    color: #555;
    margin-bottom: 16px;
    line-height: 1.6;
}

.feature-card.dark .feature-content p {
    color: rgba(255,255,255,0.75);
}

.feature-image {
    min-height: 320px;
    background-size: cover;
    background-position: center;
}

/* ── 8. THREE PANELS ── */
.three-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 36px;
}

.three-grid .panel {
    background: #ffffff;
    border: 1px solid #e8e4dc;
    border-radius: 16px;
    padding: 32px;
}

.three-grid .panel h3 {
    font-size: 1.15rem;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid #c9a227;
    font-weight: 600;
}

.three-grid .check-list li {
    margin-bottom: 10px;
    line-height: 1.5;
    color: #444;
}

/* ── 9. COMPARE BOX ── */
.compare-box {
    background: #1a1a1a;
    color: #ffffff;
    border-radius: 16px;
    padding: 32px;
}

.compare-box .compare-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    font-size: 0.95rem;
}

.compare-box .compare-row:first-child {
    padding-top: 0;
    font-weight: 700;
    color: #c9a227;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
}

.compare-box .compare-row:first-child span {
    color: #c9a227;
}

/* ── 10. CTA BANNER ── */
.cta-banner {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 16px;
    padding: 40px 48px;
    margin-top: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

.cta-banner .cta-icon {
    font-size: 42px;
    flex-shrink: 0;
}

.cta-banner h2 {
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 8px;
    font-weight: 600;
}

.cta-banner p {
    color: rgba(255,255,255,0.75);
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
}

/* ── 11. FAQ ── */
.faq-grid-container {
    margin-top: 20px;
}

details {
    background: #ffffff;
    border: 1px solid #e8e4dc;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 14px;
    transition: box-shadow 0.2s ease;
}

details:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

summary {
    font-weight: 600;
    color: #1a1a1a;
    cursor: pointer;
    list-style: none;
    font-size: 1.05rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

summary::after {
    content: "+";
    font-size: 1.4rem;
    color: #c9a227;
    font-weight: 400;
    margin-left: 12px;
}

details[open] summary::after {
    content: "−";
}

details[open] summary {
    color: #9a7b1a;
}

details p {
    margin: 14px 0 0 0;
    color: #555;
    line-height: 1.6;
    padding-top: 14px;
    border-top: 1px solid #f0ede6;
}

/* ── 12. SIDEBAR POLISH ── */
.sidebar .panel.dark {
    background: #1a1a1a;
    border-radius: 14px;
    border: 1px solid #2a2a2a;
}

.sidebar .service-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s ease, padding 0.2s ease;
}

.sidebar .service-link:hover,
.sidebar .service-link.active {
    color: #0f0f0f;
}

.sidebar .service-link.active {
    font-weight: 600;
}

.help-card {
    background: #ffffff;
    border: 1px solid #e8e4dc;
    border-radius: 14px;
    padding: 28px;
    margin-top: 20px;
}

.help-card h3 {
    font-size: 1.15rem;
    margin-bottom: 10px;
}

.nearby-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.nearby-link {
    display: inline-block;
    background: #f5f3ef;
    color: #1a1a1a;
    padding: 8px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s ease;
    border: 1px solid #e8e4dc;
}

.nearby-link:hover {
    background: #1a1a1a;
    color: #ffffff;
    border-color: #1a1a1a;
}

/* ── 13. RESPONSIVE ── */
@media (max-width: 1024px) {
    .mini-benefits,
    .proof-grid,
    .three-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .process-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .feature-card {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .decision-grid,
    .mini-benefits,
    .proof-grid,
    .three-grid,
    .process-grid {
        grid-template-columns: 1fr;
    }
    .feature-card {
        grid-template-columns: 1fr;
    }
    .feature-image {
        min-height: 220px;
        order: -1;
    }
    .feature-content {
        padding: 28px;
    }
    .cta-banner {
        flex-direction: column;
        text-align: center;
        padding: 32px 24px;
    }
    .services-grid {
        grid-template-columns: 1fr 1fr;
    }
    .compare-box .compare-row {
        grid-template-columns: 1fr;
        gap: 4px;
    }
    .compare-box .compare-row:first-child {
        display: none; /* hide header on mobile, let rows stack */
    }
    .compare-box .compare-row span:first-child {
        font-weight: 600;
        color: #c9a227;
    }
}
/* Related Services — clickable cards */
.related-services .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 18px;
}
.service-card.link-card {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.service-card.link-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.service-card.link-card .icon {
  color: #c9a227;
  font-weight: 700;
}

/* Authority links */
.authority-links a {
  color: #c9a227;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.authority-links a:hover {
  color: #a8831a;
}

/* Sidebar extras */
.nearby-list a.nearby-link {
  display: block;
  padding: 12px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  transition: color 0.2s;
}
.nearby-list a.nearby-link:hover {
  color: #c9a227;
}
/* ── PANEL IMAGE GRID ── */
.panel-image-grid .image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px;
}

.panel-image-item {
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  background: #f8f9fa;
  border: 1px solid #e5e7eb;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.panel-image-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.panel-image-item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
}

.panel-image-caption {
  display: block;
  padding: 10px 8px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #1a1a1a;
  background: #fff;
}

/* Mobile: single column */
@media (max-width: 640px) {
  .panel-image-grid .image-grid {
    grid-template-columns: 1fr;
  }
  .panel-image-item img {
    height: 160px;
  }
}

.gold { color: var(--gold); }
.section { padding: 70px 0; }
.eyebrow {
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--gold-dark);
    font-weight: 800;
    margin-bottom: 12px;
}

h1, h2, h3 {
    letter-spacing: -.04em;
    line-height: 1.05;
    color: var(--black);
}

h1 {
    font-size: clamp(42px, 6vw, 50px);
    color: #fff;
    max-width: 680px;
}

h2 {
    font-size: clamp(30px, 3.6vw, 48px);
    margin-bottom: 20px;
}

h3 {
    font-size: 22px;
    margin-bottom: 12px;
}

p {
    font-size: 16px;
    color: #3d3d3d;
}

.lead {
    font-size: 19px;
    color: #eeeeee;
    max-width: 580px;
    margin-top: 22px;
    margin-bottom: 32px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    padding: 15px 24px;
    font-weight: 800;
    font-size: 14px;
    transition: .25s ease;
    white-space: nowrap;
    border: 1px solid transparent;
    cursor: pointer;
}

.btn-gold {
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    color: #090909;
    box-shadow: 0 12px 24px rgba(205, 166, 51, .26);
}

.btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(205, 166, 51, .35);
}

.btn-outline {
    border-color: rgba(255, 255, 255, .42);
    color: #fff;
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(12px);
}

.btn-outline:hover {
    background: #fff;
    color: #111;
}

.line {
    width: 72px;
    height: 4px;
    background: var(--gold);
    border-radius: 99px;
    margin: 12px 0 28px;
}

/* --------------------------------------------
   5. Hero Section
   -------------------------------------------- */
.hero {
    position: relative;
    background: #080808;
    overflow: hidden;
    padding: 24px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 660px;
    align-items: stretch;
}

.hero-copy {
    padding: 110px 0 120px;
    position: relative;
    z-index: 2;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 30%, rgba(205, 166, 51, .18), transparent 30%),
                linear-gradient(90deg, rgba(0, 0, 0, .94) 0%, rgba(0, 0, 0, .78) 41%, rgba(0, 0, 0, .35) 100%);
    z-index: 1;
}

.hero-photo {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 58%;
    background:
        linear-gradient(90deg, rgba(8, 8, 8, .22), rgba(8, 8, 8, .02)),
        radial-gradient(circle at 55% 42%, rgba(255, 221, 140, .25), transparent 22%),
        linear-gradient(135deg, #302a23 0%, #181410 35%, #6d5e4b 100%);
    z-index: 0;
    overflow: hidden;
}

.hero-photo::before {
    content: "";
    position: absolute;
    right: 10%;
    top: 12%;
    width: 70%;
    height: 72%;
    border-radius: 26px;
    background: linear-gradient(135deg, #2b2b2b, #0e0e0e);
    box-shadow: 0 28px 90px rgba(0, 0, 0, .55);
    border: 10px solid #080808;
}

.hero-photo::after {
    content: "AURXIO";
    position: absolute;
    right: 20%;
    top: 44%;
    font-size: 18px;
    font-weight: 900;
    color: var(--gold);
    letter-spacing: .08em;
    transform: rotate(-8deg);
}

.tech-shape {
    position: absolute;
    right: 26%;
    top: 32%;
    width: 130px;
    height: 330px;
    background: linear-gradient(#131313, #050505);
    border-radius: 70px 70px 30px 30px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .45);
}

.tech-shape::before {
    content: "";
    position: absolute;
    left: 38px;
    top: -46px;
    width: 62px;
    height: 62px;
    background: #1c1510;
    border-radius: 50%;
    box-shadow: 0 -16px 0 2px #090909;
}

.tech-shape::after {
    content: "";
    position: absolute;
    left: -44px;
    top: 28px;
    width: 230px;
    height: 18px;
    background: #101010;
    border-radius: 99px;
    transform: rotate(-12deg);
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    color: #cfcfcf;
    font-size: 13px;
    font-weight: 700;
    margin-top: 48px;
}

.breadcrumbs span { color: var(--gold); }

.hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 8px 0 28px;
}

.hero-badge {
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .08);
    color: #fff;
    border-radius: 999px;
    padding: 9px 13px;
    font-size: 13px;
    font-weight: 850;
    backdrop-filter: blur(10px);
}

/* --------------------------------------------
   6. Trust Strip
   -------------------------------------------- */
.trust-strip {
    position: relative;
    z-index: 5;
    margin-top: -48px;
}

.trust-card {
    background: linear-gradient(135deg, #121212, #242424);
    border: 1px solid rgba(205, 166, 51, .35);
    box-shadow: var(--shadow);
    border-radius: 18px;
    padding: 28px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
    color: #fff;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
    border-right: 1px solid rgba(255, 255, 255, .12);
}

.trust-item:last-child { border-right: 0; }

.trust-icon {
    font-size: 31px;
    color: var(--gold);
}

.trust-item strong {
    display: block;
    font-size: 18px;
    line-height: 1.1;
}

.trust-item small {
    color: #c9c9c9;
    font-weight: 700;
}

/* --------------------------------------------
   7. Layout Grids & Panels
   -------------------------------------------- */
.grid-main {
    display: grid;
    grid-template-columns: 2fr .9fr;
    gap: 15px;
    align-items: start;
}

.panel {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 34px;
    box-shadow: var(--shadow-soft);
}

.panel.dark {
    background: linear-gradient(145deg, #090909, #202020);
    color: #fff;
    border-color: #2c2c2c;
}

.panel.dark h3,
.panel.dark p { color: #fff; }

.panel p + p { margin-top: 18px; }

.sidebar {
    display: grid;
    gap: 24px;
    position: sticky;
    top: 104px;
}

/* --------------------------------------------
   8. Services Grid
   -------------------------------------------- */
.services-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-top: 26px;
}

.service-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 22px 14px;
    min-height: 135px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .04);
    transition: .25s;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-soft);
    border-color: rgba(205, 166, 51, .6);
}

.service-card .icon {
    font-size: 32px;
    color: var(--gold);
    margin-bottom: 12px;
}

.service-card b {
    font-size: 14px;
    line-height: 1.25;
}

/* Services List Section (Legacy) */
.services-list-section {
    padding: 20px 0;
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin: 20px 0;
}

.services-list-section .services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}


.elementor-icon-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f0f0f0;
}

.elementor-icon-list-item:hover {
    transform: translateX(5px);
    border-bottom-color: #c7a53b;
}

.elementor-icon-list-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
}

.elementor-icon-list-icon i {
    font-size: 18px;
    color: #c7a53b;
    transition: all 0.3s ease;
}

.elementor-icon-list-item:hover .elementor-icon-list-icon i {
    transform: scale(1.1);
}

/* --------------------------------------------
   9. Mini Benefits
   -------------------------------------------- */
.mini-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 32px;
}

.mini-benefit {
    padding: 20px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: linear-gradient(180deg, #fff, #fffcf7);
}

.mini-benefit b {
    display: block;
    margin: 8px 0;
    color: #111;
}

.mini-benefit .icon {
    font-size: 26px;
    color: var(--gold);
}

/* --------------------------------------------
   10. Decision Cards
   -------------------------------------------- */
.decision-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 26px;
}

.decision-card {
    border: 1px solid rgba(205, 166, 51, .28);
    background: linear-gradient(180deg, #fff, #fffcf5);
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 7px 18px rgba(0, 0, 0, .04);
}

.decision-card b {
    display: block;
    color: #111;
    font-size: 15px;
    margin-bottom: 7px;
}

.decision-card span {
    display: block;
    color: #555;
    font-size: 13px;
    line-height: 1.45;
}

/* --------------------------------------------
   11. Sidebar & Service Links
   -------------------------------------------- */
.service-list {
    display: grid;
    gap: 10px;
    margin-top: 8px;
}

.service-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 17px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 12px;
    color: #f5f5f5;
    font-size: 14px;
    font-weight: 800;
    background: rgba(255, 255, 255, .04);
}

.service-link.active {
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    color: #111;
    border-color: transparent;
}

.help-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 30px;
    box-shadow: var(--shadow-soft);
}

.contact-row {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin: 16px 0;
    font-weight: 800;
}

.contact-row span:first-child {
    color: var(--gold);
    font-size: 20px;
}

.nearby-list {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.nearby-list a {
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    font-weight: 800;
    color: #2a2a2a;
}

/* --------------------------------------------
   12. Feature Cards
   -------------------------------------------- */
.split-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 34px;
}
/* ── SPLIT CARDS ── */
.feature-card {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e7eb;
  min-height: 400px; /* Ensure minimum height */
}

.feature-card.dark {
  background: #1a1a1a;
  color: #fff;
  border-color: #333;
}

/* Image wrapper - fills full height of card */
.feature-image-wrapper {
  flex: 0 0 42%;
  position: relative;
  overflow: hidden;
  min-height: 100%; /* Fill parent height */
  align-self: stretch; /* Stretch to match sibling height */
}

.feature-card .feature-image-wrapper:first-child {
  border-radius: 16px 0 0 16px;
}

.feature-card.dark .feature-image-wrapper:last-child {
  border-radius: 0 16px 16px 0;
}

.feature-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.feature-card:hover .feature-img {
  transform: scale(1.05);
}

/* Content side */
.feature-content {
  flex: 1 1 auto;
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.feature-content p {
  font-size: 0.95rem;
  color: #6b7280;
  margin: 0 0 20px 0;
  line-height: 1.6;
}

.feature-card.dark .feature-content p {
  color: #9ca3af;
}

.feature-content .check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-content .check-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 14px;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #374151;
}

.feature-card.dark .feature-content .check-list li {
  color: #d1d5db;
}

.feature-content .check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: #c9a227;
  color: #fff;
  border-radius: 50%;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

/* ── MOBILE ── */
@media (max-width: 768px) {
  .feature-card {
    flex-direction: column;
    min-height: auto;
  }

  .feature-image-wrapper {
    flex: 0 0 auto;
    width: 100%;
    height: 220px;
    min-height: 220px;
    align-self: auto;
  }

  .feature-card .feature-image-wrapper:first-child,
  .feature-card.dark .feature-image-wrapper:last-child {
    border-radius: 16px 16px 0 0;
  }

  .feature-img {
    position: relative;
    height: 100%;
  }

  .feature-content {
    padding: 24px;
  }

  .feature-content h3 {
    font-size: 1.25rem;
  }
}
/* --------------------------------------------
   13. Check Lists
   -------------------------------------------- */
.check-list {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}

.check-list li {
    list-style: none;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 15px;
    color: #383838;
}

.dark .check-list li { color: #f3f3f3; }

.check-list li::before {
    content: "✓";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--gold);
    color: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 12px;
    flex: 0 0 22px;
    margin-top: 1px;
}

/* --------------------------------------------
   14. Three Grid & Mount Grid
   -------------------------------------------- */
.three-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr 1fr;
    gap: 24px;
    margin-top: 34px;
}

.mount-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 18px;
}

.mount-card {
    background: var(--cream);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 14px;
    text-align: center;
}

.mount-art {
    height: 66px;
    border-radius: 10px;
    background: linear-gradient(135deg, #ddd, #fafafa);
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.mount-art::before {
    content: "";
    position: absolute;
    left: 22%;
    right: 22%;
    top: 25%;
    height: 12px;
    background: #222;
    border-radius: 8px;
    box-shadow: 0 22px 0 #333;
}

.mount-card b {
    font-size: 12px;
    display: block;
    line-height: 1.2;
}

/* --------------------------------------------
   15. CTA Banner
   -------------------------------------------- */
.cta-banner {
    margin-top: 34px;
    background: linear-gradient(135deg, #080808, #242424);
    border-radius: 18px;
    border: 1px solid rgba(205, 166, 51, .4);
    color: #fff;
    padding: 26px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    box-shadow: var(--shadow-soft);
}

.cta-banner h2 {
    color: #fff;
    font-size: 34px;
    margin: 0;
}

.cta-banner p {
    color: #d8d8d8;
    margin-top: 4px;
}

.cta-icon {
    font-size: 46px;
    color: var(--gold);
}

/* --------------------------------------------
   16. FAQ Section
   -------------------------------------------- */
.faq-grid {
    display: grid;
    gap: 24px;
    margin-top: 34px;
}

.faq-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 40px;
}

.faq-grid-container details {
    break-inside: avoid;
    border-bottom: 1px solid var(--border, #e0e0e0);
    padding: 14px;
}

.faq-grid-container details summary {
    list-style: none;
    font-weight: 850;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    color: #171717;
    font-size: 15px;
    line-height: 1.4;
    padding-right: 8px;
}

.faq-grid-container details summary::after {
    content: "+";
    color: var(--gold, #cda633);
    font-size: 22px;
    line-height: 1;
    flex-shrink: 0;
}

.faq-grid-container details[open] summary::after {
    content: "–";
}

.faq-grid-container details p {
    margin-top: 8px;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    padding-right: 12px;
}

details {
    border-bottom: 1px solid var(--border);
    padding: 18px 0;
}

summary {
    list-style: none;
    font-weight: 850;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    color: #171717;
}

summary::after {
    content: "+";
    color: var(--gold);
    font-size: 22px;
    line-height: 1;
}

details[open] summary::after { content: "–"; }

details p {
    margin-top: 12px;
    color: #555;
}

/* --------------------------------------------
   17. Proof & Advantage Sections
   -------------------------------------------- */
.proof-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.proof-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .04);
}

.proof-card .icon {
    font-size: 30px;
    color: var(--gold);
    margin-bottom: 10px;
}

.proof-card b {
    display: block;
    color: #111;
    margin-bottom: 8px;
    font-size: 16px;
}

.proof-card p {
    font-size: 14px;
    color: #555;
}

.advantage-panel {
    background: linear-gradient(135deg, #090909, #222);
    border: 1px solid rgba(205, 166, 51, .36);
    color: #fff;
}

.advantage-panel h2,
.advantage-panel h3,
.advantage-panel p { color: #fff; }

.advantage-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 26px;
    align-items: start;
}

.advantage-list {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.advantage-list li {
    list-style: none;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #f4f4f4;
    font-size: 15px;
}

.advantage-list li::before {
    content: "✓";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--gold);
    color: #111;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 22px;
    font-size: 12px;
    margin-top: 1px;
}

.compare-box {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 18px;
    padding: 20px;
}

.compare-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 12px 0;
    color: #f2f2f2;
    font-size: 14px;
}

.compare-row:last-child { border-bottom: 0; }

.compare-row b {
    color: var(--gold);
    font-size: 14px;
}

/* --------------------------------------------
   18. Process Steps
   -------------------------------------------- */
.process-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-top: 22px;
}

.process-step {
    background: linear-gradient(180deg, #fff, #fffcf6);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 7px 18px rgba(0, 0, 0, .04);
}

.step-num {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--gold);
    color: #111;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.process-step b {
    display: block;
    color: #111;
    margin-bottom: 6px;
}

.process-step p {
    font-size: 14px;
    color: #555;
}

/* --------------------------------------------
   19. Review Cards
   -------------------------------------------- */
.review-ready {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-top: 26px;
}

.review-card {
    border: 1px dashed rgba(205, 166, 51, .65);
    border-radius: 18px;
    background: #fff;
    padding: 24px;
    box-shadow: 0 7px 18px rgba(0, 0, 0, .04);
}

.review-card b {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
    color: #111;
}

.review-card p {
    font-size: 14px;
    color: #555;
}

.subtle-note {
    font-size: 13px;
    color: #6b6b6b;
    margin-top: 12px;
    font-weight: 700;
}

/* --------------------------------------------
   20. City Card & Search Intent
   -------------------------------------------- */
.city-card {
    display: grid;
    grid-template-columns: 1fr .65fr;
    gap: 20px;
}

.city-art {
    border-radius: 18px;
    background: linear-gradient(135deg, #aac8e8, #f2fafb 42%, #6b8f55);
    min-height: 260px;
    position: relative;
    overflow: hidden;
}

.city-art::before {
    content: "";
    position: absolute;
    left: 18%;
    bottom: 0;
    width: 70%;
    height: 52%;
    background: repeating-linear-gradient(90deg, #f9f9f9 0 22px, #d7d7d7 22px 27px);
    clip-path: polygon(0 35%, 100% 5%, 100% 100%, 0 100%);
    box-shadow: 0 -12px 25px rgba(0, 0, 0, .12);
}

.search-intent-panel {
    background: linear-gradient(135deg, #fff, #fffaf0);
    border: 1px solid rgba(205, 166, 51, .35);
    border-radius: var(--radius-xl);
    padding: 30px;
    box-shadow: var(--shadow-soft);
    margin-bottom: 28px;
}

.search-intent-panel h2 {
    font-size: 34px;
    margin-bottom: 12px;
}

.keyword-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.keyword-chip {
    border: 1px solid rgba(205, 166, 51, .55);
    background: #fff;
    border-radius: 999px;
    padding: 9px 13px;
    font-size: 13px;
    font-weight: 850;
    color: #181818;
}

.answer-box {
    margin-top: 18px;
    padding: 18px;
    border-left: 5px solid var(--gold);
    background: #fff;
    border-radius: 14px;
    color: #2d2d2d;
}

/* --------------------------------------------
   21. Footer Social Icons
   -------------------------------------------- */
.elementor-element-d6d379d .elementor-icon-list-icon svg {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
}

.elementor-element-d6d379d .elementor-icon-list-item {
    margin-right: 16px !important;
}

.elementor-element-d6d379d .elementor-icon-list-item:last-child {
    margin-right: 0 !important;
}

.elementor-element-d6d379d .elementor-icon-list-item a {
    display: inline-block;
    transition: transform 0.2s ease;
}

.elementor-element-d6d379d .elementor-icon-list-item a:hover {
    transform: scale(1.15);
}

/* --------------------------------------------
   22. Animations
   -------------------------------------------- */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.services-grid .elementor-icon-list-item {
    animation: fadeInUp 0.5s ease forwards;
    opacity: 0;
}

.services-grid .elementor-icon-list-item:nth-child(1) { animation-delay: 0.05s; }
.services-grid .elementor-icon-list-item:nth-child(2) { animation-delay: 0.1s; }
.services-grid .elementor-icon-list-item:nth-child(3) { animation-delay: 0.15s; }
.services-grid .elementor-icon-list-item:nth-child(4) { animation-delay: 0.2s; }
.services-grid .elementor-icon-list-item:nth-child(5) { animation-delay: 0.25s; }
.services-grid .elementor-icon-list-item:nth-child(6) { animation-delay: 0.3s; }
.services-grid .elementor-icon-list-item:nth-child(7) { animation-delay: 0.35s; }
.services-grid .elementor-icon-list-item:nth-child(8) { animation-delay: 0.4s; }
.services-grid .elementor-icon-list-item:nth-child(9) { animation-delay: 0.45s; }
.services-grid .elementor-icon-list-item:nth-child(10) { animation-delay: 0.5s; }
.services-grid .elementor-icon-list-item:nth-child(11) { animation-delay: 0.55s; }
.services-grid .elementor-icon-list-item:nth-child(12) { animation-delay: 0.6s; }
.services-grid .elementor-icon-list-item:nth-child(13) { animation-delay: 0.65s; }
.services-grid .elementor-icon-list-item:nth-child(14) { animation-delay: 0.7s; }

/* --------------------------------------------
   23. Responsive Styles
   -------------------------------------------- */
@media (max-width: 1000px) {
    .hero-grid { grid-template-columns: 1fr; }
    .hero-photo {
        width: 100%;
        opacity: .45;
    }
    .hero-copy { padding: 80px 0 110px; }
    .trust-card { grid-template-columns: repeat(2, 1fr); }
    .trust-item {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .09);
        padding-bottom: 16px;
    }
    .grid-main,
    .split-cards,
    .three-grid,
    .faq-grid,
    .advantage-grid,
    .review-ready { grid-template-columns: 1fr; }
    .sidebar { position: static; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .feature-card { grid-template-columns: 1fr; }
    .city-card { grid-template-columns: 1fr; }
    .cta-banner {
        flex-direction: column;
        align-items: flex-start;
    }
    .mini-benefits,
    .decision-grid,
    .proof-grid,
    .process-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .faq-grid-container {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .faq-grid-container details { padding: 14px 0; }
    .faq-grid-container details summary { font-size: 14px; }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .faq-grid-container { gap: 8px 24px; }
}

@media (max-width: 767px) {
    .services-list-section {
        padding: 20px 15px;
        margin: 15px 0;
    }
    .services-list-section .services-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .elementor-heading-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .elementor-icon-list-text { font-size: 13px; }
    .elementor-icon-list-icon i { font-size: 16px; }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .services-list-section { padding: 25px 20px; }
    .services-list-section .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px 30px;
    }
    .elementor-heading-title { font-size: 22px; }
}

@media (min-width: 1024px) {
    .services-list-section .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 40px;
    }
}

@media (max-width: 560px) {
    .container {
        width: min(100% - 28px, var(--container));
    }
    .section { padding: 48px 0; }
    .panel, .help-card {
        padding: 24px;
        border-radius: 22px;
    }
    h1 { font-size: 42px; }
    .hero-buttons { flex-direction: column; }
    .btn { width: 100%; }
    .trust-card {
        grid-template-columns: 1fr;
        padding: 22px;
    }
    .services-grid,
    .mount-grid { grid-template-columns: 1fr; }
    .split-cards { gap: 18px; }
}