body.fa-seo-v2-body {
    margin: 0;
    background: #07121a;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.fa-seo-v2-page {
    min-height: 100vh;
    background:
        linear-gradient(90deg, rgba(3,12,20,0.82), rgba(3,12,20,0.58), rgba(3,12,20,0.24)),
        url('/wp-content/uploads/2026/06/background-image.png') top center / cover no-repeat fixed;
}

.fa-v2-wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 28px;
}

.fa-v2-header {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 28px 0 26px;
}

.fa-v2-logo img {
    width: 180px;
    height: auto;
    display: block;
}

.fa-v2-nav {
    display: flex;
    gap: 42px;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 700;
}

.fa-v2-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.fa-v2-nav a:first-child {
    border-bottom: 4px solid #ffd21f;
    padding-bottom: 12px;
}

.fa-v2-hero {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 36px;
    align-items: center;
    padding: 22px 0 24px;
}

.fa-v2-breadcrumbs,
.fa-v2-breadcrumbs a {
    color: rgba(255,255,255,0.88);
    text-decoration: none;
    font-size: 16px;
}

.fa-v2-breadcrumbs strong {
    color: #ffd21f;
}

.fa-v2-hero h1 {
    font-size: clamp(36px, 4.8vw, 56px);
    line-height: 1.02;
    margin: 22px 0 16px;
    letter-spacing: -2px;
}

.fa-v2-yellow-line {
    width: 44px;
    height: 4px;
    background: #ffd21f;
    margin-bottom: 16px;
}

.fa-v2-intro {
    font-size: 22px;
    line-height: 1.45;
    font-weight: 700;
    max-width: 660px;
    margin: 0 0 14px;
}

.fa-v2-sub {
    font-size: 18px;
    line-height: 1.45;
    max-width: 760px;
    margin-bottom: 22px;
    white-space: nowrap;
}

.fa-v2-regbox {
    background: #ffd21f;
    border-radius: 14px;
    padding: 18px;
    max-width: 620px;
    color: #111;
    box-shadow: 0 18px 45px rgba(0,0,0,0.35);
}

.fa-v2-regbox-title {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
}

.fa-v2-regrow {
    display: flex;
    gap: 12px;
    align-items: center;
}

.fa-v2-uk {
    width: 48px;
    height: 58px;
    border-radius: 8px;
    background: #07121a;
    color: #ffd21f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 14px;
}

.fa-v2-regbox input {
    flex: 1;
    min-width: 120px;
    border: 0;
    border-radius: 8px;
    padding: 17px 18px;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

.fa-v2-regbox button {
    border: 0;
    border-radius: 8px;
    background: #ff1f2d;
    color: #fff;
    padding: 17px 30px;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
}

.fa-v2-regnote {
    margin: 10px 0 0 72px;
    font-size: 14px;
    font-weight: 800;
}

.fa-v2-car {
    width: 100%;
    min-height: 300px;
    max-height: 430px;
    object-fit: contain;
    filter: drop-shadow(0 22px 28px rgba(0,0,0,0.45));
}

.fa-v2-trustbar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 14px;
    background: rgba(3,12,20,0.62);
    margin: 8px 0 26px;
    overflow: hidden;
}

.fa-v2-trust {
    padding: 24px;
    border-right: 1px solid rgba(255,255,255,0.18);
}

.fa-v2-trust:last-child {
    border-right: 0;
}

.fa-v2-trust strong {
    display: block;
    font-size: 19px;
    margin-bottom: 6px;
}

.fa-v2-trust p {
    margin: 0;
    color: rgba(255,255,255,0.86);
}

.fa-v2-content {
    display: grid;
    grid-template-columns: 1.35fr 0.75fr 0.65fr;
    gap: 14px;
    align-items: stretch;
    padding-bottom: 70px;
}

.fa-v2-card {
    border: 1px solid rgba(255,255,255,0.24);
    border-radius: 12px;
    background: rgba(3,12,20,0.72);
    padding: 26px;
    color: #fff;
}

.fa-v2-card-light {
    background: #f4f4f4;
    color: #07121a;
}

.fa-v2-card h2 {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.15;
}

.fa-v2-card p {
    margin-top: 0;
}

.fa-v2-checks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 24px;
    margin-top: 18px;
    font-weight: 700;
}

