/* Shared location page template styles. Generated from the Fairfax/Arlington imports and scoped to WordPress templates. */
.nnd-imported-location-page {
      --rose:     #E8167D;
      --rose-lt:  #ffdaf0;
      --rose-dk:  #CB007A;
      --sage:     #4A2236;
      --sage-lt:  #FCE7F3;
      --cream:    #FFF7FC;
      --ink:      #241019;
      --ink-60:   #6B7280;
      --white:    #FFFFFF;
      --gold:     #F59E0B;
      --shadow-sm: 0 2px 12px rgba(236,0,140,.08);
      --shadow-md: 0 8px 40px rgba(236,0,140,.14);
      --shadow-lg: 0 20px 60px rgba(236,0,140,.18);
      --serif:       'Poppins', sans-serif;
      --sans:        'Poppins', sans-serif;
      --r: 16px;
    }
.nnd-imported-location-page *, .nnd-imported-location-page *::before, .nnd-imported-location-page *::after { box-sizing: border-box; margin: 0; padding: 0; }
.nnd-imported-location-page { scroll-behavior: smooth; }
.nnd-imported-location-page {
      font-family: 'Poppins', sans-serif;
      background: var(--cream);
      color: var(--ink);
      line-height: 1.65;
      overflow-x: hidden;
    }
.nnd-imported-location-page nav {
      position: sticky; top: 0; z-index: 999;
      background: var(--white);
      border-bottom: 1px solid #F0E0EB;
      padding: 0 5vw;
      display: flex; align-items: center; justify-content: space-between;
      height: 68px;
      box-shadow: var(--shadow-sm);
    }
.nnd-imported-location-page .nav-logo {
      display: flex; align-items: center; gap: 10px;
      text-decoration: none;
    }
.nnd-imported-location-page .nav-logo-icon {
      width: 38px; height: 38px; border-radius: 50%;
      background: linear-gradient(135deg, var(--rose), var(--rose-dk));
      display: flex; align-items: center; justify-content: center;
    }
.nnd-imported-location-page .nav-logo-icon svg { width: 20px; height: 20px; fill: white; }
.nnd-imported-location-page .nav-logo-text { font-family: 'Poppins', sans-serif; font-size: 1.15rem; font-weight: 600; color: var(--ink); }
.nnd-imported-location-page .nav-logo-text span { color: var(--rose); }
.nnd-imported-location-page .nav-cta {
      display: flex; gap: 10px; align-items: center;
    }
.nnd-imported-location-page .btn-nav-call {
      display: flex; align-items: center; gap: 7px;
      text-decoration: none; color: var(--sage); font-weight: 600;
      font-size: .9rem; padding: 8px 14px; border-radius: 8px;
      border: 1.5px solid var(--sage); transition: all .2s;
    }
.nnd-imported-location-page .btn-nav-call:hover { background: var(--sage); color: white; }
.nnd-imported-location-page .btn-nav-book {
      background: var(--rose); color: white;
      border: none; padding: 10px 22px; border-radius: 8px;
      font-weight: 600; font-size: .9rem; cursor: pointer;
      transition: background .2s; white-space: nowrap;
    }
