/*
Theme Name: Boost Local Business
Theme URI: https://boostlocalbusiness.ca/
Author: Social Master
Description: WordPress theme converted from the Boost Local Business static website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: boost-local-business
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
/* ==========================================================
   Boost Local Business - Premium Blog Typography
========================================================== */

.blb-post-content {
    font-size: 18px;
    line-height: 1.9;
    color: #334155;
    word-wrap: break-word;
}

/* ----------------------------------------------------------
   Paragraphs
---------------------------------------------------------- */

.blb-post-content p {
    margin-bottom: 1.75rem;
}

.blb-post-content > p:first-of-type {
    font-size: 1.25rem;
    line-height: 1.9;
    color: #475569;
}

/* ----------------------------------------------------------
   Headings
---------------------------------------------------------- */

.blb-post-content h1,
.blb-post-content h2,
.blb-post-content h3,
.blb-post-content h4,
.blb-post-content h5,
.blb-post-content h6 {
    color: #007E77;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.blb-post-content h2,
.blb-post-content h2.wp-block-heading {
    margin-top: 4rem;
    margin-bottom: 1.25rem;
    font-size: clamp(2rem, 3vw, 3rem);
}

.blb-post-content h3,
.blb-post-content h3.wp-block-heading {
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-size: clamp(1.5rem, 2vw, 2.1rem);
}

.blb-post-content h4 {
    margin-top: 2.5rem;
    margin-bottom: .75rem;
    font-size: 1.5rem;
}

.blb-post-content h5 {
    margin-top: 2rem;
    margin-bottom: .5rem;
    font-size: 1.25rem;
}

.blb-post-content h6 {
    margin-top: 1.75rem;
    margin-bottom: .5rem;
    font-size: 1.125rem;
}

/* ----------------------------------------------------------
   Links
---------------------------------------------------------- */

.blb-post-content a {
    color: #007E77;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid rgba(0,126,119,.18);
    transition: all .25s ease;
}

.blb-post-content a:hover {
    color: #005f5a;
    border-bottom-color: #007E77;
}

.blb-post-content a:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(0,126,119,.12);
    border-radius: 3px;
}

/* ----------------------------------------------------------
   Strong
---------------------------------------------------------- */

.blb-post-content strong {
    color: #0f172a;
    font-weight: 800;
}

/* ----------------------------------------------------------
   Lists
---------------------------------------------------------- */

.blb-post-content ul,
.blb-post-content ol {
    margin: 1.75rem 0 2rem;
    padding-left: 1.75rem;
}

.blb-post-content li {
    margin-bottom: .75rem;
    line-height: 1.8;
}

.blb-post-content ul li::marker {
    color: #007E77;
}

.blb-post-content ol li::marker {
    color: #007E77;
    font-weight: 700;
}

/* ----------------------------------------------------------
   Images
---------------------------------------------------------- */

.blb-post-content img {
    display: block;
    width: 100%;
    height: auto;
    margin: 2.75rem auto;
    border-radius: 1.5rem;
    box-shadow: 0 20px 50px rgba(15,23,42,.08);
}

.blb-post-content figure {
    margin: 2.75rem 0;
}

.blb-post-content figcaption {
    margin-top: .75rem;
    font-size: .9rem;
    color: #64748b;
    text-align: center;
}

/* ----------------------------------------------------------
   Tables
---------------------------------------------------------- */

.blb-post-content table {
    width: 100%;
    margin: 3rem 0;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #fff;
    font-size: .95rem;
    box-shadow: 0 10px 30px rgba(15,23,42,.05);
}

.blb-post-content th {
    background: #007E77;
    color: #fff;
    font-weight: 700;
}

.blb-post-content th,
.blb-post-content td {
    padding: 1rem 1.25rem;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
}

.blb-post-content tr:last-child td {
    border-bottom: none;
}

.blb-post-content tr:nth-child(even) td {
    background: #f8fafc;
}

/* ----------------------------------------------------------
   Blockquotes
---------------------------------------------------------- */

.blb-post-content blockquote {
    margin: 3rem 0;
    padding: 1.75rem 2rem;
    border-left: 4px solid #007E77;
    background: linear-gradient(90deg,#007E7708,transparent);
    border-radius: 0 1rem 1rem 0;
    font-size: 1.15rem;
    font-style: italic;
    color: #334155;
}

.blb-post-content blockquote p:last-child {
    margin-bottom: 0;
}

/* ----------------------------------------------------------
   Code
---------------------------------------------------------- */

.blb-post-content code {
    padding: .15rem .4rem;
    border-radius: .4rem;
    background: #f1f5f9;
    color: #007E77;
    font-size: .9em;
}

.blb-post-content pre {
    margin: 2rem 0;
    padding: 1.5rem;
    overflow-x: auto;
    border-radius: 1rem;
    background: #06111F;
    color: #f8fafc;
}

/* ----------------------------------------------------------
   Horizontal Rule
---------------------------------------------------------- */

.blb-post-content hr {
    margin: 4rem auto;
    border: 0;
    border-top: 1px solid #e2e8f0;
}

/* ----------------------------------------------------------
   Selection
---------------------------------------------------------- */

.blb-post-content ::selection {
    background: rgba(0,126,119,.15);
}

/* ----------------------------------------------------------
   Mobile
---------------------------------------------------------- */

@media (max-width: 768px) {

    .blb-post-content {
        font-size: 17px;
        line-height: 1.85;
    }

    .blb-post-content > p:first-of-type {
        font-size: 1.15rem;
    }

    .blb-post-content h2,
    .blb-post-content h2.wp-block-heading {
        margin-top: 3rem;
        font-size: 2rem;
    }

    .blb-post-content h3,
    .blb-post-content h3.wp-block-heading {
        margin-top: 2.25rem;
        font-size: 1.5rem;
    }

    .blb-post-content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

.blb-blog-swiper .swiper-wrapper {
  align-items: stretch;
}

.blb-blog-swiper .swiper-slide {
  height: auto !important;
  display: flex;
}

.blb-blog-swiper .swiper-slide > article {
  height: 660px !important;
  width: 100%;
}

.blb-blog-card-image {
  height: 280px !important;
  width: 100%;
  flex-shrink: 0;
}

.blb-blog-card-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block;
}

.blb-blog-card-title {
  min-height: 96px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blb-blog-card-excerpt {
  min-height: 112px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ===========================
   Blog Pagination
=========================== */

.navigation.pagination {
    margin-top: 5rem;
    display: flex;
    justify-content: center;
}

.navigation.pagination .nav-links {
    display: flex;
    align-items: center;
    gap: .75rem;
    flex-wrap: wrap;
}

.navigation.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 48px;
    padding: 0 1rem;

    border-radius: 9999px;

    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);

    color: #fff;
    font-weight: 800;
    font-size: .95rem;
    text-decoration: none;

    backdrop-filter: blur(16px);

    transition: all .25s ease;
}

.navigation.pagination .page-numbers:hover {
    background: #D9F45F;
    border-color: #D9F45F;
    color: #06111F;
    transform: translateY(-2px);
}

.navigation.pagination .page-numbers.current {
    background: #D9F45F;
    color: #06111F;
    border-color: #D9F45F;
    box-shadow: 0 15px 40px rgba(217,244,95,.35);
}

.navigation.pagination .page-numbers.prev,
.navigation.pagination .page-numbers.next {
    padding: 0 1.5rem;
}

.navigation.pagination .page-numbers.dots {
    background: transparent;
    border: none;
    color: rgb(148 163 184);
    min-width: auto;
    padding: 0 .5rem;
}

.navigation.pagination .page-numbers.dots:hover {
    background: transparent;
    color: rgb(148 163 184);
    transform: none;
}





/* ==========================================================
   Global Contact Form 7 Button Loading State  & Premium Looks
========================================================== */

.wpcf7 form.submitting .wpcf7-submit {
    cursor: wait;
    pointer-events: none;
    opacity: .92;
    background: #007E77;
}

.wpcf7 form.submitting .wpcf7-submit::after {
    content: "";
    display: inline-block;

    width: 16px;
    height: 16px;

    margin-left: 10px;

    border: 2px solid rgba(255,255,255,.35);
    border-top-color: #ffffff;
    border-radius: 50%;

    animation: BLBLoading .7s linear infinite;

    vertical-align: middle;
}

.wpcf7 form.submitting .wpcf7-spinner {
    display: none;
}

@keyframes BLBLoading {
    to {
        transform: rotate(360deg);
    }
}
/* ==========================================================
   Premium Contact Form 7 Messages - Boost Local Business
========================================================== */

/* Main response message */
.wpcf7 form .wpcf7-response-output {
  margin: 0 0 20px 0 !important;
  padding: 14px 16px 14px 48px !important;
  border-radius: 14px !important;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
  position: relative;
  border: 1px solid transparent !important;
}

/* Error / validation message box */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #fff7ed;
  border-color: #fed7aa !important;
  color: #9a3412;
}