.fa-v2-checks div::before {
    content: "✓";
    display: inline-block;
    background: #5faa35;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 9px;
}

.fa-v2-redbtn {
    display: inline-block;
    background: #ed111b;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    padding: 16px 28px;
    font-size: 17px;
    font-weight: 900;
    margin-top: 16px;
}

.fa-v2-side-list a {
    display: block;
    color: #fff;
    margin: 8px 0;
}

@media (max-width: 980px) {
    .fa-v2-header,
    .fa-v2-hero,
    .fa-v2-content {
        grid-template-columns: 1fr;
        display: block;
    }

    .fa-v2-nav {
        gap: 18px;
    }

    .fa-v2-trustbar {
        grid-template-columns: 1fr 1fr;
    }

    .fa-v2-sub {
        white-space: normal;
    }
}

@media (max-width: 600px) {
    .fa-v2-wrap {
        padding: 0 18px;
    }

    .fa-v2-logo img {
        width: 150px;
    }

    .fa-v2-trustbar,
    .fa-v2-checks {
        grid-template-columns: 1fr;
    }

    .fa-v2-regrow {
        flex-wrap: wrap;
    }

    .fa-v2-regnote {
        margin-left: 0;
    }
}

.fa-builder-card {
    max-width: 980px;
    margin: 40px auto 80px;
    background: rgba(3,12,20,0.78);
    border: 1px solid rgba(255,255,255,0.24);
    border-radius: 22px;
    padding: 34px;
    color: #fff;
    box-shadow: 0 20px 55px rgba(0,0,0,0.35);
}

.fa-builder-card h1 {
    font-size: clamp(34px, 5vw, 54px);
    line-height: 1.05;
    margin: 0 0 12px;
}

.fa-builder-card > p {
    font-size: 19px;
    margin-bottom: 26px;
    color: rgba(255,255,255,0.88);
}

.fa-builder-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 26px 0;
}

.fa-builder-step {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 14px;
    padding: 14px;
    font-weight: 800;
    text-align: center;
}

.fa-builder-step.active {
    background: #ffd21f;
    color: #111;
}

.fa-builder-summary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin: 28px 0;
}

.fa-builder-summary p {
    margin: 0;
    background: #fff;
    color: #07121a;
    border-radius: 14px;
    padding: 16px;
    font-size: 17px;
}

.fa-builder-form-section {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 18px;
    padding: 24px;
    margin-top: 22px;
}

.fa-builder-form-section h2 {
    margin-top: 0;
    font-size: 28px;
}

.fa-builder-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.fa-builder-field label {
    display: block;
    font-weight: 800;
    margin-bottom: 7px;
}

.fa-builder-field input,
.fa-builder-field select,
.fa-builder-field textarea {
    width: 100%;
    box-sizing: border-box;
    border: 0;
    border-radius: 10px;
    padding: 15px;
    font-size: 17px;
}

.fa-builder-field textarea {
    min-height: 120px;
}

.fa-builder-submit {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 14px;
    background: #ed111b;
    color: #fff;
    padding: 18px 28px;
    font-size: 20px;
    font-weight: 900;
    margin-top: 24px;
    cursor: pointer;
}

@media (max-width: 800px) {
    .fa-builder-steps,
    .fa-builder-summary,
    .fa-builder-grid {
        grid-template-columns: 1fr;
    }

    .fa-builder-card {
        padding: 24px;
        margin: 24px auto 60px;
    }
}

/* Compact request builder top area */
.fa-builder-steps{
    gap:12px !important;
    margin:18px 0 22px !important;
}

.fa-builder-step{
    min-height:auto !important;
    padding:12px 16px !important;
    border-radius:14px !important;
    font-size:16px !important;
    line-height:1.25 !important;
}

.fa-builder-summary{
    gap:12px !important;
    margin:18px 0 26px !important;
}

.fa-builder-summary p{
    min-height:auto !important;
    padding:13px 16px !important;
    border-radius:14px !important;
    font-size:15px !important;
    line-height:1.35 !important;
}

.fa-builder-card{
    padding-top:22px !important;
}

.fa-builder-card h1{
    font-size:clamp(38px,4.8vw,62px) !important;
    margin-bottom:8px !important;
}

.fa-builder-card > p{
    margin-bottom:18px !important;
}


