/*
Theme Name: Leafkon Cleaning
Theme URI: https://leafkon.ca
Author: Leafkon Cleaning
Author URI: https://leafkon.ca
Description: Custom one-page theme for Leafkon Cleaning - professional office cleaning services in Vancouver.
Version: 1.0
Requires at least: 5.0
Requires PHP: 7.0
License: Unlicensed - custom built for Leafkon Cleaning
Text Domain: leafkon
*/

/* ============ RESET & TOKENS ============ */
  :root{
    --orange:#F4791E;
    --orange-dark:#D9650F;
    --white:#FFFFFF;
    --offwhite:#F7F7F5;
    --charcoal:#2B2B2B;
    --gray:#6B6B6B;
    --radius:14px;
    --radius-sm:8px;
    --shadow:0 4px 20px rgba(43,43,43,0.07);
    --shadow-md:0 10px 30px rgba(43,43,43,0.10);
    --maxw:1180px;
    --font-head:'Poppins',sans-serif;
    --font-body:'Inter',sans-serif;
  }
  *{margin:0;padding:0;box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    font-family:var(--font-body);
    color:var(--charcoal);
    background:var(--white);
    line-height:1.6;
    -webkit-font-smoothing:antialiased;
  }
  img{max-width:100%;display:block;}
  a{text-decoration:none;color:inherit;}
  ul{list-style:none;}
  button{font-family:inherit;cursor:pointer;border:none;background:none;}
  .container{max-width:var(--maxw);margin:0 auto;padding:0 24px;}
  section{padding:96px 0;}
  .section-offwhite{background:var(--offwhite);}
  h1,h2,h3,h4{font-family:var(--font-head);color:var(--charcoal);line-height:1.2;}
  .eyebrow{
    display:inline-block;
    color:var(--orange);
    font-family:var(--font-head);
    font-weight:700;
    font-size:13px;
    letter-spacing:1.5px;
    text-transform:uppercase;
    margin-bottom:14px;
  }
  .section-head{max-width:720px;margin:0 auto 56px;text-align:center;}
  .section-head h2{font-size:clamp(28px,3.6vw,40px);font-weight:700;margin-bottom:12px;}
  .section-head .sub{font-family:var(--font-head);font-weight:600;color:var(--orange);font-size:16px;margin-bottom:14px;}
  .section-head p{color:var(--gray);font-size:16.5px;}
  .btn{
    display:inline-flex;align-items:center;justify-content:center;gap:8px;
    background:var(--orange);color:var(--white);
    font-family:var(--font-head);font-weight:600;font-size:15px;
    padding:16px 30px;border-radius:100px;
    transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
    box-shadow:0 8px 20px rgba(244,121,30,0.28);
  }
  .btn:hover{background:var(--orange-dark);transform:translateY(-2px);box-shadow:0 12px 26px rgba(244,121,30,0.35);}
  .btn-outline{
    background:transparent;color:var(--charcoal);border:2px solid var(--charcoal);
    box-shadow:none;
  }
  .btn-outline:hover{background:var(--charcoal);color:var(--white);}
  .btn-block{width:100%;}

  /* reveal-on-scroll */
  .reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease, transform .6s ease;}
  .reveal.is-visible{opacity:1;transform:translateY(0);}

  /* ============ HEADER ============ */
  header{
    position:sticky;top:0;left:0;right:0;z-index:1000;
    background:rgba(255,255,255,0.92);
    backdrop-filter:blur(8px);
    border-bottom:1px solid rgba(43,43,43,0.06);
  }
  .nav-wrap{
    display:flex;align-items:center;justify-content:space-between;
    padding:4px 24px;max-width:var(--maxw);margin:0 auto;
  }
  .logo-link{display:flex;align-items:center;gap:10px;}
  .logo-link img{height:140px;width:auto;}
  nav.main-nav ul{display:flex;gap:34px;align-items:center;}
  nav.main-nav a{
    font-family:var(--font-head);font-weight:500;font-size:15px;color:var(--charcoal);
    transition:color .15s ease;
  }
  nav.main-nav a:hover{color:var(--orange);}
  .header-cta{display:flex;align-items:center;gap:22px;}
  .header-cta .btn{padding:13px 24px;font-size:14px;}
  .hamburger{display:none;flex-direction:column;gap:5px;width:28px;z-index:1100;}
  .hamburger span{height:3px;width:100%;background:var(--charcoal);border-radius:2px;transition:.2s;}
  .hamburger.active span:nth-child(1){transform:translateY(8px) rotate(45deg);}
  .hamburger.active span:nth-child(2){opacity:0;}
  .hamburger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg);}

  /* ============ HERO ============ */
  .hero{
    position:relative;
    padding:110px 0 90px;
    background:
      radial-gradient(circle at 85% 15%, rgba(244,121,30,0.14), transparent 45%),
      radial-gradient(circle at 5% 85%, rgba(244,121,30,0.08), transparent 40%),
      linear-gradient(180deg, #FFFFFF 0%, #FFF7EF 100%);
    overflow:hidden;
  }
  .hero-inner{max-width:800px;margin:0 auto;text-align:center;}
  .hero h1{font-size:clamp(34px,5vw,54px);font-weight:800;margin-bottom:18px;letter-spacing:-0.5px;}
  .hero h2.sub-h{
    font-family:var(--font-head);font-weight:600;font-size:clamp(17px,2vw,21px);
    color:var(--orange-dark);margin-bottom:22px;
  }
  .hero p.lead{color:var(--gray);font-size:17px;max-width:640px;margin:0 auto 34px;}
  .trust-row{
    display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:38px;
  }
  .trust-badge{
    display:flex;align-items:center;gap:8px;
    background:var(--white);border:1px solid rgba(43,43,43,0.09);
    padding:9px 18px;border-radius:100px;font-size:13.5px;font-weight:600;
    font-family:var(--font-head);color:var(--charcoal);box-shadow:var(--shadow);
  }
  .trust-badge svg{width:15px;height:15px;flex-shrink:0;}

  /* ============ CHECKLIST GRID ============ */
  .check-grid{
    display:grid;grid-template-columns:1fr 1fr;gap:18px 40px;max-width:820px;margin:0 auto;
  }
  .check-item{
    display:flex;align-items:flex-start;gap:12px;
    font-family:var(--font-head);font-weight:600;font-size:15.5px;color:var(--charcoal);
  }
  .check-icon{
    flex-shrink:0;width:26px;height:26px;border-radius:50%;
    background:rgba(244,121,30,0.12);color:var(--orange);
    display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;
  }

  /* ============ SERVICES ICON GRID ============ */
  .services-grid{
    display:grid;grid-template-columns:repeat(4,1fr);gap:20px;
  }
  .service-card{
    background:var(--white);border:1px solid rgba(43,43,43,0.07);
    border-radius:var(--radius);padding:26px 20px;text-align:center;
    transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  }
  .service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:transparent;}
  .service-icon{
    width:48px;height:48px;border-radius:12px;background:rgba(244,121,30,0.12);
    display:flex;align-items:center;justify-content:center;margin:0 auto 14px;color:var(--orange);
  }
  .service-icon svg{width:24px;height:24px;}
  .service-card p{font-family:var(--font-head);font-weight:600;font-size:14.5px;color:var(--charcoal);}
  .closing-line{text-align:center;color:var(--gray);max-width:680px;margin:44px auto 0;font-size:16px;}

  /* ============ FEATURED SPOTLIGHT ============ */
  .spotlight{
    background:var(--charcoal);border-radius:24px;overflow:hidden;
    display:grid;grid-template-columns:1.1fr 0.9fr;align-items:stretch;
  }
  .spotlight-text{padding:56px;color:var(--white);}
  .spotlight-text .eyebrow{color:var(--orange);}
  .spotlight-text h2{color:var(--white);font-size:clamp(26px,3vw,34px);margin-bottom:10px;}
  .spotlight-text h3.sub-h{font-family:var(--font-head);font-weight:600;color:#F4B27E;font-size:17px;margin-bottom:18px;}
  .spotlight-text p{color:#D7D3D0;font-size:15.5px;margin-bottom:26px;}
  .spotlight-card{
    background:var(--offwhite);padding:44px 40px;display:flex;flex-direction:column;justify-content:center;
  }
  .spotlight-card h4{font-family:var(--font-head);font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:1px;color:var(--orange-dark);margin-bottom:18px;}
  .spotlight-card .check-item{font-size:14.5px;margin-bottom:12px;}

  /* ============ CITY BADGES ============ */
  .city-grid{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin:40px 0;}
  .city-badge{
    font-family:var(--font-head);font-weight:600;font-size:15px;
    background:var(--white);border:2px solid rgba(244,121,30,0.25);color:var(--charcoal);
    padding:12px 26px;border-radius:100px;transition:.2s;
  }
  .city-badge:hover{border-color:var(--orange);background:rgba(244,121,30,0.06);}

  /* ============ INDUSTRIES GRID ============ */
  .industries-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
  .industry-card{
    background:var(--white);border-radius:var(--radius);padding:30px 22px;
    display:flex;align-items:center;gap:16px;border:1px solid rgba(43,43,43,0.07);
    transition:transform .2s ease, box-shadow .2s ease;
  }
  .industry-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);}
  .industry-icon{
    width:44px;height:44px;border-radius:10px;background:rgba(244,121,30,0.12);color:var(--orange);
    display:flex;align-items:center;justify-content:center;flex-shrink:0;
  }
  .industry-icon svg{width:22px;height:22px;}
  .industry-card p{font-family:var(--font-head);font-weight:600;font-size:15px;}

  /* ============ BENEFITS ============ */
  .check-grid.single{grid-template-columns:1fr;max-width:560px;}
  .benefits-wrap{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;}
  .benefits-visual{
    background:linear-gradient(145deg, rgba(244,121,30,0.10), rgba(244,121,30,0.02));
    border-radius:24px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;
  }
  .benefits-visual svg{width:55%;height:55%;color:var(--orange);}

  /* ============ PROCESS STEPS ============ */
  .step-row{
    display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;margin-bottom:80px;
  }
  .step-row:last-child{margin-bottom:0;}
  .step-row.reverse .step-visual{order:2;}
  .step-num{
    font-family:var(--font-head);font-weight:800;font-size:15px;color:var(--orange);
    letter-spacing:1px;margin-bottom:10px;
  }
  .step-row h3{font-size:24px;margin-bottom:12px;}
  .step-row p{color:var(--gray);font-size:16px;margin-bottom:20px;}
  .step-link{font-family:var(--font-head);font-weight:600;color:var(--orange-dark);display:inline-flex;align-items:center;gap:6px;}
  .step-link svg{width:16px;height:16px;transition:transform .2s;}
  .step-link:hover svg{transform:translateX(4px);}
  .step-visual{
    background:var(--offwhite);border-radius:20px;aspect-ratio:4/3;
    display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;
  }
  .step-visual .step-badge{
    width:84px;height:84px;border-radius:50%;background:var(--white);box-shadow:var(--shadow-md);
    display:flex;align-items:center;justify-content:center;font-family:var(--font-head);
    font-weight:800;font-size:32px;color:var(--orange);
  }

  /* ============ FAQ ============ */
  .faq-list{max-width:760px;margin:0 auto;}
  .faq-item{border-bottom:1px solid rgba(43,43,43,0.1);}
  .faq-q{
    width:100%;display:flex;align-items:center;justify-content:space-between;
    padding:22px 4px;font-family:var(--font-head);font-weight:600;font-size:16.5px;
    text-align:left;color:var(--charcoal);
  }
  .faq-q .plus{
    flex-shrink:0;width:26px;height:26px;border-radius:50%;background:rgba(244,121,30,0.12);
    color:var(--orange);display:flex;align-items:center;justify-content:center;font-size:16px;
    transition:transform .25s ease;margin-left:16px;
  }
  .faq-item.open .faq-q .plus{transform:rotate(45deg);}
  .faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;}
  .faq-a-inner{padding:0 4px 22px;color:var(--gray);font-size:15.5px;line-height:1.7;}
  .faq-a ul{margin-top:8px;}
  .faq-a li{margin-bottom:6px;display:flex;gap:8px;}
  .faq-a li:before{content:"✓";color:var(--orange);font-weight:700;flex-shrink:0;}

  /* ============ FORM ============ */
  .form-wrap{
    max-width:820px;margin:0 auto;background:var(--offwhite);border-radius:24px;padding:52px;
  }
  .form-group-label{
    font-family:var(--font-head);font-weight:700;font-size:14px;text-transform:uppercase;
    letter-spacing:0.8px;color:var(--orange-dark);margin:30px 0 16px;
  }
  .form-group-label:first-child{margin-top:0;}
  .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;}
  .field label{display:block;font-family:var(--font-head);font-weight:600;font-size:13.5px;margin-bottom:6px;color:var(--charcoal);}
  .field input, .field textarea{
    width:100%;padding:13px 16px;border-radius:var(--radius-sm);border:1.5px solid rgba(43,43,43,0.15);
    font-family:var(--font-body);font-size:15px;background:var(--white);transition:border-color .15s;
  }
  .field input:focus, .field textarea:focus{outline:none;border-color:var(--orange);}
  .radio-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:8px;}
  .radio-opt{
    display:flex;align-items:center;gap:10px;background:var(--white);padding:12px 16px;
    border-radius:var(--radius-sm);border:1.5px solid rgba(43,43,43,0.12);cursor:pointer;font-size:14.5px;font-weight:500;
  }
  .radio-opt input{width:16px;height:16px;accent-color:var(--orange);}
  textarea{resize:vertical;min-height:110px;}
  #thankyou{display:none;text-align:center;padding:40px 20px;}
  #thankyou .check-icon-lg{
    width:64px;height:64px;border-radius:50%;background:rgba(244,121,30,0.12);color:var(--orange);
    display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:30px;font-weight:800;
  }

  /* ============ GUARANTEE BANNER ============ */
  .guarantee{
    background:linear-gradient(135deg, #FFF3E8, #FFFFFF);
    border:1.5px solid rgba(244,121,30,0.25);border-radius:24px;padding:56px;text-align:center;
  }
  .guarantee h2{font-size:clamp(26px,3vw,32px);margin:8px 0 16px;}
  .guarantee p{color:var(--gray);max-width:620px;margin:0 auto;font-size:16.5px;}

  /* ============ TESTIMONIALS ============ */
  .testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
  .testi-card{
    background:var(--white);border:1px solid rgba(43,43,43,0.08);border-radius:var(--radius);
    padding:32px;text-align:center;color:var(--gray);font-style:italic;font-size:15px;
    box-shadow:var(--shadow);
  }
  .testi-card .stars{color:var(--orange);font-size:18px;margin-bottom:14px;letter-spacing:2px;}
  .testi-card .testi-name{
    margin-top:16px;font-family:var(--font-head);font-weight:600;font-style:normal;
    font-size:13.5px;color:var(--charcoal);
  }

  /* ============ FINAL CTA ============ */
  .final-cta{background:var(--charcoal);color:var(--white);text-align:center;padding:100px 0;}
  .final-cta h2{color:var(--white);font-size:clamp(28px,3.6vw,42px);margin-bottom:16px;}
  .final-cta p.lead{color:#C9C6C3;max-width:600px;margin:0 auto 34px;font-size:17px;}
  .emphasis-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:40px;}
  .emphasis-row span{
    font-family:var(--font-head);font-weight:700;font-size:18px;color:var(--orange);
  }
  .emphasis-row span:not(:last-child):after{content:"•";color:#5A5A5A;margin-left:12px;font-weight:400;}

  /* ============ FOOTER ============ */
  footer{background:var(--charcoal);color:#D7D3D0;padding:64px 0 30px;}
  .footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:50px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,0.1);}
  .footer-logo img{height:46px;margin-bottom:16px;filter:brightness(0) invert(1);}
  .footer-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px;}
  .footer-badges span{
    font-size:12.5px;font-weight:600;font-family:var(--font-head);background:rgba(255,255,255,0.07);
    padding:7px 14px;border-radius:100px;color:#EDEBE9;
  }
  footer h5{font-family:var(--font-head);color:var(--white);font-size:15px;margin-bottom:18px;}
  footer ul li{margin-bottom:11px;font-size:14.5px;}
  footer ul li a:hover{color:var(--orange);}
  .footer-bottom{
    padding-top:26px;display:flex;justify-content:space-between;align-items:center;
    font-size:13px;color:#9A9895;flex-wrap:wrap;gap:10px;
  }

  /* ============ RESPONSIVE ============ */
  @media (max-width:980px){
    .services-grid{grid-template-columns:repeat(3,1fr);}
    .industries-grid{grid-template-columns:repeat(2,1fr);}
    .spotlight{grid-template-columns:1fr;}
    .benefits-wrap{grid-template-columns:1fr;}
    .benefits-visual{display:none;}
    .step-row, .step-row.reverse{grid-template-columns:1fr;}
    .step-row.reverse .step-visual{order:0;}
    .footer-top{grid-template-columns:1fr 1fr;}
  }
  @media (max-width:768px){
    section{padding:64px 0;}
    .logo-link img{height:84px;}
    nav.main-nav{
      position:fixed;top:0;right:-100%;width:78%;height:100vh;background:var(--white);
      flex-direction:column;padding:100px 32px 32px;transition:right .3s ease;box-shadow:-8px 0 30px rgba(0,0,0,0.12);
    }
    nav.main-nav.active{right:0;}
    nav.main-nav ul{flex-direction:column;align-items:flex-start;gap:26px;width:100%;}
    nav.main-nav a{font-size:18px;}
    .hamburger{display:flex;}
    .header-cta .btn{display:none;}
    .header-cta{gap:0;}
    .check-grid{grid-template-columns:1fr;}
    .services-grid{grid-template-columns:repeat(2,1fr);}
    .industries-grid{grid-template-columns:1fr 1fr;}
    .testi-grid{grid-template-columns:1fr;}
    .form-row{grid-template-columns:1fr;}
    .radio-grid{grid-template-columns:1fr;}
    .footer-top{grid-template-columns:1fr;gap:34px;}
    .spotlight-text{padding:36px 28px;}
    .spotlight-card{padding:32px 28px;}
    .form-wrap{padding:30px 22px;}
    .guarantee{padding:38px 24px;}
  }
  @media (max-width:480px){
    .services-grid{grid-template-columns:1fr 1fr;}
    .industries-grid{grid-template-columns:1fr;}
    .hero{padding:80px 0 60px;}
  }

  /* focus visibility */
  a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible{
    outline:2.5px solid var(--orange);outline-offset:2px;
  }
  @media (prefers-reduced-motion: reduce){
    .reveal{opacity:1;transform:none;transition:none;}
    html{scroll-behavior:auto;}
  }