/* Success message box */
.wpcf7 form.sent .wpcf7-response-output {
  background: #ecfdf5;
  border-color: #a7f3d0 !important;
  color: #065f46;
}

/* Icon inside response box */
.wpcf7 form .wpcf7-response-output::before {
  content: "!";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #f97316;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
}

.wpcf7 form.sent .wpcf7-response-output::before {
  content: "✓";
  background: #10b981;
}

/* Field error text */
.wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.35;
  color: #dc2626;
  font-weight: 500;
}

/* Invalid input styling */
.wpcf7-not-valid {
  border-color: #fca5a5 !important;
  background: #fffafa !important;
  box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.06) !important;
}

/* Focus on invalid fields */
.wpcf7-not-valid:focus {
  border-color: #dc2626 !important;
  box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.10) !important;
}




/* ==========================================================
   Boost Local Business - Website Development Form
   Form ID: BLBWD01
========================================================== */

.BLBWD01 {
  margin-top: 32px;
}

.BLBWD01 > div {
  margin-bottom: 16px;
}

.BLBWD01 > div:last-child {
  margin-bottom: 0;
}

.BLBWD01 input[type="text"],
.BLBWD01 input[type="email"],
.BLBWD01 input[type="tel"],
.BLBWD01 input[type="url"] {
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  font-size: 16px;
  box-sizing: border-box;
  background: #ffffff;
  color: #0f172a;
}

.BLBWD01 input::placeholder {
  color: #64748b;
}

.BLBWD01 input[type="submit"] {
  width: 100%;
  padding: 16px 20px;
  border: none;
  border-radius: 12px;
  background: #020617;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.BLBWD01 input[type="submit"]:hover {
  background: #007E77;
}



/* Main form wrapper */
.BLBWD02 {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

/* Reset CF7 automatic paragraph spacing */
.BLBWD02 p {
    margin: 0;
    padding: 0;
}

/* Two-column rows */
.BLBWD02-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
    margin-bottom: 20px;
}

/* Individual field */
.BLBWD02-field {
    width: 100%;
    min-width: 0;
    margin-bottom: 20px;
}

/* Prevent double spacing inside grid rows */
.BLBWD02-row .BLBWD02-field {
    margin-bottom: 0;
}

/* Important CF7 wrapper fix */
.BLBWD02 .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    min-width: 0;
}

/* Inputs and textarea */
.BLBWD02 input:not([type="submit"]),
.BLBWD02 textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    background: #ffffff;
    border: 1px solid #dbe3ef;
    border-radius: 16px;
    padding: 16px 20px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #0f172a;
    appearance: none;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease;
}

/* Input height */
.BLBWD02 input:not([type="submit"]) {
    height: 58px;
}

/* Textarea */
.BLBWD02 textarea {
    min-height: 180px;
    height: 180px;
    resize: vertical;
}

/* Placeholder */
.BLBWD02 input::placeholder,
.BLBWD02 textarea::placeholder {
    color: #94a3b8;
    opacity: 1;
}

/* Focus state */
.BLBWD02 input:not([type="submit"]):focus,
.BLBWD02 textarea:focus {
    outline: none;
    background: #ffffff;
    border-color: #D9F45F;
    box-shadow:
        0 0 0 4px rgba(217, 244, 95, 0.18),
        0 8px 24px rgba(15, 23, 42, 0.05);
}

/* Prevent browser autofill from changing field appearance */
.BLBWD02 input:-webkit-autofill,
.BLBWD02 input:-webkit-autofill:hover,
.BLBWD02 input:-webkit-autofill:focus {
    -webkit-text-fill-color: #0f172a;
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
    box-shadow: 0 0 0 1000px #ffffff inset;
}

/* Turnstile */
.BLBWD02-turnstile {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    margin: 4px 0 16px;
    overflow: hidden;
}

/* Submit wrapper */
.BLBWD02-submit {
    position: relative;
    width: 100%;
}

/* Submit button */
.BLBWD02 .wpcf7-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 58px;
    margin: 0;
    padding: 14px 24px;
    border: 0;
    border-radius: 16px;
    background: #D9F45F;
    color: #000000;
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    appearance: none;
    transition:
        background-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.BLBWD02 .wpcf7-submit:hover {
    background: #ccec2f;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(217, 244, 95, 0.30);
}

.BLBWD02 .wpcf7-submit:focus-visible {
    outline: 3px solid rgba(0, 126, 119, 0.35);
    outline-offset: 3px;
}

/* Submission state */
.BLBWD02 .wpcf7-submit:disabled {
    cursor: wait;
    opacity: 0.75;
    transform: none;
}

/* Hide default CF7 spinner */
.BLBWD02 .wpcf7-spinner {
    display: none;
}

/* Validation errors */
.BLBWD02 .wpcf7-not-valid {
    border-color: #dc2626 !important;
    background-color: #fffafa !important;
    color: #0f172a !important;
}

.BLBWD02 .wpcf7-not-valid-tip {
    display: block;
    margin-top: 7px;
    color: #b91c1c;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}

/* CF7 response message */
.BLBWD02 .wpcf7-response-output {
    margin: 0 0 20px !important;
    padding: 14px 16px !important;
    border: 1px solid #dbe3ef !important;
    border-radius: 12px;
    background: #f8fafc;
    color: #0f172a;
    font-size: 14px;
    line-height: 1.5;
}

/* Mobile */
@media (max-width: 768px) {
    .BLBWD02-row {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 16px;
    }

    .BLBWD02-field {
        margin-bottom: 16px;
    }

    .BLBWD02-row .BLBWD02-field {
        margin-bottom: 0;
    }

    .BLBWD02 input:not([type="submit"]),
    .BLBWD02 textarea {
        font-size: 16px;
    }
}




/* Wrapper */
.BLBWD03 {
    width: 100%;
}

.BLBWD03 p {
    margin: 0;
}

.BLBWD03-title h3 {
    margin: 0 0 24px;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 800;
    color: #020617;
}

.BLBWD03-field {
    margin-bottom: 20px;
}

.BLBWD03-field label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: #334155;
}

.BLBWD03 input,
.BLBWD03 select {
    width: 100%;
    height: 58px;
    padding: 16px 20px;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    background: #ffffff;
    color: #0f172a;
    font-size: 16px;
    line-height: 1.5;
    box-sizing: border-box;
    transition: all .25s ease;
}

.BLBWD03 input::placeholder {
    color: #94a3b8;
}

