.elementor-6640 .elementor-element.elementor-element-95e3ebc{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-18b9c73 */:root {
    --forest: #0c5e34;
    --green: #1f9d54;
    --leaf: #30c364;
    --leaf-soft: #7ddf9f;
    --sun: #ffc107;
    --sun-deep: #f59000;
    --orange: #f5821f;
    --wood: #8b5e34;
    --cream: #f8f4ef;
    --cream-2: #fff;
    --ink: #1d2b22;
    --muted: #5a6b60;
    --shadow: 0 18px 40px rgba(31, 77, 46, 0.14);
    --shadow-sm: 0 8px 20px rgba(31, 77, 46, 0.10);
    --radius: 22px;
  }
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofIOOaBXso.woff2) format('woff2');
    unicode-range: U +0460 -052F, U +1C80 -1C8A, U +20B4, U +2DE0 -2DFF, U + A640-A69F, U + FE2E-FE2F;
}
  * { margin: 0; padding: 0; box-sizing: border-box; }

  html { scroll-behavior: smooth; }

#reviews {
    background: #f8f4ef;
}
.page-id-6640 {
    font-family: 'Nunito', system-ui, sans-serif;
    color: var(--ink);
    background: var(--cream);
    line-height: 1.6;
    overflow-x: hidden;
  }

  h1, h2, h3, .display { font-family: 'Baloo 2', cursive; line-height: 1.1; letter-spacing: -0.5px; font-weight:700; }
  section.easyat {
    background: #f8f4ef;
}
section.gallery-sec {
    background: #f8f4ef;
}
section#benefits {
    background: #f8f4ef;
}

  a { color: inherit; text-decoration: none; }

  .wrap { width: min(1140px, 92%); margin: 0 auto; font-family: 'Nunito'; font-style: normal;}

  .btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    font-family: 'Baloo 2', cursive; font-weight: 700; font-size: 1.05rem;
    padding: 16px 34px; border-radius: 60px; border: none; cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, background .2s ease;
    text-align: center;
  }
  .smr-primary {
    background: linear-gradient(135deg, var(--sun) 0%, var(--sun-deep) 100%);
    color: #4a2e00 !important;
    box-shadow: 0 10px 22px rgba(244, 146, 10, .35);
  }
  .smr-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 30px rgba(244, 146, 10, .45); }
  .btn-ghost { background: #fff; color: var(--forest); box-shadow: var(--shadow-sm); }
  .btn-ghost:hover { transform: translateY(-3px); }
  .btn-lg { font-size: 1.2rem; padding: 19px 44px; }

  /* ---------- Header ---------- */
  header {
    position: sticky; top: 0; z-index: 50;
    background: rgba(251, 246, 236, .9); backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(31, 77, 46, .08);
  }
  .nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; }
  .logo { display: flex; align-items: center; }
  .logo img { height: 46px; width: auto; display: block; }
  header .btn { padding: 11px 26px; font-size: .95rem; }

  /* ---------- Hero ---------- */
  .hero {
    position: relative; padding: 70px 0 90px;
    background:
      radial-gradient(circle at 15% 20%, rgba(48,195,100,.20), transparent 45%),
      radial-gradient(circle at 85% 15%, rgba(255,193,7,.22), transparent 40%),
      linear-gradient(180deg, var(--cream) 0%, #e8f4e4 100%);
    overflow: hidden;
  }
  .hero::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 70px;
    background: var(--cream);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 70' preserveAspectRatio='none'%3E%3Cpath d='M0,70 L0,30 Q300,70 600,30 T1200,30 L1200,70 Z' fill='black'/%3E%3C/svg%3E") no-repeat center/100% 100%;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 70' preserveAspectRatio='none'%3E%3Cpath d='M0,70 L0,30 Q300,70 600,30 T1200,30 L1200,70 Z' fill='black'/%3E%3C/svg%3E") no-repeat center/100% 100%;
  }
  .hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; }
  .pill {
    display: inline-flex; align-items: center; gap: 8px; background: var(--forest); color: #fff;
    font-weight: 800; font-size: .8rem; letter-spacing: 1px; text-transform: uppercase;
    padding: 8px 18px; border-radius: 60px; margin-bottom: 20px;
  }
  .hero h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); color: var(--forest);
   font-family: 'Baloo 2', cursive;

      
  }
  .hero h1 .hl { color: var(--sun-deep); }
  .hero .sub { font-size: 1.2rem; color: var(--muted); margin: 18px 0 28px; max-width: 520px; font-weight: 600;
   font-family: 'Baloo 2', cursive;

      
  }
  .hero-cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
  .hero-note { margin-top: 18px; font-weight: 700; color: var(--green); display: flex; align-items: center; gap: 8px; }

  /* hero card */
  .price-card {
    background: #fff; border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow);
    border: 3px solid #fff; position: relative;
  }
  .price-card .ribbon {
    position: absolute; top: -16px; right: 24px; background: var(--leaf); color: #fff;
    font-family: 'Baloo 2'; font-weight: 800; padding: 8px 18px; border-radius: 40px; font-size: .9rem;
    box-shadow: var(--shadow-sm);
  }
  .price-card h3 { font-size: 1.5rem; color: var(--forest); }
  .price-row { display: flex; align-items: baseline; gap: 12px; margin: 14px 0 6px; }
  .price-now { font-family: 'Baloo 2'; font-weight: 800; font-size: 3.4rem; color: var(--ink); }
  .price-old { font-size: 1.4rem; color: #b33; text-decoration: line-through; font-weight: 700; }
  .price-meta { color: var(--muted); font-weight: 700; }
  .price-card ul { list-style: none; margin: 20px 0 24px; }
  .price-card li { display: flex; gap: 10px; padding: 7px 0; font-weight: 700; }
  .price-card li .ck { color: var(--leaf); font-weight: 900; }
  .price-card .btn { width: 100%; }
  .secure { text-align: center; margin-top: 12px; font-size: .85rem; color: var(--muted); font-weight: 700; }

  /* ---------- Section base ---------- */
  section { padding: 78px 0; }
  .section-head { text-align: center; max-width: 680px; margin: 0 auto 50px; }
  .eyebrow { color: var(--leaf); font-weight: 800; letter-spacing: 2px; text-transform: uppercase; font-size: .85rem;     font-family: 'Nunito', system-ui, sans-serif; }
  .section-head h2 { font-size: clamp(2rem, 4.5vw, 3rem); color: var(--forest); margin: 8px 0 12px; }
  .section-head p { color: var(--muted); font-size: 1.12rem; font-weight: 600; }

  /* ---------- Benefits ---------- */
  .benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .bcard {
    background: #fff; border-radius: 18px; padding: 22px 22px 24px; box-shadow: var(--shadow-sm);
    transition: transform .18s ease, box-shadow .18s ease; border-bottom: 4px solid transparent;
  }
  .bcard:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-bottom-color: var(--leaf); }
  .bicon {
    width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center;
    margin-bottom: 14px; background: #eaf6ec; color: var(--green);
  }
  .bicon svg { width: 26px; height: 26px; }
  .bcard h3 { font-size: 1.18rem; color: var(--forest); margin-bottom: 6px; }
  .bcard p { color: var(--muted); font-weight: 600; font-size: .96rem; line-height: 1.5; }

  /* inline icons */
  .ico { width: 1.05em; height: 1.05em; vertical-align: -0.15em; flex: none; }

  /* ---------- Gallery ---------- */
  .gallery { display: grid; grid-template-columns: 1.4fr 1fr 1fr; grid-template-rows: 200px 200px; gap: 16px; }
  .g-item { background-size: cover; background-position: center; border-radius: 20px; box-shadow: var(--shadow-sm); transition: transform .25s ease; }
  .g-item:hover { transform: scale(1.02); }
  .g-big { grid-row: span 2; }

  /* ---------- Product / store ---------- */
  .store { background: linear-gradient(180deg, #eef6ec, var(--cream)); }
  .product {
    display: grid; grid-template-columns: 1fr 1.1fr; gap: 0; background: #fff;
    border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); max-width: 980px; margin: 0 auto;
  }
  .product-visual {
    position: relative; overflow: hidden;
    background: url('https://treehouseindoorplay.com/wp-content/uploads/2025/09/DSC09715.jpg') center/cover no-repeat;
    color: #fff; padding: 46px; display: flex; flex-direction: column; justify-content: center;
  }
  .product-visual::before {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(155deg, rgba(31,157,84,.55) 0%, rgba(12,94,52,.74) 55%, rgba(8,52,30,.86) 100%);
    backdrop-filter: blur(3px) saturate(1.1);
    -webkit-backdrop-filter: blur(3px) saturate(1.1);
  }
  .product-visual > * { position: relative; z-index: 1; }
  .product-visual .tag {
    align-self: flex-start; background: var(--sun); color: #4a2e00; font-family: 'Baloo 2'; font-weight: 800;
    padding: 7px 16px; border-radius: 40px; font-size: .85rem; margin-bottom: 18px;
  }
  .product-visual h3 { font-size: 2.4rem; line-height: 1; text-shadow: 0 2px 12px rgba(0,0,0,.35); }
  .product-visual .emoji { margin-bottom: 14px; color: #fff; filter: drop-shadow(0 2px 8px rgba(0,0,0,.35)); }
  .product-visual .emoji svg { width: 52px; height: 52px; }
  .product-visual p { font-weight: 700; opacity: .96; margin-top: 12px; text-shadow: 0 1px 8px rgba(0,0,0,.3); }
  .product-visual .loc { margin-top: 20px; display: flex; gap: 8px; flex-wrap: wrap; }
  .product-visual .loc span {
    background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.3);
    backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
    padding: 6px 14px; border-radius: 30px; font-size: .85rem; font-weight: 700; display: inline-flex; align-items: center; gap: 6px;
  }
  .product-info { padding: 42px; }
  .rating { display: flex; align-items: center; gap: 10px; margin-bottom: 4px; }
  .stars { color: var(--sun-deep); font-size: 1.1rem; letter-spacing: 2px; }
  .rating-text { color: var(--muted); font-weight: 700; font-size: .92rem; }
  .rating-text b { color: var(--ink); }
  .product-info .name { font-family: 'Baloo 2'; font-weight: 800; font-size: 1.7rem; color: var(--forest); margin: 6px 0; }
  .product-info .pr { display: flex; align-items: baseline; gap: 14px; margin: 6px 0 4px; }
  .product-info .pr b { font-family: 'Baloo 2'; font-size: 2.8rem; color: var(--ink); }
  .product-info .pr s { color: #b33; font-size: 1.3rem; font-weight: 700; }
  .save-badge { display: inline-block; background: #ffe9c2; color: var(--sun-deep); font-weight: 800; padding: 5px 14px; border-radius: 30px; font-size: .85rem; margin-bottom: 14px; }
  .product-info .feat { list-style: none; margin: 16px 0 22px; }
  .product-info .feat li { padding: 6px 0; font-weight: 700; display: flex; gap: 10px; }
  .product-info .feat li .ck { color: var(--leaf); font-weight: 900; }
  .product-info .btn { width: 100%; }
  .qty-note { text-align: center; font-size: .85rem; color: var(--muted); margin-top: 10px; font-weight: 700; }

  /* ---------- Steps ---------- */
  .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .step { text-align: center; padding: 22px 18px; background: #fff; border-radius: 16px; box-shadow: var(--shadow-sm); }
  .step .num {
    width: 46px; height: 46px; border-radius: 50%; background: var(--forest); color: #fff;
    font-family: 'Baloo 2'; font-weight: 800; font-size: 1.3rem; display: grid; place-items: center; margin: 0 auto 12px;
  }
  .step h3 { color: var(--forest); font-size: 1.12rem; margin-bottom: 6px; }
  .step p { color: var(--muted); font-weight: 600; font-size: .92rem; line-height: 1.45; }

  /* ---------- Locations ---------- */
  .locations { background: var(--forest); color: #fff; }
  .locations .section-head h2, .locations .section-head p { color: #fff; }
  .locations .eyebrow { color: var(--sun); }
  .loc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .loc-card {
    background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius);
    overflow: hidden; display: grid; grid-template-columns: 42% 1fr; align-items: stretch;
  }
  .loc-photo { background-size: cover; background-position: center; min-height: 200px; }
  .loc-body { padding: 28px 26px; }
  .loc-card h3 { font-size: 1.45rem; color: var(--sun); display: flex; align-items: center; gap: 8px; }
  .loc-card h3 .ico { color: var(--sun); }
  .loc-card .addr { font-weight: 700; opacity: .9; margin: 8px 0 14px; font-size: .95rem; }
  .loc-card .sqft { display: inline-block; background: var(--leaf); color: #fff; font-weight: 800; padding: 5px 14px; border-radius: 30px; font-size: .82rem; }
  .loc-card .hours { margin-top: 14px; font-size: .9rem; opacity: .85; font-weight: 700; display: flex; align-items: center; gap: 7px; }

  /* ---------- Reviews ---------- */
  .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .review {
    background: #fff; border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm);
    display: flex; flex-direction: column;
  }
  .review .stars { margin-bottom: 12px; }
  .review p { font-weight: 600; color: var(--ink); flex: 1; font-size: 16px;font-family: 'Nunito';
  font-style: normal; line-height: 26px;}
  .review .who { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
  .review .av { width: 44px; height: 44px; border-radius: 50%; background: var(--leaf-soft); color: var(--forest); display: grid; place-items: center; font-family: 'Baloo 2'; font-weight: 800; }
  .review .who b { display: block; color: var(--forest); }
  .review .who span { font-size: .82rem; color: var(--muted); font-weight: 700; }
  .greview { text-align: center; margin-top: 36px; font-weight: 700; color: var(--muted); }
  .greview a { color: var(--green); text-decoration: underline; }
  .rating-summary {
    display: inline-flex; align-items: center; gap: 14px; margin-top: 22px;
    background: #fff; border: 1px solid rgba(31,77,46,.1); box-shadow: var(--shadow-sm);
    padding: 12px 22px; border-radius: 60px;
  }
  .rating-summary .rs-num { font-family: 'Baloo 2'; font-weight: 800; font-size: 2.2rem; color: var(--forest); line-height: 1; }
  .rating-summary > div { display: flex; flex-direction: column; align-items: flex-start; }
  .rating-summary .stars { font-size: 1.05rem; }
  .rating-summary .rs-count { font-size: .82rem; color: var(--muted); font-weight: 700; }

  /* ---------- FAQ ---------- */
  .faq-wrap { max-width: 760px; margin: 0 auto; }
  details {
    background: #fff; border-radius: 16px; padding: 4px 24px; margin-bottom: 14px; box-shadow: var(--shadow-sm);
    border-left: 5px solid var(--leaf);
  }
  summary {
    font-family: 'Baloo 2'; font-weight: 700; font-size: 1.15rem; color: var(--forest);
    cursor: pointer; padding: 18px 0; list-style: none; display: flex; justify-content: space-between; align-items: center;
  }
  summary::-webkit-details-marker { display: none; }
  summary::after { content: "+"; font-size: 1.6rem; color: var(--leaf); transition: transform .2s; }
  details[open] summary::after { transform: rotate(45deg); }
  details p { color: var(--muted); font-weight: 400; padding: 0 0 20px; font-family: 'Nunito';
    font-style: normal;}

  /* ---------- Final CTA ---------- */
  .final {
    background:
      radial-gradient(circle at 80% 20%, rgba(255,182,39,.25), transparent 45%),
      linear-gradient(135deg, var(--green), var(--forest));
    color: #fff; text-align: center; border-radius: 32px; padding: 64px 30px; margin: 60px auto;
    box-shadow: var(--shadow);
  }
  .final h2 { font-size: clamp(2rem, 5vw, 3.2rem); }
  .final p { font-size: 1.2rem; font-weight: 700; opacity: .95; margin: 14px 0 28px; font-family: 'Nunito'; font-style: normal;}
  .final .price-flash { font-family: 'Baloo 2'; font-weight: 800; font-size: 1.1rem; color: var(--sun); margin-top: 18px; }

  /* ---------- Footer ---------- */
  footer { background: #16321f; color: rgba(255,255,255,.75); padding: 40px 0; text-align: center; font-weight: 600; }
 .landing .footer-logo { height: 110px; width: auto; margin: 0 auto 16px; display: block; }
  footer .fineprint { font-size: .85rem; opacity: .7; margin-top: 10px; max-width: 640px; margin-left: auto; margin-right: auto; }

  /* sticky mobile bar */
  .mobile-bar {
    display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60;
    background: #fff; padding: 12px 16px; box-shadow: 0 -8px 24px rgba(0,0,0,.12);
    align-items: center; justify-content: space-between; gap: 12px;
  }
  .mobile-bar .mb-price b { font-family: 'Baloo 2'; font-size: 1.4rem; color: var(--ink); }
  .mobile-bar .mb-price s { color: #b33; font-size: .9rem; margin-left: 6px; }
  .mobile-bar .btn { padding: 13px 24px; }

  /* ---------- Responsive ---------- */
  @media (max-width: 900px) {
    .hero-grid { grid-template-columns: 1fr; gap: 36px; }
    .benefits, .reviews-grid { grid-template-columns: 1fr 1fr; }
    .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 150px 150px; }
    .g-big { grid-row: auto; grid-column: span 2; height: 200px; }
    .product { grid-template-columns: 1fr; }
    .loc-grid { grid-template-columns: 1fr; }
    header .btn { display: none; }
    .mobile-bar { display: flex; }
    body { padding-bottom: 76px; }
    section { padding: 56px 0; }
  }
  @media (max-width: 560px) {
    .benefits, .reviews-grid { grid-template-columns: 1fr; }
    .steps { gap: 10px; }
    .step { padding: 16px 8px; }
    .step p { display: none; }
    .loc-card { grid-template-columns: 1fr; }
    .loc-photo { min-height: 160px; }
    .bcard p { font-size: .9rem; }
  }/* End custom CSS */