.nnd-imported-location-page .btn-nav-book:hover { background: var(--rose-dk); }
.nnd-imported-location-page .hero {
      position: relative; overflow: hidden;
      background: linear-gradient(140deg, #241019 0%, #4A2236 55%, #2F1322 100%);
      min-height: 88vh;
      display: flex; align-items: center;
      padding: 80px 5vw 60px;
    }
.nnd-imported-location-page .hero::before {
      content: '';
      position: absolute; inset: 0;
      background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }
.nnd-imported-location-page .hero::after {
      content: '';
      position: absolute; right: -80px; top: -80px;
      width: 650px; height: 650px; border-radius: 50%;
      background: radial-gradient(circle, rgba(232,22,125,.18) 0%, transparent 70%);
      pointer-events: none;
    }
.nnd-imported-location-page .hero-grid {
      position: relative; z-index: 2;
      display: grid; grid-template-columns: 1fr 1fr; gap: 60px;
      align-items: center; max-width: 1200px; margin: 0 auto; width: 100%;
    }
.nnd-imported-location-page .hero-eyebrow {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
      border-radius: 50px; padding: 6px 14px;
      font-size: .8rem; font-weight: 500; color: rgba(255,255,255,.8);
      letter-spacing: .05em; text-transform: uppercase;
      margin-bottom: 22px;
    }
.nnd-imported-location-page .hero-eyebrow span { color: var(--gold); }
.nnd-imported-location-page .hero h1 {
      font-family: 'Poppins', sans-serif;
      font-size: clamp(2.4rem, 4.5vw, 3.8rem);
      font-weight: 700; line-height: 1.1;
      color: white; margin-bottom: 22px;
    }
.nnd-imported-location-page .hero h1 em { font-style: italic; color: var(--gold); }
.nnd-imported-location-page .hero-desc {
      color: rgba(255,255,255,.75); font-size: 1.05rem;
      line-height: 1.7; margin-bottom: 36px; max-width: 520px;
    }
.nnd-imported-location-page .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.nnd-imported-location-page .btn-primary-hero {
      background: var(--rose);
      color: white; border: none;
      padding: 16px 32px; border-radius: 10px;
      font-weight: 600; font-size: 1rem;
      cursor: pointer; transition: all .25s;
      box-shadow: 0 8px 24px rgba(232,22,125,.35);
    }
.nnd-imported-location-page .btn-primary-hero:hover { background: var(--rose-dk); transform: translateY(-2px); }
.nnd-imported-location-page .btn-ghost-hero {
      background: transparent;
      color: white; border: 1.5px solid rgba(255,255,255,.4);
      padding: 16px 28px; border-radius: 10px;
      font-weight: 500; font-size: 1rem;
      cursor: pointer; transition: all .25s;
      text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
    }
.nnd-imported-location-page .btn-ghost-hero:hover { border-color: white; background: rgba(255,255,255,.1); }
.nnd-imported-location-page .hero-trust {
      display: flex; gap: 24px; margin-top: 42px;
      flex-wrap: wrap;
    }
.nnd-imported-location-page .trust-badge {
      display: flex; align-items: center; gap: 8px;
      color: rgba(255,255,255,.7); font-size: .85rem;
    }
.nnd-imported-location-page .trust-badge i { color: var(--gold); font-size: 1rem; }
.nnd-imported-location-page .hero-card {
      background: white; border-radius: 20px;
      padding: 36px 32px;
      box-shadow: var(--shadow-lg);
      position: relative;
    }
.nnd-imported-location-page .hero-card::before {
      content: '';
      position: absolute; top: -2px; left: 32px; right: 32px; height: 3px;
      background: linear-gradient(90deg, var(--rose), var(--gold));
      border-radius: 2px;
    }
.nnd-imported-location-page .hero-card h3 {
      font-family: 'Poppins', sans-serif;
      font-size: 1.35rem; font-weight: 600;
      color: var(--ink); margin-bottom: 6px;
    }
.nnd-imported-location-page .hero-card .subtitle { color: var(--ink-60); font-size: .9rem; margin-bottom: 24px; }
.nnd-imported-location-page .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.nnd-imported-location-page .form-field {
      display: flex; flex-direction: column; gap: 5px;
    }
.nnd-imported-location-page .form-field label { font-size: .8rem; font-weight: 600; color: var(--ink-60); text-transform: uppercase; letter-spacing: .04em; }
.nnd-imported-location-page .form-field input, .nnd-imported-location-page .form-field select, .nnd-imported-location-page .form-field textarea {
      border: 1.5px solid #F0E0EB; border-radius: 8px;
      padding: 11px 14px; font-family: 'Poppins', sans-serif;
      font-size: .9rem; color: var(--ink);
      transition: border-color .2s; background: var(--cream);
      outline: none; width: 100%;
    }
.nnd-imported-location-page .form-field input:focus, .nnd-imported-location-page .form-field select:focus, .nnd-imported-location-page .form-field textarea:focus {
      border-color: var(--rose);
    }
.nnd-imported-location-page .form-full { grid-column: 1 / -1; }
.nnd-imported-location-page .btn-form-submit {
      width: 100%; background: var(--rose); color: white;
      border: none; border-radius: 10px; padding: 15px;
      font-family: 'Poppins', sans-serif;
      font-size: 1rem; font-weight: 600; cursor: pointer;
      transition: all .25s; margin-top: 8px;
      box-shadow: 0 6px 18px rgba(232,22,125,.28);
    }
.nnd-imported-location-page .btn-form-submit:hover { background: var(--rose-dk); transform: translateY(-1px); }
.nnd-imported-location-page .form-note { font-size: .78rem; color: var(--ink-60); text-align: center; margin-top: 10px; }
.nnd-imported-location-page .stats-strip {
      background: var(--white);
      border-bottom: 1px solid #F0E0EB;
      padding: 32px 5vw;
    }
.nnd-imported-location-page .stats-inner {
      max-width: 1200px; margin: 0 auto;
      display: flex; justify-content: space-around; flex-wrap: wrap; gap: 24px;
    }
.nnd-imported-location-page .stat-item { text-align: center; }
.nnd-imported-location-page .stat-num {
      font-family: 'Poppins', sans-serif; font-size: 2.4rem;
      font-weight: 700; color: var(--rose); line-height: 1;
    }
.nnd-imported-location-page .stat-label { font-size: .85rem; color: var(--ink-60); font-weight: 500; margin-top: 4px; }
.nnd-imported-location-page section { padding: 80px 5vw; }
.nnd-imported-location-page .section-inner { max-width: 1200px; margin: 0 auto; }
.nnd-imported-location-page .section-label {
      font-size: .78rem; font-weight: 700; text-transform: uppercase;
      letter-spacing: .1em; color: var(--rose); margin-bottom: 10px;
    }
.nnd-imported-location-page .section-title {
      font-family: 'Poppins', sans-serif; font-size: clamp(1.9rem, 3vw, 2.7rem);
      font-weight: 600; color: var(--ink); line-height: 1.2; margin-bottom: 16px;
    }
.nnd-imported-location-page .section-desc { color: var(--ink-60); font-size: 1rem; line-height: 1.7; max-width: 640px; }
.nnd-imported-location-page .about-section { background: var(--cream); }
.nnd-imported-location-page .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.nnd-imported-location-page .about-visual {
      position: relative;
    }
.nnd-imported-location-page .about-photo-wrap {
      border-radius: 20px; overflow: hidden;
      aspect-ratio: 4/5;
      background: linear-gradient(135deg, var(--sage-lt), #FFD3EA);
      display: flex; align-items: center; justify-content: center;
      box-shadow: var(--shadow-md);
    }
.nnd-imported-location-page .about-photo-wrap svg { width: 60%; opacity: .25; }
.nnd-imported-location-page .about-photo-overlay {
      position: absolute; bottom: -20px; right: -20px;
      background: white; border-radius: 16px; padding: 20px 24px;
      box-shadow: var(--shadow-md);
      text-align: center;
    }
.nnd-imported-location-page .about-photo-overlay .big { font-family: 'Poppins', sans-serif; font-size: 2rem; font-weight: 700; color: var(--sage); }
.nnd-imported-location-page .about-photo-overlay .sm { font-size: .78rem; color: var(--ink-60); font-weight: 500; }
.nnd-imported-location-page .about-points { margin-top: 28px; display: flex; flex-direction: column; gap: 16px; }
.nnd-imported-location-page .about-point {
      display: flex; gap: 14px; align-items: flex-start;
    }
.nnd-imported-location-page .about-point-icon {
      width: 40px; height: 40px; border-radius: 10px; flex-shrink: 0;
      background: var(--sage-lt); display: flex; align-items: center; justify-content: center;
    }
.nnd-imported-location-page .about-point-icon i { color: var(--sage); font-size: 1rem; }
.nnd-imported-location-page .about-point h4 { font-size: .95rem; font-weight: 600; color: var(--ink); margin-bottom: 2px; }
.nnd-imported-location-page .about-point p { font-size: .87rem; color: var(--ink-60); line-height: 1.5; }
.nnd-imported-location-page .cta-group { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.nnd-imported-location-page .btn-solid {
      background: var(--rose); color: white; border: none;
      padding: 14px 28px; border-radius: 10px;
      font-weight: 600; font-size: .95rem; cursor: pointer;
      transition: all .2s; text-decoration: none; display: inline-block;
    }
.nnd-imported-location-page .btn-solid:hover { background: var(--rose-dk); }
.nnd-imported-location-page .btn-outline {
      background: transparent; color: var(--sage); border: 1.5px solid var(--sage);
      padding: 14px 28px; border-radius: 10px;
      font-weight: 600; font-size: .95rem; cursor: pointer;
      transition: all .2s; text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
    }
.nnd-imported-location-page .btn-outline:hover { background: var(--sage); color: white; }
.nnd-imported-location-page .services-section { background: var(--white); }
.nnd-imported-location-page .services-grid {
      display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
      gap: 20px; margin-top: 40px;
    }
.nnd-imported-location-page .service-card {
      background: var(--cream); border-radius: 14px;
      padding: 24px; border: 1.5px solid transparent;
      transition: all .25s; cursor: pointer;
      text-decoration: none; color: inherit;
      display: flex; gap: 16px; align-items: flex-start;
    }
.nnd-imported-location-page .service-card:hover {
      border-color: var(--rose); background: white;
      box-shadow: var(--shadow-md); transform: translateY(-3px);
    }
.nnd-imported-location-page .service-icon {
      width: 48px; height: 48px; border-radius: 12px; flex-shrink: 0;
      background: var(--rose-lt); display: flex; align-items: center; justify-content: center;
    }
.nnd-imported-location-page .service-icon i { color: var(--rose); font-size: 1.15rem; }
.nnd-imported-location-page .service-card.featured .service-icon { background: var(--sage-lt); }
.nnd-imported-location-page .service-card.featured .service-icon i { color: var(--sage); }
.nnd-imported-location-page .service-card h3 { font-size: .95rem; font-weight: 600; color: var(--ink); margin-bottom: 5px; }
.nnd-imported-location-page .service-card p { font-size: .83rem; color: var(--ink-60); line-height: 1.5; }
.nnd-imported-location-page .service-arrow {
      margin-top: auto; margin-left: auto;
      color: var(--rose); font-size: .8rem;
      opacity: 0; transition: opacity .2s;
    }
.nnd-imported-location-page .service-card:hover .service-arrow { opacity: 1; }
.nnd-imported-location-page .featured-badge {
      display: inline-block; background: var(--sage); color: white;
      font-size: .68rem; font-weight: 700; text-transform: uppercase;
      letter-spacing: .05em; padding: 2px 8px; border-radius: 4px;
      margin-bottom: 6px;
    }
.nnd-imported-location-page .process-section { background: linear-gradient(160deg, #241019 0%, #4A2236 100%); }
.nnd-imported-location-page .process-section .section-title { color: white; }
.nnd-imported-location-page .process-section .section-label { color: var(--gold); }
.nnd-imported-location-page .process-section .section-desc { color: rgba(255,255,255,.65); }
.nnd-imported-location-page .process-steps {
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;
      margin-top: 52px; position: relative;
    }
.nnd-imported-location-page .process-steps::before {
      content: '';
      position: absolute; top: 32px; left: 10%; right: 10%;
      height: 2px;
      background: linear-gradient(90deg, var(--rose), var(--gold), var(--rose));
      z-index: 0;
    }
.nnd-imported-location-page .process-step { text-align: center; position: relative; z-index: 1; }
.nnd-imported-location-page .step-circle {
      width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 16px;
      background: linear-gradient(135deg, var(--rose), var(--rose-dk));
      display: flex; align-items: center; justify-content: center;
      color: white; font-size: 1.3rem;
      box-shadow: 0 8px 24px rgba(232,22,125,.35);
      border: 3px solid rgba(255,255,255,.15);
    }
.nnd-imported-location-page .process-step h4 { color: white; font-weight: 600; font-size: .95rem; margin-bottom: 8px; }
.nnd-imported-location-page .process-step p { color: rgba(255,255,255,.6); font-size: .84rem; line-height: 1.5; }
.nnd-imported-location-page .why-section { background: var(--cream); }
.nnd-imported-location-page .why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-top: 10px; }
.nnd-imported-location-page .why-cards { display: flex; flex-direction: column; gap: 16px; }
.nnd-imported-location-page .why-card {
      background: white; border-radius: 14px; padding: 22px;
      display: flex; gap: 16px; align-items: flex-start;
      box-shadow: var(--shadow-sm); border-left: 3px solid var(--rose);
      transition: box-shadow .2s;
    }
.nnd-imported-location-page .why-card:hover { box-shadow: var(--shadow-md); }
.nnd-imported-location-page .why-card-icon {
      width: 44px; height: 44px; border-radius: 10px; flex-shrink: 0;
      background: var(--rose-lt); display: flex; align-items: center; justify-content: center;
    }
.nnd-imported-location-page .why-card-icon i { color: var(--rose); }
.nnd-imported-location-page .why-card h4 { font-weight: 600; font-size: .95rem; margin-bottom: 4px; }
.nnd-imported-location-page .why-card p { font-size: .85rem; color: var(--ink-60); line-height: 1.5; }
.nnd-imported-location-page .why-testimonials { display: flex; flex-direction: column; gap: 20px; }
.nnd-imported-location-page .testimonial-card {
      background: white; border-radius: 16px; padding: 28px;
      box-shadow: var(--shadow-sm); position: relative;
    }
.nnd-imported-location-page .testimonial-card::before {
      content: '"'; font-family: 'Poppins', sans-serif;
      font-size: 5rem; line-height: 1; color: var(--rose-lt);
      position: absolute; top: 8px; left: 24px;
    }
.nnd-imported-location-page .testimonial-text { color: var(--ink); font-size: .92rem; line-height: 1.65; margin-bottom: 16px; position: relative; z-index: 1; padding-top: 20px; }
.nnd-imported-location-page .testimonial-author { display: flex; gap: 12px; align-items: center; }
.nnd-imported-location-page .author-avatar {
      width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0;
      display: flex; align-items: center; justify-content: center;
      font-weight: 700; color: white; font-size: .9rem;
    }
.nnd-imported-location-page .author-name { font-weight: 600; font-size: .88rem; }
.nnd-imported-location-page .author-meta { font-size: .78rem; color: var(--ink-60); }
.nnd-imported-location-page .stars { color: var(--gold); font-size: .85rem; margin-bottom: 2px; }
.nnd-imported-location-page .local-section { background: var(--white); }
.nnd-imported-location-page .local-grid {
      display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
      gap: 12px; margin-top: 36px;
    }
.nnd-imported-location-page .local-item {
      background: var(--cream); border-radius: 10px;
      padding: 14px 18px;
      display: flex; align-items: center; justify-content: space-between;
      text-decoration: none; color: var(--ink);
      border: 1.5px solid transparent;
      transition: all .2s;
    }
.nnd-imported-location-page .local-item:hover { border-color: var(--rose); background: var(--rose-lt); }
.nnd-imported-location-page .local-item.active { border-color: var(--sage); background: var(--sage-lt); }
.nnd-imported-location-page .local-item span { font-size: .9rem; font-weight: 500; }
.nnd-imported-location-page .local-item i { color: var(--rose); font-size: .85rem; }
.nnd-imported-location-page .local-item.active i { color: var(--sage); }
.nnd-imported-location-page .cta-section {
      background: linear-gradient(135deg, var(--rose) 0%, var(--rose-dk) 100%);
      padding: 72px 5vw;
    }
.nnd-imported-location-page .cta-inner {
      max-width: 800px; margin: 0 auto; text-align: center;
    }
.nnd-imported-location-page .cta-inner h2 {
      font-family: 'Poppins', sans-serif; font-size: clamp(2rem, 3.5vw, 3rem);
      color: white; margin-bottom: 16px;
    }
.nnd-imported-location-page .cta-inner p { color: rgba(255,255,255,.8); font-size: 1.05rem; margin-bottom: 36px; }
.nnd-imported-location-page .cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.nnd-imported-location-page .btn-white {
      background: white; color: var(--rose);
      border: none; padding: 16px 32px; border-radius: 10px;
      font-weight: 700; font-size: 1rem; cursor: pointer;
      transition: all .25s; box-shadow: 0 8px 24px rgba(0,0,0,.15);
    }
.nnd-imported-location-page .btn-white:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(0,0,0,.2); }
.nnd-imported-location-page .btn-ghost-white {
      background: transparent; color: white;
      border: 2px solid rgba(255,255,255,.5); padding: 16px 28px; border-radius: 10px;
      font-weight: 600; font-size: 1rem; cursor: pointer;
      transition: all .25s; text-decoration: none;
      display: inline-flex; align-items: center; gap: 8px;
    }
.nnd-imported-location-page .btn-ghost-white:hover { border-color: white; background: rgba(255,255,255,.1); }
.nnd-imported-location-page .faq-section { background: var(--cream); }
.nnd-imported-location-page .faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; margin-top: 10px; }
.nnd-imported-location-page .faq-list { display: flex; flex-direction: column; gap: 12px; }
.nnd-imported-location-page .faq-item {
      background: white; border-radius: 12px;
      border: 1.5px solid #F0E0EB; overflow: hidden;
      transition: border-color .2s;
    }
.nnd-imported-location-page .faq-item.open { border-color: var(--rose); }
.nnd-imported-location-page .faq-question {
      padding: 18px 20px; display: flex; justify-content: space-between; align-items: center;
      cursor: pointer; font-weight: 600; font-size: .93rem;
      color: var(--ink); user-select: none;
    }
.nnd-imported-location-page .faq-question i { color: var(--rose); transition: transform .25s; flex-shrink: 0; }
.nnd-imported-location-page .faq-item.open .faq-question i { transform: rotate(180deg); }
.nnd-imported-location-page .faq-answer {
      padding: 0 20px; max-height: 0; overflow: hidden;
      transition: all .3s; color: var(--ink-60); font-size: .88rem; line-height: 1.65;
    }
.nnd-imported-location-page .faq-item.open .faq-answer { max-height: 300px; padding: 0 20px 18px; }
.nnd-imported-location-page .faq-map {
      border-radius: 16px; overflow: hidden;
      box-shadow: var(--shadow-md); aspect-ratio: 1;
    }
.nnd-imported-location-page .faq-map iframe { width: 100%; height: 100%; border: none; display: block; }
.nnd-imported-location-page footer {
      background: var(--ink); color: rgba(255,255,255,.7);
      padding: 60px 5vw 32px;
    }
.nnd-imported-location-page .footer-grid {
      max-width: 1200px; margin: 0 auto;
      display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px;
      padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.1);
    }
.nnd-imported-location-page .footer-brand .nav-logo { margin-bottom: 14px; }
.nnd-imported-location-page .footer-brand .nav-logo-text { color: white; }
.nnd-imported-location-page .footer-brand p { font-size: .87rem; line-height: 1.65; color: rgba(255,255,255,.55); }
.nnd-imported-location-page .footer-col h4 { color: white; font-size: .88rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 16px; }
.nnd-imported-location-page .footer-col a {
      display: block; color: rgba(255,255,255,.55); text-decoration: none;
      font-size: .87rem; margin-bottom: 9px; transition: color .2s;
    }
.nnd-imported-location-page .footer-col a:hover { color: var(--gold); }
.nnd-imported-location-page .footer-bottom {
      max-width: 1200px; margin: 24px auto 0;
      display: flex; justify-content: space-between; align-items: center;
      font-size: .8rem; color: rgba(255,255,255,.35); flex-wrap: wrap; gap: 10px;
    }
.nnd-imported-location-page .modal-overlay {
      display: none; position: fixed; inset: 0; z-index: 1000;
      background: rgba(36,16,25,.65); backdrop-filter: blur(4px);
      align-items: center; justify-content: center; padding: 20px;
    }
.nnd-imported-location-page .modal-overlay.active { display: flex; }
.nnd-imported-location-page .modal-box {
      background: white; border-radius: 20px; width: 100%; max-width: 540px;
      max-height: 90vh; overflow-y: auto;
      box-shadow: var(--shadow-lg);
      animation: nndLocationModalIn .3s ease;
    }
@keyframes nndLocationModalIn { from { opacity:0; transform: scale(.94); } to { opacity:1; transform: scale(1); } }
.nnd-imported-location-page .modal-head {
      background: linear-gradient(135deg, var(--rose), var(--rose-dk));
      padding: 24px 28px; border-radius: 20px 20px 0 0;
      display: flex; justify-content: space-between; align-items: center;
    }
.nnd-imported-location-page .modal-head h3 { color: white; font-family: 'Poppins', sans-serif; font-size: 1.25rem; }
.nnd-imported-location-page .modal-close { background: none; border: none; color: rgba(255,255,255,.7); font-size: 1.3rem; cursor: pointer; }
.nnd-imported-location-page .modal-close:hover { color: white; }
.nnd-imported-location-page .modal-body { padding: 28px; }
.nnd-imported-location-page .form-label-top { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--ink-60); margin-bottom: 8px; display: block; }
.nnd-imported-location-page .radio-group { display: flex; gap: 12px; margin-bottom: 18px; }
.nnd-imported-location-page .radio-btn {
      flex: 1; border: 1.5px solid #F0E0EB; border-radius: 8px;
      padding: 10px 14px; cursor: pointer; text-align: center;
      font-size: .87rem; font-weight: 500; color: var(--ink-60);
      transition: all .2s;
    }