.BLBWD03 input:focus,
.BLBWD03 select:focus {
    outline: none;
    border-color: #007E77;
    box-shadow: 0 0 0 4px rgba(0, 126, 119, .10);
}

.BLBWD03 select {
    appearance: auto;
    cursor: pointer;
}

.BLBWD03-turnstile {
    margin: 8px 0 18px;
}

.BLBWD03 .wpcf7-submit {
    width: 100%;
    height: 58px;
    border: none;
    border-radius: 12px;
    background: #020617;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(2, 6, 23, .18);
    transition: all .25s ease;
}

.BLBWD03 .wpcf7-submit:hover {
    background: #1e293b;
    transform: translateY(-2px);
}

.BLBWD03-note {
    margin-top: 18px !important;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    color: #64748b;
}

.BLBWD03 .wpcf7-spinner {
    display: none;
}


.BLBWD04 {
    margin-top: 40px;
}

.BLBWD04-title h3 {
    margin: 0 0 24px;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 800;
    color: #020617;
}

.BLBWD04 p {
    margin: 0;
}

.BLBWD04-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.BLBWD04-field {
    margin-bottom: 20px;
}

.BLBWD04 input,
.BLBWD04 textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #ffffff;
    padding: 16px 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #0f172a;
    transition: all .25s ease;
}

.BLBWD04 input {
    height: 58px;
}

.BLBWD04 textarea {
    min-height: 116px;
    resize: none;
}

.BLBWD04 input::placeholder,
.BLBWD04 textarea::placeholder {
    color: #94a3b8;
}

.BLBWD04 input:focus,
.BLBWD04 textarea:focus {
    outline: none;
    border-color: #D9F45F;
    box-shadow: 0 0 0 4px rgba(217,244,95,.18);
}

.BLBWD04-turnstile {
    margin: 0 0 18px;
}

.BLBWD04 .wpcf7-submit {
    width: 100%;
    height: 58px;
    border: none;
    border-radius: 16px;
    background: #D9F45F;
    color: #000;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    transition: all .25s ease;
}

.BLBWD04 .wpcf7-submit:hover {
    background: #cfff33;
    transform: translateY(-2px);
}

.BLBWD04 .wpcf7-spinner {
    display: none;
}

@media (max-width: 768px) {
    .BLBWD04-row {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 16px;
    }

    .BLBWD04-field {
        margin-bottom: 16px;
    }
}


/* =========================================================
   BLB Email Consultation Form
   Contact Form 7
   ========================================================= */

.BLBEM01 {
  width: 100%;
  margin-top: 2.5rem;
  font-family: inherit;
}

/* CF7 can add paragraph wrappers depending on configuration */
.BLBEM01 p {
  margin: 0;
}

/* Two-column grid */
.BLBEM01-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

.BLBEM01-field {
  width: 100%;
  margin-bottom: 1.25rem;
}

.BLBEM01-grid .BLBEM01-field {
  margin-bottom: 0;
}

/* Make CF7 wrappers fill available space */
.BLBEM01 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* Shared field styling */
.BLBEM01 input[type="text"],
.BLBEM01 input[type="email"],
.BLBEM01 input[type="tel"],
.BLBEM01 input[type="url"],
.BLBEM01 select,
.BLBEM01 textarea {
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 1rem 1.25rem;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background-color: #ffffff;
  color: #0f172a;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

/* Input height similar to Tailwind py-4 */
.BLBEM01 input[type="text"],
.BLBEM01 input[type="email"],
.BLBEM01 input[type="tel"],
.BLBEM01 input[type="url"],
.BLBEM01 select {
  min-height: 58px;
}

/* Placeholder */
.BLBEM01 input::placeholder,
.BLBEM01 textarea::placeholder {
  color: #64748b;
  opacity: 1;
}

/* Select styling */
.BLBEM01 select {
  cursor: pointer;
  appearance: auto;
  -webkit-appearance: menulist;
  padding-right: 2.75rem;
}

/* Textarea */
.BLBEM01 textarea {
  min-height: 116px;
  resize: none;
}

/* Focus state */
.BLBEM01 input[type="text"]:focus,
.BLBEM01 input[type="email"]:focus,
.BLBEM01 input[type="tel"]:focus,
.BLBEM01 input[type="url"]:focus,
.BLBEM01 select:focus,
.BLBEM01 textarea:focus {
  border-color: #D9F45F;
  box-shadow: 0 0 0 3px rgba(217, 244, 95, 0.2);
}

/* Submit wrapper */
.BLBEM01-submit {
  position: relative;
  width: 100%;
  margin-top: 0.25rem;
}

/* Submit button */
.BLBEM01 input[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 62px;
  margin: 0;
  padding: 1.25rem 1.5rem;
  border: 0;
  border-radius: 1rem;
  background-color: #D9F45F;
  color: #0f172a;
  font-family: inherit;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: none;
  transition:
    transform 200ms ease,
    background-color 200ms ease,
    box-shadow 200ms ease;
}

.BLBEM01 input[type="submit"]:hover {
  transform: translateY(-4px);
  background-color: #d2ed55;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.BLBEM01 input[type="submit"]:focus-visible {
  outline: 3px solid rgba(0, 126, 119, 0.35);
  outline-offset: 3px;
}

.BLBEM01 input[type="submit"]:active {
  transform: translateY(-1px);
}

/* CF7 spinner placed inside/right of button area */
.BLBEM01-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  margin: 0;
  transform: translateY(-50%);
}

/* Invalid fields */
.BLBEM01 .wpcf7-not-valid {
  border-color: #dc2626 !important;
  background-color: #fffafa;
}

.BLBEM01 .wpcf7-not-valid:focus {
  border-color: #dc2626 !important;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

/* Individual validation text */
.BLBEM01 .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.45rem;
  padding-left: 0.25rem;
  color: #b91c1c;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.4;
}

/* Overall response message */
.BLBEM01 .wpcf7-response-output {
  margin: 0 0 1.25rem !important;
  padding: 0.9rem 1rem !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 0.875rem;
  background: #f8fafc;
  color: #334155;
  font-size: 0.92rem;
  line-height: 1.5;
}

.BLBEM01 form.sent .wpcf7-response-output,
.BLBEM01 .wpcf7-form.sent .wpcf7-response-output {
  border-color: #86efac !important;
  background-color: #f0fdf4;
  color: #166534;
}

.BLBEM01 form.invalid .wpcf7-response-output,
.BLBEM01 form.unaccepted .wpcf7-response-output,
.BLBEM01 form.payment-required .wpcf7-response-output,
.BLBEM01 .wpcf7-form.invalid .wpcf7-response-output {
  border-color: #fecaca !important;
  background-color: #fef2f2;
  color: #991b1b;
}

/* Turnstile spacing */
.BLBEM01 .cf-turnstile,
.BLBEM01 .wpcf7-turnstile {
  margin: 0 0 1.25rem;
}

/* Mobile */
@media (max-width: 767px) {
  .BLBEM01 {
    margin-top: 2rem;
  }

  .BLBEM01-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
  }

  .BLBEM01-field {
    margin-bottom: 1rem;
  }

  .BLBEM01-grid .BLBEM01-field {
    margin-bottom: 0;
  }

  .BLBEM01 input[type="text"],
  .BLBEM01 input[type="email"],
  .BLBEM01 input[type="tel"],
  .BLBEM01 input[type="url"],
  .BLBEM01 select,
  .BLBEM01 textarea {
    padding: 0.875rem 1rem;
    font-size: 16px;
  }

  .BLBEM01 input[type="text"],
  .BLBEM01 input[type="email"],
  .BLBEM01 input[type="tel"],
  .BLBEM01 input[type="url"],
  .BLBEM01 select {
    min-height: 54px;
  }

  .BLBEM01 input[type="submit"] {
    min-height: 58px;
    padding: 1rem;
    font-size: 1rem;
  }

  .BLBEM01 input[type="submit"]:hover {
    transform: none;
  }
}