/* Final compact request builder proportions */
.fa-builder-card{
    max-width:1180px !important;
    padding:26px 34px 34px !important;
}

.fa-builder-card h1{
    font-size:52px !important;
    line-height:1.05 !important;
}

.fa-builder-card > p{
    font-size:20px !important;
}

.fa-builder-steps{
    grid-template-columns:repeat(4,1fr) !important;
    gap:14px !important;
}

.fa-builder-step{
    padding:10px 14px !important;
    font-size:15px !important;
    min-height:58px !important;
}

.fa-builder-summary{
    grid-template-columns:repeat(4,1fr) !important;
    gap:14px !important;
}

.fa-builder-summary p{
    padding:12px 16px !important;
    font-size:15px !important;
    min-height:54px !important;
}

.fa-builder-form-section{
    padding:22px 28px 28px !important;
    margin-top:22px !important;
}

.fa-builder-form-section h2{
    font-size:30px !important;
    margin-bottom:10px !important;
}

.fa-builder-form-section > p{
    font-size:17px !important;
    margin-bottom:18px !important;
}

.fa-selection-grid{
    display:grid !important;
    grid-template-columns:repeat(4,1fr) !important;
    gap:16px !important;
}

.fa-builder-form-section .fa-card-select{
    min-height:155px !important;
    padding:16px 12px !important;
    border-radius:16px !important;
    background:linear-gradient(180deg, rgba(12,28,39,.96), rgba(4,14,22,.96)) !important;
}

.fa-builder-form-section .fa-card-select:hover{
    border-color:#FFD21F !important;
    transform:translateY(-2px) !important;
}

.fa-builder-form-section .fa-card-image{
    width:82px !important;
    max-height:60px !important;
    margin:0 auto 10px !important;
}

.fa-builder-form-section .fa-card-label{
    font-size:18px !important;
    line-height:1.1 !important;
}

.fa-builder-form-section .fa-card-small{
    font-size:14px !important;
}

@media(max-width:900px){
    .fa-selection-grid{
        grid-template-columns:repeat(2,1fr) !important;
    }
}


/* OVERRIDE - smaller request builder layout */
.fa-builder-card{
    max-width:980px !important;
    padding:22px 26px 30px !important;
    margin:24px auto 60px !important;
}

.fa-builder-card h1{
    font-size:42px !important;
    line-height:1.05 !important;
    margin:0 0 10px !important;
}

.fa-builder-card > p{
    font-size:16px !important;
    margin:0 0 16px !important;
}

.fa-builder-steps{
    grid-template-columns:repeat(4,1fr) !important;
    gap:10px !important;
    margin:14px 0 18px !important;
}

.fa-builder-step{
    padding:8px 10px !important;
    min-height:48px !important;
    font-size:14px !important;
    border-radius:12px !important;
}

.fa-builder-summary{
    grid-template-columns:repeat(4,1fr) !important;
    gap:10px !important;
    margin:14px 0 20px !important;
}

.fa-builder-summary p{
    padding:10px 12px !important;
    min-height:48px !important;
    font-size:14px !important;
    border-radius:12px !important;
}

.fa-builder-form-section{
    padding:18px 20px 22px !important;
    margin-top:16px !important;
}

.fa-builder-form-section h2{
    font-size:26px !important;
    margin:0 0 8px !important;
}

.fa-selection-grid{
    grid-template-columns:repeat(4,1fr) !important;
    gap:12px !important;
}

.fa-builder-form-section .fa-card-select{
    min-height:130px !important;
    padding:12px 10px !important;
}

.fa-builder-form-section .fa-card-label{
    font-size:16px !important;
}

.fa-builder-form-section .fa-card-small{
    font-size:13px !important;
}


/* ===== Request Builder V3 - Match approved mockup style ===== */

.fa-builder-v3{
    max-width:1040px !important;
    margin:22px auto 50px !important;
    padding:38px 44px 46px !important;
    background:rgba(3,12,20,.86) !important;
    border:1px solid rgba(255,255,255,.24) !important;
    border-radius:24px !important;
    box-shadow:0 22px 70px rgba(0,0,0,.38) !important;
}

.fa-builder-v3 h1{
    font-size:44px !important;
    line-height:1.05 !important;
    margin:0 0 10px !important;
    font-weight:900 !important;
    letter-spacing:-1px !important;
}