.nnd-imported-location-page .radio-btn.selected { border-color: var(--rose); color: var(--rose); background: var(--rose-lt); }
.nnd-imported-location-page .radio-btn input { display: none; }
.nnd-imported-location-page .fade-up {
      opacity: 0; transform: translateY(28px);
      transition: opacity .6s ease, transform .6s ease;
    }
.nnd-imported-location-page .fade-up.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 900px) {
.nnd-imported-location-page .hero-grid { grid-template-columns: 1fr; gap: 40px; }
.nnd-imported-location-page .about-grid, .nnd-imported-location-page .why-grid, .nnd-imported-location-page .faq-grid { grid-template-columns: 1fr; gap: 40px; }
.nnd-imported-location-page .process-steps { grid-template-columns: 1fr 1fr; }
.nnd-imported-location-page .process-steps::before { display: none; }
.nnd-imported-location-page .footer-grid { grid-template-columns: 1fr 1fr; }
    }
@media (max-width: 600px) {
.nnd-imported-location-page nav { padding: 0 4vw; }
.nnd-imported-location-page .btn-nav-call { display: none; }
.nnd-imported-location-page .process-steps { grid-template-columns: 1fr; }
.nnd-imported-location-page .stats-inner { gap: 32px; }
.nnd-imported-location-page .footer-grid { grid-template-columns: 1fr; gap: 28px; }
.nnd-imported-location-page .form-row { grid-template-columns: 1fr; }
    }
.nnd-imported-location-page .about-photo-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nnd-imported-location-page .about-photo-overlay.left { right: auto; left: -20px; }
.nnd-imported-location-page .about-grid.reverse .about-visual { order: 2; }
.nnd-imported-location-page .about-grid.reverse .about-content { order: 1; }
@media (max-width: 900px) {
.nnd-imported-location-page .about-grid.reverse .about-visual, .nnd-imported-location-page .about-grid.reverse .about-content { order: 0; }
.nnd-imported-location-page .about-photo-overlay.left { left: 12px; }
    }

/* Alzheimer/Dementia Care palette parity */
.nnd-imported-location-page {
      --rose:     #E8167D;
      --rose-lt:  #ffdaf0;
      --rose-dk:  #CB007A;
      --sage:     #CB007A;
      --sage-lt:  #ffdaf0;
      --cream:    #f5eee8;
      --ink:      #000000;
      --ink-60:   #000000;
      --white:    #FFFFFF;
      --gold:     #f1df72;
      --border:   #ead7e2;
      --shadow-sm: 0 18px 45px rgba(32,32,32,0.08);
      --shadow-md: 0 18px 45px rgba(32,32,32,0.08);
      --shadow-lg: 0 28px 70px rgba(203,0,122,0.18);
      --serif:       'Poppins', sans-serif;
      --sans:        'Poppins', sans-serif;
      background: var(--white);
      color: var(--ink);
    }
.nnd-imported-location-page p,
.nnd-imported-location-page li,
.nnd-imported-location-page .hero-desc,
.nnd-imported-location-page .trust-badge,
.nnd-imported-location-page .section-desc,
.nnd-imported-location-page .form-note,
.nnd-imported-location-page .service-card p,
.nnd-imported-location-page .why-card p,
.nnd-imported-location-page .testimonial-text,
.nnd-imported-location-page .faq-answer,
.nnd-imported-location-page .author-meta {
      color: #000000;
    }
.nnd-imported-location-page h1,
.nnd-imported-location-page h2,
.nnd-imported-location-page h3,
.nnd-imported-location-page h4,
.nnd-imported-location-page h5,
.nnd-imported-location-page .hero-card h3,
.nnd-imported-location-page .service-card h3,
.nnd-imported-location-page .why-card h4,
.nnd-imported-location-page .faq-question {
      color: #000000;
    }