/* =========================================================
   BLBRES01 — Free Proposal Form
   Contact Form 7
   ========================================================= */

.BLBRES01 {
	width: 100%;
	margin-top: 2rem;
	font-family: inherit;
}

.BLBRES01,
.BLBRES01 * {
	box-sizing: border-box;
}

.BLBRES01 p {
	margin: 0;
}

/* Two-column layout */

.BLBRES01-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
	margin-bottom: 1.25rem;
}

/* Fields */

.BLBRES01-field {
	width: 100%;
	margin-bottom: 1.25rem;
}

.BLBRES01-grid .BLBRES01-field {
	margin-bottom: 0;
}

.BLBRES01-field label {
	display: block;
	margin: 0 0 0.5rem;
	color: #334155;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4;
}

.BLBRES01 .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

/* Inputs */

.BLBRES01 input[type="text"],
.BLBRES01 input[type="email"],
.BLBRES01 input[type="tel"],
.BLBRES01 input[type="url"],
.BLBRES01 select,
.BLBRES01 textarea {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0.75rem 1rem;
	border: 1px solid #cbd5e1;
	border-radius: 0.75rem;
	background-color: #ffffff;
	color: #0f172a;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	outline: none;
	box-shadow: none;
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease,
		background-color 180ms ease;
}

.BLBRES01 input[type="text"],
.BLBRES01 input[type="email"],
.BLBRES01 input[type="tel"],
.BLBRES01 input[type="url"],
.BLBRES01 select {
	min-height: 50px;
}

.BLBRES01 input::placeholder,
.BLBRES01 textarea::placeholder {
	color: #64748b;
	opacity: 1;
}

.BLBRES01 textarea {
	min-height: 110px;
	resize: vertical;
}

/* Select */

.BLBRES01 select {
	cursor: pointer;
	background-color: #ffffff;
	padding-right: 2.75rem;
}

/* Focus state */

.BLBRES01 input[type="text"]:focus,
.BLBRES01 input[type="email"]:focus,
.BLBRES01 input[type="tel"]:focus,
.BLBRES01 input[type="url"]:focus,
.BLBRES01 select:focus,
.BLBRES01 textarea:focus {
	border-color: #007e77;
	box-shadow: 0 0 0 4px rgba(0, 126, 119, 0.10);
}

/* Submit */

.BLBRES01-submit {
	position: relative;
	width: 100%;
	margin-top: 0.25rem;
}

.BLBRES01 input[type="submit"] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 60px;
	margin: 0;
	padding: 1rem 2rem;
	border: 0;
	border-radius: 0.75rem;
	background-color: #007e77;
	color: #ffffff;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	box-shadow: none;
	transition:
		background-color 180ms ease,
		transform 180ms ease,
		box-shadow 180ms ease;
}

.BLBRES01 input[type="submit"]:hover {
	background-color: #00645f;
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(0, 126, 119, 0.18);
}

.BLBRES01 input[type="submit"]:active {
	transform: translateY(0);
}

.BLBRES01 input[type="submit"]:focus-visible {
	outline: 3px solid rgba(217, 244, 95, 0.95);
	outline-offset: 3px;
}

/* CF7 spinner */

.BLBRES01-submit .wpcf7-spinner {
	position: absolute;
	top: 50%;
	right: 1.25rem;
	margin: 0;
	transform: translateY(-50%);
}

/* Validation */

.BLBRES01 .wpcf7-not-valid {
	border-color: #dc2626 !important;
	background-color: #fffafa;
}

.BLBRES01 .wpcf7-not-valid:focus {
	border-color: #dc2626 !important;
	box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.10);
}

.BLBRES01 .wpcf7-not-valid-tip {
	display: block;
	margin-top: 0.4rem;
	color: #b91c1c;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: 1.4;
}

/* Form response */

.BLBRES01 .wpcf7-response-output {
	margin: 0 0 1.25rem !important;
	padding: 0.9rem 1rem !important;
	border: 1px solid #cbd5e1 !important;
	border-radius: 0.75rem;
	background-color: #f8fafc;
	color: #334155;
	font-size: 0.9rem;
	line-height: 1.5;
}

.BLBRES01 .wpcf7-form.sent .wpcf7-response-output {
	border-color: #86efac !important;
	background-color: #f0fdf4;
	color: #166534;
}

.BLBRES01 .wpcf7-form.invalid .wpcf7-response-output,
.BLBRES01 .wpcf7-form.unaccepted .wpcf7-response-output,
.BLBRES01 .wpcf7-form.payment-required .wpcf7-response-output {
	border-color: #fecaca !important;
	background-color: #fef2f2;
	color: #991b1b;
}

/* Turnstile */

.BLBRES01 .cf-turnstile,
.BLBRES01 .wpcf7-turnstile {
	margin: 0 0 1.25rem;
}

/* Mobile */

@media (max-width: 767px) {
	.BLBRES01 {
		margin-top: 1.75rem;
	}

	.BLBRES01-grid {
		grid-template-columns: 1fr;
		gap: 1rem;
		margin-bottom: 1rem;
	}

	.BLBRES01-field {
		margin-bottom: 1rem;
	}

	.BLBRES01-grid .BLBRES01-field {
		margin-bottom: 0;
	}

	.BLBRES01 input[type="text"],
	.BLBRES01 input[type="email"],
	.BLBRES01 input[type="tel"],
	.BLBRES01 input[type="url"],
	.BLBRES01 select,
	.BLBRES01 textarea {
		font-size: 16px;
	}

	.BLBRES01 input[type="submit"] {
		min-height: 56px;
		padding: 0.95rem 1.25rem;
		font-size: 1rem;
	}

	.BLBRES01 input[type="submit"]:hover {
		transform: none;
	}
}

/* Remove CF7 automatic spacing inside each field */
.BLBRES01-field > p {
	margin: 0 !important;
	padding: 0 !important;
}

.BLBRES01-field br {
	display: none;
}

/* Keep label close to its input */
.BLBRES01-field label {
	display: block;
	margin: 0 0 6px !important;
	padding: 0;
	line-height: 1.3;
}

/* Remove spacing from CF7 wrappers */
.BLBRES01-field .wpcf7-form-control-wrap {
	display: block;
	margin: 0;
	padding: 0;
}

/* Remove any theme margins applied to controls */
.BLBRES01-field input,
.BLBRES01-field select,
.BLBRES01-field textarea {
	margin-top: 0 !important;
}

/* =========================================================
   BLAISE01 — Free AEO Audit Form
   Contact Form 7
   ========================================================= */

.BLAISE01 {
	width: 100%;
	margin-top: 2rem;
	font-family: inherit;
}

.BLAISE01,
.BLAISE01 * {
	box-sizing: border-box;
}

.BLAISE01 p {
	margin: 0;
}

.BLAISE01-field {
	width: 100%;
	margin-bottom: 1.25rem;
}

.BLAISE01-field label {
	display: block;
	margin: 0 0 0.5rem;
	color: #334155;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.4;
}

.BLAISE01 .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.BLAISE01 input[type="text"],
.BLAISE01 input[type="email"],
.BLAISE01 input[type="tel"],
.BLAISE01 input[type="url"] {
	display: block;
	width: 100%;
	min-height: 58px;
	margin: 0;
	padding: 1rem 1.25rem;
	border: 1px solid #cbd5e1;
	border-radius: 0.75rem;
	background-color: #ffffff;
	color: #0f172a;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	outline: none;
	box-shadow: none;
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease,
		background-color 180ms ease;
}

