/* Landing Page: Site Classification QLD
   Extracted from static HTML. Loaded ONLY on template-landing.php.
   Header/footer rules removed (inherited from theme). Global selectors scoped to .ig-landing. */

.ig-landing *, .ig-landing *::before, .ig-landing *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --orange: #FF6600;
    --orange-dark: #CC5200;
    --black: #1A1A1A;
    --dark: #242424;
    --gray: #666666;
    --gray-light: #939598;
    --border: rgba(255,255,255,0.1);
    --white: #ffffff;
    --font-display: 'Barlow Condensed', sans-serif;
    --font-body: 'Barlow', sans-serif;
  }
  html { scroll-behavior: smooth; }
.ig-landing { background: var(--black); color: var(--white); font-family: var(--font-body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }

  /* TOPBAR */

  /* NAV */

  /* HERO */
  .hero { min-height: 92vh; display: flex; align-items: center; position: relative; overflow: hidden; padding: 80px 40px; }
  .hero-img { position: absolute; inset: 0; z-index: 0; }
  .hero-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; filter: brightness(0.35); }
  .hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(105deg, rgba(26,26,26,0.88) 45%, rgba(255,102,0,0.08) 100%); }
  .hero-pattern { position: absolute; inset: 0; z-index: 1; background-image: repeating-linear-gradient(0deg,transparent,transparent 60px,rgba(255,102,0,0.03) 60px,rgba(255,102,0,0.03) 61px),repeating-linear-gradient(90deg,transparent,transparent 60px,rgba(255,102,0,0.03) 60px,rgba(255,102,0,0.03) 61px); }
  .hero-content { position: relative; z-index: 2; max-width: 780px; }
  .hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,102,0,0.15); border: 1px solid rgba(255,102,0,0.4); border-radius: 3px; padding: 6px 14px; font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); margin-bottom: 28px; }
  .hero-eyebrow::before { content: '●'; font-size: 8px; animation: blink 1.5s infinite; }
  @keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.3} }
  .hero-h1 { font-family: var(--font-display); font-size: clamp(52px,7vw,88px); font-weight: 800; line-height: 0.92; letter-spacing: -0.02em; text-transform: uppercase; margin-bottom: 28px; }
  .hero-h1 .line-orange { color: var(--orange); display: block; }
  .hero-h1 .line-white { color: var(--white); display: block; }
  .hero-h1 .line-outline { display: block; -webkit-text-stroke: 2px rgba(255,255,255,0.3); color: transparent; }
  .hero-sub { font-size: 18px; color: rgba(255,255,255,0.75); max-width: 560px; margin-bottom: 40px; line-height: 1.65; }
  .hero-sub strong { color: var(--white); font-weight: 600; }
  .hero-ctas { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 56px; }
  .btn-primary { background: var(--orange); color: var(--white); font-family: var(--font-display); font-size: 17px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; padding: 16px 36px; border-radius: 4px; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: background 0.2s, transform 0.15s; border: 2px solid var(--orange); }
  .btn-primary:hover { background: var(--orange-dark); transform: translateY(-2px); }
  .btn-secondary { color: var(--white); font-size: 15px; font-weight: 500; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; opacity: 0.7; transition: opacity 0.2s; }
  .btn-secondary:hover { opacity: 1; }
  .hero-stats { display: flex; gap: 40px; flex-wrap: wrap; }
  .stat-num { font-family: var(--font-display); font-size: 36px; font-weight: 800; color: var(--orange); line-height: 1; }
  .stat-label { font-size: 13px; color: rgba(255,255,255,0.5); margin-top: 4px; }

  /* TRUST STRIP */
  .trust-strip { background: var(--dark); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 20px 40px; display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; }
  .trust-item { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.75); }
  .trust-icon { color: var(--orange); }

  /* SECTIONS */
  .ig-landing section { padding: 96px 40px; }
  .container { max-width: 1100px; margin: 0 auto; }
  .section-label { font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--orange); margin-bottom: 16px; display: block; }
  .section-h2 { font-family: var(--font-display); font-size: clamp(36px,4.5vw,56px); font-weight: 800; text-transform: uppercase; letter-spacing: -0.01em; line-height: 1; margin-bottom: 20px; }
  .section-h2 span { color: var(--orange); }
  .section-lead { font-size: 17px; color: rgba(255,255,255,0.65); max-width: 560px; line-height: 1.7; }

  /* PAIN POINTS */
  .pain-section { background: var(--dark); }
  .pain-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-top: 56px; border: 1px solid rgba(255,102,0,0.2); border-radius: 8px; overflow: hidden; }
  .pain-card { background: rgba(255,255,255,0.02); padding: 36px 32px; border-right: 1px solid rgba(255,102,0,0.15); border-bottom: 1px solid rgba(255,102,0,0.15); transition: background 0.2s; }
  .pain-card:hover { background: rgba(255,102,0,0.05); }
  .pain-num { font-family: var(--font-display); font-size: 64px; font-weight: 800; color: rgba(255,102,0,0.12); line-height: 1; margin-bottom: 16px; }
  .pain-title { font-size: 17px; font-weight: 600; margin-bottom: 10px; }
  .pain-text { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.7; }
  .pain-bridge { background: var(--orange); padding: 32px 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-top: 40px; border-radius: 6px; }
  .pain-bridge-text { font-family: var(--font-display); font-size: 26px; font-weight: 700; text-transform: uppercase; }
  .bridge-cta { background: var(--white); color: var(--orange-dark); font-family: var(--font-display); font-size: 15px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; padding: 14px 28px; border-radius: 4px; text-decoration: none; white-space: nowrap; transition: transform 0.15s; }
  .bridge-cta:hover { transform: translateY(-2px); }

  /* PHOTO STRIP */
  .photo-strip { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 4px; height: 380px; overflow: hidden; border-radius: 10px; margin-top: 56px; }
  .photo-strip-item { overflow: hidden; position: relative; }
  .photo-strip-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; filter: brightness(0.88); }
  .photo-strip-item:hover img { transform: scale(1.04); filter: brightness(1); }
  .photo-strip-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 12px 16px; background: linear-gradient(transparent, rgba(0,0,0,0.7)); font-size: 12px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: rgba(255,255,255,0.8); }

  /* WHY CHOOSE */
  .why-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; margin-top: 56px; }
  .why-card { border: 1px solid rgba(255,255,255,0.08); border-radius: 8px; padding: 32px 28px; position: relative; overflow: hidden; transition: border-color 0.2s; }
  .why-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
  .why-card:hover::before { transform: scaleX(1); }
  .why-card:hover { border-color: rgba(255,102,0,0.3); }
  .why-icon { width: 48px; height: 48px; background: rgba(255,102,0,0.12); border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
  .why-icon svg { width: 24px; height: 24px; stroke: var(--orange); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .why-title { font-size: 17px; font-weight: 600; margin-bottom: 10px; }
  .why-text { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.7; }

  /* REAL WORK SECTION */
  .realwork-section { background: var(--dark); }
  .realwork-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin-top: 56px; }
  .realwork-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .realwork-img { border-radius: 6px; overflow: hidden; aspect-ratio: 4/3; }
  .realwork-img img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.9); transition: filter 0.3s; }
  .realwork-img:hover img { filter: brightness(1); }
  .realwork-img.tall { grid-row: span 2; aspect-ratio: auto; }
  .realwork-img.tall img { height: 100%; }
  .realwork-points { display: flex; flex-direction: column; gap: 24px; }
  .realwork-point { display: flex; gap: 16px; align-items: flex-start; }
  .rp-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); flex-shrink: 0; margin-top: 8px; }
  .rp-title { font-size: 16px; font-weight: 600; margin-bottom: 6px; }
  .rp-text { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.7; }

  /* AREAS */
  .areas-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; margin-bottom: 16px; }
  .postcode-clusters { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .cluster { border: 1px solid rgba(255,255,255,0.08); border-radius: 8px; padding: 24px; border-left: 3px solid var(--orange); }
  .cluster-region { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); margin-bottom: 8px; }
  .cluster-suburbs { font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.8; }
  .cluster-postcodes { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 10px; }
  .pc-badge { font-size: 11px; font-weight: 700; background: rgba(255,102,0,0.12); color: var(--orange); padding: 3px 9px; border-radius: 3px; border: 1px solid rgba(255,102,0,0.25); }
  .office-box { background: rgba(255,102,0,0.08); border: 1px solid rgba(255,102,0,0.25); border-radius: 8px; padding: 28px 24px; margin-top: 16px; }
  .office-label { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); margin-bottom: 12px; }
  .office-address { font-size: 14px; color: rgba(255,255,255,0.75); line-height: 1.8; }
  .office-phone { font-size: 18px; font-weight: 700; color: var(--white); margin-top: 12px; text-decoration: none; display: block; }
  .office-phone:hover { color: var(--orange); }

  /* HOW IT WORKS */
  .steps-visual { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; margin-top: 56px; }
  .step-card { border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; overflow: hidden; transition: border-color 0.2s; }
  .step-card:hover { border-color: rgba(255,102,0,0.3); }
  .step-img { height: 200px; overflow: hidden; position: relative; }
  .step-img img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.8); transition: transform 0.4s, filter 0.3s; }
  .step-card:hover .step-img img { transform: scale(1.04); filter: brightness(0.95); }
  .step-num-badge { position: absolute; top: 14px; left: 14px; width: 36px; height: 36px; background: var(--orange); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 18px; font-weight: 800; color: var(--white); z-index: 1; }
  .step-body { padding: 24px; }
  .step-title { font-size: 17px; font-weight: 600; margin-bottom: 10px; }
  .step-text { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.7; }

  /* INCLUDED */
  .included-section { background: var(--dark); }
  .included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 56px; }
  .package-card { border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; overflow: hidden; }
  .package-card.featured { border-color: var(--orange); }
  .package-header { padding: 20px 28px; background: rgba(255,255,255,0.03); border-bottom: 1px solid rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: space-between; }
  .package-card.featured .package-header { background: var(--orange); }
  .package-name { font-family: var(--font-display); font-size: 22px; font-weight: 800; text-transform: uppercase; }
  .package-badge { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; background: rgba(255,255,255,0.2); color: var(--white); padding: 4px 10px; border-radius: 3px; text-transform: uppercase; }
  .package-body { padding: 28px; }
  .package-item { display: flex; gap: 12px; align-items: flex-start; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.06); font-size: 14px; }
  .package-item:last-child { border-bottom: none; padding-bottom: 0; }
  .check { color: var(--orange); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
  .item-label { color: rgba(255,255,255,0.5); font-size: 12px; margin-bottom: 2px; }
  .item-value { color: var(--white); font-weight: 500; }

  /* FAQ */
  .faq-list { margin-top: 56px; }
  .faq-item { border-bottom: 1px solid rgba(255,255,255,0.08); }
  .faq-q { font-size: 17px; font-weight: 600; color: var(--white); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; user-select: none; transition: color 0.2s; }
  .faq-q::after { content: '+'; color: var(--orange); font-size: 24px; font-weight: 300; flex-shrink: 0; transition: transform 0.3s; line-height: 1; }
  .faq-q.active { color: var(--orange); }
  .faq-q.active::after { transform: rotate(45deg); }
  .faq-q:hover { color: rgba(255,255,255,0.8); }
  .faq-a { font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.75; max-width: 720px; max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.2s ease; padding-bottom: 0; }
  .faq-a.open { padding-bottom: 24px; }

  /* FINAL CTA */
  .cta-section { position: relative; overflow: hidden; padding: 0; }
  .cta-bg { position: absolute; inset: 0; z-index: 0; }
  .cta-bg img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.25) saturate(0.5); }
  .cta-bg-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,102,0,0.85) 0%, rgba(204,82,0,0.9) 100%); z-index: 1; }
  .cta-inner { position: relative; z-index: 2; padding: 96px 40px; text-align: center; }
  .cta-h2 { font-family: var(--font-display); font-size: clamp(40px,5vw,68px); font-weight: 800; text-transform: uppercase; letter-spacing: -0.02em; line-height: 0.95; color: var(--white); margin-bottom: 20px; }
  .cta-h2 .outline { display: block; -webkit-text-stroke: 2px rgba(255,255,255,0.6); color: transparent; }
  .cta-sub { font-size: 18px; color: rgba(255,255,255,0.85); margin-bottom: 40px; }
  .btn-cta-white { background: var(--white); color: var(--orange-dark); font-family: var(--font-display); font-size: 20px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; padding: 20px 48px; border-radius: 4px; text-decoration: none; display: inline-block; transition: transform 0.15s, box-shadow 0.15s; box-shadow: 0 4px 24px rgba(0,0,0,0.2); }
  .btn-cta-white:hover { transform: translateY(-3px); box-shadow: 0 8px 32px rgba(0,0,0,0.25); }
  .cta-note { font-size: 13px; color: rgba(255,255,255,0.65); margin-top: 20px; }

  /* FOOTER */

  /* ANIMATIONS */
  @keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
  .hero-eyebrow { animation: fadeUp 0.5s ease both; }
  .hero-h1 { animation: fadeUp 0.5s 0.1s ease both; }
  .hero-sub { animation: fadeUp 0.5s 0.2s ease both; }
  .hero-ctas { animation: fadeUp 0.5s 0.3s ease both; }
  .hero-stats { animation: fadeUp 0.5s 0.4s ease both; }

  /* RESPONSIVE */
  @media (max-width: 768px) {
    .ig-landing section { padding: 64px 20px; }
    .hero { padding: 60px 20px; min-height: auto; }
    .trust-strip { padding: 20px; gap: 20px; }
    .why-grid, .steps-visual, .included-grid, .areas-intro, .realwork-grid { grid-template-columns: 1fr; }
    .pain-grid, .postcode-clusters { grid-template-columns: 1fr; }
    .photo-strip { grid-template-columns: 1fr 1fr; height: auto; }
    .photo-strip-item:first-child { grid-column: span 2; height: 240px; }
    .photo-strip-item:nth-child(3) { display: none; }
    .hero-stats { gap: 24px; }
  }