.fa-builder-v3 h1 span{
    color:#FFD21F !important;
}

.fa-builder-v3 h1:after{
    content:"";
    display:block;
    width:46px;
    height:4px;
    background:#FFD21F;
    border-radius:4px;
    margin-top:14px;
}

.fa-builder-v3 > p{
    font-size:17px !important;
    line-height:1.5 !important;
    margin:0 0 22px !important;
    color:rgba(255,255,255,.82) !important;
}

/* progress */
.fa-builder-steps-v3{
    display:grid !important;
    grid-template-columns:repeat(4,1fr) !important;
    gap:12px !important;
    margin:20px 0 18px !important;
}

.fa-builder-steps-v3 .fa-builder-step{
    min-height:46px !important;
    padding:10px 14px !important;
    border-radius:13px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:10px !important;
    background:rgba(255,255,255,.06) !important;
    border:1px solid rgba(255,255,255,.20) !important;
    color:#fff !important;
    box-shadow:none !important;
}

.fa-builder-steps-v3 .fa-builder-step.active{
    background:#FFD21F !important;
    color:#07121A !important;
    border-color:#FFD21F !important;
}

.fa-builder-steps-v3 .fa-builder-step strong{
    width:26px;
    height:26px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.22);
    font-size:14px;
    font-weight:900;
}

.fa-builder-steps-v3 .fa-builder-step span{
    font-size:15px;
    font-weight:900;
}

/* summary cards */
.fa-builder-summary-v3{
    display:grid !important;
    grid-template-columns:repeat(4,1fr) !important;
    gap:12px !important;
    margin:0 0 22px !important;
}

.fa-summary-box{
    min-height:58px;
    padding:12px 14px;
    border-radius:12px;
    display:flex;
    align-items:center;
    gap:12px;
    background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.18);
    color:#fff;
}

.fa-summary-icon{
    color:#FFD21F;
    font-weight:900;
    font-size:22px;
    min-width:28px;
    text-align:center;
}

.fa-summary-box strong{
    display:block;
    font-size:13px;
    color:rgba(255,255,255,.72);
    margin-bottom:3px;
}

.fa-summary-box span{
    display:block;
    font-size:16px;
    font-weight:900;
    color:#fff;
}

.fa-summary-status span{
    color:#39d75f;
}

/* part panel */
.fa-part-panel-v3{
    padding:26px 30px 30px !important;
    border-radius:18px !important;
    margin-top:18px !important;
    background:rgba(6,18,28,.72) !important;
    border:1px solid rgba(255,255,255,.20) !important;
}

.fa-part-panel-v3 h2{
    font-size:28px !important;
    margin:0 0 8px !important;
    font-weight:900 !important;
}

.fa-part-panel-v3 h2:before{
    content:"";
    display:inline-block;
    width:4px;
    height:24px;
    background:#FFD21F;
    border-radius:4px;
    margin-right:14px;
    vertical-align:-4px;
}

.fa-part-panel-v3 > p{
    margin:0 0 20px !important;
    color:rgba(255,255,255,.78);
    font-size:16px;
}

/* selector cards */
.fa-part-panel-v3 .fa-selection-grid{
    display:grid !important;
    grid-template-columns:repeat(4,1fr) !important;
    gap:14px !important;
}

.fa-part-panel-v3 .fa-card-select{
    min-height:178px !important;
    padding:16px 12px !important;
    border-radius:14px !important;
    background:linear-gradient(180deg,rgba(15,31,43,.88),rgba(5,15,23,.92)) !important;
    border:1px solid rgba(255,255,255,.20) !important;
    box-shadow:none !important;
    color:#fff !important;
}

.fa-part-panel-v3 .fa-card-select:hover,
.fa-part-panel-v3 .fa-card-select:has(input:checked){
    border-color:#FFD21F !important;
    background:linear-gradient(180deg,rgba(35,35,18,.75),rgba(5,15,23,.95)) !important;
    transform:translateY(-2px) !important;
}

.fa-part-panel-v3 .fa-card-image{
    width:118px !important;
    height:72px !important;
    max-height:72px !important;
    object-fit:contain !important;
    margin:0 auto 12px !important;
}