.BLAISE01 input::placeholder {
	color: #64748b;
	opacity: 1;
}

.BLAISE01 input[type="text"]:focus,
.BLAISE01 input[type="email"]:focus,
.BLAISE01 input[type="tel"]:focus,
.BLAISE01 input[type="url"]:focus {
	border-color: #007e77;
	box-shadow: 0 0 0 4px rgba(0, 126, 119, 0.10);
}

/* Submit button */

.BLAISE01-submit {
	position: relative;
	width: 100%;
	margin-top: 0.25rem;
}

.BLAISE01 input[type="submit"] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 58px;
	margin: 0;
	padding: 1rem 1.5rem;
	border: 0;
	border-radius: 0.75rem;
	background-color: #020617;
	color: #ffffff;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 10px 15px rgba(15, 23, 42, 0.12);
	transition:
		background-color 180ms ease,
		transform 180ms ease,
		box-shadow 180ms ease;
}

.BLAISE01 input[type="submit"]:hover {
	background-color: #1e293b;
	transform: translateY(-2px);
	box-shadow: 0 14px 24px rgba(15, 23, 42, 0.16);
}

.BLAISE01 input[type="submit"]:active {
	transform: translateY(0);
}

.BLAISE01 input[type="submit"]:focus-visible {
	outline: 3px solid rgba(0, 126, 119, 0.28);
	outline-offset: 3px;
}

/* Spinner */

.BLAISE01-submit .wpcf7-spinner {
	position: absolute;
	top: 50%;
	right: 1.25rem;
	margin: 0;
	transform: translateY(-50%);
}

/* Note */

.BLAISE01-note {
	margin-top: 0.9rem !important;
	color: #64748b;
	font-size: 0.75rem;
	line-height: 1.5;
	text-align: center;
}

/* Validation */

.BLAISE01 .wpcf7-not-valid {
	border-color: #dc2626 !important;
	background-color: #fffafa;
}

.BLAISE01 .wpcf7-not-valid:focus {
	border-color: #dc2626 !important;
	box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.10);
}

.BLAISE01 .wpcf7-not-valid-tip {
	display: block;
	margin-top: 0.4rem;
	color: #b91c1c;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: 1.4;
}

/* Response messages */

.BLAISE01 .wpcf7-response-output {
	margin: 0 0 1.25rem !important;
	padding: 0.9rem 1rem !important;
	border: 1px solid #cbd5e1 !important;
	border-radius: 0.75rem;
	background-color: #f8fafc;
	color: #334155;
	font-size: 0.9rem;
	line-height: 1.5;
}

.BLAISE01 .wpcf7-form.sent .wpcf7-response-output {
	border-color: #86efac !important;
	background-color: #f0fdf4;
	color: #166534;
}

.BLAISE01 .wpcf7-form.invalid .wpcf7-response-output,
.BLAISE01 .wpcf7-form.unaccepted .wpcf7-response-output,
.BLAISE01 .wpcf7-form.payment-required .wpcf7-response-output {
	border-color: #fecaca !important;
	background-color: #fef2f2;
	color: #991b1b;
}

/* Turnstile */

.BLAISE01 .cf-turnstile,
.BLAISE01 .wpcf7-turnstile {
	margin: 0 0 1.25rem;
}

/* Mobile */

@media (max-width: 767px) {
	.BLAISE01 {
		margin-top: 1.75rem;
	}

	.BLAISE01-field {
		margin-bottom: 1rem;
	}

	.BLAISE01 input[type="text"],
	.BLAISE01 input[type="email"],
	.BLAISE01 input[type="tel"],
	.BLAISE01 input[type="url"] {
		min-height: 54px;
		padding: 0.875rem 1rem;
		font-size: 16px;
	}

	.BLAISE01 input[type="submit"] {
		min-height: 56px;
		padding: 0.95rem 1.25rem;
	}

	.BLAISE01 input[type="submit"]:hover {
		transform: none;
	}
}



/* =========================================================
   BLBAUDIT01 — PREMIUM TWO-STEP WEBSITE AUDIT
   ========================================================= */


.BLBAUDIT01-section {
	position: relative;
	overflow: hidden;
	padding: 112px 0;
	background: #010617;
	color: #ffffff;
}

.BLBAUDIT01-section *,
.BLBAUDIT01-section *::before,
.BLBAUDIT01-section *::after {
	box-sizing: border-box;
}

.BLBAUDIT01-bg-glow {
	position: absolute;
	top: 0;
	left: 50%;
	width: 500px;
	height: 500px;
	border-radius: 9999px;
	background: rgba(0, 126, 119, 0.2);
	filter: blur(140px);
	pointer-events: none;
	transform: translateX(-50%);
}

.BLBAUDIT01-container {
	position: relative;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 24px;
}

.BLBAUDIT01-header {
	text-align: center;
}

.BLBAUDIT01-badge {
	display: inline-flex;
	align-items: center;
	padding: 8px 20px;
	border: 1px solid rgba(0, 126, 119, 0.3);
	border-radius: 9999px;
	background: rgba(0, 126, 119, 0.1);
	color: #6cf4ea;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.BLBAUDIT01-title {
	margin: 32px 0 0;
	color: #ffffff;
	font-size: 60px;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: -0.025em;
	text-align: center;
}

.BLBAUDIT01-title span {
	color: #d9f45f;
}

.BLBAUDIT01-description {
	max-width: 672px;
	margin: 24px auto 0;
	color: #94a3b8;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
}

.BLBAUDIT01-form-wrapper {
	width: 100%;
	max-width: 896px;
	margin: 56px auto 0;
}

.BLBAUDIT01-form-wrapper .wpcf7,
.BLBAUDIT01-form-wrapper .wpcf7-form {
	margin: 0;
}

.BLBAUDIT01 {
	width: 100%;
}

.BLBAUDIT01-step {
	display: none;
}

.BLBAUDIT01-step.is-active {
	display: block;
	animation: BLBAUDIT01Fade 0.3s ease;
}