.nnd-imported-location-page .hero,
.nnd-imported-location-page .about-section,
.nnd-imported-location-page .process-section,
.nnd-imported-location-page .faq-section {
      background:
        radial-gradient(circle at 86% 12%, rgba(235,5,140,0.14), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #ffdaf0 54%, #f5eee8 100%);
      color: #000000;
    }
.nnd-imported-location-page .hero::before,
.nnd-imported-location-page .hero::after {
      content: none;
    }
.nnd-imported-location-page .hero h1,
.nnd-imported-location-page .hero h1 em,
.nnd-imported-location-page .hero-desc,
.nnd-imported-location-page .trust-badge,
.nnd-imported-location-page .process-section .section-title,
.nnd-imported-location-page .process-section .section-desc,
.nnd-imported-location-page .process-step h4,
.nnd-imported-location-page .process-step p {
      color: #000000;
    }
.nnd-imported-location-page .hero h1 em,
.nnd-imported-location-page .section-label,
.nnd-imported-location-page .process-section .section-label,
.nnd-imported-location-page .stat-num,
.nnd-imported-location-page .service-arrow,
.nnd-imported-location-page .faq-question i,
.nnd-imported-location-page .local-item i,
.nnd-imported-location-page .about-photo-overlay .big,
.nnd-imported-location-page .about-point-icon i,
.nnd-imported-location-page .service-icon i,
.nnd-imported-location-page .why-card-icon i {
      color: var(--rose-dk);
    }
.nnd-imported-location-page .hero-eyebrow,
.nnd-imported-location-page .about-point-icon,
.nnd-imported-location-page .service-icon,
.nnd-imported-location-page .service-card.featured .service-icon,
.nnd-imported-location-page .why-card-icon,
.nnd-imported-location-page .radio-btn.selected {
      background: var(--rose-lt);
      color: var(--rose-dk);
    }
.nnd-imported-location-page .hero-eyebrow {
      border-color: var(--border);
    }
.nnd-imported-location-page .hero-eyebrow span,
.nnd-imported-location-page .trust-badge i,
.nnd-imported-location-page .stars {
      color: var(--rose-dk);
    }
.nnd-imported-location-page .btn-primary-hero,
.nnd-imported-location-page .btn-solid,
.nnd-imported-location-page .btn-form-submit,
.nnd-imported-location-page .modal-head {
      background: var(--rose-dk);
      color: #ffffff;
    }
.nnd-imported-location-page .step-circle {
      background: #ffffff;
      border-color: var(--rose-dk);
      color: var(--rose-dk);
      box-shadow: var(--shadow-sm);
    }
.nnd-imported-location-page .btn-primary-hero:hover,
.nnd-imported-location-page .btn-solid:hover,
.nnd-imported-location-page .btn-form-submit:hover {
      background: #ffffff;
      color: #eb058c;
      border-color: #eb058c;
      border: 1px solid;
    }
.nnd-imported-location-page .btn-ghost-hero,
.nnd-imported-location-page .btn-outline {
      color: var(--rose-dk);
      border-color: var(--rose-dk);
    }
.nnd-imported-location-page .btn-ghost-hero:hover,
.nnd-imported-location-page .btn-outline:hover {
      background: var(--rose-dk);
      color: #ffffff;
      border-color: var(--rose-dk);
    }
.nnd-imported-location-page .hero-card,
.nnd-imported-location-page .service-card,
.nnd-imported-location-page .why-card,
.nnd-imported-location-page .testimonial-card,
.nnd-imported-location-page .faq-item,
.nnd-imported-location-page .local-item,
.nnd-imported-location-page .modal-box {
      background: #ffffff;
      border-color: var(--border);
      box-shadow: var(--shadow-sm);
    }
.nnd-imported-location-page .hero-card::before,
.nnd-imported-location-page .process-steps::before {
      background: var(--rose-dk);
    }
.nnd-imported-location-page .stats-strip,
.nnd-imported-location-page .services-section,
.nnd-imported-location-page .local-section {
      background: #ffffff;
      border-color: var(--border);
    }
.nnd-imported-location-page .service-card:hover,
.nnd-imported-location-page .faq-item.open,
.nnd-imported-location-page .local-item:hover,
.nnd-imported-location-page .local-item.active,
.nnd-imported-location-page .radio-btn.selected {
      border-color: var(--rose-dk);
    }
.nnd-imported-location-page .service-card.featured .service-icon i,
.nnd-imported-location-page .local-item.active i {
      color: var(--rose-dk);
    }
.nnd-imported-location-page .featured-badge,
.nnd-imported-location-page .cta-section {
      background: var(--rose-dk);
      color: #ffffff;
    }
.nnd-imported-location-page .cta-inner h2,
.nnd-imported-location-page .cta-inner p {
      color: #ffffff;
    }
.nnd-imported-location-page .btn-white {
      color: var(--rose-dk);
    }
.nnd-imported-location-page .about-photo-wrap {
      background: linear-gradient(135deg, var(--rose-lt), var(--cream));
    }

/* Contact Form 7 assessment form used inside the location-page hero card */
.nnd-imported-location-page .hero-card .wpcf7,
.nnd-imported-location-page .hero-card .wpcf7 form,
.nnd-imported-location-page .hero-card .nnd-cf7-assessment-form {
      width: 100%;
    }
.nnd-imported-location-page .hero-card .nnd-cf7-assessment-form {
      color: #000000;
    }
.nnd-imported-location-page .hero-card .nnd-cf7-assessment-form br {
      display: none;
    }
.nnd-imported-location-page .hero-card .nnd-cf7-assessment-form > p {
      margin: 0;
    }
.nnd-imported-location-page .hero-card .nnd-cf7-assessment-form h3 {
      color: #000000;
      font-family: 'Poppins', sans-serif;
      font-size: 1.4rem;
      line-height: 1.25;
      margin: 0 0 8px;
    }
.nnd-imported-location-page .hero-card .nnd-cf7-subtitle {
      color: #000000;
      font-size: 13.5px;
      line-height: 1.55;
      margin: 0 0 24px;
    }
.nnd-imported-location-page .hero-card .nnd-cf7-tabs {
      margin: 0 0 20px;
    }
.nnd-imported-location-page .hero-card .nnd-cf7-tabs .wpcf7-form-control-wrap,
.nnd-imported-location-page .hero-card .nnd-cf7-tabs .wpcf7-radio {
      display: block;
      width: 100%;
    }
.nnd-imported-location-page .hero-card .nnd-cf7-tabs .wpcf7-radio {
      display: grid;
      gap: 12px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
.nnd-imported-location-page .hero-card .nnd-cf7-tabs .wpcf7-list-item {
      display: block;
      margin: 0;
    }
.nnd-imported-location-page .hero-card .nnd-cf7-tabs label {
      align-items: center;
      background: #ffffff;
      border: 1.5px solid var(--border);
      border-radius: 8px;
      color: #000000;
      cursor: pointer;
      display: flex;
      font-size: 14px;
      font-weight: 500;
      height: 46px;
      justify-content: center;
      line-height: 1;
      padding: 0 14px;
      position: relative;
      text-align: center;
      text-transform: none;
      transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
      width: 100%;
    }
.nnd-imported-location-page .hero-card .nnd-cf7-tabs label:has(input:checked) {
      background: var(--rose-lt);
      border-color: var(--rose-dk);
      color: var(--rose-dk);
    }
.nnd-imported-location-page .hero-card .nnd-cf7-tabs input[type="radio"] {
      height: 1px;
      opacity: 0;
      position: absolute;
      width: 1px;
    }
.nnd-imported-location-page .hero-card .nnd-cf7-tabs .wpcf7-list-item-label {
      display: block;
      width: 100%;
    }
.nnd-imported-location-page .hero-card .nnd-cf7-row {
      display: grid;
      gap: 12px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      margin: 0;
      width: 100%;
    }
.nnd-imported-location-page .hero-card .nnd-cf7-row > p {
      display: contents;
      margin: 0;
    }
.nnd-imported-location-page .hero-card .nnd-cf7-row label,
.nnd-imported-location-page .hero-card .nnd-cf7-assessment-form > label,
.nnd-imported-location-page .hero-card .nnd-cf7-assessment-form > p > label {
      color: #000000;
      display: block;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.04em;
      line-height: 1.3;
      margin: 0 0 16px;
      text-transform: uppercase;
      width: 100%;
    }
.nnd-imported-location-page .hero-card .nnd-cf7-assessment-form .wpcf7-form-control-wrap {
      display: block;
      margin-top: 7px;
      width: 100%;
    }
.nnd-imported-location-page .hero-card .nnd-cf7-assessment-form input[type="text"],
.nnd-imported-location-page .hero-card .nnd-cf7-assessment-form input[type="tel"],
.nnd-imported-location-page .hero-card .nnd-cf7-assessment-form input[type="email"],
.nnd-imported-location-page .hero-card .nnd-cf7-assessment-form select,
.nnd-imported-location-page .hero-card .nnd-cf7-assessment-form textarea {
      appearance: auto;
      background: var(--cream);
      border: 1px solid var(--border);
      border-radius: 8px;
      box-shadow: none;
      box-sizing: border-box;
      color: #000000;
      display: block;
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      font-weight: 400;
      height: 48px;
      letter-spacing: 0;
      line-height: 1.4;
      margin: 0;
      outline: none;
      padding: 12px 14px;
      text-transform: none;
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
      width: 100%;
    }
.nnd-imported-location-page .hero-card .nnd-cf7-assessment-form textarea {
      height: auto;
      min-height: 82px;
      resize: vertical;
    }
.nnd-imported-location-page .hero-card .nnd-cf7-assessment-form input::placeholder,
.nnd-imported-location-page .hero-card .nnd-cf7-assessment-form textarea::placeholder {
      color: #8b93a1;
      opacity: 1;
    }
.nnd-imported-location-page .hero-card .nnd-cf7-assessment-form input:focus,
.nnd-imported-location-page .hero-card .nnd-cf7-assessment-form select:focus,
.nnd-imported-location-page .hero-card .nnd-cf7-assessment-form textarea:focus {
      border-color: var(--rose-dk);
      box-shadow: 0 0 0 3px rgba(203, 0, 122, 0.12);
    }
.nnd-imported-location-page .hero-card .nnd-cf7-assessment-form .wpcf7-submit {
      align-items: center;
      background: var(--rose-dk);
      border: 0;
      border-radius: 8px;
      box-shadow: 0 14px 28px rgba(203, 0, 122, 0.24);
      color: #ffffff;
      cursor: pointer;
      display: flex;
      font-family: 'Poppins', sans-serif;
      font-size: 15px;
      font-weight: 700;
      height: 56px;
      justify-content: center;
      line-height: 1;
      margin: 20px 0 0;
      padding: 0 22px;
      text-align: center;
      transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
      width: 100%;
    }
.nnd-imported-location-page .hero-card .nnd-cf7-assessment-form .wpcf7-submit:hover,
.nnd-imported-location-page .hero-card .nnd-cf7-assessment-form .wpcf7-submit:focus-visible {
      background: #ffffff;
      border: 1px solid #eb058c;
      color: #eb058c;
      box-shadow: 0 12px 28px rgba(203, 0, 122, 0.3);
      transform: translateY(-1px);
    }
.nnd-imported-location-page .hero-card .nnd-cf7-note {
      color: #000000;
      font-size: 12px;
      line-height: 1.55;
      margin: 14px auto 0;
      max-width: 360px;
      text-align: center;
    }
.nnd-imported-location-page .hero-card .nnd-cf7-assessment-form .wpcf7-spinner {
      display: block;
      margin: 10px auto 0;
    }
.nnd-imported-location-page .hero-card .nnd-cf7-assessment-form .wpcf7-not-valid {
      border-color: #c62828 !important;
    }
.nnd-imported-location-page .hero-card .nnd-cf7-assessment-form .wpcf7-not-valid-tip {
      color: #c62828;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0;
      margin-top: 5px;
      text-transform: none;
    }
.nnd-imported-location-page .hero-card .nnd-cf7-assessment-form .wpcf7-response-output {
      border: 1px solid var(--rose-dk);
      border-radius: 8px;
      color: #000000;
      font-size: 12px;
      line-height: 1.5;
      margin: 16px 0 0;
      padding: 10px 12px;
    }
@media (max-width: 520px) {
      .nnd-imported-location-page .hero-card .nnd-cf7-tabs .wpcf7-radio,
      .nnd-imported-location-page .hero-card .nnd-cf7-row {
        grid-template-columns: 1fr;
      }
    }

/* Arlington standalone HTML layout, scoped so the shared location-page palette and global header/footer remain in charge. */
.nnd-imported-location-page .nnd-html-location-layout {
      --pink: var(--rose);
      --pink-dark: var(--rose-dk);
      --pink-soft: #ffdaf0;
      --plum: #33172e;
      --plum-2: #4a2144;
      --body: #000;
      --line: var(--border, #ead7e2);
      --layout-cream: #f5eee8;
      --layout-radius: 22px;
      --layout-petal: 26px 26px 26px 6px;
      --layout-shadow: 0 18px 45px -18px rgba(51, 23, 46, .25);
      background: #ffffff;
      color: var(--body);
      font-family: var(--sans);
      font-size: 17px;
      line-height: 1.65;
    }
.nnd-imported-location-page .nnd-html-location-layout *,
.nnd-imported-location-page .nnd-html-location-layout *::before,
.nnd-imported-location-page .nnd-html-location-layout *::after {
      box-sizing: border-box;
    }
.nnd-imported-location-page .nnd-html-location-layout a {
      color: var(--pink);
      text-decoration: none;
    }
.nnd-imported-location-page .nnd-html-location-layout button,
.nnd-imported-location-page .nnd-html-location-layout input,
.nnd-imported-location-page .nnd-html-location-layout select,
.nnd-imported-location-page .nnd-html-location-layout textarea {
      font: inherit;
      letter-spacing: 0;
    }
.nnd-imported-location-page .nnd-html-location-layout button:focus-visible,
.nnd-imported-location-page .nnd-html-location-layout a:focus-visible,
.nnd-imported-location-page .nnd-html-location-layout input:focus-visible,
.nnd-imported-location-page .nnd-html-location-layout select:focus-visible,
.nnd-imported-location-page .nnd-html-location-layout textarea:focus-visible,
.nnd-imported-location-page .nnd-html-location-layout summary:focus-visible {
      border-radius: 4px;
      outline: 3px solid var(--pink);
      outline-offset: 2px;
    }
.nnd-imported-location-page .nnd-html-location-layout .wrap {
      margin: 0 auto;
      max-width: 1180px;
      padding: 0 24px;
    }
.nnd-imported-location-page .nnd-html-location-layout h1,
.nnd-imported-location-page .nnd-html-location-layout h2,
.nnd-imported-location-page .nnd-html-location-layout h3 {
      color: var(--ink);
      font-family: var(--serif);
      font-weight: 800;
      line-height: 1.15;
      margin: 0;
    }
.nnd-imported-location-page .nnd-html-location-layout p {
      margin: 0;
    }
.nnd-imported-location-page .nnd-html-location-layout .btn {
      align-items: center;
      border: 2px solid transparent;
      border-radius: 999px;
      cursor: pointer;
      display: inline-flex;
      font-family: var(--sans);
      font-size: 16px;
      font-weight: 800;
      gap: 8px;
      justify-content: center;
      line-height: 1.2;
      padding: 15px 28px;
      text-align: center;
      transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease, color .15s ease;
      white-space: normal;
    }
.nnd-imported-location-page .nnd-html-location-layout .btn-pink {
      background: var(--pink);
      box-shadow: 0 12px 24px -10px rgba(203, 0, 122, .55);
      color: #ffffff;
    }
.nnd-imported-location-page .nnd-html-location-layout .btn-pink:hover {
      background: #ffffff;
      border-color: #eb058c;
      color: #eb058c;
      transform: translateY(-2px);
    }
.nnd-imported-location-page .nnd-html-location-layout .btn-ghost {
      background: #ffffff;
      border-color: var(--line);
      color: var(--plum);
    }
.nnd-imported-location-page .nnd-html-location-layout .btn-ghost:hover {
      border-color: var(--pink);
      color: var(--pink);
    }
.nnd-imported-location-page .nnd-html-location-layout .btn-outline-light {
      background: transparent;
      border-color: rgba(255, 255, 255, .5);
      color: #ffffff;
    }
.nnd-imported-location-page .nnd-html-location-layout .btn-outline-light:hover {
      background: #ffffff;
      color: var(--plum);
    }
.nnd-imported-location-page .nnd-html-location-layout .hero {
      background:
        radial-gradient(circle at 86% 12%, rgba(235,5,140,0.14), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #ffdaf0 54%, #f5eee8 100%);
      border-bottom: 1px solid var(--line);
      display: block;
      min-height: 0;
      overflow: hidden;
      padding: 0;
      position: relative;
    }
.nnd-imported-location-page .nnd-html-location-layout .hero::before,
.nnd-imported-location-page .nnd-html-location-layout .hero::after {
      content: none;
    }
.nnd-imported-location-page .nnd-html-location-layout .hero .wrap {
      align-items: center;
      display: grid;
      gap: 56px;
      grid-template-columns: 1.05fr .95fr;
      padding-bottom: 80px;
      padding-top: 72px;
    }
.nnd-imported-location-page .nnd-html-location-layout .hero h1 {
      color: var(--ink);
      font-size: clamp(34px, 4.4vw, 50px);
      line-height: 1.06;
      margin: 16px 0 18px;
    }
.nnd-imported-location-page .nnd-html-location-layout .hero h1 em {
      color: var(--pink);
      display: inline-block;
      font-style: normal;
      position: relative;
      white-space: nowrap;
      z-index: 0;
    }
/* .nnd-imported-location-page .nnd-html-location-layout .hero h1 em::after {
      background: var(--pink-soft);
      border-radius: 6px;
      bottom: 4px;
      content: "";
      height: 10px;
      left: 0;
      position: absolute;
      right: 0;
      z-index: -1;
    } */
.nnd-imported-location-page .nnd-html-location-layout .hero .lede {
      color: var(--body);
      font-size: 19px;
      line-height: 1.7;
      max-width: 54ch;
    }
.nnd-imported-location-page .nnd-html-location-layout .hero-cta {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 30px;
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card {
      background: #ffffff;
      border: 1px solid var(--line);
      border-radius: 10px 10px 10px 26px;
      box-shadow: var(--layout-shadow);
      padding: 30px 28px 26px;
      position: relative;
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card::before {
      background: linear-gradient(90deg, var(--pink), #f2699f);
      border-radius: 10px 10px 0 0;
      content: "";
      height: 6px;
      inset: 0 0 auto;
      position: absolute;
      padding: 5px;
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card h2 {
      font-size: 24px;
      margin-bottom: 4px;
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card .sub {
      color: var(--body);
      font-size: 14.5px;
      margin-bottom: 18px;
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card .sub a {
      font-weight: 800;
    }
.nnd-imported-location-page .nnd-html-location-layout .field {
      margin-bottom: 13px;
    }
.nnd-imported-location-page .nnd-html-location-layout .field label {
      color: var(--plum);
      display: block;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .02em;
      margin-bottom: 5px;
      text-transform: none;
    }
.nnd-imported-location-page .nnd-html-location-layout .field input,
.nnd-imported-location-page .nnd-html-location-layout .field select,
.nnd-imported-location-page .nnd-html-location-layout .field textarea {
      background: var(--layout-cream);
      border: 1.5px solid var(--line);
      border-radius: 12px;
      color: var(--ink);
      display: block;
      font-size: 15.5px;
      height: auto;
      line-height: 1.45;
      outline: none;
      padding: 12px 14px;
      resize: vertical;
      width: 100%;
    }
.nnd-imported-location-page .nnd-html-location-layout .field input:focus,
.nnd-imported-location-page .nnd-html-location-layout .field select:focus,
.nnd-imported-location-page .nnd-html-location-layout .field textarea:focus {
      background: #ffffff;
      border-color: var(--pink);
    }
.nnd-imported-location-page .nnd-html-location-layout .field-row {
      display: grid;
      gap: 12px;
      grid-template-columns: 1fr 1fr;
    }
.nnd-imported-location-page .nnd-html-location-layout .consent {
      color: #8a7b90;
      font-size: 12px;
      line-height: 1.55;
      margin: 12px 0 14px;
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card .btn {
      width: 100%;
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7,
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 form,
.nnd-imported-location-page .nnd-html-location-layout .form-card .nnd-caring-consult-cf7 {
      width: 100%;
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 form {
      column-gap: 14px;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 br {
      display: none;
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 form > p,
.nnd-imported-location-page .nnd-html-location-layout .form-card .nnd-caring-consult-cf7 > p,
.nnd-imported-location-page .nnd-html-location-layout .form-card .nnd-flex-row,
.nnd-imported-location-page .nnd-html-location-layout .form-card .nnd-p {
      margin: 0;
      min-width: 0;
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 form > p {
      margin-bottom: 14px;
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 form > .nnd-caring-consult-cf7,
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 form > .wpcf7-response-output,
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 form > p:has(.wpcf7-radio),
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 form > p:has(select),
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 form > p:has(textarea),
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 form > p:has(.wpcf7-submit),
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 form > p:not(:has(.wpcf7-form-control-wrap)):not(:has(.wpcf7-submit)) {
      grid-column: 1 / -1;
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card .nnd-flex-row > p {
      display: grid !important;
      gap: 14px !important;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      margin: 0 !important;
      width: 100%;
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card .nnd-field {
      color: var(--plum);
      display: block;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .01em;
      line-height: 1.3;
      margin: 0 0 16px;
      text-transform: none;
      width: 100%;
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 form > p > label {
      color: var(--plum);
      display: block;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .01em;
      line-height: 1.3;
      margin: 0;
      min-width: 0;
      text-transform: none;
      width: 100%;
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card .nnd-field-half {
      min-width: 0;
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7-form-control-wrap {
      display: block;
      margin-top: 7px;
      width: 100%;
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7-radio {
      display: flex;
      flex-wrap: wrap;
      gap: 12px 18px;
      margin: 2px 0 4px;
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7-list-item {
      margin: 0;
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7-radio label {
      align-items: center;
      color: var(--ink);
      display: inline-flex;
      font-size: 15px;
      font-weight: 600;
      gap: 7px;
      letter-spacing: 0;
      line-height: 1.2;
      margin: 0;
      text-transform: none;
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7-radio input {
      accent-color: var(--pink);
      margin: 0;
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 input[type="text"],
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 input[type="tel"],
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 input[type="email"],
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 select,
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 textarea,
.nnd-imported-location-page .nnd-html-location-layout .form-card .nnd-field input[type="text"],
.nnd-imported-location-page .nnd-html-location-layout .form-card .nnd-field input[type="tel"],
.nnd-imported-location-page .nnd-html-location-layout .form-card .nnd-field input[type="email"],
.nnd-imported-location-page .nnd-html-location-layout .form-card .nnd-field select,
.nnd-imported-location-page .nnd-html-location-layout .form-card .nnd-field textarea {
      appearance: auto;
      background: #fffafe;
      border: 1.5px solid var(--line);
      border-radius: 12px;
      box-shadow: none;
      color: var(--ink);
      display: block;
      font-family: var(--sans);
      font-size: 15.5px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 1.45;
      margin: 0;
      outline: none;
      padding: 12px 14px;
      text-transform: none;
      transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
      width: 100%;
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 input[type="text"],
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 input[type="tel"],
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 input[type="email"],
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 select,
.nnd-imported-location-page .nnd-html-location-layout .form-card .nnd-field input[type="text"],
.nnd-imported-location-page .nnd-html-location-layout .form-card .nnd-field input[type="tel"],
.nnd-imported-location-page .nnd-html-location-layout .form-card .nnd-field input[type="email"],
.nnd-imported-location-page .nnd-html-location-layout .form-card .nnd-field select {
      height: 50px;
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 textarea,
.nnd-imported-location-page .nnd-html-location-layout .form-card .nnd-field textarea {
      min-height: 94px;
      resize: vertical;
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 input::placeholder,
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 textarea::placeholder,
.nnd-imported-location-page .nnd-html-location-layout .form-card .nnd-field input::placeholder,
.nnd-imported-location-page .nnd-html-location-layout .form-card .nnd-field textarea::placeholder {
      color: #9a9aa7;
      opacity: 1;
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 input[type="text"]:focus,
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 input[type="tel"]:focus,
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 input[type="email"]:focus,
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 select:focus,
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 textarea:focus,
.nnd-imported-location-page .nnd-html-location-layout .form-card .nnd-field input:focus,
.nnd-imported-location-page .nnd-html-location-layout .form-card .nnd-field select:focus,
.nnd-imported-location-page .nnd-html-location-layout .form-card .nnd-field textarea:focus {
      background: #ffffff;
      border-color: var(--pink);
      box-shadow: 0 0 0 3px rgba(203, 0, 122, .12);
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 form > p:not(:has(.wpcf7-form-control-wrap)):not(:has(.wpcf7-submit)) {
      color: #7f7386;
      font-size: 12.5px;
      line-height: 1.55;
      margin: 4px 0 0;
      text-align: center;
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7-submit {
      align-items: center;
      background: var(--pink-dark);
      border: 0;
      border-radius: 999px;
      box-shadow: 0 16px 30px rgba(203, 0, 122, .26);
      color: #ffffff;
      cursor: pointer;
      display: flex;
      font-family: var(--sans);
      font-size: 16px;
      font-weight: 800;
      height: 56px;
      justify-content: center;
      line-height: 1;
      margin: 8px 0 0;
      padding: 0 24px;
      text-align: center;
      transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease, border-color .2s ease, color .2s ease;
      width: 100%;
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7-submit:hover,
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7-submit:focus-visible {
      background: #ffffff;
      border: 1px solid #eb058c;
      color: #eb058c;
      box-shadow: 0 12px 28px rgba(203, 0, 122, .3);
      transform: translateY(-1px);
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7-spinner {
      display: block;
      margin: 10px auto 0;
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7-not-valid {
      border-color: #c62828 !important;
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7-not-valid-tip {
      color: #c62828;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0;
      margin-top: 5px;
      text-transform: none;
    }
.nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7-response-output {
      border: 1px solid var(--pink-dark);
      border-radius: 12px;
      color: var(--ink);
      font-size: 12px;
      line-height: 1.5;
      margin: 16px 0 0;
      padding: 10px 12px;
    }
.nnd-imported-location-page .form-card .wpcf7,
.nnd-imported-location-page .form-card .wpcf7 form {
      width: 100%;
    }
.nnd-imported-location-page .form-card .wpcf7 form {
      column-gap: 14px !important;
      display: grid !important;
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
.nnd-imported-location-page .form-card .wpcf7 br {
      display: none;
    }
.nnd-imported-location-page .form-card .wpcf7 form > p {
      margin: 0 0 14px !important;
      min-width: 0;
      width: 100% !important;
    }
.nnd-imported-location-page .form-card .wpcf7 form > .wpcf7-response-output,
.nnd-imported-location-page .form-card .wpcf7 form > p:has(.wpcf7-radio),
.nnd-imported-location-page .form-card .wpcf7 form > p:has(select),
.nnd-imported-location-page .form-card .wpcf7 form > p:has(textarea),
.nnd-imported-location-page .form-card .wpcf7 form > p:has(.wpcf7-submit),
.nnd-imported-location-page .form-card .wpcf7 form > p:not(:has(.wpcf7-form-control-wrap)):not(:has(.wpcf7-submit)) {
      grid-column: 1 / -1;
    }
.nnd-imported-location-page .form-card .wpcf7 form > p > label {
      color: var(--plum);
      display: block;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .01em;
      line-height: 1.3;
      margin: 0;
      min-width: 0;
      text-transform: none;
      width: 100%;
    }
.nnd-imported-location-page .form-card .wpcf7-form-control-wrap {
      display: block;
      margin-top: 7px;
      width: 100%;
    }
.nnd-imported-location-page .form-card .wpcf7-radio {
      display: flex;
      flex-wrap: wrap;
      gap: 12px 18px;
      margin: 2px 0 4px;
    }
.nnd-imported-location-page .form-card .wpcf7-list-item {
      margin: 0;
    }
.nnd-imported-location-page .form-card .wpcf7-radio label {
      align-items: center;
      color: var(--ink);
      display: inline-flex;
      font-size: 15px;
      font-weight: 700;
      gap: 7px;
      letter-spacing: 0;
      line-height: 1.2;
      margin: 0;
      text-transform: none;
    }
.nnd-imported-location-page .form-card .wpcf7-radio input {
      accent-color: var(--pink);
      margin: 0;
    }
.nnd-imported-location-page .form-card .wpcf7 input[type="text"],
.nnd-imported-location-page .form-card .wpcf7 input[type="tel"],
.nnd-imported-location-page .form-card .wpcf7 input[type="email"],
.nnd-imported-location-page .form-card .wpcf7 select,
.nnd-imported-location-page .form-card .wpcf7 textarea {
      appearance: auto;
      background: #fffafe;
      border: 1.5px solid var(--line);
      border-radius: 12px;
      box-shadow: none;
      box-sizing: border-box;
      color: var(--ink);
      display: block;
      font-family: var(--sans);
      font-size: 15.5px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 1.45;
      margin: 0;
      max-width: none;
      min-width: 0;
      outline: none;
      padding: 12px 14px;
      text-transform: none;
      transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
      width: 100% !important;
    }
.nnd-imported-location-page .form-card .wpcf7 input[type="text"],
.nnd-imported-location-page .form-card .wpcf7 input[type="tel"],
.nnd-imported-location-page .form-card .wpcf7 input[type="email"],
.nnd-imported-location-page .form-card .wpcf7 select {
      height: 50px;
    }
.nnd-imported-location-page .form-card .wpcf7 textarea {
      min-height: 94px;
      resize: vertical;
    }
.nnd-imported-location-page .form-card .wpcf7 input::placeholder,
.nnd-imported-location-page .form-card .wpcf7 textarea::placeholder {
      color: #9a9aa7;
      opacity: 1;
    }
.nnd-imported-location-page .form-card .wpcf7 input[type="text"]:focus,
.nnd-imported-location-page .form-card .wpcf7 input[type="tel"]:focus,
.nnd-imported-location-page .form-card .wpcf7 input[type="email"]:focus,
.nnd-imported-location-page .form-card .wpcf7 select:focus,
.nnd-imported-location-page .form-card .wpcf7 textarea:focus {
      background: #ffffff;
      border-color: var(--pink);
      box-shadow: 0 0 0 3px rgba(203, 0, 122, .12);
    }
.nnd-imported-location-page .form-card .wpcf7-submit {
      align-items: center;
      background: var(--pink-dark);
      border: 0;
      border-radius: 999px;
      box-shadow: 0 16px 30px rgba(203, 0, 122, .26);
      box-sizing: border-box;
      color: #ffffff;
      cursor: pointer;
      display: flex;
      font-family: var(--sans);
      font-size: 15.5px;
      font-weight: 800;
      height: 56px;
      justify-content: center;
      line-height: 1.15;
      margin: 8px 0 0;
      max-width: none;
      min-width: 0;
      overflow: visible;
      padding: 0 18px;
      text-align: center;
      text-overflow: clip;
      transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease, border-color .2s ease, color .2s ease;
      white-space: normal;
      width: 100% !important;
    }
.nnd-imported-location-page .form-card .wpcf7-submit:hover,
.nnd-imported-location-page .form-card .wpcf7-submit:focus-visible {
      background: #ffffff;
      border: 1px solid #eb058c;
      color: #eb058c;
      box-shadow: 0 12px 28px rgba(203, 0, 122, .3);
      transform: translateY(-1px);
    }
.nnd-imported-location-page .form-card .wpcf7-spinner {
      display: block;
      grid-column: 1 / -1;
      margin: 10px auto 0;
    }
.nnd-imported-location-page .form-card .wpcf7-not-valid {
      border-color: #c62828 !important;
    }
.nnd-imported-location-page .form-card .wpcf7-not-valid-tip {
      color: #c62828;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0;
      margin-top: 5px;
      text-transform: none;
    }
.nnd-imported-location-page .form-card .wpcf7 form > p:not(:has(.wpcf7-form-control-wrap)):not(:has(.wpcf7-submit)) {
      color: #7f7386;
      font-size: 12.5px;
      line-height: 1.55;
      margin: 4px 0 0 !important;
      text-align: center;
    }
.nnd-imported-location-page .form-card .wpcf7 form > fieldset.hidden-fields-container,
.nnd-imported-location-page .form-card .wpcf7 form > .nnd-cf7-assessment-form {
      grid-column: 1 / -1;
    }
.nnd-imported-location-page .form-card .wpcf7 form:has(.nnd-cf7-assessment-form) {
      display: block !important;
      grid-template-columns: none !important;
    }
.nnd-imported-location-page .form-card .wpcf7 form:has(.nnd-cf7-assessment-form) > fieldset.hidden-fields-container {
      display: none;
    }
.nnd-imported-location-page .form-card .nnd-cf7-assessment-form {
      display: block !important;
      max-width: none !important;
      min-width: 0;
      width: 100% !important;
    }
.nnd-imported-location-page .form-card .nnd-cf7-tabs p,
.nnd-imported-location-page .form-card .nnd-cf7-row > p,
.nnd-imported-location-page .form-card .nnd-cf7-assessment-form > p {
      margin: 0 0 14px !important;
    }
.nnd-imported-location-page .form-card .nnd-cf7-row > p {
      display: grid !important;
      gap: 14px !important;
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      width: 100% !important;
    }
.nnd-imported-location-page .form-card .nnd-cf7-row label,
.nnd-imported-location-page .form-card .nnd-cf7-assessment-form > label,
.nnd-imported-location-page .form-card .nnd-cf7-assessment-form > p > label {
      color: var(--plum);
      display: block;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .01em;
      line-height: 1.3;
      margin: 0;
      min-width: 0;
      text-transform: none;
      width: 100%;
    }
.nnd-imported-location-page .form-card .nnd-cf7-assessment-form > label {
      margin: 0 0 14px;
    }
.nnd-imported-location-page .form-card .nnd-cf7-assessment-form .wpcf7-form-control-wrap {
      display: block;
      margin-top: 7px;
      width: 100%;
    }
.nnd-imported-location-page .form-card .nnd-cf7-assessment-form > p:has(select) {
      display: block;
    }
.nnd-imported-location-page .form-card .nnd-cf7-assessment-form > p:has(select) .wpcf7-submit {
      margin-top: 14px;
    }
.nnd-imported-location-page .form-card .nnd-cf7-note {
      color: #7f7386;
      font-size: 12.5px;
      line-height: 1.55;
      margin: 14px 0 0 !important;
      text-align: center;
    }
.nnd-imported-location-page .form-card .wpcf7-response-output {
      border: 1px solid var(--pink-dark);
      border-radius: 12px;
      color: var(--ink);
      font-size: 12px;
      grid-column: 1 / -1;
      line-height: 1.5;
      margin: 16px 0 0;
      padding: 10px 12px;
    }
.nnd-imported-location-page .nnd-html-location-layout section.block {
      padding: 50px 0;
    }
.nnd-imported-location-page .nnd-html-location-layout .sec-head {
      margin-bottom: 44px;
      max-width: 720px;
    }
.nnd-imported-location-page .nnd-html-location-layout .sec-head h2 {
      font-size: clamp(28px, 3.2vw, 40px);
      margin: 14px 0;
    }
.nnd-imported-location-page .nnd-html-location-layout .sec-head p {
      color: var(--body);
    }
.nnd-imported-location-page .nnd-html-location-layout .sec-head.center {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }
.nnd-imported-location-page .nnd-html-location-layout .why {
      background: #ffffff;
    }
.nnd-imported-location-page .nnd-html-location-layout .why .wrap {
      align-items: stretch;
      display: grid;
      gap: 64px;
      grid-template-columns: 1fr 1fr;
    }
.nnd-imported-location-page .nnd-html-location-layout .why figure {
      display: flex;
      flex-direction: column;
      margin: 0;
      position: relative;
    }
.nnd-imported-location-page .nnd-html-location-layout .scene {
      border: 1px solid var(--line);
      border-radius: var(--layout-petal);
      box-shadow: var(--layout-shadow);
      overflow: hidden;
    }
.nnd-imported-location-page .nnd-html-location-layout .why figure .scene {
      flex: 1;
      min-height: 380px;
    }
.nnd-imported-location-page .nnd-html-location-layout .scene svg {
      display: block;
      height: 100%;
      width: 100%;
    }
.nnd-imported-location-page .nnd-html-location-layout .why figure figcaption {
      align-items: center;
      color: var(--plum);
      display: flex;
      font-size: 14px;
      font-weight: 700;
      gap: 8px;
      margin-top: 12px;
    }
.nnd-imported-location-page .nnd-html-location-layout .why figure figcaption::before {
      color: var(--pink);
      content: "\f1bb";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
    }
.nnd-imported-location-page .nnd-html-location-layout .why-copy h2,
.nnd-imported-location-page .nnd-html-location-layout .local h2 {
      font-size: clamp(28px, 3.2vw, 38px);
      margin: 0 0 18px;
    }
.nnd-imported-location-page .nnd-html-location-layout .why-copy p,
.nnd-imported-location-page .nnd-html-location-layout .local p {
      margin-bottom: 16px;
    }
.nnd-imported-location-page .nnd-html-location-layout .why-stats {
      display: grid;
      gap: 14px;
      grid-template-columns: repeat(3, 1fr);
      margin: 26px 0;
    }
.nnd-imported-location-page .nnd-html-location-layout .stat-box {
      background: var(--layout-cream);
      border: 1px solid var(--line);
      border-radius: 16px;
      line-height: 1.25;
      padding: 20px 16px;
      text-align: center;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
.nnd-imported-location-page .nnd-html-location-layout .stat-box:hover {
      border-color: #f4c4dd;
      box-shadow: var(--layout-shadow);
      transform: translateY(-3px);
    }
.nnd-imported-location-page .nnd-html-location-layout .stat-box .n {
      color: var(--pink);
      font-family: var(--serif);
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 6px;
    }
.nnd-imported-location-page .nnd-html-location-layout .stat-box .l {
      color: var(--plum);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .04em;
      text-transform: uppercase;
    }
.nnd-imported-location-page .nnd-html-location-layout .services {
      background: linear-gradient(180deg, var(--layout-cream), #ffffff);
      border-bottom: 1px solid var(--line);
      border-top: 1px solid var(--line);
    }
.nnd-imported-location-page .nnd-html-location-layout .svc-grid {
      display: grid;
      gap: 18px;
      grid-template-columns: repeat(3, 1fr);
    }
.nnd-imported-location-page .nnd-html-location-layout .svc {
      background: #ffffff;
      border: 1px solid var(--line);
      border-radius: var(--layout-radius);
      color: inherit;
      display: block;
      min-height: 154px;
      padding: 24px 22px;
      position: relative;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
.nnd-imported-location-page .nnd-html-location-layout .svc:hover {
      border-color: #f4c4dd;
      box-shadow: var(--layout-shadow);
      transform: translateY(-4px);
      background: var(--pink);
    }
.nnd-imported-location-page .nnd-html-location-layout .svc .ico {
      align-items: center;
      background: var(--pink-soft);
      border-radius: 13px;
      color: var(--pink);
      display: flex;
      height: 44px;
      justify-content: center;
      margin-bottom: 14px;
      width: 44px;
    }
.nnd-imported-location-page .nnd-html-location-layout .svc .ico .fa-house-heart::before,
.nnd-imported-location-page .service-card .service-icon .fa-house-heart::before {
      content: "\f015";
      font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
      font-weight: 900;
    }
/* .nnd-imported-location-page .nnd-html-location-layout .svc.featured {
      background: var(--plum);
      border-color: var(--plum);
    } */
/* .nnd-imported-location-page .nnd-html-location-layout .svc.featured .ico {
      background: rgba(255, 255, 255, .12);
      color: #ffffff;
    } */
.nnd-imported-location-page .nnd-html-location-layout .svc h3 {
      color: var(--ink);
      font-family: var(--serif);
      font-size: 18.5px;
      margin-bottom: 6px;
    }
.nnd-imported-location-page .nnd-html-location-layout .svc p {
      color: #000;
      font-size: 14.5px;
      line-height: 1.55;
    }
.nnd-imported-location-page .nnd-html-location-layout .svc:hover h3 {
      color: #ffffff;
    }
.nnd-imported-location-page .nnd-html-location-layout .svc:hover p {
      color: #fff;
    }
.nnd-imported-location-page .nnd-html-location-layout .svc-cta {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      justify-content: center;
      margin-top: 40px;
    }
.nnd-imported-location-page .nnd-html-location-layout .expert {
      background: #ffffff;
    }
.nnd-imported-location-page .nnd-html-location-layout .expert-intro {
      display: grid;
      gap: 48px;
      grid-template-columns: 1.1fr .9fr;
      margin-bottom: 44px;
    }
.nnd-imported-location-page .nnd-html-location-layout .expert-intro .lede-wide {
      color: var(--body);
      max-width: none;
      text-align: left;
    }
.nnd-imported-location-page .nnd-html-location-layout .expert-intro figure {
      margin: 0;
    }
.nnd-imported-location-page .nnd-html-location-layout .expert-grid {
      display: grid;
      gap: 22px;
      grid-template-columns: repeat(3, 1fr);
    }
.nnd-imported-location-page .nnd-html-location-layout .exp-card {
      background: var(--layout-cream);
      border: 1px solid var(--line);
      border-radius: var(--layout-petal);
      display: flex;
      flex-direction: column;
      gap: 12px;
      padding: 34px 28px;
    }
.nnd-imported-location-page .nnd-html-location-layout .exp-card h3 {
      font-size: 22px;
    }
.nnd-imported-location-page .nnd-html-location-layout .exp-card p {
      color: var(--body);
      font-size: 15px;
      line-height: 1.55;
    }
.nnd-imported-location-page .nnd-html-location-layout .phone-band {
      align-items: center;
      background: var(--pink);
      border-radius: var(--layout-petal);
      display: flex;
      flex-wrap: wrap;
      gap: 28px;
      justify-content: space-between;
      margin-top: 52px;
      overflow: hidden;
      padding: 44px 48px;
      position: relative;
    }
.nnd-imported-location-page .nnd-html-location-layout .phone-band::after {
      background: rgba(203, 0, 122, .35);
      border-radius: 50%;
      content: "";
      filter: blur(10px);
      height: 220px;
      position: absolute;
      right: -60px;
      top: -60px;
      width: 220px;
    }
.nnd-imported-location-page .nnd-html-location-layout .phone-band h3,
.nnd-imported-location-page .nnd-html-location-layout .phone-band .num {
      position: relative;
      z-index: 1;
    }
.nnd-imported-location-page .nnd-html-location-layout .phone-band h3 {
      color: #ffffff;
      font-size: clamp(22px, 2.6vw, 30px);
      max-width: 22ch;
    }
.nnd-imported-location-page .nnd-html-location-layout .local {
      background: var(--layout-cream);
      border-bottom: 1px solid var(--line);
      border-top: 1px solid var(--line);
    }
.nnd-imported-location-page .nnd-html-location-layout .local .wrap {
      align-items: center;
      display: grid;
      gap: 64px;
      grid-template-columns: 1fr 1fr;
    }
.nnd-imported-location-page .nnd-html-location-layout .poi {
      display: grid;
      gap: 10px;
      list-style: none;
      margin: 18px 0 8px;
      padding: 0;
    }
.nnd-imported-location-page .nnd-html-location-layout .poi li {
      align-items: flex-start;
      display: flex;
      font-size: 15.5px;
      gap: 10px;
    }
.nnd-imported-location-page .nnd-html-location-layout .poi-icon {
      color: var(--pink);
      width: 20px;
    }
.nnd-imported-location-page .nnd-html-location-layout .poi b {
      color: var(--ink);
    }
.nnd-imported-location-page .nnd-html-location-layout .map-frame {
      background: #ffffff;
      border: 1px solid var(--line);
      border-radius: var(--layout-petal);
      box-shadow: var(--layout-shadow);
      margin: 0;
      overflow: hidden;
    }
.nnd-imported-location-page .nnd-html-location-layout .map-frame iframe {
      border: 0;
      display: block;
      height: 500px;
      width: 100%;
    }
.nnd-imported-location-page .nnd-html-location-layout .map-frame figcaption {
      align-items: center;
      color: var(--pink);
      display: flex;
      font-size: 14px;
      font-weight: 700;
      gap: 8px;
      padding: 14px 20px;
    }
.nnd-imported-location-page .nnd-html-location-layout .map-frame figcaption::before {
      color: var(--pink);
      content: "\f3c5";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
    }
.nnd-imported-location-page .nnd-html-location-layout .areas {
      background: #ffffff;
    }
.nnd-imported-location-page .nnd-html-location-layout .areas .chips {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
      margin: 0 auto;
    }
.nnd-imported-location-page .nnd-html-location-layout .areas .chips a {
      background: #ffffff;
      border: 1.5px solid var(--line);
      border-radius: 999px;
      color: var(--plum);
      font-size: 15px;
      font-weight: 700;
      padding: 10px 25px;
      transition: all .15s ease;
    }
.nnd-imported-location-page .nnd-html-location-layout .areas .chips a:hover {
      border-color: var(--pink);
      color: var(--pink);
      transform: translateY(-2px);
    }
.nnd-imported-location-page .nnd-html-location-layout .areas .chips a.current {
      background: var(--pink);
      border-color: var(--pink);
      color: #ffffff;
    }
.nnd-imported-location-page .nnd-html-location-layout .steps {
      background: linear-gradient(180deg, #ffffff, var(--layout-cream));
    }
.nnd-imported-location-page .nnd-html-location-layout .steps-grid {
      counter-reset: step;
      display: grid;
      gap: 22px;
      grid-template-columns: repeat(3, 1fr);
    }
.nnd-imported-location-page .nnd-html-location-layout .step {
      background: #ffffff;
      /* border: 3px solid #ecd2e3; */
      border-radius: var(--layout-radius);
      box-shadow: 0 16px 34px -16px rgba(51, 23, 46, .28);
      /* padding: 34px 28px; */
      position: relative;
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #d3d3d3 !important;
    }
    .nnd-imported-location-page .nnd-html-location-layout .step .step-content{
      padding: 34px 28px;
    }

.nnd-imported-location-page .nnd-html-location-layout .step h3 {
      font-size: 20px;
      margin-bottom: 8px;
      position: relative;
    }
.nnd-imported-location-page .nnd-html-location-layout .step p {
      color: var(--body);
      font-size: 15px;
      position: relative;
    }
.nnd-imported-location-page .nnd-html-location-layout .faq-list {
      display: grid;
      gap: 14px;
      margin: 0 auto;
      max-width: 820px;
    }
.nnd-imported-location-page .nnd-html-location-layout .faq-list details {
      background: #ffffff;
      border: 1px solid var(--line);
      border-radius: 16px;
      overflow: hidden;
    }
.nnd-imported-location-page .nnd-html-location-layout .faq-list details[open] {
      border-color: #f4c4dd;
      box-shadow: var(--layout-shadow);
    }
.nnd-imported-location-page .nnd-html-location-layout .faq-list summary {
      align-items: center;
      color: var(--ink);
      cursor: pointer;
      display: flex;
      font-size: 16.5px;
      font-weight: 800;
      gap: 16px;
      justify-content: space-between;
      list-style: none;
      padding: 20px 24px;
    }
.nnd-imported-location-page .nnd-html-location-layout .faq-list summary::-webkit-details-marker {
      display: none;
    }
.nnd-imported-location-page .nnd-html-location-layout .faq-list summary .plus {
      align-items: center;
      background: var(--pink-soft);
      border-radius: 50%;
      color: var(--pink);
      display: flex;
      flex: none;
      font-size: 18px;
      font-weight: 800;
      height: 30px;
      justify-content: center;
      transition: transform .2s ease, background-color .2s ease, color .2s ease;
      width: 30px;
    }
.nnd-imported-location-page .nnd-html-location-layout .faq-list details[open] .plus {
      background: var(--pink);
      color: #ffffff;
      transform: rotate(45deg);
    }
.nnd-imported-location-page .nnd-html-location-layout .faq-list .ans {
      color: var(--body);
      font-size: 15.5px;
      line-height: 1.65;
      padding: 0 24px 22px;
    }
.nnd-imported-location-page .nnd-html-location-layout .final {
      background: #ffffff;
      padding: 0 24px 96px;
    }
.nnd-imported-location-page .nnd-html-location-layout .final-inner {
      background:
        radial-gradient(600px 300px at 90% 0%, rgba(255, 255, 255, .14), transparent 60%),
        linear-gradient(120deg, var(--pink), var(--pink-dark));
      border-radius: 32px;
      color: #ffffff;
      margin: 0 auto;
      max-width: 1180px;
      padding: 64px 56px;
      text-align: center;
    }
.nnd-imported-location-page .nnd-html-location-layout .final-inner h2 {
      color: #ffffff;
      font-size: clamp(28px, 3.4vw, 42px);
      margin: 0 auto 20px;
      max-width: 24ch;
    }
.nnd-imported-location-page .nnd-html-location-layout .final-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      justify-content: center;
    }
.nnd-imported-location-page .nnd-html-location-layout .final-inner .btn-white {
      background: #ffffff;
      color: var(--pink-dark);
    }
.nnd-imported-location-page .nnd-html-location-layout .final-inner .btn-white:hover {
      transform: translateY(-2px);
    }
.nnd-imported-location-page .nnd-html-location-layout .reveal {
      opacity: 1;
      transform: none;
    }
    .nnd-imported-location-page .nnd-html-location-layout .reveal .steps-number{
          background: var(--pink);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
    font-size: 23px;
    color: #fff;
    font-weight: 800;
    }
@media (max-width: 960px) {
      .nnd-imported-location-page .nnd-html-location-layout .hero .wrap,
      .nnd-imported-location-page .nnd-html-location-layout .why .wrap,
      .nnd-imported-location-page .nnd-html-location-layout .expert-intro,
      .nnd-imported-location-page .nnd-html-location-layout .local .wrap {
        grid-template-columns: 1fr;
      }
      .nnd-imported-location-page .nnd-html-location-layout .hero .wrap {
        gap: 40px;
        padding-bottom: 56px;
        padding-top: 48px;
      }
      .nnd-imported-location-page .nnd-html-location-layout .svc-grid {
        grid-template-columns: 1fr 1fr;
      }
      .nnd-imported-location-page .nnd-html-location-layout .expert-grid,
      .nnd-imported-location-page .nnd-html-location-layout .steps-grid {
        grid-template-columns: 1fr;
      }
    }
@media (max-width: 620px) {
      .nnd-imported-location-page .nnd-html-location-layout {
        font-size: 16px;
      }
      .nnd-imported-location-page .nnd-html-location-layout .wrap {
        padding: 0 18px;
      }
      .nnd-imported-location-page .nnd-html-location-layout .field-row,
      .nnd-imported-location-page .form-card .wpcf7 form,
      .nnd-imported-location-page .form-card .nnd-cf7-row > p,
      .nnd-imported-location-page .nnd-html-location-layout .form-card .wpcf7 form,
      .nnd-imported-location-page .nnd-html-location-layout .form-card .nnd-flex-row > p,
      .nnd-imported-location-page .nnd-html-location-layout .svc-grid,
      .nnd-imported-location-page .nnd-html-location-layout .why-stats {
        grid-template-columns: 1fr;
      }
      .nnd-imported-location-page .nnd-html-location-layout section.block {
        padding: 30px 0;
      }
      .nnd-imported-location-page .nnd-html-location-layout .hero h1 {
        max-width: none;
      }
      .nnd-imported-location-page .nnd-html-location-layout .hero h1 em {
        white-space: normal;
      }
      .nnd-imported-location-page .nnd-html-location-layout .phone-band,
      .nnd-imported-location-page .nnd-html-location-layout .final-inner {
        padding: 36px 24px;
      }
      .nnd-imported-location-page .nnd-html-location-layout .map-frame iframe {
        height: 300px;
      }
    }