.fa-part-panel-v3 .fa-card-label{
    font-size:17px !important;
    line-height:1.1 !important;
    font-weight:900 !important;
    color:#fff !important;
}

.fa-part-panel-v3 .fa-card-small{
    font-size:13px !important;
    color:rgba(255,255,255,.78) !important;
    margin-top:4px !important;
}

.fa-builder-continue-wrap{
    border-top:1px solid rgba(255,255,255,.18);
    margin-top:22px;
    padding-top:22px;
    text-align:center;
}

.fa-builder-continue{
    border:0;
    border-radius:10px;
    background:#FFD21F;
    color:#07121A;
    font-weight:900;
    font-size:17px;
    padding:13px 70px;
    cursor:pointer;
}

@media(max-width:900px){
    .fa-builder-v3{
        padding:24px 18px 30px !important;
    }

    .fa-builder-steps-v3,
    .fa-builder-summary-v3{
        grid-template-columns:repeat(2,1fr) !important;
    }

    .fa-part-panel-v3 .fa-selection-grid{
        grid-template-columns:repeat(2,1fr) !important;
    }
}


/* Door image placeholder test */
.fa-part-panel-v3 .fa-card-image{
    display:block !important;
    width:150px !important;
    height:95px !important;
    object-fit:contain !important;
    margin:0 auto 14px !important;
}

.fa-part-panel-v3 .fa-card-select{
    min-height:210px !important;
    justify-content:center !important;
}


.fa-builder-back{
    border:1px solid rgba(255,255,255,.25);
    border-radius:10px;
    background:rgba(255,255,255,.06);
    color:#fff;
    font-weight:800;
    font-size:16px;
    padding:13px 34px;
    cursor:pointer;
    margin-right:12px;
}

.fa-customer-panel-v3{
    padding:26px 30px 30px !important;
    border-radius:18px !important;
    margin-top:18px !important;
    background:rgba(6,18,28,.72) !important;
    border:1px solid rgba(255,255,255,.20) !important;
}

.fa-customer-panel-v3 h2{
    font-size:28px !important;
    margin:0 0 8px !important;
    font-weight:900 !important;
}

.fa-customer-panel-v3 h2:before{
    content:"";
    display:inline-block;
    width:4px;
    height:24px;
    background:#FFD21F;
    border-radius:4px;
    margin-right:14px;
    vertical-align:-4px;
}


.fa-single-part-image-card{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:220px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:16px;
    background:rgba(255,255,255,.04);
    margin:18px 0;
}

.fa-single-part-image-card img{
    max-width:420px;
    max-height:210px;
    object-fit:contain;
}


/* Compact selector card text globally */
.fa-part-panel-v3 .fa-card-label{
    font-size:14px !important;
    line-height:1.05 !important;
    white-space:nowrap !important;
    letter-spacing:-0.2px !important;
}

.fa-part-panel-v3 .fa-card-small{
    font-size:12px !important;
    line-height:1.1 !important;
    white-space:nowrap !important;
}

.fa-part-panel-v3 .fa-card-select{
    padding-left:8px !important;
    padding-right:8px !important;
}


/* Better spacing between form fields */
.fa-part-panel-v3 label {
    display: block;
    margin-top: 18px;
    margin-bottom: 8px;
}

.fa-part-panel-v3 select,
.fa-part-panel-v3 input,
.fa-part-panel-v3 textarea {
    margin-bottom: 14px;
}


/* Stronger form spacing fix */
.fa-part-panel-v3 .fa-builder-field{
    margin-top:22px !important;
    margin-bottom:22px !important;
}

.fa-part-panel-v3 .fa-builder-field label{
    display:block !important;
    margin-bottom:10px !important;
}

.fa-part-panel-v3 .fa-select,
.fa-part-panel-v3 .fa-input,
.fa-part-panel-v3 .fa-textarea{
    margin-top:8px !important;
}


/* Final field spacing */
.fa-field-spaced{
    display:block !important;
    margin:24px 0 26px !important;
    clear:both !important;
}

.fa-field-spaced label{
    display:block !important;
    margin-bottom:10px !important;
}


/* Force breathing room above form labels */
.fa-part-panel-v3 .fa-selection-grid + .fa-builder-field,
.fa-part-panel-v3 .fa-single-part-image-card + .fa-builder-field{
    margin-top:34px !important;
}