@keyframes BLBAUDIT01Fade {
	from {
		opacity: 0;
		transform: translateY(8px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.BLBAUDIT01-form-box {
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.04);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
}

.BLBAUDIT01-form-row {
	display: flex;
	flex-direction: row;
	gap: 12px;
}



.BLBAUDIT01-input-icon{
	position:absolute;
	left:28px;
	top:50%;
	transform:translateY(-50%);
	display:flex;
	align-items:center;
	justify-content:center;
	width:20px;
	height:20px;
	color:#6CF4EA;
	pointer-events:none;
	transition:
		color .3s ease,
		filter .3s ease;
}

.BLBAUDIT01-input-icon i{
	display:block;
	font-size:20px; /* was 16px */
	line-height:1;
	filter:drop-shadow(0 0 10px rgba(108,244,234,.35));
	transform-origin:center;
}


@keyframes BLBAUDIT01Spin{
	from{
		transform:rotate(0deg);
	}
	to{
		transform:rotate(360deg);
	}
}


.BLBAUDIT01-next {
	display: inline-flex;
	flex: 0 0 auto;
	height: 64px;
	align-items: center;
	justify-content: center;
	padding: 0 40px;
	border: 0;
	border-radius: 16px;
	background: #d9f45f;
	color: #0f172a;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

.BLBAUDIT01-next span {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	white-space: nowrap;
}

.BLBAUDIT01-next svg {
	width: 20px;
	height: 20px;
	margin-left: 12px;
	stroke-width: 2;
	transition: transform 0.2s ease;
}

.BLBAUDIT01-next:hover {
	transform: scale(1.02);
	box-shadow: 0 10px 40px rgba(217, 244, 95, 0.35);
}

.BLBAUDIT01-next:hover svg {
	transform: translateX(4px);
}

.BLBAUDIT01-next:focus-visible,
.BLBAUDIT01-back:focus-visible,
.BLBAUDIT01-submit:focus-visible {
	outline: 3px solid rgba(217, 244, 95, 0.45);
	outline-offset: 3px;
}

.BLBAUDIT01-url-error {
	display: none;
	margin: 10px 0 0;
	padding-left: 28px;
	color: #fca5a5;
	font-size: 13px;
	font-weight: 600;
}

.BLBAUDIT01-url-error.is-visible {
	display: block;
}

.BLBAUDIT01-benefits {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 32px;
	margin-top: 32px;
	color: #64748b;
	font-size: 14px;
	line-height: 20px;
}

.BLBAUDIT01-benefit {
	display: flex;
	align-items: center;
	gap: 8px;
}

.BLBAUDIT01-benefit span {
	color: #64748b;
}

.BLBAUDIT01-url-field {
	position: relative;
	flex: 1 1 0%;
	min-width: 0;
}

.BLBAUDIT01-url-field .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
	height: 64px;
}

/* Font Awesome globe */
.BLBAUDIT01-input-icon {
	position: absolute;
	top: 50%;
	left: 28px;
	z-index: 3;
	display: flex;
	width: 20px;
	height: 20px;
	align-items: center;
	justify-content: center;
	color: #6cf4ea;
	pointer-events: none;
	transform: translateY(-50%);
	transition:
		color 0.3s ease,
		filter 0.3s ease;
}

.BLBAUDIT01-input-icon i {
	display: block;
	font-size: 16px;
	line-height: 1;
	filter: drop-shadow(0 0 10px rgba(108, 244, 234, 0.35));
	transform-origin: center;
}

.BLBAUDIT01-url-field:focus-within .BLBAUDIT01-input-icon {
	color: #d9f45f;
	filter: drop-shadow(0 0 14px rgba(217, 244, 95, 0.55));
}

.BLBAUDIT01-url-field:focus-within .BLBAUDIT01-input-icon i {
	animation: BLBAUDIT01Spin 8s linear infinite;
}

@keyframes BLBAUDIT01Spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}
.BLBAUDIT01-form-row p,
.BLBAUDIT01-url-field p,
.BLBAUDIT01-next p {
	margin: 0;
	padding: 0;
}

.BLBAUDIT01-url-field br,
.BLBAUDIT01-next br {
	display: none;
}

/* This block was missing */
.BLBAUDIT01-url-field input[type="url"] {
	display: block;
	width: 100%;
	height: 64px;
	min-height: 64px;
	margin: 0;
	padding: 0 20px 0 64px;
	border: 1px solid transparent;
	border-radius: 16px;
	outline: none;
	background: transparent;
	box-shadow: none;
	color: #ffffff;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 64px;
	appearance: none;
	-webkit-appearance: none;
	transition:
		border-color 0.2s ease,
		background-color 0.2s ease,
		box-shadow 0.2s ease;
}

.BLBAUDIT01-url-field input[type="url"]::placeholder {
	color: #64748b;
	opacity: 1;
}

.BLBAUDIT01-url-field input[type="url"]:focus {
	border-color: rgba(0, 126, 119, 0.5);
	background: #0c172b;
	box-shadow: none;
}

/* =====================================================
   STEP TWO
   ===================================================== */

.BLBAUDIT01-details-box {
	padding: 36px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.04);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
}

.BLBAUDIT01-details-heading {
	margin-bottom: 28px;
	text-align: left;
}

.BLBAUDIT01-details-heading > span {
	display: block;
	margin-bottom: 8px;
	color: #6cf4ea;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.BLBAUDIT01-details-heading h3 {
	margin: 0;
	color: #ffffff;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.025em;
}

.BLBAUDIT01-details-heading p {
	max-width: 650px;
	margin: 10px 0 0;
	color: #94a3b8;
	font-size: 15px;
	line-height: 1.7;
}

.BLBAUDIT01-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.BLBAUDIT01-field-full {
	grid-column: 1 / -1;
}

.BLBAUDIT01-field label {
	display: block;
	margin-bottom: 8px;
	color: #cbd5e1;
	font-size: 13px;
	font-weight: 700;
}

.BLBAUDIT01-field .wpcf7-form-control-wrap {
	display: block;
}

.BLBAUDIT01-field input[type="text"],
.BLBAUDIT01-field input[type="tel"],
.BLBAUDIT01-field input[type="email"] {
	width: 100%;
	height: 64px;
	margin: 0;
	padding: 0 24px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	outline: none;
	background: #0b1325;
	color: #ffffff;
	font-family: inherit;
	font-size: 15px;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.BLBAUDIT01-field input::placeholder {
	color: #64748b;
	opacity: 1;
}

.BLBAUDIT01-field input:focus {
	border-color: #007e77;
	box-shadow: 0 0 0 4px rgba(0, 126, 119, 0.12);
}

.BLBAUDIT01-turnstile {
	margin-top: 20px;
}

.BLBAUDIT01-actions {
	display: flex;
	gap: 12px;
	margin-top: 24px;
}

.BLBAUDIT01-back {
	height: 64px;
	padding: 0 28px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	background: transparent;
	color: #cbd5e1;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	transition:
		border-color 0.2s ease,
		background-color 0.2s ease,
		color 0.2s ease;
}

.BLBAUDIT01-back:hover {
	border-color: rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.05);
	color: #ffffff;
}

.BLBAUDIT01 .wpcf7-submit.BLBAUDIT01-submit {
	flex: 1 1 auto;
	width: auto;
	height: 64px;
	margin: 0;
	padding: 0 36px;
	border: 0;
	border-radius: 16px;
	background: #007e77;
	color: #ffffff;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition:
		background-color 0.3s ease,
		box-shadow 0.3s ease,
		transform 0.3s ease;
}

.BLBAUDIT01 .wpcf7-submit.BLBAUDIT01-submit:hover {
	background: #00978e;
	box-shadow: 0 10px 35px rgba(0, 126, 119, 0.35);
	transform: translateY(-1px);
}

/* CF7 validation */

.BLBAUDIT01 .wpcf7-not-valid-tip {
	margin-top: 7px;
	color: #fca5a5;
	font-size: 12px;
	font-weight: 600;
}


.BLBAUDIT01 .wpcf7-response-output {
	margin: 0 0 20px !important;
	padding: 14px 18px !important;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.05);
	color: #e2e8f0;
	font-size: 13px;
	line-height: 1.6;
}

.BLBAUDIT01 .wpcf7-spinner {
	margin: 20px 0 0 12px;
}

.BLBAUDIT01 input.wpcf7-not-valid,
.BLBAUDIT01-url-field input[type="url"].wpcf7-not-valid,
.BLBAUDIT01-field input.wpcf7-not-valid {
	border-color: rgba(248, 113, 113, 0.85) !important;
	background: #0b1325 !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	box-shadow: 0 0 0 4px rgba(248, 113, 113, 0.1) !important;
}

.BLBAUDIT01-url-field input[type="url"].wpcf7-not-valid {
	background: #0c172b !important;
}

.BLBAUDIT01 input.wpcf7-not-valid::placeholder {
	color: #64748b !important;
	opacity: 1;
}