.fa-part-panel-v3 .fa-builder-field + .fa-builder-field{
    margin-top:30px !important;
}

.fa-part-panel-v3 .fa-builder-field label{
    padding-bottom:10px !important;
}


/* Better single part image display */
.fa-single-part-image-card{
    min-height:220px !important;
    padding:20px !important;
}

.fa-single-part-image-card img{
    max-width:760px !important;
    max-height:260px !important;
    width:auto !important;
    height:auto !important;
    object-fit:contain !important;
}





.fa-request-title-line{
    width:55px;
    height:4px;
    border-radius:99px;
    background:#ffcb22;
    margin:10px auto 24px;
}

.fa-request-step,
.fa-progress-percent{
    text-align:center;
}

.fa-progress-percent{
    font-size:48px;
    font-weight:800;
    line-height:1;
    margin:18px 0 28px;
}

.fa-progress-bar{
    height:14px;
    border-radius:999px;
    overflow:hidden;
}

.fa-progress-fill{
    box-shadow:0 0 12px rgba(255,203,34,.45);
}


/* ---------- Progress List v2 ---------- */

.fa-progress-status{
    list-style:none;
    margin:30px 0 0;
    padding:0;
}

.fa-progress-status li{
    font-size:17px;
    font-weight:600;
    color:#6f6f6f;
    padding:10px 0;
    border-bottom:1px solid rgba(255,255,255,.05);
}

.fa-progress-status li.done{
    color:#ffffff;
}

.fa-progress-status li.current{
    color:#ffcb22;
}

.fa-progress-section,
.fa-progress-list,
.fa-progress-message{
    display:none;
}


/* ---------- Request Progress Card Tweaks ---------- */

.fa-builder-sidebar{
    margin-top:0;
}

.fa-request-status-card{
    background:rgba(8,16,24,.82) !important;
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);

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

    box-shadow:
        0 20px 50px rgba(0,0,0,.35);

    border-radius:22px;
}


/* ===== Part Details + SmartSearch Layout ===== */

.fa-part-layout{
    display:flex;
    align-items:flex-start;
    gap:30px;
}

.fa-part-column{
    flex:1;
    min-width:0;
}

.fa-part-layout .fa-builder-sidebar{
    width:340px;
    flex-shrink:0;
    margin-top:18px;
}

@media (max-width:1100px){

    .fa-part-layout{
        display:block;
    }

    .fa-part-layout .fa-builder-sidebar{
        width:100%;
        margin-top:30px;
    }

}


/* ======================================================
   SmartSearch Engine
====================================================== */

.fa-smartsearch{

    display:flex;
    align-items:center;
    gap:12px;

    margin:12px 0 18px;

    padding:10px 18px;

    border-radius:18px;

    background:linear-gradient(
        180deg,
        rgba(14,28,40,.95),
        rgba(7,18,28,.98)
    );

    border:2px solid rgba(255,210,31,.65);

}

.fa-smartsearch-icon{

    width:40px;
    height:40px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    font-size:20px;

    background:rgba(255,210,31,.08);

    border:2px solid rgba(255,210,31,.20);

}

.fa-smartsearch-content{

    flex:1;

}

.fa-smartsearch h3{

    margin:0;

    font-size:20px;

    font-weight:900;

}

.fa-smartsearch h3 span{

    color:#FFD21F;

}

.fa-smartsearch p{

    margin:8px 0 22px;

    color:rgba(255,255,255,.82);

    font-size:13px;

}

.fa-smartsearch-progress{

    display:flex;
    align-items:center;
    gap:12px;

}

.fa-smartsearch-bar{

    flex:1;

    height:6px;

    border-radius:999px;

    overflow:hidden;

    background:#26313d;

}

.fa-smartsearch-fill{

    height:100%;

    background:#FFD21F;

    border-radius:999px;

}

.fa-smartsearch-percent{

    color:#38d85d;

    font-size:22px;

    font-weight:900;

}

@media(max-width:900px){

.fa-smartsearch{

    flex-direction:column;
    text-align:center;

}

.fa-smartsearch-progress{

    width:100%;
    flex-direction:column;

}

}


.fa-smartsearch-status{

    margin-top:10px;

    font-size:13px;

    color:rgba(255,255,255,.70);

    letter-spacing:.3px;

}