.BLBAUDIT01 input:-webkit-autofill,
.BLBAUDIT01 input:-webkit-autofill:hover,
.BLBAUDIT01 input:-webkit-autofill:focus,
.BLBAUDIT01 input:-webkit-autofill.wpcf7-not-valid {
	-webkit-text-fill-color: #ffffff !important;
	-webkit-box-shadow: 0 0 0 1000px #0b1325 inset !important;
	box-shadow: 0 0 0 1000px #0b1325 inset !important;
	caret-color: #ffffff;
	transition: background-color 9999s ease-out 0s;
}
/* Accessibility */

.screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 900px) {
	.BLBAUDIT01-section {
		padding: 80px 0;
	}

	.BLBAUDIT01-container {
		padding: 0 20px;
	}

	.BLBAUDIT01-title {
		font-size: 42px;
		line-height: 1.15;
	}

	.BLBAUDIT01-description {
		font-size: 16px;
		line-height: 28px;
	}

	.BLBAUDIT01-form-wrapper {
		margin-top: 42px;
	}

	.BLBAUDIT01-form-row {
		flex-direction: column;
	}

	.BLBAUDIT01-next {
		width: 100%;
		padding: 0 28px;
	}

	.BLBAUDIT01-benefits {
		gap: 16px 24px;
	}

	.BLBAUDIT01-details-box {
		padding: 26px 20px;
	}

	.BLBAUDIT01-fields {
		grid-template-columns: 1fr;
	}

	.BLBAUDIT01-field-full {
		grid-column: auto;
	}

	.BLBAUDIT01-actions {
		flex-direction: column-reverse;
	}

	.BLBAUDIT01-back,
	.BLBAUDIT01 .wpcf7-submit.BLBAUDIT01-submit {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.BLBAUDIT01-title {
		font-size: 36px;
	}

	.BLBAUDIT01-form-box {
		border-radius: 24px;
	}

	.BLBAUDIT01-benefits {
		flex-direction: column;
		gap: 12px;
	}
}



/* =========================================
   BLBAUDIT02 – Website Audit Form
========================================= */

.BLBAUDIT02 {
	width: 100%;
	color: #fff;
}

/* Prevent WordPress and CF7 paragraph margins */
.BLBAUDIT02 p {
	margin: 0;
}

/* Field spacing */
.BLBAUDIT02-field {
	margin: 0 0 20px;
}

/* Two-column row */
.BLBAUDIT02-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.BLBAUDIT02-row .BLBAUDIT02-field {
	min-width: 0;
}

/* Labels */
.BLBAUDIT02 label {
	display: block;
	margin: 0 0 8px;
	color: #94a3b8;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/* CF7 control wrappers */
.BLBAUDIT02 .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

/* Inputs */
.BLBAUDIT02 input[type="url"],
.BLBAUDIT02 input[type="text"],
.BLBAUDIT02 input[type="tel"],
.BLBAUDIT02 input[type="email"] {
	display: block;
	width: 100%;
	min-height: 50px;
	margin: 0;
	padding: 12px 16px;
	box-sizing: border-box;
	background: #0f172a;
	border: 1px solid #1e293b;
	border-radius: 12px;
	box-shadow: none;
	color: #fff;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		background-color 0.2s ease;
}

/* Placeholder */
.BLBAUDIT02 input::placeholder {
	color: #64748b;
	opacity: 1;
}

/* Focus */
.BLBAUDIT02 input:focus {
	background: #0f172a;
	border-color: #007e77;
	box-shadow: 0 0 0 3px rgba(0, 126, 119, 0.15);
	color: #fff;
}

/* Browser autofill */
.BLBAUDIT02 input:-webkit-autofill,
.BLBAUDIT02 input:-webkit-autofill:hover,
.BLBAUDIT02 input:-webkit-autofill:focus {
	-webkit-text-fill-color: #fff;
	-webkit-box-shadow: 0 0 0 1000px #0f172a inset;
	caret-color: #fff;
	border-color: #1e293b;
	transition: background-color 9999s ease-out;
}

/* Submit wrapper */
.BLBAUDIT02-submit {
	position: relative;
	margin-top: 0;
}

/* Submit button */
.BLBAUDIT02 input[type="submit"] {
	display: block;
	width: 100%;
	min-height: 56px;
	margin: 0;
	padding: 16px 24px;
	background: #d9f45f;
	border: 0;
	border-radius: 12px;
	box-shadow: none;
	color: #020617;
	cursor: pointer;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	appearance: none;
	-webkit-appearance: none;
	transition:
		background-color 0.3s ease,
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

.BLBAUDIT02 input[type="submit"]:hover {
	background: #cfe95a;
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(217, 244, 95, 0.16);
}

.BLBAUDIT02 input[type="submit"]:focus-visible {
	outline: 3px solid rgba(217, 244, 95, 0.35);
	outline-offset: 3px;
}

.BLBAUDIT02 input[type="submit"]:active {
	transform: translateY(0);
}

.BLBAUDIT02 input[type="submit"]:disabled {
	cursor: not-allowed;
	opacity: 0.7;
	transform: none;
}

/* CF7 loading spinner inside button area */
.BLBAUDIT02-submit .wpcf7-spinner {
	position: absolute;
	top: 50%;
	right: 18px;
	width: 20px;
	height: 20px;
	margin: -10px 0 0;
	background-color: #020617;
}

/* Disclaimer */
.BLBAUDIT02 .BLBAUDIT02-disclaimer {
	display: block;
	margin: 0 !important;
	padding-top: 16px !important;;
	color: #64748b;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

/* Validation errors */
.BLBAUDIT02 .wpcf7-not-valid {
	border-color: #f87171 !important;
	box-shadow: 0 0 0 3px rgba(248, 113, 113, 0.12) !important;
}

.BLBAUDIT02 .wpcf7-not-valid-tip {
	display: block;
	margin-top: 6px;
	color: #fca5a5;
	font-size: 12px;
	line-height: 1.4;
}

/* CF7 response message */
.BLBAUDIT02 ~ .wpcf7-response-output,
.wpcf7 form .BLBAUDIT02 + .wpcf7-response-output {
	margin: 18px 0 0;
	padding: 12px 16px;
	border: 1px solid #334155;
	border-radius: 10px;
	background: #0f172a;
	color: #e2e8f0;
	font-size: 14px;
	line-height: 1.5;
}

/* Mobile layout */
@media (max-width: 640px) {
	.BLBAUDIT02-row {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.BLBAUDIT02-field {
		margin-bottom: 20px;
	}

	.BLBAUDIT02 input[type="submit"] {
		font-size: 15px;
	}
}


.BLBAUDIT02-turnstile {
	width: 100%;
	margin: 0 0 20px;
	overflow: hidden;
}

.BLBAUDIT02-turnstile .cf-turnstile,
.BLBAUDIT02-turnstile iframe {
	max-width: 100%;
}

/* =========================================================
   Boost Local Business — 404 Page
   ========================================================= */

.blb404 {
	position: relative;
	display: flex;
	min-height: calc(100vh - 160px);
	overflow: hidden;
	background: #ffffff;
	isolation: isolate;
}

.blb404-background {
	position: absolute;
	inset: 0;
	z-index: -1;
	overflow: hidden;
	pointer-events: none;
}

.blb404-background__circle {
	position: absolute;
	border-radius: 50%;
	filter: blur(90px);
}

.blb404-background__circle--lime {
	top: -280px;
	left: 50%;
	width: 760px;
	height: 760px;
	background: rgba(217, 244, 95, 0.18);
	transform: translateX(-50%);
}

.blb404-background__circle--teal {
	right: -180px;
	bottom: -220px;
	width: 600px;
	height: 600px;
	background: rgba(0, 126, 119, 0.12);
}

.blb404-background__line {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 1px;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(0, 126, 119, 0.24),
		transparent
	);
}

.blb404__container {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 80px 24px 100px;
}

.blb404__content {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}

.blb404__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 92px;
	height: 92px;
	border: 1px solid rgba(0, 126, 119, 0.12);
	border-radius: 28px;
	background: rgba(0, 126, 119, 0.08);
	color: #007e77;
	box-shadow: 0 20px 50px rgba(0, 126, 119, 0.12);
}

.blb404__icon i {
	font-size: 42px;
	line-height: 1;
}

.blb404__number-wrap {
	position: relative;
	display: inline-block;
	margin-top: 28px;
}

.blb404__number-glow {
	position: absolute;
	inset: 8%;
	z-index: -1;
	border-radius: 50%;
	background: rgba(217, 244, 95, 0.30);
	filter: blur(70px);
	transform: scale(1.15);
}

.blb404__number {
	position: relative;
	margin: 0;
	color: #0f172a;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(11rem, 25vw, 24rem);
	font-weight: 900;
	line-height: 0.78;
	letter-spacing: -0.08em;
	text-shadow: 0 22px 50px rgba(15, 23, 42, 0.12);
}

.blb404__title {
	margin: 38px 0 0;
	color: #0f172a;
	font-family: "Plus Jakarta Sans", Arial, sans-serif;
	font-size: clamp(2.2rem, 5vw, 4.25rem);
	font-weight: 900;
	line-height: 1.06;
	letter-spacing: -0.04em;
}

.blb404__title span {
	display: block;
	color: #007e77;
}

.blb404__description {
	max-width: 760px;
	margin: 28px auto 0;
	color: #64748b;
	font-family: "Plus Jakarta Sans", Arial, sans-serif;
	font-size: clamp(1rem, 2vw, 1.2rem);
	line-height: 1.8;
}

.blb404__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin-top: 42px;
}

.blb404__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 210px;
	min-height: 58px;
	padding: 14px 30px;
	border: 1px solid transparent;
	border-radius: 16px;
	font-family: "Plus Jakarta Sans", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition:
		transform 180ms ease,
		background-color 180ms ease,
		border-color 180ms ease,
		color 180ms ease,
		box-shadow 180ms ease;
}

.blb404__button i {
	font-size: 0.95rem;
}

.blb404__button--primary {
	background: #007e77;
	color: #ffffff;
	box-shadow: 0 18px 38px rgba(0, 126, 119, 0.2);
}

.blb404__button--primary:hover {
	background: #00655f;
	color: #ffffff;
	transform: translateY(-3px);
	box-shadow: 0 22px 42px rgba(0, 126, 119, 0.25);
}

.blb404__button--secondary {
	border-color: #e2e8f0;
	background: #ffffff;
	color: #0f172a;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.blb404__button--secondary:hover {
	border-color: rgba(0, 126, 119, 0.4);
	color: #007e77;
	transform: translateY(-3px);
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.blb404__button:focus-visible {
	outline: 3px solid rgba(217, 244, 95, 0.9);
	outline-offset: 4px;
}

@media (max-width: 767px) {
	.blb404 {
		min-height: auto;
	}

	.blb404__container {
		padding: 64px 20px 80px;
	}

	.blb404__icon {
		width: 76px;
		height: 76px;
		border-radius: 22px;
	}

	.blb404__icon i {
		font-size: 34px;
	}

	.blb404__number-wrap {
		margin-top: 24px;
	}

	.blb404__number {
		font-size: clamp(9rem, 42vw, 13rem);
		letter-spacing: -0.07em;
	}

	.blb404__title {
		margin-top: 30px;
		font-size: clamp(2rem, 10vw, 3rem);
	}

	.blb404__description {
		margin-top: 22px;
		font-size: 1rem;
		line-height: 1.7;
	}

	.blb404__actions {
		flex-direction: column;
		margin-top: 34px;
	}

	.blb404__button {
		width: 100%;
		min-width: 0;
	}

	.blb404-background__circle--lime {
		top: -180px;
		width: 480px;
		height: 480px;
	}

	.blb404-background__circle--teal {
		right: -220px;
		bottom: -180px;
		width: 440px;
		height: 440px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.blb404__button {
		transition: none;
	}

	.blb404__button:hover {
		transform: none;
	}
}
/* CF7 Global Form Fix */

/* Remove CF7 auto paragraphs */
.wpcf7-form p{
    margin:0 !important;
    padding:0 !important;
}

/* Remove automatic line breaks */
.wpcf7-form br{
    display:none;
}

/* Remove wrapper spacing */
.wpcf7-form .wpcf7-form-control-wrap{
    display:block;
    margin:0;
    padding:0;
}

/* Remove any margins on controls */
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select{
    margin:0;
}

.logo-item img.make-white {
    filter: brightness(0) invert(1);
}

/* Terms, Privacy and Information Security pages */
.blb-legal-page {
	max-width: 56rem;
	margin-inline: auto;
	padding: clamp(3rem, 7vw, 5rem) clamp(1.25rem, 4vw, 2rem);
	color: #334155;
	font-size: 1rem;
	line-height: 1.75;
}

/* Page header */
.blb-legal-page > header {
	margin-bottom: clamp(2.5rem, 6vw, 4rem);
	padding-bottom: 2rem;
	border-bottom: 1px solid #e2e8f0;
}

.blb-legal-page > header h1 {
	margin-top: 0.75rem;
	font-size: clamp(2rem, 5vw, 2.75rem);
	line-height: 1.15;
	letter-spacing: -0.025em;
}

.blb-legal-page > header > div {
	margin-top: 1rem;
}

/* Main legal content */
.blb-legal-page > div {
	display: flex;
	flex-direction: column;
	gap: clamp(2.5rem, 5vw, 3.5rem);
}

/* Keep headings with their content */
.blb-legal-page section {
	scroll-margin-top: 7rem;
}

.blb-legal-page section > h2 {
	margin: 0 0 1rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid #e2e8f0;
	font-size: 1.25rem;
	line-height: 1.4;
	color: #0f172a;
}

.blb-legal-page section > h3 {
	margin: 1.75rem 0 0.625rem;
	font-size: 1.05rem;
	line-height: 1.5;
	color: #0f172a;
}

/* Paragraph spacing */
.blb-legal-page section p {
	margin: 0;
}

.blb-legal-page section p + p {
	margin-top: 1rem;
}

.blb-legal-page section h3 + p {
	margin-top: 0.5rem;
}

/* Lists */
.blb-legal-page ul,
.blb-legal-page ol {
	margin: 1rem 0 0;
	padding-left: 1.5rem;
}

.blb-legal-page li {
	padding-left: 0.375rem;
}

.blb-legal-page li + li {
	margin-top: 0.625rem;
}

.blb-legal-page li::marker {
	color: #007e77;
}

/* Links */
.blb-legal-page a {
	color: #007e77;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.blb-legal-page a:hover,
.blb-legal-page a:focus-visible {
	color: #005f5a;
}

/* Contact card */
.blb-legal-page section:last-child > div {
	margin-top: 1rem;
	padding: clamp(1.25rem, 4vw, 1.75rem);
	border: 1px solid #dbe4e3;
	border-radius: 0.875rem;
	background: #f8fafc;
}

/* Mobile adjustments */
@media (max-width: 640px) {
	.blb-legal-page {
		padding-top: 2.75rem;
		padding-bottom: 3.5rem;
		font-size: 0.975rem;
		line-height: 1.7;
	}

	.blb-legal-page > header {
		margin-bottom: 2.5rem;
		padding-bottom: 1.5rem;
	}

	.blb-legal-page > div {
		gap: 2.5rem;
	}

	.blb-legal-page section > h2 {
		font-size: 1.125rem;
	}

	.blb-legal-page ul,
	.blb-legal-page ol {
		padding-left: 1.25rem;
	}
}