@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Poppins:wght@400;500;600;700;800&display=swap');

/* ===== FDW BASE (single maid) ===== */
.fdw-maid{
    --fdw-bg:#fafafa;
    --fdw-card:#ffffff;
    --fdw-ink:#1a1a1a;
    --fdw-ink-dim:#6b7280;
    --fdw-ink-mute:#9ca3af;
    --fdw-line:#e5e7eb;
    --fdw-line-strong:#d1d5db;
    --fdw-accent:#0ea5e9;
    --fdw-accent-dark:#0284c7;
    --fdw-success:#10b981;
    --fdw-warning:#f59e0b;
    --fdw-danger:#ef4444;
    --fdw-radius:12px;
    --fdw-shadow:0 2px 8px rgba(0,0,0,.06);
    --fdw-shadow-lg:0 8px 24px rgba(0,0,0,.08);
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;
    max-width:1100px;margin:40px auto;padding:0 20px;color:var(--fdw-ink);
}
.fdw-maid *{box-sizing:border-box}

.fdw-maid__hero{margin-bottom:48px}
.fdw-maid__hero-inner{
    display:grid;grid-template-columns:380px 1fr;gap:40px;
    background:var(--fdw-card);border:1px solid var(--fdw-line);
    border-radius:var(--fdw-radius);padding:32px;box-shadow:var(--fdw-shadow);
}
.fdw-maid__photo{position:relative;border-radius:var(--fdw-radius);overflow:hidden;background:#f3f4f6;aspect-ratio:3/4}
.fdw-maid__photo img{width:100%;height:100%;object-fit:cover;display:block}
.fdw-maid__photo-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:var(--fdw-ink-mute);font-size:14px}
.fdw-maid__status{position:absolute;top:12px;right:12px;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600;color:#fff}
.fdw-maid__status--reserved{background:var(--fdw-warning)}
.fdw-maid__status--placed{background:var(--fdw-ink-dim)}
.fdw-maid__status--withdrawn{background:var(--fdw-danger)}

.fdw-maid__intro{display:flex;flex-direction:column;gap:8px;padding-top:8px}
.fdw-maid__ref{font-size:12px;letter-spacing:.12em;color:var(--fdw-ink-mute);text-transform:uppercase;font-weight:600}
.fdw-maid__name{font-size:36px;font-weight:700;line-height:1.1;margin:4px 0 2px}
.fdw-maid__sub{color:var(--fdw-ink-dim);font-size:15px;margin-bottom:14px}
.fdw-maid__salary{font-size:18px;font-weight:600;color:var(--fdw-accent);margin-bottom:20px}
.fdw-maid__hero-cta{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto}

.fdw-btn{
    display:inline-flex;align-items:center;gap:8px;
    padding:12px 20px;border-radius:999px;font-size:14px;font-weight:600;
    text-decoration:none;cursor:pointer;border:1px solid transparent;
    transition:all .2s ease;font-family:inherit;
}
.fdw-btn--primary{background:var(--fdw-accent);color:#fff;border-color:var(--fdw-accent)}
.fdw-btn--primary:hover{background:var(--fdw-accent-dark);border-color:var(--fdw-accent-dark);color:#fff}
.fdw-btn--ghost{background:transparent;color:var(--fdw-ink);border-color:var(--fdw-line-strong)}
.fdw-btn--ghost:hover{background:var(--fdw-ink);color:#fff;border-color:var(--fdw-ink)}
/* WhatsApp inquiry button (green, beats Elementor button defaults) */
.fdw-btn--wa{background:#25D366 !important;border-color:#25D366 !important;color:#fff !important}
.fdw-btn--wa:hover,.fdw-btn--wa:focus{background:#1da851 !important;border-color:#1da851 !important;color:#fff !important}
/* Submit buttons render as <button>, which Elementor/Hello recolours with its
   own (pink) accent. Re-assert our brand colours so they match the anchor buttons. */
button.fdw-btn--primary{background:var(--fdw-accent) !important;border-color:var(--fdw-accent) !important;color:#fff !important}
button.fdw-btn--primary:hover,button.fdw-btn--primary:focus{background:var(--fdw-accent-dark) !important;border-color:var(--fdw-accent-dark) !important;color:#fff !important}
button.fdw-btn--ghost{background:transparent !important;color:var(--fdw-ink) !important;border-color:var(--fdw-line-strong) !important}
button.fdw-btn--ghost:hover,button.fdw-btn--ghost:focus{background:var(--fdw-ink) !important;color:#fff !important;border-color:var(--fdw-ink) !important}

/* Skills assessment (star ratings derived from skills + experience) */
.fdw-maid__assess{display:flex;flex-direction:column;gap:10px}
.fdw-maid__assess-row{
    display:flex;align-items:center;justify-content:space-between;gap:16px;
    padding:13px 18px;background:#f9fafb;border:1px solid var(--fdw-line);border-radius:8px;
}
.fdw-maid__assess-label{font-size:14.5px;font-weight:500;color:var(--fdw-ink)}
.fdw-maid__assess-note{font-size:12px;color:var(--fdw-ink-mute);margin:12px 0 0;font-style:italic}
.fdw-stars{display:inline-flex;gap:3px;flex-shrink:0}
.fdw-star{color:#d8dade;font-size:16px;line-height:1}
.fdw-star.is-on{color:#E8B53A}

.fdw-maid__section{
    background:var(--fdw-card);border:1px solid var(--fdw-line);
    border-radius:var(--fdw-radius);padding:28px;margin-bottom:20px;box-shadow:var(--fdw-shadow);
}
.fdw-maid__h2{font-size:18px;font-weight:700;margin:0 0 16px;color:var(--fdw-ink)}
.fdw-maid__bio{font-size:15px;line-height:1.7;color:var(--fdw-ink);margin:0}
.fdw-maid__wysiwyg{font-size:15px;line-height:1.7;color:var(--fdw-ink)}
.fdw-maid__wysiwyg p{margin:0 0 1em}

.fdw-maid__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-top:18px}
.fdw-maid__fact span{display:block;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--fdw-ink-mute);margin-bottom:6px;font-weight:600}
.fdw-maid__fact b{font-size:15px;color:var(--fdw-ink);font-weight:500}

.fdw-maid__chips{display:flex;flex-wrap:wrap;gap:8px}
.fdw-chip{padding:6px 14px;background:#f3f4f6;border-radius:999px;font-size:13px;color:var(--fdw-ink);border:1px solid var(--fdw-line)}

.fdw-maid__willing{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}
.fdw-maid__willing-item{
    display:flex;align-items:center;gap:8px;padding:10px 14px;
    border-radius:8px;font-size:14px;font-weight:500;border:1px solid var(--fdw-line);
}
.fdw-maid__willing-item.is-yes{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}
.fdw-maid__willing-item.is-no{background:#fef2f2;border-color:#fecaca;color:#991b1b}
.fdw-maid__willing-icon{font-weight:700}

.fdw-maid__gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}
.fdw-maid__gallery img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px;display:block;transition:transform .25s}
.fdw-maid__gallery a:hover img{transform:scale(1.03)}

.fdw-maid__refs{display:flex;flex-direction:column;gap:14px}
.fdw-maid__ref-item{padding:14px 16px;background:#f9fafb;border-radius:8px;border:1px solid var(--fdw-line)}
.fdw-maid__ref-employer{font-weight:600;font-size:15px;color:var(--fdw-ink)}
.fdw-maid__ref-period{font-size:13px;color:var(--fdw-ink-dim);margin-top:2px}
.fdw-maid__ref-notes{font-size:14px;color:var(--fdw-ink);margin-top:6px;line-height:1.5}

.fdw-maid__wall{
    background:linear-gradient(135deg,#0ea5e9 0%,#0284c7 100%);
    border-radius:var(--fdw-radius);padding:48px 28px;text-align:center;color:#fff;margin-top:24px;
}
.fdw-maid__wall-lock{font-size:48px;margin-bottom:12px}
.fdw-maid__wall h2{font-size:26px;font-weight:700;margin:0 0 10px;color:#fff}
.fdw-maid__wall p{font-size:15px;color:rgba(255,255,255,.9);max-width:480px;margin:0 auto 24px;line-height:1.6}
.fdw-maid__wall-cta{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.fdw-maid__wall .fdw-btn--primary{background:#fff;color:var(--fdw-accent);border-color:#fff}
.fdw-maid__wall .fdw-btn--primary:hover{background:#f9fafb;color:var(--fdw-accent-dark)}
.fdw-maid__wall .fdw-btn--ghost{color:#fff;border-color:rgba(255,255,255,.4)}
.fdw-maid__wall .fdw-btn--ghost:hover{background:rgba(255,255,255,.1);color:#fff;border-color:#fff}
.fdw-maid__wall-note{font-size:13px;color:rgba(255,255,255,.75);margin-top:18px}

@media (max-width:760px){
    .fdw-maid{margin:20px auto;padding:0 14px}
    .fdw-maid__hero-inner{grid-template-columns:1fr;padding:20px;gap:24px}
    .fdw-maid__name{font-size:28px}
    .fdw-maid__section{padding:20px}
    .fdw-maid__wall{padding:36px 20px}
    .fdw-maid__wall h2{font-size:22px}
}


/* ===== ARCHIVE ===== */
.fdw-arch{
    --fdw-bg:#fafafa;
    --fdw-card:#ffffff;
    --fdw-ink:#1a1a1a;
    --fdw-ink-dim:#6b7280;
    --fdw-ink-mute:#9ca3af;
    --fdw-line:#e5e7eb;
    --fdw-line-strong:#d1d5db;
    --fdw-accent:#0ea5e9;
    --fdw-accent-dark:#0284c7;
    --fdw-radius:12px;
    --fdw-shadow:0 2px 8px rgba(0,0,0,.06);
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;
    max-width:1280px;margin:40px auto;padding:0 20px;color:var(--fdw-ink);
}
.fdw-arch *{box-sizing:border-box}

.fdw-arch__header{margin-bottom:32px}
.fdw-arch__title{font-size:36px;font-weight:700;margin:0 0 8px;line-height:1.1}
.fdw-arch__sub{font-size:16px;color:var(--fdw-ink-dim);margin:0}

.fdw-arch__wrap{display:grid;grid-template-columns:280px 1fr;gap:32px;align-items:start}

.fdw-arch__filters{
    background:var(--fdw-card);border:1px solid var(--fdw-line);
    border-radius:var(--fdw-radius);padding:24px;box-shadow:var(--fdw-shadow);
    position:sticky;top:20px;max-height:calc(100vh - 40px);overflow-y:auto;
}
.fdw-arch__filters-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--fdw-line)}
.fdw-arch__filters-head h2{font-size:16px;font-weight:700;margin:0}
.fdw-arch__filters-actions{display:flex;align-items:center;gap:10px}
.fdw-arch__reset{background:transparent;border:none;color:var(--fdw-accent);font-size:13px;font-weight:600;cursor:pointer;padding:0;font-family:inherit}
.fdw-arch__reset:hover{text-decoration:underline}
.fdw-arch__filters-close{
    display:none;background:transparent;border:none;font-size:28px;line-height:1;
    color:var(--fdw-ink-dim);cursor:pointer;padding:0 4px;font-family:inherit;
}
.fdw-arch__filters-close:hover{color:var(--fdw-ink)}

.fdw-arch__fgroup{margin-bottom:22px}
.fdw-arch__flabel{display:block;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--fdw-ink-dim);margin-bottom:10px}

.fdw-arch__finput,.fdw-arch__fgroup select{
    width:100%;padding:9px 12px;border:1px solid var(--fdw-line-strong);border-radius:8px;
    font-size:14px;font-family:inherit;background:#fff;color:var(--fdw-ink);outline:none;
    transition:border-color .15s;
}
.fdw-arch__finput:focus,.fdw-arch__fgroup select:focus{border-color:var(--fdw-accent)}

.fdw-arch__frange{display:flex;align-items:center;gap:8px}
.fdw-arch__frange input{
    flex:1;padding:9px 12px;border:1px solid var(--fdw-line-strong);border-radius:8px;
    font-size:14px;font-family:inherit;outline:none;
}
.fdw-arch__frange input:focus{border-color:var(--fdw-accent)}
.fdw-arch__frange span{color:var(--fdw-ink-mute);font-weight:500}

.fdw-arch__fchecks{display:flex;flex-direction:column;gap:8px;max-height:200px;overflow-y:auto}
.fdw-arch__fcheck{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:var(--fdw-ink)}
.fdw-arch__fcheck input{accent-color:var(--fdw-accent);cursor:pointer}
.fdw-arch__fcheck:hover{color:var(--fdw-accent)}

.fdw-arch__toolbar{
    display:flex;justify-content:space-between;align-items:center;
    margin-bottom:20px;gap:12px;flex-wrap:wrap;
}
.fdw-arch__sortbox select{
    padding:9px 14px;border:1px solid var(--fdw-line-strong);border-radius:8px;
    font-size:14px;font-family:inherit;background:#fff;cursor:pointer;outline:none;
}
.fdw-arch__viewbox{display:flex;gap:4px;background:#f3f4f6;border-radius:8px;padding:3px}
.fdw-arch__view{
    background:transparent;border:none;padding:7px 10px;cursor:pointer;
    border-radius:6px;color:var(--fdw-ink-dim);display:flex;align-items:center;transition:all .15s;
}
.fdw-arch__view.is-active{background:#fff;color:var(--fdw-ink);box-shadow:0 1px 2px rgba(0,0,0,.06)}
.fdw-arch__view:hover{color:var(--fdw-ink)}

.fdw-arch__loading{
    text-align:center;padding:60px 20px;color:var(--fdw-ink-mute);font-size:14px;
}

.fdw-arch__list.is-grid{
    display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;
}
.fdw-arch__list.is-grid .fdw-card{
    background:var(--fdw-card);border:1px solid var(--fdw-line);border-radius:var(--fdw-radius);
    overflow:hidden;transition:all .2s ease;display:flex;flex-direction:column;text-decoration:none;color:inherit;
    box-shadow:var(--fdw-shadow);
}
.fdw-arch__list.is-grid .fdw-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.08);border-color:var(--fdw-accent)}
.fdw-arch__list.is-grid .fdw-card__photo{aspect-ratio:3/4;background:#f3f4f6;position:relative;overflow:hidden}
.fdw-arch__list.is-grid .fdw-card__photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}
.fdw-arch__list.is-grid .fdw-card:hover .fdw-card__photo img{transform:scale(1.03)}
.fdw-arch__list.is-grid .fdw-card__photo-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:var(--fdw-ink-mute);font-size:13px}
.fdw-arch__list.is-grid .fdw-card__status{position:absolute;top:10px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600;color:#fff;z-index:2}
.fdw-arch__list.is-grid .fdw-card__body{padding:16px;display:flex;flex-direction:column;gap:6px;flex:1}
.fdw-arch__list.is-grid .fdw-card__ref{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--fdw-ink-mute);font-weight:600}
.fdw-arch__list.is-grid .fdw-card__name{font-size:17px;font-weight:700;color:var(--fdw-ink);line-height:1.2}
.fdw-arch__list.is-grid .fdw-card__sub{font-size:13px;color:var(--fdw-ink-dim);line-height:1.4}
.fdw-arch__list.is-grid .fdw-card__chips{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}
.fdw-arch__list.is-grid .fdw-card__chips .fdw-chip{padding:3px 8px;font-size:11px;background:#f3f4f6;border-radius:999px;color:var(--fdw-ink-dim);border:1px solid transparent}
.fdw-arch__list.is-grid .fdw-card__salary{font-size:15px;font-weight:700;color:var(--fdw-accent);margin-top:auto;padding-top:8px}

.fdw-arch__list.is-list{display:flex;flex-direction:column;gap:14px}
.fdw-arch__list.is-list .fdw-card{
    display:grid;grid-template-columns:160px 1fr auto;gap:20px;align-items:center;
    background:var(--fdw-card);border:1px solid var(--fdw-line);border-radius:var(--fdw-radius);
    padding:16px;text-decoration:none;color:inherit;transition:all .2s ease;box-shadow:var(--fdw-shadow);
}
.fdw-arch__list.is-list .fdw-card:hover{border-color:var(--fdw-accent);box-shadow:0 8px 24px rgba(0,0,0,.08)}
.fdw-arch__list.is-list .fdw-card__photo{width:160px;height:200px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f3f4f6;position:relative}
.fdw-arch__list.is-list .fdw-card__photo img{width:100%;height:100%;object-fit:cover;display:block}
.fdw-arch__list.is-list .fdw-card__photo-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:var(--fdw-ink-mute);font-size:13px}
.fdw-arch__list.is-list .fdw-card__status{position:absolute;top:8px;padding:3px 8px;border-radius:999px;font-size:10px;font-weight:600;color:#fff;z-index:2}
.fdw-arch__list.is-list .fdw-card__body{display:flex;flex-direction:column;gap:8px;min-width:0}
.fdw-arch__list.is-list .fdw-card__ref{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--fdw-ink-mute);font-weight:600}
.fdw-arch__list.is-list .fdw-card__name{font-size:20px;font-weight:700;color:var(--fdw-ink);margin:0}
.fdw-arch__list.is-list .fdw-card__sub{font-size:14px;color:var(--fdw-ink-dim)}
.fdw-arch__list.is-list .fdw-card__chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}
.fdw-arch__list.is-list .fdw-card__chips .fdw-chip{padding:4px 10px;font-size:12px;background:#f3f4f6;border-radius:999px;color:var(--fdw-ink-dim);border:1px solid transparent}
.fdw-arch__list.is-list .fdw-card__bio{font-size:13.5px;color:var(--fdw-ink-dim);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.fdw-arch__list.is-list .fdw-card__meta{display:flex;flex-direction:column;align-items:flex-end;gap:10px;flex-shrink:0}
.fdw-arch__list.is-list .fdw-card__salary{font-size:18px;font-weight:700;color:var(--fdw-accent);white-space:nowrap}
.fdw-arch__list.is-list .fdw-card__cta{padding:8px 16px;background:var(--fdw-accent);color:#fff;border-radius:999px;font-size:13px;font-weight:600;white-space:nowrap}

.fdw-card__status--reserved{background:#f59e0b}
.fdw-card__status--placed{background:#6b7280}
.fdw-card__status--withdrawn{background:#ef4444}


/* ===== HEART BUTTON ===== */
.fdw-card__photo,
.fdw-shortlist__card-photo{position:relative}

.fdw-shortlist-heart{
    position:absolute;
    top:10px;right:10px;
    z-index:3;
    width:38px;height:38px;
    padding:0;
    border-radius:50%;
    background:rgba(255,255,255,.95);
    border:none;
    cursor:pointer;
    color:#9ca3af;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    transition:all .2s ease;
    -webkit-backdrop-filter:blur(6px);
    backdrop-filter:blur(6px);
    box-shadow:0 2px 10px rgba(0,0,0,.15);
    line-height:0;
}
.fdw-shortlist-heart svg{
    width:20px;height:20px;
    display:block;
    pointer-events:none;
}
.fdw-shortlist-heart:hover{
    color:#ef4444;
    transform:scale(1.08);
    background:#fff;
    box-shadow:0 4px 14px rgba(0,0,0,.18);
}
.fdw-shortlist-heart.is-saved{color:#ef4444;background:#fff}
.fdw-shortlist-heart.is-saved svg path{fill:currentColor;stroke:currentColor}
.fdw-shortlist-heart:disabled{opacity:.5;cursor:wait}

.fdw-arch__list.is-list .fdw-card__photo .fdw-shortlist-heart{top:8px;right:8px;width:32px;height:32px}
.fdw-arch__list.is-list .fdw-card__photo .fdw-shortlist-heart svg{width:16px;height:16px}
.fdw-arch__list.is-grid .fdw-card__photo .fdw-card__status,
.fdw-arch__list.is-list .fdw-card__photo .fdw-card__status,
.fdw-shortlist__card-photo .fdw-card__status{left:10px;right:auto}
.fdw-arch__list.is-list .fdw-card__photo .fdw-card__status{left:8px}


.fdw-arch__pager{display:flex;justify-content:center;gap:6px;margin-top:32px;flex-wrap:wrap}
.fdw-arch__pager button{
    background:#fff;border:1px solid var(--fdw-line-strong);padding:8px 14px;border-radius:8px;
    cursor:pointer;font-size:14px;font-weight:500;color:var(--fdw-ink);font-family:inherit;transition:all .15s;
}
.fdw-arch__pager button:hover{border-color:var(--fdw-accent);color:var(--fdw-accent)}
.fdw-arch__pager button.is-active{background:var(--fdw-accent);color:#fff;border-color:var(--fdw-accent)}
.fdw-arch__pager button:disabled{opacity:.4;cursor:not-allowed}

.fdw-arch__empty{text-align:center;padding:60px 20px;color:var(--fdw-ink-dim)}
.fdw-arch__empty h3{font-size:20px;color:var(--fdw-ink);margin:0 0 8px}
.fdw-arch__empty p{margin:0;font-size:14px}

.fdw-arch__mobile-filter-btn{
    display:none;
    position:fixed;bottom:20px;left:50%;transform:translateX(-50%);z-index:1001;
    background:var(--fdw-ink);color:#fff;border:none;padding:12px 24px;border-radius:999px;
    font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.18);
    font-family:inherit;align-items:center;gap:8px;
}
.fdw-arch__mobile-count{
    background:var(--fdw-accent);color:#fff;border-radius:999px;
    padding:2px 8px;font-size:12px;font-weight:700;
}
body.fdw-arch-locked{overflow:hidden}

@media (max-width:1024px){
    .fdw-arch__wrap{grid-template-columns:240px 1fr;gap:24px}
}

@media (max-width:768px){
    .fdw-arch{margin:20px auto;padding:0 14px}
    .fdw-arch__title{font-size:28px}
    .fdw-arch__wrap{grid-template-columns:1fr;gap:20px}
    .fdw-arch__mobile-filter-btn{display:inline-flex}
    .fdw-arch__filters-close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid var(--fdw-line)}
    .fdw-arch__filters{
        position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;
        border-radius:0;max-height:none;height:100vh;
        transform:translateY(100%);transition:transform .3s ease;
        padding:20px;padding-bottom:80px;overflow-y:auto;
    }
    .fdw-arch__filters.is-open{transform:translateY(0)}
    .fdw-arch__list.is-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px}
    .fdw-arch__list.is-list .fdw-card{grid-template-columns:120px 1fr;gap:14px;padding:12px}
    .fdw-arch__list.is-list .fdw-card__photo{width:120px;height:150px}
    .fdw-arch__list.is-list .fdw-card__meta{grid-column:1/-1;flex-direction:row;align-items:center;justify-content:space-between;border-top:1px solid var(--fdw-line);padding-top:10px;margin-top:4px}
}


/* ===== AUTH PAGES ===== */
.fdw-auth{
    --fdw-bg:#fafafa;
    --fdw-card:#ffffff;
    --fdw-ink:#1a1a1a;
    --fdw-ink-dim:#6b7280;
    --fdw-ink-mute:#9ca3af;
    --fdw-line:#e5e7eb;
    --fdw-line-strong:#d1d5db;
    --fdw-accent:#B5933A;
    --fdw-accent-dark:#9A7E32;
    --fdw-radius:14px;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;
    min-height:calc(100vh - 200px);
    display:flex;align-items:center;justify-content:center;
    padding:60px 20px;background:var(--fdw-bg);
}
.fdw-auth *{box-sizing:border-box}
.fdw-auth__card{
    background:var(--fdw-card);border:1px solid var(--fdw-line);
    border-radius:var(--fdw-radius);padding:44px 40px;width:100%;max-width:420px;
    box-shadow:0 8px 32px rgba(0,0,0,.06);
}
.fdw-auth__card--wide{max-width:560px}
.fdw-auth__card--center{text-align:center;max-width:480px}
.fdw-auth__brand{font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--fdw-accent);margin-bottom:8px}
.fdw-auth__title{font-size:28px;font-weight:700;margin:0 0 8px;line-height:1.2;color:var(--fdw-ink)}
.fdw-auth__sub{font-size:14.5px;color:var(--fdw-ink-dim);margin:0 0 28px;line-height:1.55}
.fdw-auth__icon{font-size:48px;margin-bottom:14px}
.fdw-auth__notice{padding:12px 14px;border-radius:8px;font-size:14px;margin-bottom:20px;line-height:1.5;border:1px solid transparent}
.fdw-auth__notice--success{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}
.fdw-auth__notice--error{background:#fef2f2;border-color:#fecaca;color:#991b1b}
.fdw-auth__form{display:flex;flex-direction:column;gap:18px}
.fdw-auth__field{display:flex;flex-direction:column;gap:6px}
.fdw-auth__field label{font-size:13px;font-weight:600;color:var(--fdw-ink)}
.fdw-auth__field input[type="text"],
.fdw-auth__field input[type="email"],
.fdw-auth__field input[type="password"],
.fdw-auth__field input[type="tel"],
.fdw-auth__field textarea{
    width:100%;padding:11px 14px;border:1px solid var(--fdw-line-strong);
    border-radius:8px;font-size:14.5px;font-family:inherit;color:var(--fdw-ink);
    background:#fff;outline:none;transition:border-color .15s;
}
.fdw-auth__field input:focus,
.fdw-auth__field textarea:focus{border-color:var(--fdw-accent);box-shadow:0 0 0 3px rgba(181,147,58,.18)}
.fdw-auth__field small{font-size:12px;color:var(--fdw-ink-mute);margin-top:2px}
.fdw-auth__field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.fdw-auth__row{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--fdw-ink-dim)}
.fdw-auth__check{display:flex;align-items:center;gap:8px;cursor:pointer;color:var(--fdw-ink);font-size:13px;line-height:1.4}
.fdw-auth__check input{accent-color:var(--fdw-accent);cursor:pointer;flex-shrink:0;margin-top:2px}
.fdw-auth__link{color:var(--fdw-accent);text-decoration:none;font-weight:600}
.fdw-auth__link:hover{text-decoration:underline}
.fdw-auth__btn{justify-content:center;width:100%;margin-top:6px;padding:13px 22px}
.fdw-auth__foot{margin-top:22px;text-align:center;font-size:14px;color:var(--fdw-ink-dim);padding-top:22px;border-top:1px solid var(--fdw-line)}
/* Force auth submit button to theme gold (beats Elementor's default button colour) */
.fdw-auth .fdw-btn--primary{
    background:var(--fdw-accent) !important;
    border-color:var(--fdw-accent) !important;
    color:#fff !important;
}
.fdw-auth .fdw-btn--primary:hover,
.fdw-auth .fdw-btn--primary:focus{
    background:var(--fdw-accent-dark) !important;
    border-color:var(--fdw-accent-dark) !important;
    color:#fff !important;
}

@media (max-width:540px){
    .fdw-auth__card{padding:32px 24px}
    .fdw-auth__title{font-size:24px}
    .fdw-auth__field-row{grid-template-columns:1fr}
}


/* ===== SHORTLIST PAGE ===== */
.fdw-shortlist{
    --fdw-card:#ffffff;
    --fdw-ink:#1a1a1a;
    --fdw-ink-dim:#6b7280;
    --fdw-ink-mute:#9ca3af;
    --fdw-line:#e5e7eb;
    --fdw-accent:#0ea5e9;
    --fdw-accent-dark:#0284c7;
    --fdw-radius:12px;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;
    max-width:1200px;margin:40px auto;padding:0 20px;color:var(--fdw-ink);
}
.fdw-shortlist__header{margin-bottom:32px}
.fdw-shortlist__header h1{font-size:36px;font-weight:700;margin:0 0 8px}
.fdw-shortlist__header p{color:var(--fdw-ink-dim);margin:0;font-size:15px}
.fdw-shortlist__header a{color:var(--fdw-accent);text-decoration:none;font-weight:600}
.fdw-shortlist__header a:hover{text-decoration:underline}
.fdw-shortlist__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}
.fdw-shortlist__card{
    background:var(--fdw-card);border:1px solid var(--fdw-line);
    border-radius:var(--fdw-radius);overflow:hidden;
    display:flex;flex-direction:column;
    box-shadow:0 2px 8px rgba(0,0,0,.06);
    transition:all .25s ease;
}
.fdw-shortlist__card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.08);border-color:var(--fdw-accent)}
.fdw-shortlist__card-photo{position:relative;aspect-ratio:3/4;background:#f3f4f6;overflow:hidden;display:block;text-decoration:none}
.fdw-shortlist__card-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}
.fdw-shortlist__card:hover .fdw-shortlist__card-photo img{transform:scale(1.03)}
.fdw-shortlist__card-body{padding:18px;display:flex;flex-direction:column;gap:6px;flex:1}
.fdw-shortlist__card-name{font-size:18px;font-weight:700;margin:4px 0 2px;line-height:1.2}
.fdw-shortlist__card-name a{color:var(--fdw-ink);text-decoration:none}
.fdw-shortlist__card-name a:hover{color:var(--fdw-accent)}
.fdw-shortlist__card-sub{font-size:13px;color:var(--fdw-ink-dim);line-height:1.4}
.fdw-shortlist__card-salary{font-size:16px;font-weight:700;color:var(--fdw-accent);margin-top:8px}
.fdw-shortlist__view-btn{justify-content:center;width:100%;margin-top:14px;padding:11px 16px;font-size:14px}
.fdw-shortlist__empty{text-align:center;padding:80px 20px;background:#fff;border:1px solid var(--fdw-line);border-radius:var(--fdw-radius)}
.fdw-shortlist__empty-icon{font-size:72px;color:#d1d5db;margin-bottom:12px;line-height:1}
.fdw-shortlist__empty h2{font-size:24px;color:var(--fdw-ink);margin:0 0 8px;font-weight:700}
.fdw-shortlist__empty p{color:var(--fdw-ink-dim);margin:0 0 24px;font-size:15px}

@media (max-width:760px){
    .fdw-shortlist{margin:20px auto;padding:0 14px}
    .fdw-shortlist__header h1{font-size:28px}
    .fdw-shortlist__grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px}
    .fdw-shortlist__card-body{padding:14px}
    .fdw-shortlist__card-name{font-size:16px}
}


/* ===== AGENCY DASHBOARD ===== */
.fdw-dash{
    --fdw-card:#ffffff;
    --fdw-ink:#1a1a1a;
    --fdw-ink-dim:#6b7280;
    --fdw-ink-mute:#9ca3af;
    --fdw-line:#e5e7eb;
    --fdw-line-strong:#d1d5db;
    --fdw-accent:#0ea5e9;
    --fdw-accent-dark:#0284c7;
    --fdw-success:#10b981;
    --fdw-warning:#f59e0b;
    --fdw-danger:#ef4444;
    --fdw-purple:#8b5cf6;
    --fdw-radius:12px;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;
    max-width:1280px;margin:40px auto;padding:0 20px;color:var(--fdw-ink);
}
.fdw-dash *{box-sizing:border-box}

.fdw-dash__header{margin-bottom:32px}
.fdw-dash__head-row{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;flex-wrap:wrap}
.fdw-dash__eyebrow{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--fdw-accent);font-weight:600;margin-bottom:6px}
.fdw-dash__title{font-size:32px;font-weight:700;margin:0 0 6px;line-height:1.15}
.fdw-dash__sub{font-size:15px;color:var(--fdw-ink-dim);margin:0}
.fdw-dash__head-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}

.fdw-dash__stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:28px}
.fdw-dash__stat{
    background:var(--fdw-card);border:1px solid var(--fdw-line);
    border-radius:var(--fdw-radius);padding:18px 16px;
    text-decoration:none;color:var(--fdw-ink);
    transition:all .2s ease;display:block;cursor:pointer;
    box-shadow:0 1px 3px rgba(0,0,0,.04);
}
.fdw-dash__stat:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.06);border-color:var(--fdw-accent)}
.fdw-dash__stat.is-active{border-color:var(--fdw-accent);background:#f0f9ff}
.fdw-dash__stat-num{font-size:28px;font-weight:700;line-height:1;margin-bottom:6px;color:var(--fdw-ink)}
.fdw-dash__stat-label{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--fdw-ink-dim)}
.fdw-dash__stat--available .fdw-dash__stat-num{color:var(--fdw-success)}
.fdw-dash__stat--reserved  .fdw-dash__stat-num{color:var(--fdw-warning)}
.fdw-dash__stat--placed    .fdw-dash__stat-num{color:var(--fdw-purple)}
.fdw-dash__stat--withdrawn .fdw-dash__stat-num{color:var(--fdw-danger)}

.fdw-dash__toolbar{margin-bottom:20px}
.fdw-dash__search{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.fdw-dash__search input[type="search"]{
    flex:1;min-width:240px;max-width:400px;
    padding:10px 14px;border:1px solid var(--fdw-line-strong);border-radius:8px;
    font-size:14px;font-family:inherit;outline:none;background:#fff;
}
.fdw-dash__search input[type="search"]:focus{border-color:var(--fdw-accent)}
.fdw-dash__search button{
    padding:10px 18px;background:var(--fdw-ink);color:#fff;border:none;border-radius:8px;
    font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;
}
.fdw-dash__search button:hover{background:#000}
.fdw-dash__clear{color:var(--fdw-ink-dim);font-size:13px;text-decoration:underline}
.fdw-dash__clear:hover{color:var(--fdw-ink)}

.fdw-dash__table{background:var(--fdw-card);border:1px solid var(--fdw-line);border-radius:var(--fdw-radius);overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.04)}
.fdw-dash__row{
    display:grid;
    grid-template-columns:80px 110px 1fr 160px 110px 180px;
    gap:12px;align-items:center;
    padding:12px 16px;border-bottom:1px solid var(--fdw-line);
    transition:background .15s;
}
.fdw-dash__row:last-child{border-bottom:none}
.fdw-dash__row:not(.fdw-dash__row--head):hover{background:#f9fafb}
.fdw-dash__row--head{background:#f9fafb;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--fdw-ink-dim);padding:12px 16px}

.fdw-dash__col--photo img{width:56px;height:72px;object-fit:cover;border-radius:6px;display:block}
.fdw-dash__photo-empty{width:56px;height:72px;border-radius:6px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:var(--fdw-ink-mute);font-size:18px}
.fdw-dash__ref{font-size:12px;font-weight:600;letter-spacing:.06em;color:var(--fdw-ink-dim);font-family:ui-monospace,SFMono-Regular,Menlo,monospace}
.fdw-dash__name-link{font-size:15px;font-weight:600;color:var(--fdw-ink);text-decoration:none;display:inline-flex;align-items:center;gap:6px}
.fdw-dash__name-link:hover{color:var(--fdw-accent)}
.fdw-dash__name-view{font-size:12px;color:var(--fdw-ink-mute)}
.fdw-dash__updated{font-size:13px;color:var(--fdw-ink-dim)}

.fdw-dash__status-select{
    width:100%;padding:6px 10px;border-radius:6px;
    border:1px solid var(--fdw-line);font-size:13px;font-weight:600;
    cursor:pointer;font-family:inherit;outline:none;background:#fff;
    transition:all .15s;
}
.fdw-dash__status-select--available{color:var(--fdw-success);background:#ecfdf5;border-color:#a7f3d0}
.fdw-dash__status-select--reserved {color:var(--fdw-warning);background:#fef3c7;border-color:#fcd34d}
.fdw-dash__status-select--placed   {color:var(--fdw-purple);background:#ede9fe;border-color:#c4b5fd}
.fdw-dash__status-select--withdrawn{color:var(--fdw-danger);background:#fef2f2;border-color:#fecaca}
.fdw-dash__status-select:hover{filter:brightness(.96)}
.fdw-dash__status-select:disabled{opacity:.5;cursor:wait}

.fdw-dash__col--actions{display:flex;gap:6px;align-items:center;flex-wrap:wrap}
.fdw-dash__action,
.fdw-dash__action:link,
.fdw-dash__action:visited{
    padding:6px 12px !important;
    border-radius:6px !important;
    font-size:13px !important;
    font-weight:600 !important;
    text-decoration:none !important;
    cursor:pointer;
    border:1px solid !important;
    font-family:inherit !important;
    transition:all .15s ease !important;
    background:#fff !important;
    background-color:#fff !important;
    background-image:none !important;
    display:inline-block;
    line-height:1.4;
}
.fdw-dash__action--edit,
.fdw-dash__action--edit:link,
.fdw-dash__action--edit:visited{color:#0ea5e9 !important;border-color:#bae6fd !important}
.fdw-dash__action--edit:hover,
.fdw-dash__action--edit:focus,
.fdw-dash__action--edit:active{
    background:#0ea5e9 !important;
    background-color:#0ea5e9 !important;
    color:#fff !important;
    border-color:#0ea5e9 !important;
}
.fdw-dash__action--delete,
.fdw-dash__action--delete:link,
.fdw-dash__action--delete:visited{color:#ef4444 !important;border-color:#fecaca !important}
.fdw-dash__action--delete:hover,
.fdw-dash__action--delete:focus,
.fdw-dash__action--delete:active{
    background:#ef4444 !important;
    background-color:#ef4444 !important;
    color:#fff !important;
    border-color:#ef4444 !important;
}

.fdw-dash__empty{background:var(--fdw-card);border:1px solid var(--fdw-line);border-radius:var(--fdw-radius);padding:64px 24px;text-align:center}
.fdw-dash__empty-icon{font-size:48px;margin-bottom:14px}
.fdw-dash__empty h2{font-size:22px;color:var(--fdw-ink);margin:0 0 8px;font-weight:700}
.fdw-dash__empty p{color:var(--fdw-ink-dim);margin:0 0 24px;font-size:15px;max-width:420px;margin-left:auto;margin-right:auto}

.fdw-dash__banner{
    padding:14px 18px;
    border-radius:10px;
    margin-bottom:24px;
    font-size:14.5px;
    line-height:1.5;
    border:1px solid transparent;
    display:flex;align-items:center;gap:10px;flex-wrap:wrap;
}
.fdw-dash__banner strong{font-weight:700}
.fdw-dash__banner a{
    color:inherit !important;
    text-decoration:underline !important;
    font-weight:600;margin-left:auto;
}
.fdw-dash__banner--success{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}
.fdw-dash__banner--error{background:#fef2f2;border-color:#fecaca;color:#991b1b}

@media (max-width:1024px){
    .fdw-dash__stats{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}
    .fdw-dash__stat{padding:14px 12px}
    .fdw-dash__stat-num{font-size:22px}
    .fdw-dash__row{grid-template-columns:64px 100px 1fr 140px 90px 150px;font-size:13px}
}

@media (max-width:768px){
    .fdw-dash{margin:20px auto;padding:0 14px}
    .fdw-dash__title{font-size:24px}
    .fdw-dash__head-actions{width:100%}
    .fdw-dash__head-actions .fdw-btn{flex:1;justify-content:center}
    .fdw-dash__stats{grid-template-columns:repeat(2,1fr)}
    .fdw-dash__stat:first-child{grid-column:1/-1}
    .fdw-dash__row--head{display:none}
    .fdw-dash__row{grid-template-columns:80px 1fr;gap:8px 14px;padding:14px}
    .fdw-dash__col--photo{grid-row:span 5}
    .fdw-dash__col--ref::before     {content:"Ref: ";color:var(--fdw-ink-mute);font-weight:500;margin-right:4px}
    .fdw-dash__col--updated::before {content:"Updated: ";color:var(--fdw-ink-mute);font-weight:500;margin-right:4px}
    .fdw-dash__col--status{width:100%}
    .fdw-dash__status-select{
        width:100% !important;padding:10px 14px !important;font-size:14px !important;min-height:42px !important;
    }
    .fdw-dash__col--actions{justify-content:flex-start;padding-top:8px;display:flex !important;gap:8px}
    .fdw-dash__action{
        flex:1;text-align:center !important;padding:10px 14px !important;font-size:14px !important;
        min-height:42px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;
    }
}


/* ===== MAID FORM PAGE ===== */
.fdw-form-page{
    --fdw-card:#ffffff;
    --fdw-ink:#1a1a1a;
    --fdw-ink-dim:#6b7280;
    --fdw-ink-mute:#9ca3af;
    --fdw-line:#e5e7eb;
    --fdw-line-strong:#d1d5db;
    --fdw-accent:#0ea5e9;
    --fdw-accent-dark:#0284c7;
    --fdw-danger:#ef4444;
    --fdw-radius:12px;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;
    max-width:960px;margin:40px auto 120px;padding:0 20px;color:var(--fdw-ink);
}
.fdw-form-page *{box-sizing:border-box}

.fdw-form-page__head{margin-bottom:28px}
.fdw-form-page__back{display:inline-block;font-size:13px;color:var(--fdw-ink-dim);text-decoration:none;margin-bottom:14px;font-weight:500}
.fdw-form-page__back:hover{color:var(--fdw-accent)}
.fdw-form-page__title{font-size:32px;font-weight:700;margin:0 0 8px;line-height:1.15}
.fdw-form-page__sub{font-size:14.5px;color:var(--fdw-ink-dim);margin:0}
.fdw-form-page__sub strong{color:var(--fdw-ink);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:600}

.fdw-mform__section{
    background:var(--fdw-card);border:1px solid var(--fdw-line);
    border-radius:var(--fdw-radius);margin-bottom:14px;overflow:hidden;
    box-shadow:0 1px 3px rgba(0,0,0,.04);
}
.fdw-mform__section-head,
.fdw-mform__section-head:hover,
.fdw-mform__section-head:focus,
.fdw-mform__section-head:active,
.fdw-mform__section-head:focus-within,
.fdw-mform__section-head:focus-visible,
.fdw-mform__section.is-open .fdw-mform__section-head,
.fdw-mform__section.is-open .fdw-mform__section-head:hover,
.fdw-mform__section.is-open .fdw-mform__section-head:focus,
.fdw-mform__section.is-open .fdw-mform__section-head:active{
    width:100% !important;
    border:none !important;
    cursor:pointer !important;
    padding:18px 20px !important;
    display:flex !important;
    align-items:center !important;
    gap:14px !important;
    text-align:left !important;
    color:#1a1a1a !important;
    font-family:inherit !important;
    background:transparent !important;
    background-color:transparent !important;
    background-image:none !important;
    box-shadow:none !important;
    outline:none !important;
    text-decoration:none !important;
    -webkit-appearance:none !important;
    appearance:none !important;
}
.fdw-mform__section-head:hover{
    background:#f9fafb !important;
    background-color:#f9fafb !important;
}
.fdw-mform__section-num{
    width:30px;height:30px;border-radius:50%;
    background:#f3f4f6;color:var(--fdw-ink-dim);
    display:flex;align-items:center;justify-content:center;
    font-size:13px;font-weight:700;flex-shrink:0;transition:all .2s;
}
.fdw-mform__section.is-open .fdw-mform__section-num{background:var(--fdw-accent);color:#fff}
.fdw-mform__section-title{flex:1;font-size:16px;font-weight:600;color:var(--fdw-ink)}
.fdw-mform__section-chev{
    width:9px;height:9px;border-right:2px solid var(--fdw-ink-dim);
    border-bottom:2px solid var(--fdw-ink-dim);transform:rotate(45deg);
    transition:transform .25s ease;flex-shrink:0;
}
.fdw-mform__section.is-open .fdw-mform__section-chev{transform:rotate(-135deg)}
.fdw-mform__section-body{
    padding:0 24px;max-height:0;overflow:hidden;
    transition:max-height .35s cubic-bezier(.2,.8,.2,1), padding .25s ease;
}
.fdw-mform__section.is-open .fdw-mform__section-body{padding:8px 24px 24px;max-height:5000px}

.fdw-mform__field{margin-bottom:18px;display:flex;flex-direction:column;gap:6px}
.fdw-mform__field > label{font-size:13.5px;font-weight:600;color:var(--fdw-ink)}
.fdw-mform__field small{font-size:12.5px;color:var(--fdw-ink-mute);line-height:1.5}
.fdw-mform__field small code{background:#f3f4f6;padding:1px 6px;border-radius:4px;font-size:11px}
.fdw-mform__field input[type="text"],
.fdw-mform__field input[type="number"],
.fdw-mform__field input[type="tel"],
.fdw-mform__field input[type="date"],
.fdw-mform__field input[type="email"],
.fdw-mform__field select,
.fdw-mform__field textarea{
    width:100%;padding:10px 14px;border:1px solid var(--fdw-line-strong);
    border-radius:8px;font-size:14px;font-family:inherit;color:var(--fdw-ink);
    background:#fff;outline:none;transition:border-color .15s, box-shadow .15s;
}
.fdw-mform__field input:focus,
.fdw-mform__field select:focus,
.fdw-mform__field textarea:focus{border-color:var(--fdw-accent);box-shadow:0 0 0 3px rgba(14,165,233,.12)}
.fdw-mform__field textarea{font-family:inherit;resize:vertical;min-height:80px}
.fdw-mform__field-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.fdw-mform__field-row:has(>:nth-child(2):last-child){grid-template-columns:1fr 1fr}

.fdw-mform__radios,
.fdw-mform__checks{display:flex;flex-wrap:wrap;gap:8px}
.fdw-mform__radio,
.fdw-mform__check{
    display:inline-flex;align-items:center;gap:8px;
    padding:8px 14px;border:1px solid var(--fdw-line-strong);
    border-radius:999px;cursor:pointer;font-size:13.5px;
    background:#fff;transition:all .15s;color:var(--fdw-ink);
}
.fdw-mform__radio:hover,
.fdw-mform__check:hover{border-color:var(--fdw-accent);color:var(--fdw-accent)}
.fdw-mform__radio:has(input:checked),
.fdw-mform__check:has(input:checked){border-color:var(--fdw-accent);background:#f0f9ff;color:var(--fdw-accent);font-weight:600}
.fdw-mform__radio input,
.fdw-mform__check input{accent-color:var(--fdw-accent);cursor:pointer}
.fdw-mform__radios--status .fdw-mform__radio{font-weight:500}

.fdw-mform__willing{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.fdw-mform__willing-item{
    display:flex;align-items:center;gap:8px;
    padding:12px 14px;border:1px solid var(--fdw-line-strong);
    border-radius:8px;cursor:pointer;font-size:14px;
    background:#fff;transition:all .15s;
}
.fdw-mform__willing-item:hover{border-color:var(--fdw-accent)}
.fdw-mform__willing-item:has(input:checked){background:#ecfdf5;border-color:#a7f3d0;color:#065f46;font-weight:600}
.fdw-mform__willing-item input{accent-color:#10b981;cursor:pointer}

.fdw-up{position:relative}
.fdw-up__slot{
    position:relative;width:200px;aspect-ratio:3/4;
    border:2px dashed var(--fdw-line-strong);border-radius:10px;
    background:#f9fafb;overflow:hidden;cursor:pointer;
    transition:all .2s;
}
.fdw-up__slot:hover{border-color:var(--fdw-accent);background:#f0f9ff}
.fdw-up__slot.has-image{border-style:solid;border-color:var(--fdw-line)}
.fdw-up__slot img{width:100%;height:100%;object-fit:cover;display:block}
.fdw-up__input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:1}
.fdw-up__placeholder{
    height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;
    color:var(--fdw-ink-dim);padding:14px;text-align:center;
}
.fdw-up__placeholder--small{gap:4px;padding:8px}
.fdw-up__plus{font-size:32px;font-weight:300;line-height:1;color:var(--fdw-ink-mute)}
.fdw-up__placeholder small{font-size:11px}

.fdw-up__remove,
.fdw-up__remove:link,
.fdw-up__remove:visited{
    position:absolute !important;
    top:8px !important;
    right:8px !important;
    z-index:2;
    width:30px !important;
    height:30px !important;
    padding:0 !important;
    margin:0 !important;
    border-radius:50% !important;
    background:rgba(0,0,0,.65) !important;
    background-color:rgba(0,0,0,.65) !important;
    background-image:none !important;
    color:#fff !important;
    border:none !important;
    cursor:pointer;
    font-size:18px !important;
    line-height:1 !important;
    font-family:inherit !important;
    font-weight:400 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    text-decoration:none !important;
    box-shadow:0 2px 6px rgba(0,0,0,.2) !important;
    transition:background .15s, transform .15s !important;
    -webkit-appearance:none !important;
    appearance:none !important;
    outline:none !important;
}
.fdw-up__remove:hover,
.fdw-up__remove:focus,
.fdw-up__remove:active{
    background:rgba(239,68,68,.95) !important;
    background-color:rgba(239,68,68,.95) !important;
    color:#fff !important;
    border:none !important;
    transform:scale(1.08);
    box-shadow:0 4px 10px rgba(0,0,0,.25) !important;
}

.fdw-up__file-slot .fdw-up__remove,
.fdw-up__file-slot .fdw-up__remove:link,
.fdw-up__file-slot .fdw-up__remove:visited{
    position:static !important;
    width:auto !important;
    height:auto !important;
    background:transparent !important;
    background-color:transparent !important;
    color:#ef4444 !important;
    border:1px solid #fecaca !important;
    border-radius:8px !important;
    padding:6px 14px !important;
    font-size:13px !important;
    font-weight:600 !important;
    box-shadow:none !important;
    line-height:1.4 !important;
}
.fdw-up__file-slot .fdw-up__remove:hover,
.fdw-up__file-slot .fdw-up__remove:focus,
.fdw-up__file-slot .fdw-up__remove:active{
    background:#ef4444 !important;
    background-color:#ef4444 !important;
    color:#fff !important;
    border-color:#ef4444 !important;
    transform:none;
    box-shadow:none !important;
}

.fdw-up__slot.is-uploading{pointer-events:none;opacity:.6}
.fdw-up__slot.is-uploading::after{
    content:"Uploading…";position:absolute;inset:0;
    display:flex;align-items:center;justify-content:center;
    background:rgba(255,255,255,.85);color:var(--fdw-ink);font-weight:600;
    border-radius:10px;
}
.fdw-up-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:6px}
.fdw-up-grid .fdw-up__slot{width:100%;aspect-ratio:3/4}

.fdw-up__file-slot{
    position:relative;display:flex;align-items:center;justify-content:space-between;gap:14px;
    padding:14px 18px;border:2px dashed var(--fdw-line-strong);border-radius:10px;
    background:#f9fafb;cursor:pointer;transition:all .2s;min-height:64px;
}
.fdw-up__file-slot:hover{border-color:var(--fdw-accent);background:#f0f9ff}
.fdw-up__file-slot.has-file{border-style:solid;border-color:var(--fdw-line);background:#fff}
.fdw-up__file-placeholder,
.fdw-up__file-info{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--fdw-ink)}
.fdw-up__file-icon{font-size:24px}
.fdw-up__file-name{font-weight:600}

.fdw-up__error{
    margin-top:8px;padding:8px 12px;
    background:#fef2f2;border:1px solid #fecaca;color:#991b1b;
    font-size:13px;border-radius:6px;line-height:1.4;display:none;
}

.fdw-mform__bar{
    position:sticky;bottom:0;
    background:linear-gradient(to top, rgba(255,255,255,.96) 60%, rgba(255,255,255,0) 100%);
    padding:24px 0 8px;margin-top:24px;
    display:flex;justify-content:flex-end;gap:10px;
    backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);
    z-index:10;
}
.fdw-mform__bar .fdw-btn{padding:12px 28px;font-size:14.5px}

.fdw-mform__notice{padding:14px 16px;border-radius:8px;font-size:14px;margin-bottom:20px;line-height:1.55;border:1px solid transparent}
.fdw-mform__notice--success{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}
.fdw-mform__notice--error{background:#fef2f2;border-color:#fecaca;color:#991b1b}

@media (max-width:1024px){
    .fdw-mform__field-row{grid-template-columns:1fr 1fr}
    .fdw-up-grid{grid-template-columns:repeat(3,1fr)}
}

@media (max-width:760px){
    .fdw-form-page{margin:20px auto 100px;padding:0 14px}
    .fdw-form-page__title{font-size:24px}
    .fdw-mform__section-head{padding:14px 16px !important}
    .fdw-mform__section.is-open .fdw-mform__section-body{padding:6px 16px 18px}
    .fdw-mform__field-row{grid-template-columns:1fr}
    .fdw-mform__willing{grid-template-columns:repeat(2,1fr)}
    .fdw-up-grid{grid-template-columns:repeat(2,1fr)}
    .fdw-mform__bar{flex-direction:column-reverse}
    .fdw-mform__bar .fdw-btn{width:100%;justify-content:center}
}

.fdw-mform__section-head,
.fdw-mform__section-head:focus,
.fdw-up__remove,
.fdw-up__remove:focus,
.fdw-dash__action,
.fdw-dash__action:focus,
.fdw-dash__status-select,
.fdw-dash__status-select:focus,
.fdw-arch__view,
.fdw-arch__view:focus,
.fdw-arch__reset,
.fdw-arch__reset:focus,
.fdw-arch__filters-close,
.fdw-arch__filters-close:focus,
.fdw-shortlist-heart,
.fdw-shortlist-heart:focus,
.fdw-btn,
.fdw-btn:focus{outline:none}

.fdw-mform__section-head:focus-visible,
.fdw-up__remove:focus-visible,
.fdw-dash__action:focus-visible,
.fdw-dash__status-select:focus-visible,
.fdw-arch__view:focus-visible,
.fdw-arch__reset:focus-visible,
.fdw-arch__filters-close:focus-visible,
.fdw-shortlist-heart:focus-visible,
.fdw-btn:focus-visible{outline:2px solid #0ea5e9;outline-offset:2px}


/* ============================================
   PHOTO BLUR (privacy until login)
============================================ */
.fdw-card__photo.is-blurred img,
.fdw-home__fcard-photo.is-blurred img,
.fdw-maid__photo.is-blurred img{
    filter:blur(14px);
    transform:scale(1.1);
    transition:filter .3s ease;
}
.fdw-card__photo.is-blurred,
.fdw-home__fcard-photo.is-blurred,
.fdw-maid__photo.is-blurred{position:relative}

.fdw-card__lock{
    position:absolute;inset:0;
    display:flex;align-items:center;justify-content:center;
    pointer-events:none;
    background:rgba(2,20,42,.15);
    z-index:1;
}
.fdw-card__lock span{
    width:48px;height:48px;border-radius:50%;
    background:rgba(255,255,255,.95);
    display:flex;align-items:center;justify-content:center;
    font-size:20px;
    box-shadow:0 4px 16px rgba(0,0,0,.15);
    backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);
}

.fdw-home__fcard-lock{
    position:absolute;inset:0;
    display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;
    pointer-events:none;
    background:rgba(2,20,42,.18);
    color:#fff;z-index:1;text-align:center;padding:14px;
}
.fdw-home__fcard-lock span{
    font-size:28px;
    width:56px;height:56px;border-radius:50%;
    background:rgba(255,255,255,.95);color:var(--hp-ink);
    display:flex;align-items:center;justify-content:center;
    box-shadow:0 6px 20px rgba(0,0,0,.2);
}
.fdw-home__fcard-lock small{
    font-size:12px;font-weight:600;
    background:rgba(2,20,42,.7);
    padding:5px 12px;border-radius:999px;
    backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);
}

.fdw-maid__photo-lock{
    position:absolute;inset:0;z-index:2;
    display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;
    background:linear-gradient(180deg, rgba(2,20,42,.05) 0%, rgba(2,20,42,.35) 100%);
    color:#fff;pointer-events:none;
}
.fdw-maid__photo-lock span{
    font-size:36px;
    width:72px;height:72px;border-radius:50%;
    background:rgba(255,255,255,.95);color:#1a1a1a;
    display:flex;align-items:center;justify-content:center;
    box-shadow:0 8px 24px rgba(0,0,0,.25);
}
.fdw-maid__photo-lock p{
    margin:0;font-size:13px;font-weight:600;
    background:rgba(2,20,42,.78);padding:8px 16px;border-radius:999px;
    backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);
}

.fdw-card__photo:not(.is-blurred) img{filter:blur(0);transform:scale(1)}


/* ============================================
   HOMEPAGE — HUMANSKILLS REFINED PALETTE
============================================ */
.fdw-home{
    --hp-bg:           #F5F4F0;
    --hp-bg-white:     #FFFFFF;
    --hp-ink:          #0A1A33;
    --hp-ink-body:     #1A1A1A;
    --hp-ink-dim:      #666666;
    --hp-ink-mute:     #999999;
    --hp-line:         #E5E2D9;
    --hp-line-strong:  #C9C5B8;
    --hp-section-bg:   #EFEDE6;
    --hp-gold:         #B5933A;
    --hp-gold-dark:    #9A7E32;
    --hp-gold-bright:  #FFE074;
    --hp-radius:       14px;

    font-family:'Poppins',-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;
    color:var(--hp-ink-body);
    background:var(--hp-bg);
}
.fdw-home *{box-sizing:border-box}

.fdw-home__hero{
    padding:64px 24px 80px;
    background:linear-gradient(180deg, var(--hp-bg) 0%, #EFEDE6 100%);
    border-bottom:1px solid var(--hp-line);
    position:relative;overflow:hidden;
}
.fdw-home__hero::before{
    content:"";position:absolute;
    top:50%;right:-100px;transform:translateY(-50%);
    width:380px;height:380px;border-radius:50%;
    background:radial-gradient(circle, rgba(255,224,116,.35) 0%, transparent 70%);
    pointer-events:none;z-index:0;
}
.fdw-home__hero-inner{
    max-width:1280px;margin:0 auto;
    display:grid;grid-template-columns:1.05fr 1fr;
    gap:64px;align-items:center;
    position:relative;z-index:1;
}

.fdw-home__eyebrow{
    font-size:12px;font-weight:700;letter-spacing:.2em;
    text-transform:uppercase;color:var(--hp-gold);
    margin-bottom:18px;
}
.fdw-home__eyebrow--center{text-align:center;display:block}

.fdw-home__h1{
    font-size:clamp(38px,5.4vw,64px);
    font-weight:800;line-height:1.05;letter-spacing:-.025em;
    margin:0 0 22px;color:var(--hp-ink);
}
.fdw-home__h1 em{
    font-style:normal;color:var(--hp-ink);
    background-image:linear-gradient(180deg, transparent 65%, var(--hp-gold-bright) 65%, var(--hp-gold-bright) 92%, transparent 92%);
    background-size:0% 100%;background-repeat:no-repeat;
    background-position:0 0;padding-bottom:0;
    animation:fdwGoldGrow 1s ease-out .8s forwards;
}
@keyframes fdwGoldGrow{
    0%{background-size:0% 100%}
    100%{background-size:100% 100%}
}
.fdw-home__lede{
    font-size:17px;line-height:1.6;color:var(--hp-ink-dim);
    margin:0 0 32px;max-width:540px;
}
.fdw-home__ctas{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px}

.fdw-home__btn{
    display:inline-flex;align-items:center;gap:8px;
    padding:14px 26px;border-radius:999px;
    font-size:14.5px;font-weight:600;
    text-decoration:none !important;
    cursor:pointer;border:1px solid transparent;
    transition:all .2s ease;font-family:inherit;
    line-height:1;position:relative;overflow:hidden;
}
.fdw-home__btn span{transition:transform .2s ease}
.fdw-home__btn:hover span{transform:translateX(3px)}
.fdw-home__btn::before{
    content:"";position:absolute;inset:0;
    background:rgba(255,255,255,.25);
    transform:translateX(-100%) skewX(-20deg);
    transition:transform .5s ease;pointer-events:none;
}
.fdw-home__btn:hover::before{transform:translateX(150%) skewX(-20deg)}

.fdw-home__btn--primary{
    background:var(--hp-gold) !important;
    background-color:var(--hp-gold) !important;
    color:#fff !important;border-color:var(--hp-gold) !important;
}
.fdw-home__btn--primary:hover,
.fdw-home__btn--primary:focus{
    background:var(--hp-gold-dark) !important;
    background-color:var(--hp-gold-dark) !important;
    border-color:var(--hp-gold-dark) !important;
    color:#fff !important;
    transform:translateY(-2px);
    box-shadow:0 12px 28px rgba(181,147,58,.35);
}
.fdw-home__btn--ghost{
    background:transparent !important;
    background-color:transparent !important;
    color:var(--hp-ink) !important;
    border-color:var(--hp-line-strong) !important;
}
.fdw-home__btn--ghost:hover,
.fdw-home__btn--ghost:focus{
    background:var(--hp-ink) !important;
    background-color:var(--hp-ink) !important;
    color:#fff !important;border-color:var(--hp-ink) !important;
    transform:translateY(-2px);
}
.fdw-home__btn--ghost-dark{
    background:transparent !important;
    background-color:transparent !important;
    color:var(--hp-ink) !important;
    border:1px solid var(--hp-ink) !important;
}
.fdw-home__btn--ghost-dark:hover,
.fdw-home__btn--ghost-dark:focus{
    background:var(--hp-ink) !important;
    background-color:var(--hp-ink) !important;
    color:#fff !important;transform:translateY(-2px);
}
.fdw-home__btn--gold{
    background:var(--hp-gold) !important;
    background-color:var(--hp-gold) !important;
    color:#fff !important;border-color:var(--hp-gold) !important;
    font-weight:700;
}
.fdw-home__btn--gold:hover,
.fdw-home__btn--gold:focus{
    background:var(--hp-gold-dark) !important;
    background-color:var(--hp-gold-dark) !important;
    border-color:var(--hp-gold-dark) !important;
    color:#fff !important;
    transform:translateY(-2px);
    box-shadow:0 12px 28px rgba(181,147,58,.4);
}

.fdw-home__hero-meta{
    display:flex;align-items:center;gap:10px;flex-wrap:wrap;
    font-size:13px;color:var(--hp-ink-dim);
}
.fdw-home__hero-meta strong{color:var(--hp-ink);font-weight:700}
.fdw-home__sep{color:var(--hp-line-strong)}

/* === Hero visual — single image with yellow accent blob === */
.fdw-home__hero-visual{
    position:relative;
    width:100%;
    aspect-ratio:1/1;
    max-width:520px;
    margin-left:auto;
}
.fdw-home__hero-blob{
    position:absolute;
    top:8%;right:6%;
    width:78%;height:78%;
    background:var(--hp-gold-bright);
    border-radius:50%;
    z-index:0;opacity:.85;
    animation:fdwFadeIn 1s ease-out .3s backwards;
}
.fdw-home__hero-image{
    position:relative;z-index:1;
    width:88%;height:88%;
    object-fit:cover;
    border-radius:20px;
    box-shadow:0 30px 60px rgba(10,26,51,.18);
    display:block;
    margin:6% 0 0 0;
    animation:fdwFadeInUp 1s cubic-bezier(.2,.8,.2,1) .4s backwards;
}
.fdw-home__hero-badge{
    position:absolute;
    bottom:8%;left:-4%;
    z-index:2;
    background:#fff;
    padding:14px 18px;
    border-radius:14px;
    box-shadow:0 16px 40px rgba(10,26,51,.15);
    display:flex;align-items:center;gap:12px;
    animation:fdwFadeInUp 1s cubic-bezier(.2,.8,.2,1) .8s backwards;
}
.fdw-home__hero-badge-icon{
    width:36px;height:36px;
    border-radius:50%;
    background:linear-gradient(135deg, var(--hp-gold) 0%, var(--hp-gold-dark) 100%);
    color:#fff;
    display:inline-flex;align-items:center;justify-content:center;
    font-size:16px;font-weight:700;flex-shrink:0;
}
.fdw-home__hero-badge strong{
    display:block;font-size:13.5px;font-weight:700;
    color:var(--hp-ink);line-height:1.2;
}
.fdw-home__hero-badge small{
    display:block;font-size:11.5px;color:var(--hp-ink-dim);
    margin-top:2px;line-height:1.2;
}
@keyframes fdwFadeInUp{
    0%{opacity:0;transform:translateY(20px)}
    100%{opacity:1;transform:translateY(0)}
}

.fdw-home__trust{
    padding:44px 24px;
    background:var(--hp-section-bg);
    border-bottom:1px solid var(--hp-line);
}
.fdw-home__trust-inner{
    max-width:1280px;margin:0 auto;
    display:grid;grid-template-columns:repeat(4,1fr);gap:32px;
}
.fdw-home__trust-item{
    display:flex;gap:16px;align-items:flex-start;
    transition:transform .25s ease;cursor:default;
}
.fdw-home__trust-item:hover{transform:translateY(-3px)}
.fdw-home__trust-icon{
    flex-shrink:0;
    width:44px;height:44px;border-radius:50%;
    background:var(--hp-gold);color:#fff;
    display:flex;align-items:center;justify-content:center;
    font-size:18px;font-weight:700;
    transition:transform .3s ease, box-shadow .3s ease;
}
.fdw-home__trust-item:hover .fdw-home__trust-icon{
    transform:scale(1.12) rotate(-5deg);
    box-shadow:0 8px 20px rgba(181,147,58,.45);
}
.fdw-home__trust-title{font-size:14.5px;font-weight:700;color:var(--hp-ink);margin-bottom:4px;line-height:1.3}
.fdw-home__trust-text{font-size:13.5px;color:var(--hp-ink-dim);line-height:1.5}

.fdw-home__how{padding:96px 24px;background:var(--hp-bg-white)}
.fdw-home__section-inner{max-width:1200px;margin:0 auto}
.fdw-home__section-head{text-align:center;max-width:680px;margin:0 auto 56px}
.fdw-home__h2{
    font-size:clamp(30px,3.6vw,42px);
    font-weight:700;line-height:1.15;letter-spacing:-.015em;
    margin:0 0 14px;color:var(--hp-ink);
}
.fdw-home__h3{
    font-size:clamp(24px,2.6vw,30px);
    font-weight:700;line-height:1.2;
    margin:6px 0 8px;color:var(--hp-ink);
}
.fdw-home__section-sub{font-size:16px;color:var(--hp-ink-dim);line-height:1.6;margin:0}

.fdw-home__steps{
    display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px;
}
.fdw-home__step{
    padding:36px 28px;background:var(--hp-bg-white);
    border:1px solid var(--hp-line);border-radius:var(--hp-radius);
    transition:all .25s ease;position:relative;overflow:hidden;
}
.fdw-home__step--alt{background:var(--hp-section-bg)}
.fdw-home__step:hover{
    transform:translateY(-2px);
    box-shadow:0 16px 40px rgba(10,26,51,.08);
    border-color:var(--hp-gold);
}
.fdw-home__step::after{
    content:"";position:absolute;left:28px;bottom:0;
    width:0;height:3px;background:var(--hp-gold);
    transition:width .35s ease;
}
.fdw-home__step:hover::after{width:60px}
.fdw-home__step-num{
    font-size:13px;font-weight:700;
    color:var(--hp-gold);letter-spacing:.18em;margin-bottom:14px;
    transition:color .25s ease, transform .25s ease;display:inline-block;
}
.fdw-home__step:hover .fdw-home__step-num{color:var(--hp-ink);transform:translateY(-2px)}
.fdw-home__step-title{
    font-size:20px;font-weight:700;color:var(--hp-ink);
    margin:0 0 10px;line-height:1.2;
}
.fdw-home__step-text{font-size:14.5px;color:var(--hp-ink-dim);line-height:1.6;margin:0}
.fdw-home__how-cta{text-align:center}

.fdw-home__featured{
    padding:96px 24px;background:var(--hp-bg);
    border-top:1px solid var(--hp-line);border-bottom:1px solid var(--hp-line);
}
.fdw-home__featured-grid{
    display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px;
}
.fdw-home__fcard{
    background:var(--hp-bg-white);border:1px solid var(--hp-line);
    border-radius:var(--hp-radius);overflow:hidden;
    text-decoration:none !important;
    display:flex;flex-direction:column;
    transition:all .25s ease;color:inherit !important;position:relative;
}
.fdw-home__fcard:hover{
    transform:translateY(-3px);
    box-shadow:0 16px 40px rgba(10,26,51,.1);
    border-color:var(--hp-gold);
}
.fdw-home__fcard::before{
    content:"";position:absolute;top:0;right:0;
    width:0;height:0;border-style:solid;
    border-width:0 0 30px 30px;
    border-color:transparent transparent var(--hp-gold) transparent;
    opacity:0;transition:opacity .25s ease;z-index:2;
}
.fdw-home__fcard:hover::before{opacity:1}
.fdw-home__fcard-photo{aspect-ratio:3/4;background:#F3F4F6;overflow:hidden;position:relative}
.fdw-home__fcard-photo img{
    width:100%;height:100%;object-fit:cover;display:block;
    transition:transform .35s ease;
}
.fdw-home__fcard:hover .fdw-home__fcard-photo img{transform:scale(1.04)}
.fdw-home__fcard-ph{
    height:100%;display:flex;align-items:center;justify-content:center;
    color:var(--hp-ink-mute);font-size:13px;
}
.fdw-home__fcard-body{padding:18px 20px;display:flex;flex-direction:column;gap:6px;flex:1}
.fdw-home__fcard-name{font-size:17px;font-weight:700;color:var(--hp-ink)}
.fdw-home__fcard-sub{font-size:13px;color:var(--hp-ink-dim)}
.fdw-home__fcard-chips{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}
.fdw-home__fcard-chip{
    padding:3px 10px;font-size:11px;
    background:var(--hp-section-bg);color:var(--hp-ink-dim);
    border-radius:999px;
}
.fdw-home__fcard-salary{
    font-size:15px;font-weight:700;color:var(--hp-gold);
    margin-top:auto;padding-top:8px;
}
.fdw-home__featured-cta{text-align:center}

.fdw-home__agency-cta{padding:80px 24px;background:var(--hp-bg-white)}
.fdw-home__agency-card{
    max-width:1100px;margin:0 auto;
    background:linear-gradient(135deg, var(--hp-ink) 0%, #15294a 100%);
    border-radius:20px;padding:48px 56px;
    display:flex;align-items:center;justify-content:space-between;
    gap:32px;flex-wrap:wrap;color:#fff;
    box-shadow:0 16px 40px rgba(10,26,51,.15);
    position:relative;overflow:hidden;
}
.fdw-home__agency-card::before{
    content:"";position:absolute;top:0;left:-100%;
    width:60%;height:100%;
    background:linear-gradient(90deg, transparent 0%, rgba(255,224,116,.1) 50%, transparent 100%);
    animation:fdwShimmer 6s ease-in-out infinite;pointer-events:none;
}
.fdw-home__agency-card::after{
    content:"";position:absolute;
    top:-50%;right:-15%;
    width:300px;height:300px;
    background:radial-gradient(circle, rgba(255,224,116,.15) 0%, transparent 70%);
    pointer-events:none;
}
.fdw-home__agency-card .fdw-home__eyebrow{color:var(--hp-gold-bright)}
.fdw-home__agency-card .fdw-home__h3{color:#fff;margin-bottom:6px}
.fdw-home__agency-text{
    font-size:15px;color:rgba(255,255,255,.85);
    margin:0;max-width:520px;line-height:1.55;
}

@keyframes fdwFadeUp{
    0%{opacity:0;transform:translateY(20px)}
    100%{opacity:1;transform:translateY(0)}
}
@keyframes fdwFadeIn{
    0%{opacity:0} 100%{opacity:1}
}
@keyframes fdwShimmer{
    0%{background-position:-200% 0} 100%{background-position:200% 0}
}

.fdw-home__hero-text > .fdw-home__eyebrow{opacity:0;animation:fdwFadeUp .7s ease-out .1s forwards}
.fdw-home__hero-text > .fdw-home__h1{opacity:0;animation:fdwFadeUp .7s ease-out .2s forwards}
.fdw-home__hero-text > .fdw-home__lede{opacity:0;animation:fdwFadeUp .7s ease-out .35s forwards}
.fdw-home__hero-text > .fdw-home__ctas{opacity:0;animation:fdwFadeUp .7s ease-out .5s forwards}
.fdw-home__hero-text > .fdw-home__hero-meta{opacity:0;animation:fdwFadeUp .7s ease-out .65s forwards}

.fdw-home__section-head,
.fdw-home__trust-item,
.fdw-home__step,
.fdw-home__fcard{
    animation:fdwFadeUp .7s ease-out backwards;
}
.fdw-home__trust-item:nth-child(1){animation-delay:.05s}
.fdw-home__trust-item:nth-child(2){animation-delay:.15s}
.fdw-home__trust-item:nth-child(3){animation-delay:.25s}
.fdw-home__trust-item:nth-child(4){animation-delay:.35s}
.fdw-home__step:nth-child(1){animation-delay:.1s}
.fdw-home__step:nth-child(2){animation-delay:.25s}
.fdw-home__step:nth-child(3){animation-delay:.4s}
.fdw-home__fcard:nth-child(1){animation-delay:.1s}
.fdw-home__fcard:nth-child(2){animation-delay:.25s}
.fdw-home__fcard:nth-child(3){animation-delay:.4s}

@media (prefers-reduced-motion: reduce){
    .fdw-home__hero-blob,
    .fdw-home__hero-image,
    .fdw-home__hero-badge{animation:none !important;opacity:1 !important;transform:none !important}
    .fdw-home__hero-text > *{animation:none !important;opacity:1 !important}
    .fdw-home__section-head,
    .fdw-home__trust-item,
    .fdw-home__step,
    .fdw-home__fcard{animation:none !important;opacity:1 !important}
    .fdw-home__agency-card::before{animation:none !important}
    .fdw-home__h1 em{background-size:100% 100% !important;animation:none !important}
}

@media (max-width:1024px){
    .fdw-home__hero-inner{grid-template-columns:1fr;gap:48px}
    .fdw-home__hero-visual{
        max-width:460px;
        margin:0 auto;
    }
    .fdw-home__trust-inner{grid-template-columns:repeat(2,1fr);gap:24px}
    .fdw-home__steps{grid-template-columns:1fr;max-width:560px;margin:0 auto 40px}
    .fdw-home__featured-grid{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:760px){
    .fdw-home__hero{padding:48px 18px 60px}
    .fdw-home__hero-inner{gap:36px}
    .fdw-home__hero-visual{
        max-width:340px;
        margin:0 auto;
    }
    .fdw-home__hero-badge{
        padding:10px 14px;
        bottom:6%;
        left:-2%;
    }
    .fdw-home__hero-badge-icon{width:30px;height:30px;font-size:14px}
    .fdw-home__hero-badge strong{font-size:12.5px}
    .fdw-home__hero-badge small{font-size:11px}
    .fdw-home__trust{padding:40px 18px}
    .fdw-home__trust-inner{grid-template-columns:1fr;gap:20px}
    .fdw-home__trust-icon{width:38px;height:38px;font-size:16px}
    .fdw-home__how, .fdw-home__featured{padding:64px 18px}
    .fdw-home__section-head{margin-bottom:36px}
    .fdw-home__featured-grid{grid-template-columns:1fr;max-width:380px;margin:0 auto 32px}
    .fdw-home__agency-cta{padding:48px 18px}
    .fdw-home__agency-card{
        padding:32px 28px;
        flex-direction:column;align-items:flex-start;text-align:left;
    }
    .fdw-home__agency-card .fdw-home__btn{width:100%;justify-content:center}
}


/* ============================================
   SITE HEADER — bulletproof, beats Hello/Elementor
   Uses body.fdw-body prefix for higher specificity
============================================ */
.fdw-header{
    --hd-bg:#FFFFFF;
    --hd-bg-scroll:rgba(255,255,255,.96);
    --hd-ink:#0A1A33;
    --hd-ink-dim:#666666;
    --hd-line:#E5E2D9;
    --hd-gold:#B5933A;
    --hd-gold-dark:#9A7E32;
    position:sticky;top:0;left:0;right:0;z-index:100;
    background:var(--hd-bg);
    border-bottom:1px solid var(--hd-line);
    font-family:'Poppins',-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;
    transition:background .2s ease, box-shadow .2s ease;
}
.fdw-header.is-scrolled{
    background:var(--hd-bg-scroll);
    -webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);
    box-shadow:0 4px 20px rgba(10,26,51,.06);
}
.fdw-header *{box-sizing:border-box}
.fdw-header__inner{
    max-width:1280px;margin:0 auto;
    padding:14px 24px;
    display:flex;align-items:center;gap:32px;
}

/* === Brand === */
body.fdw-body .fdw-header__brand,
body.fdw-body .fdw-header__brand:link,
body.fdw-body .fdw-header__brand:visited,
body.fdw-body .fdw-header__brand:hover,
body.fdw-body .fdw-header__brand:focus,
body.fdw-body .fdw-header__brand:active{
    display:flex !important;
    align-items:center !important;
    gap:12px !important;
    text-decoration:none !important;
    color:var(--hd-ink) !important;
    flex-shrink:0;
    background:transparent !important;
    background-image:none !important;
}
.fdw-header__brand-mark{
    width:38px !important;
    height:38px !important;
    min-width:38px !important;
    max-width:38px !important;
    border-radius:10px !important;
    background:linear-gradient(135deg, var(--hd-gold) 0%, var(--hd-gold-dark) 100%) !important;
    color:#fff !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    font-size:18px !important;
    font-weight:800 !important;
    letter-spacing:-.02em !important;
    box-shadow:0 4px 12px rgba(181,147,58,.25);
    flex-shrink:0 !important;
    line-height:1 !important;
}
.fdw-header__brand-text{
    display:flex !important;
    flex-direction:column !important;
    line-height:1.1 !important;
    align-items:flex-start !important;
    justify-content:center !important;
    gap:2px !important;
}
.fdw-header__brand-text strong{font-size:15px;font-weight:700;color:var(--hd-ink);line-height:1.1}
.fdw-header__brand-text small{font-size:11px;color:var(--hd-ink-dim);font-weight:500;line-height:1.1}

/* === Nav === */
.fdw-header__nav{
    display:flex;align-items:center;gap:4px;
    flex:1;justify-content:center;
}
body.fdw-body .fdw-header__nav-link,
body.fdw-body .fdw-header__nav-link:link,
body.fdw-body .fdw-header__nav-link:visited{
    padding:8px 16px;border-radius:8px;
    font-size:14px;font-weight:500;
    color:var(--hd-ink) !important;
    text-decoration:none !important;
    transition:all .2s ease;
    background:transparent !important;
}
body.fdw-body .fdw-header__nav-link:hover,
body.fdw-body .fdw-header__nav-link:focus,
body.fdw-body .fdw-header__nav-link:active{
    background:#F5F4F0 !important;
    color:var(--hd-gold-dark) !important;
}
body.fdw-body .fdw-header__nav-link[aria-current="page"]{
    color:var(--hd-gold-dark) !important;
    font-weight:600;
}

/* === Right actions === */
.fdw-header__actions{
    display:flex;align-items:center;gap:10px;flex-shrink:0;
}
body.fdw-body .fdw-header__btn,
body.fdw-body .fdw-header__btn:link,
body.fdw-body .fdw-header__btn:visited{
    padding:9px 20px !important;
    border-radius:999px !important;
    font-size:14px;font-weight:600;
    text-decoration:none !important;
    cursor:pointer;border:1px solid !important;
    transition:all .2s ease;
    font-family:inherit;line-height:1;
    display:inline-flex !important;
    align-items:center !important;
    background-image:none !important;
}
body.fdw-body .fdw-header__btn--ghost,
body.fdw-body .fdw-header__btn--ghost:link,
body.fdw-body .fdw-header__btn--ghost:visited{
    background:transparent !important;
    color:var(--hd-ink) !important;
    border-color:transparent !important;
}
body.fdw-body .fdw-header__btn--ghost:hover,
body.fdw-body .fdw-header__btn--ghost:focus,
body.fdw-body .fdw-header__btn--ghost:active{
    background:#F5F4F0 !important;
    color:var(--hd-ink) !important;
    border-color:transparent !important;
}
body.fdw-body .fdw-header__btn--primary,
body.fdw-body .fdw-header__btn--primary:link,
body.fdw-body .fdw-header__btn--primary:visited{
    background:var(--hd-gold) !important;
    color:#fff !important;
    border-color:var(--hd-gold) !important;
}
body.fdw-body .fdw-header__btn--primary:hover,
body.fdw-body .fdw-header__btn--primary:focus,
body.fdw-body .fdw-header__btn--primary:active{
    background:var(--hd-gold-dark) !important;
    border-color:var(--hd-gold-dark) !important;
    color:#fff !important;
    box-shadow:0 6px 16px rgba(181,147,58,.3);
}

/* === USER AVATAR — bulletproof === */
.fdw-user-wrap{
    position:relative !important;
    display:inline-block !important;
}

body.fdw-body button.fdw-avatar,
body.fdw-body .fdw-avatar,
body.fdw-body span.fdw-avatar,
body.fdw-body .fdw-avatar:link,
body.fdw-body .fdw-avatar:visited,
body.fdw-body .fdw-avatar:hover,
body.fdw-body .fdw-avatar:focus,
body.fdw-body .fdw-avatar:active{
    width:40px !important;
    height:40px !important;
    min-width:40px !important;
    max-width:40px !important;
    min-height:40px !important;
    max-height:40px !important;
    flex:0 0 40px !important;
    border-radius:50% !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:linear-gradient(135deg, #B5933A 0%, #9A7E32 100%) !important;
    background-color:#B5933A !important;
    background-image:linear-gradient(135deg, #B5933A 0%, #9A7E32 100%) !important;
    color:#fff !important;
    border:2px solid #fff !important;
    box-shadow:0 0 0 1px var(--hd-line), 0 4px 10px rgba(181,147,58,.25) !important;
    font-family:'Poppins',inherit !important;
    text-align:center !important;
    text-decoration:none !important;
    text-transform:none !important;
    text-indent:0 !important;
    padding:0 !important;
    margin:0 !important;
    cursor:pointer !important;
    -webkit-appearance:none !important;
    appearance:none !important;
    outline:none !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
    vertical-align:middle !important;
    transition:transform .2s ease, box-shadow .2s ease !important;
}
body.fdw-body button.fdw-avatar:hover,
body.fdw-body button.fdw-avatar:focus{
    transform:scale(1.05);
    box-shadow:0 0 0 1px var(--hd-gold), 0 6px 14px rgba(181,147,58,.4) !important;
    color:#fff !important;
}
body.fdw-body .fdw-user-wrap.is-open button.fdw-avatar{
    box-shadow:0 0 0 2px var(--hd-gold), 0 6px 14px rgba(181,147,58,.4) !important;
}
body.fdw-body .fdw-avatar--static{cursor:default !important}
body.fdw-body .fdw-avatar--static:hover{transform:none !important}

body.fdw-body .fdw-avatar__letter{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    height:100% !important;
    color:#fff !important;
    font-size:15px !important;
    font-weight:700 !important;
    line-height:1 !important;
    letter-spacing:0 !important;
    text-align:center !important;
    text-decoration:none !important;
    text-transform:uppercase !important;
    font-family:'Poppins',inherit !important;
    pointer-events:none !important;
    background:transparent !important;
}

/* === User dropdown menu === */
.fdw-user-menu{
    position:absolute !important;
    top:calc(100% + 10px) !important;
    right:0 !important;
    min-width:260px;
    background:#fff;
    border:1px solid var(--hd-line);
    border-radius:12px;
    box-shadow:0 16px 40px rgba(10,26,51,.12);
    padding:8px;
    opacity:0;transform:translateY(-8px);pointer-events:none;
    transition:all .2s ease;z-index:200;
}
.fdw-user-wrap.is-open .fdw-user-menu{
    opacity:1;transform:translateY(0);pointer-events:auto;
}
.fdw-user-menu__info{
    padding:10px 12px 12px;
    display:flex;flex-direction:column;gap:2px;
}
.fdw-user-menu__info strong{
    font-size:14px;font-weight:700;color:var(--hd-ink);line-height:1.2;
    overflow:hidden;text-overflow:ellipsis;
}
.fdw-user-menu__info small{
    font-size:12px;color:var(--hd-ink-dim);line-height:1.3;
    overflow:hidden;text-overflow:ellipsis;
}
body.fdw-body .fdw-user-menu__link,
body.fdw-body .fdw-user-menu__link:link,
body.fdw-body .fdw-user-menu__link:visited{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    padding:9px 12px !important;
    border-radius:8px;
    font-size:14px;color:var(--hd-ink) !important;
    text-decoration:none !important;
    transition:background .15s ease;
    background:transparent !important;
}
.fdw-user-menu__icon{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:20px !important;
    height:20px !important;
    min-width:20px !important;
    color:var(--hd-gold-dark);
    font-weight:700;
    flex-shrink:0;
    line-height:1;
}
.fdw-user-menu__label{flex:1;line-height:1.3}
body.fdw-body .fdw-user-menu__link:hover,
body.fdw-body .fdw-user-menu__link:focus{
    background:#F5F4F0 !important;
    color:var(--hd-ink) !important;
}
body.fdw-body .fdw-user-menu__link--danger,
body.fdw-body .fdw-user-menu__link--danger:link,
body.fdw-body .fdw-user-menu__link--danger:visited{
    color:#991b1b !important;
}
body.fdw-body .fdw-user-menu__link--danger .fdw-user-menu__icon{color:#991b1b}
body.fdw-body .fdw-user-menu__link--danger:hover{
    background:#fef2f2 !important;
    color:#991b1b !important;
}
.fdw-user-menu__divider{
    height:1px;background:var(--hd-line);margin:6px 0;
}

/* === Hamburger === */
body.fdw-body .fdw-header__hamburger,
body.fdw-body .fdw-header__hamburger:link,
body.fdw-body .fdw-header__hamburger:visited{
    display:none !important;
    background:transparent !important;
    border:1px solid transparent !important;
    padding:0 !important;
    cursor:pointer;
    width:44px !important;
    height:44px !important;
    min-width:44px !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:5px !important;
    border-radius:8px !important;
    -webkit-appearance:none !important;
    appearance:none !important;
    outline:none !important;
    flex-shrink:0;
}
body.fdw-body .fdw-header__hamburger:hover,
body.fdw-body .fdw-header__hamburger:focus,
body.fdw-body .fdw-header__hamburger:active{
    background:#F5F4F0 !important;
    border-color:transparent !important;
}
.fdw-header__hamburger span{
    display:block !important;
    width:22px !important;
    height:2px !important;
    background:var(--hd-ink) !important;
    border-radius:2px;
    transition:all .25s ease;
    margin:0 !important;
    padding:0 !important;
}
.fdw-header__hamburger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.fdw-header__hamburger[aria-expanded="true"] span:nth-child(2){opacity:0}
.fdw-header__hamburger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* === Mobile drawer === */
.fdw-header__drawer{
    position:fixed;top:0;right:0;bottom:0;
    width:320px;max-width:85vw;
    background:#fff;z-index:300;
    transform:translateX(100%);
    transition:transform .3s cubic-bezier(.2,.8,.2,1);
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    box-shadow:-8px 0 32px rgba(10,26,51,.15);
}
.fdw-header__drawer.is-open{transform:translateX(0)}
.fdw-header__drawer-overlay{
    position:fixed;inset:0;
    background:rgba(10,26,51,.5);
    z-index:299;
    opacity:0;pointer-events:none;
    transition:opacity .3s ease;
}
.fdw-header__drawer-overlay.is-open{opacity:1;pointer-events:auto}

.fdw-header__drawer-inner{padding:20px}
.fdw-header__drawer-head{
    display:flex;justify-content:space-between;align-items:center;
    padding-bottom:18px;border-bottom:1px solid var(--hd-line);margin-bottom:18px;
}
body.fdw-body .fdw-header__drawer-close,
body.fdw-body .fdw-header__drawer-close:link,
body.fdw-body .fdw-header__drawer-close:visited{
    background:transparent !important;
    background-image:none !important;
    border:1px solid var(--hd-line) !important;
    width:36px !important;
    height:36px !important;
    min-width:36px !important;
    border-radius:50% !important;
    font-size:20px !important;
    color:var(--hd-ink) !important;
    cursor:pointer;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    transition:all .15s;
    font-family:inherit !important;
    padding:0 !important;
    line-height:0 !important;
    -webkit-appearance:none !important;
    appearance:none !important;
    outline:none !important;
}
body.fdw-body .fdw-header__drawer-close:hover,
body.fdw-body .fdw-header__drawer-close:focus{
    background:#F5F4F0 !important;
}

.fdw-header__drawer-nav{display:flex;flex-direction:column;gap:2px}
body.fdw-body .fdw-header__drawer-link,
body.fdw-body .fdw-header__drawer-link:link,
body.fdw-body .fdw-header__drawer-link:visited{
    padding:13px 14px !important;
    border-radius:8px;
    font-size:15px;font-weight:500;
    color:var(--hd-ink) !important;
    text-decoration:none !important;
    transition:background .15s;
    background:transparent !important;
    display:block;
}
body.fdw-body .fdw-header__drawer-link:hover{
    background:#F5F4F0 !important;
}
body.fdw-body .fdw-header__drawer-link--danger,
body.fdw-body .fdw-header__drawer-link--danger:link,
body.fdw-body .fdw-header__drawer-link--danger:visited{
    color:#991b1b !important;
}
.fdw-header__drawer-divider{
    height:1px;background:var(--hd-line);margin:14px 0;
}
.fdw-header__drawer-user{
    display:flex !important;
    align-items:center !important;
    gap:12px !important;
    padding:12px;
    background:#F5F4F0;border-radius:10px;
    margin-bottom:6px;
}
body.fdw-body .fdw-header__drawer-user .fdw-avatar{
    width:36px !important;
    height:36px !important;
    min-width:36px !important;
    max-width:36px !important;
    min-height:36px !important;
    max-height:36px !important;
    flex:0 0 36px !important;
}
body.fdw-body .fdw-header__drawer-user .fdw-avatar__letter{font-size:14px !important}
.fdw-header__drawer-user-text{
    display:flex !important;
    flex-direction:column !important;
    line-height:1.2 !important;
    flex:1;min-width:0;
}
.fdw-header__drawer-user-text strong{
    font-size:14px;color:var(--hd-ink);line-height:1.2;
    overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.fdw-header__drawer-user-text small{
    font-size:12px;color:var(--hd-ink-dim);margin-top:2px;line-height:1.2;
}

body.fdw-body .fdw-header__drawer-cta,
body.fdw-body .fdw-header__drawer-cta:link,
body.fdw-body .fdw-header__drawer-cta:visited{
    display:block !important;
    padding:13px !important;
    text-align:center !important;
    border-radius:999px !important;
    font-size:14.5px;font-weight:600;
    text-decoration:none !important;
    margin-top:8px;
    border:1px solid !important;
    transition:all .15s;
}
body.fdw-body .fdw-header__drawer-cta--ghost,
body.fdw-body .fdw-header__drawer-cta--ghost:link,
body.fdw-body .fdw-header__drawer-cta--ghost:visited{
    color:var(--hd-ink) !important;
    border-color:var(--hd-line) !important;
    background:transparent !important;
}
body.fdw-body .fdw-header__drawer-cta--primary,
body.fdw-body .fdw-header__drawer-cta--primary:link,
body.fdw-body .fdw-header__drawer-cta--primary:visited{
    background:var(--hd-gold) !important;
    color:#fff !important;
    border-color:var(--hd-gold) !important;
}
body.fdw-body .fdw-header__drawer-cta--primary:hover{
    background:var(--hd-gold-dark) !important;
    border-color:var(--hd-gold-dark) !important;
}

body.fdw-drawer-open{overflow:hidden}

/* === Responsive: tablet — hide desktop nav, show hamburger right-aligned === */
@media (max-width:980px){
    .fdw-header__inner{
        gap:12px;
        padding:10px 16px;
        justify-content:space-between !important;
    }
    .fdw-header__nav{display:none !important}
    body.fdw-body .fdw-header__btn{display:none !important}
    .fdw-user-wrap{display:none !important}
    body.fdw-body .fdw-header__hamburger{
        display:flex !important;
        margin-left:auto !important;
    }
    .fdw-header__brand{margin-right:auto !important}
    .fdw-header__actions{
        gap:0 !important;
        margin-left:auto !important;
    }
    .fdw-header__brand-text small{display:none !important}
}
@media (max-width:480px){
    .fdw-header__inner{padding:10px 14px;gap:8px}
    .fdw-header__brand-mark{
        width:34px !important;
        height:34px !important;
        min-width:34px !important;
        max-width:34px !important;
        font-size:15px !important;
    }
    .fdw-header__brand-text strong{font-size:14px}
    body.fdw-body .fdw-header__hamburger{
        width:40px !important;
        height:40px !important;
        min-width:40px !important;
    }
    .fdw-header__drawer{width:300px}
}
@media (max-width:360px){
    .fdw-header__inner{padding:8px 12px}
    .fdw-header__brand{gap:8px !important}
    .fdw-header__brand-mark{
        width:32px !important;
        height:32px !important;
        min-width:32px !important;
        max-width:32px !important;
        font-size:14px !important;
        border-radius:8px !important;
    }
    .fdw-header__brand-text strong{font-size:13.5px}
}


/* ============================================
   SITE MAIN
============================================ */
.fdw-site-main{
    min-height:calc(100vh - 200px);
    display:block;
}


/* ============================================
   SITE FOOTER — redesigned
============================================ */
.fdw-footer{
    --ft-bg:#0A1A33;
    --ft-bg-mid:#08152a;
    --ft-bg-bottom:#06122a;
    --ft-ink:rgba(255,255,255,.92);
    --ft-ink-dim:rgba(255,255,255,.65);
    --ft-ink-mute:rgba(255,255,255,.42);
    --ft-line:rgba(255,255,255,.08);
    --ft-line-strong:rgba(255,255,255,.14);
    --ft-gold:#FFE074;
    --ft-gold-warm:#B5933A;
    --ft-gold-dark:#9A7E32;
    background:var(--ft-bg);
    color:var(--ft-ink);
    font-family:'Poppins',-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;
    margin-top:0;
    position:relative;
}
.fdw-footer *{box-sizing:border-box}

/* === Top CTA strip — sits across the gold accent line === */
.fdw-footer__cta{
    background:linear-gradient(135deg, var(--ft-gold-warm) 0%, var(--ft-gold-dark) 100%);
    position:relative;
    overflow:hidden;
}
.fdw-footer__cta::before{
    content:"";position:absolute;
    top:-50%;right:-10%;
    width:400px;height:400px;border-radius:50%;
    background:radial-gradient(circle, rgba(255,255,255,.12) 0%, transparent 70%);
    pointer-events:none;
}
.fdw-footer__cta-inner{
    max-width:1280px;margin:0 auto;
    padding:36px 24px;
    display:flex;align-items:center;justify-content:space-between;
    gap:24px;flex-wrap:wrap;
    position:relative;z-index:1;
}
.fdw-footer__cta-eyebrow{
    font-size:11.5px;
    font-weight:600;
    letter-spacing:.18em;
    text-transform:uppercase;
    color:rgba(255,255,255,.85);
    margin-bottom:6px;
}
.fdw-footer__cta-title{
    font-size:22px;
    font-weight:700;
    color:#fff;
    margin:0;
    letter-spacing:-.015em;
    line-height:1.2;
}
.fdw-footer__cta-actions{
    display:flex;gap:10px;flex-wrap:wrap;align-items:center;
}
body.fdw-body .fdw-footer__cta-btn,
body.fdw-body .fdw-footer__cta-btn:link,
body.fdw-body .fdw-footer__cta-btn:visited{
    display:inline-flex !important;
    align-items:center !important;
    gap:8px !important;
    padding:12px 22px !important;
    border-radius:999px !important;
    font-size:14px;font-weight:600;
    text-decoration:none !important;
    border:1px solid !important;
    transition:all .2s ease;
    line-height:1;
}
body.fdw-body .fdw-footer__cta-btn--primary,
body.fdw-body .fdw-footer__cta-btn--primary:link,
body.fdw-body .fdw-footer__cta-btn--primary:visited{
    background:#fff !important;
    color:var(--ft-gold-dark) !important;
    border-color:#fff !important;
}
body.fdw-body .fdw-footer__cta-btn--primary:hover{
    background:var(--ft-bg) !important;
    color:#fff !important;
    border-color:var(--ft-bg) !important;
    transform:translateY(-2px);
}
body.fdw-body .fdw-footer__cta-btn--ghost,
body.fdw-body .fdw-footer__cta-btn--ghost:link,
body.fdw-body .fdw-footer__cta-btn--ghost:visited{
    background:transparent !important;
    color:#fff !important;
    border-color:rgba(255,255,255,.6) !important;
}
body.fdw-body .fdw-footer__cta-btn--ghost:hover{
    background:#fff !important;
    color:var(--ft-gold-dark) !important;
    border-color:#fff !important;
    transform:translateY(-2px);
}

/* === Main footer body === */
.fdw-footer__inner{
    max-width:1280px;
    margin:0 auto;
    padding:56px 24px 0;
    display:flex;
    flex-direction:column;
}

.fdw-footer__top{
    display:grid;
    grid-template-columns:1.6fr 1fr 1fr 1fr;
    gap:48px;
    padding-bottom:40px;
    border-bottom:1px solid var(--ft-line);
}

/* Brand column */
.fdw-footer__col--brand{padding-right:24px}

body.fdw-body .fdw-footer__brand,
body.fdw-body .fdw-footer__brand:link,
body.fdw-body .fdw-footer__brand:visited{
    display:flex !important;
    align-items:center !important;
    gap:12px !important;
    color:#fff !important;
    text-decoration:none !important;
    margin-bottom:18px;
    background:transparent !important;
}
.fdw-footer__brand-mark{
    width:42px !important;
    height:42px !important;
    min-width:42px !important;
    border-radius:10px !important;
    background:linear-gradient(135deg, var(--ft-gold-warm) 0%, #8a701e 100%) !important;
    color:#fff !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    font-size:19px !important;
    font-weight:800 !important;
    flex-shrink:0;
    line-height:1 !important;
    box-shadow:0 4px 12px rgba(0,0,0,.25);
}
.fdw-footer__brand-name{
    display:flex;flex-direction:column;line-height:1.2;gap:2px;
}
.fdw-footer__brand-name strong{font-size:16px;font-weight:700;color:#fff;line-height:1.2}
.fdw-footer__brand-name small{font-size:11.5px;color:var(--ft-ink-dim);font-weight:500;line-height:1.2}

.fdw-footer__tagline{
    font-size:13.5px;line-height:1.65;color:var(--ft-ink-dim);
    margin:0 0 20px;max-width:380px;
}

.fdw-footer__badges{display:flex;flex-wrap:wrap;gap:8px}
.fdw-footer__badge{
    display:inline-flex;align-items:center;gap:8px;
    padding:6px 12px;
    background:rgba(255,224,116,.08);
    border:1px solid rgba(255,224,116,.25);
    border-radius:999px;
    font-size:12px;
    font-weight:600;
    color:var(--ft-gold);
    letter-spacing:.01em;
}
.fdw-footer__badge-dot{
    width:6px;height:6px;border-radius:50%;
    background:var(--ft-gold);
    box-shadow:0 0 8px rgba(255,224,116,.6);
    animation:fdwFooterPulse 2s ease-in-out infinite;
}
@keyframes fdwFooterPulse{
    0%, 100%{opacity:1;transform:scale(1)}
    50%{opacity:.6;transform:scale(1.2)}
}

/* Link columns */
.fdw-footer__h4{
    font-size:11.5px;
    font-weight:700;
    letter-spacing:.18em;
    text-transform:uppercase;
    color:var(--ft-gold);
    margin:0 0 18px;
    position:relative;
    padding-bottom:10px;
}
.fdw-footer__h4::after{
    content:"";
    position:absolute;
    bottom:0;left:0;
    width:24px;height:2px;
    background:var(--ft-gold-warm);
    border-radius:2px;
}
.fdw-footer__links{
    list-style:none;padding:0;margin:0;
    display:flex;flex-direction:column;gap:10px;
}
body.fdw-body .fdw-footer__links a,
body.fdw-body .fdw-footer__links a:link,
body.fdw-body .fdw-footer__links a:visited{
    color:var(--ft-ink-dim) !important;
    text-decoration:none !important;
    font-size:14px;
    transition:all .15s ease;
    background:transparent !important;
    display:inline-block;
    position:relative;
}
body.fdw-body .fdw-footer__links a::before{
    content:"→";
    position:absolute;
    left:-16px;top:50%;
    transform:translateY(-50%) translateX(-4px);
    opacity:0;
    color:var(--ft-gold);
    font-size:13px;
    transition:all .2s ease;
}
body.fdw-body .fdw-footer__links a:hover{
    color:#fff !important;
    padding-left:18px;
}
body.fdw-body .fdw-footer__links a:hover::before{
    opacity:1;
    transform:translateY(-50%) translateX(0);
    left:0;
}

/* === Social + trust row === */
.fdw-footer__social-row{
    display:flex;align-items:center;
    gap:18px;flex-wrap:wrap;
    padding:24px 0;
    border-bottom:1px solid var(--ft-line);
}
.fdw-footer__social-label{
    font-size:12px;
    font-weight:600;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:var(--ft-ink-mute);
}
.fdw-footer__social{display:flex;gap:10px}
body.fdw-body .fdw-footer__social-link,
body.fdw-body .fdw-footer__social-link:link,
body.fdw-body .fdw-footer__social-link:visited{
    width:38px !important;
    height:38px !important;
    min-width:38px !important;
    border-radius:50% !important;
    background:rgba(255,255,255,.06) !important;
    color:var(--ft-ink) !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    text-decoration:none !important;
    transition:all .2s ease;
    flex-shrink:0;
    border:1px solid var(--ft-line) !important;
}
body.fdw-body .fdw-footer__social-link svg{
    width:16px;height:16px;
    display:block;
    transition:transform .2s ease;
}
body.fdw-body .fdw-footer__social-link:hover{
    background:var(--ft-gold-warm) !important;
    color:#fff !important;
    border-color:var(--ft-gold-warm) !important;
    transform:translateY(-2px);
    box-shadow:0 4px 12px rgba(181,147,58,.4);
}
body.fdw-body .fdw-footer__social-link:hover svg{transform:scale(1.1)}
.fdw-footer__social-spacer{flex:1}
.fdw-footer__trust-line{
    display:inline-flex;align-items:center;gap:8px;
    font-size:12.5px;
    color:var(--ft-ink-mute);
    font-weight:500;
}
.fdw-footer__trust-icon{font-size:13px}

/* === Bottom bar === */
.fdw-footer__bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:22px 0;
    gap:16px;
    flex-wrap:wrap;
    background:transparent;
    margin:0;
    border-top:1px solid var(--ft-line);
    margin-top:0;
}

.fdw-footer__copy{
    font-size:13px;
    color:var(--ft-ink-dim);
    font-weight:500;
}
.fdw-footer__meta{
    font-size:12.5px;
    color:var(--ft-ink-mute);
    display:flex;gap:10px;align-items:center;flex-wrap:wrap;
    font-weight:500;
}
.fdw-footer__sep{opacity:.4}

/* === Responsive === */
@media (max-width:980px){
    .fdw-footer__cta-inner{
        padding:30px 18px;
        flex-direction:column;
        align-items:flex-start;
        text-align:left;
    }
    .fdw-footer__cta-actions{width:100%}
    .fdw-footer__cta-actions .fdw-footer__cta-btn{flex:1;justify-content:center}

    .fdw-footer__inner{padding:44px 18px 0}
    .fdw-footer__top{
        grid-template-columns:1fr 1fr;
        gap:32px 24px;
        padding-bottom:32px;
    }
    .fdw-footer__col--brand{grid-column:1/-1;padding-right:0}
    .fdw-footer__tagline{max-width:none}

    .fdw-footer__social-row{
        padding:20px 0;
        gap:14px;
    }
    .fdw-footer__social-spacer{display:none}
    .fdw-footer__trust-line{width:100%;justify-content:flex-start}

    .fdw-footer__bottom{
    flex-direction:column;
    align-items:flex-start;
    text-align:left;
    margin:0;
    padding:18px 0;
    }
}

@media (max-width:540px){
    .fdw-footer__cta-inner{padding:26px 16px}
    .fdw-footer__cta-title{font-size:19px}
    .fdw-footer__cta-actions{flex-direction:column;align-items:stretch}
    .fdw-footer__cta-actions .fdw-footer__cta-btn{width:100%}

    .fdw-footer__inner{padding:36px 16px 0}
    .fdw-footer__top{
        grid-template-columns:1fr;
        gap:28px;
        padding-bottom:28px;
    }

    .fdw-footer__brand-name strong{font-size:15px}
    .fdw-footer__brand-name small{font-size:11px}

    .fdw-footer__h4{margin-bottom:14px}
    .fdw-footer__links{gap:9px}
    .fdw-footer__links a{font-size:14.5px}

    .fdw-footer__bottom{margin:0;padding:16px 0}
}

/* ============================================
   FLOATING WHATSAPP WIDGET
============================================ */
.fdw-wa,
.fdw-wa:link,
.fdw-wa:visited{
    position:fixed !important;
    bottom:24px !important;
    right:24px !important;
    z-index:9998;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:0 !important;
    height:54px !important;
    min-width:54px !important;
    padding:0 !important;
    background:#25D366 !important;
    background-color:#25D366 !important;
    background-image:none !important;
    color:#fff !important;
    border-radius:999px !important;
    border:none !important;
    text-decoration:none !important;
    box-shadow:0 6px 20px rgba(37,211,102,.45), 0 2px 6px rgba(0,0,0,.12) !important;
    cursor:pointer;
    font-family:'Poppins',-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif !important;
    font-size:14.5px !important;
    font-weight:600 !important;
    line-height:1 !important;
    overflow:hidden !important;
    transition:all .35s cubic-bezier(.2,.8,.2,1) !important;
    animation:fdwWaIn .5s ease-out .8s backwards, fdwWaPulse 2.4s ease-in-out 1.5s 2;
}
.fdw-wa::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:999px;
    background:radial-gradient(circle, rgba(255,255,255,.2) 0%, transparent 70%);
    opacity:0;
    transition:opacity .3s ease;
    pointer-events:none;
}
.fdw-wa:hover,
.fdw-wa:focus,
.fdw-wa:active{
    background:#1ebe5b !important;
    background-color:#1ebe5b !important;
    color:#fff !important;
    text-decoration:none !important;
    box-shadow:0 10px 28px rgba(37,211,102,.55), 0 4px 10px rgba(0,0,0,.18) !important;
    padding-right:22px !important;
    gap:10px !important;
    transform:translateY(-2px);
}
.fdw-wa:hover::before{opacity:1}

.fdw-wa__icon{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:54px !important;
    min-width:54px !important;
    height:54px !important;
    color:#fff !important;
    flex-shrink:0;
}
.fdw-wa__icon svg{
    width:28px;
    height:28px;
    display:block;
    pointer-events:none;
}

.fdw-wa__label{
    display:inline-block !important;
    max-width:0;
    overflow:hidden;
    white-space:nowrap;
    opacity:0;
    color:#fff !important;
    font-weight:600;
    letter-spacing:.01em;
    transition:max-width .35s cubic-bezier(.2,.8,.2,1), opacity .25s ease .1s;
}
.fdw-wa:hover .fdw-wa__label,
.fdw-wa:focus .fdw-wa__label{
    max-width:200px;
    opacity:1;
}

@keyframes fdwWaIn{
    0%{opacity:0;transform:scale(.4) translateY(20px)}
    100%{opacity:1;transform:scale(1) translateY(0)}
}
@keyframes fdwWaPulse{
    0%, 100%{box-shadow:0 6px 20px rgba(37,211,102,.45), 0 2px 6px rgba(0,0,0,.12), 0 0 0 0 rgba(37,211,102,.5)}
    50%     {box-shadow:0 6px 20px rgba(37,211,102,.45), 0 2px 6px rgba(0,0,0,.12), 0 0 0 14px rgba(37,211,102,0)}
}

/* Bump up above mobile filter bar on archive */
body.fdw-arch-locked .fdw-wa{display:none !important}

/* === Mobile === */
@media (max-width:760px){
    .fdw-wa,
    .fdw-wa:link,
    .fdw-wa:visited{
        bottom:20px !important;
        right:16px !important;
        height:50px !important;
        min-width:50px !important;
    }
    .fdw-wa__icon{
        width:50px !important;
        min-width:50px !important;
        height:50px !important;
    }
    .fdw-wa__icon svg{width:24px;height:24px}
    /* On mobile, slightly nudge above any browser bars */
    .fdw-wa:hover{padding-right:18px !important}
}

@media (prefers-reduced-motion: reduce){
    .fdw-wa{animation:none !important}
}


/* ============================================
   LEGAL PAGES (privacy policy / terms)
============================================ */
.fdw-legal{
    --fdw-bg:#fafafa;
    --fdw-card:#ffffff;
    --fdw-ink:#1a1a1a;
    --fdw-ink-dim:#4b5563;
    --fdw-ink-mute:#9ca3af;
    --fdw-line:#e5e7eb;
    --fdw-accent:#B5933A;
    --fdw-accent-dark:#9A7E32;
    --fdw-radius:12px;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;
    background:var(--fdw-bg);
    color:var(--fdw-ink);
    padding:48px 20px 72px;
}
.fdw-legal *{box-sizing:border-box}
.fdw-legal__inner{max-width:820px;margin:0 auto}

.fdw-legal__head{margin-bottom:36px;padding-bottom:28px;border-bottom:1px solid var(--fdw-line)}
.fdw-legal__eyebrow{
    font-size:12px;letter-spacing:.14em;text-transform:uppercase;
    font-weight:700;color:var(--fdw-accent);margin-bottom:10px;
}
.fdw-legal__title{font-size:38px;line-height:1.15;font-weight:800;margin:0 0 12px;letter-spacing:-.02em}
.fdw-legal__meta{font-size:13px;color:var(--fdw-ink-mute);margin:0}

.fdw-legal__lead{font-size:16px;line-height:1.75;color:var(--fdw-ink-dim);margin:0 0 28px}

/* Table of contents */
.fdw-legal__toc{
    background:var(--fdw-card);border:1px solid var(--fdw-line);
    border-radius:var(--fdw-radius);padding:22px 26px;margin:0 0 40px;
    box-shadow:0 2px 8px rgba(0,0,0,.04);
}
.fdw-legal__toc-title{
    font-size:12px;letter-spacing:.1em;text-transform:uppercase;
    font-weight:700;color:var(--fdw-ink-mute);margin:0 0 14px;
}
.fdw-legal__toc ol{margin:0;padding:0 0 0 20px;columns:2;column-gap:32px}
.fdw-legal__toc li{margin:0 0 9px;font-size:14px;break-inside:avoid}
.fdw-legal__toc a{color:var(--fdw-ink-dim);text-decoration:none;transition:color .15s ease}
.fdw-legal__toc a:hover{color:var(--fdw-accent-dark);text-decoration:underline}

/* Sections */
.fdw-legal__section{margin:0 0 34px;scroll-margin-top:90px}
.fdw-legal__section h2{
    font-size:21px;font-weight:700;margin:0 0 14px;letter-spacing:-.01em;color:var(--fdw-ink);
}
.fdw-legal__body p{font-size:15.5px;line-height:1.75;color:var(--fdw-ink-dim);margin:0 0 14px}
.fdw-legal__body ul{margin:0 0 14px;padding-left:22px}
.fdw-legal__body li{font-size:15.5px;line-height:1.7;color:var(--fdw-ink-dim);margin:0 0 9px}
.fdw-legal__body strong{color:var(--fdw-ink);font-weight:600}
.fdw-legal__body a{color:var(--fdw-accent-dark)}

/* Contact block */
.fdw-legal__contact{
    background:var(--fdw-card);border:1px solid var(--fdw-line);
    border-left:3px solid var(--fdw-accent);
    border-radius:8px;padding:18px 22px;margin-top:6px;
}
.fdw-legal__contact p{margin:0 0 6px;font-size:14.5px;line-height:1.6}
.fdw-legal__contact p:last-child{margin-bottom:0}

/* Closing disclaimer */
.fdw-legal__disclaimer{
    margin-top:40px;padding-top:24px;border-top:1px solid var(--fdw-line);
    font-size:13px !important;line-height:1.65;color:var(--fdw-ink-mute) !important;font-style:italic;
}

@media (max-width:640px){
    .fdw-legal{padding:32px 16px 56px}
    .fdw-legal__title{font-size:30px}
    .fdw-legal__toc ol{columns:1}
}
/* ===== Skill star rating inputs (agency form) ===== */
.fdw-mform__hint{font-size:13px;color:#6b7280;margin:0 0 12px}
.fdw-mform__ratings{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px 24px}
.fdw-rating-row{display:flex;align-items:center;justify-content:space-between;gap:10px}
.fdw-rating-row__label{color:#1f2937;font-size:14px}
.fdw-rating-row select{padding:6px 8px;border:1px solid #d1d5db;border-radius:6px;background:#fff}
@media (max-width:640px){.fdw-mform__ratings{grid-template-columns:1fr}}

/* ====================================================================
   HOME V2 — Trust-first redesign. Fully scoped to .fdw-home--v2 only.
   Append-only: the live homepage (front-page.php) and all base
   .fdw-home rules above this block are byte-for-byte untouched.
   Section order: hero · creds band · quick-browse · how · assurance ·
   featured · faq + agency strip. Remove this block + page-home-v2.php
   + the page to retire the redesign.
   ==================================================================== */

/* ---- Global compact/professional rhythm (v2 only) ---------------- */
.fdw-home--v2 .fdw-home__how,
.fdw-home--v2 .fdw-home__featured,
.fdw-home--v2 .fdw-home__browse,
.fdw-home--v2 .fdw-home__assure,
.fdw-home--v2 .fdw-home__faq{padding:56px 24px}
.fdw-home--v2 .fdw-home__section-inner{max-width:1120px;margin:0 auto}
.fdw-home--v2 .fdw-home__section-head{max-width:620px;margin:0 auto 40px}
.fdw-home--v2 .fdw-home__h2{font-size:clamp(26px,2.8vw,34px);margin:0 0 10px}
.fdw-home--v2 .fdw-home__section-sub{font-size:15px;line-height:1.55}
.fdw-home--v2 .fdw-home__eyebrow--center{margin-bottom:12px}

/* ---- 1. HERO --------------------------------------------------- */
.fdw-home--v2 .fdw-home__hero{padding:64px 24px 72px;background:var(--hp-bg-white);border-bottom:1px solid var(--hp-line);position:relative;overflow:hidden}
.fdw-home--v2 .fdw-home__hero::before{display:none}
.fdw-home--v2 .fdw-home__hero-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.02fr .98fr;gap:clamp(40px,5vw,64px);align-items:center;text-align:left}
.fdw-home--v2 .fdw-home__hero-text{max-width:560px}

.fdw-home--v2 .fdw-home__h1{font-family:'Playfair Display',Georgia,'Times New Roman',serif;font-size:clamp(38px,4.6vw,60px);font-weight:700;line-height:1.07;letter-spacing:-.01em;margin:0 0 22px;max-width:none;color:var(--hp-ink)}
.fdw-home--v2 .fdw-home__lede{font-size:16px;line-height:1.7;color:var(--hp-ink-dim);margin:0 0 30px;max-width:500px}
.fdw-home--v2 .fdw-home__ctas{display:flex;gap:14px;flex-wrap:wrap;align-items:center;justify-content:flex-start;margin:0 0 34px}

/* buttons — calmer than base (no shine sweep, subtle lift) */
.fdw-home--v2 .fdw-home__btn{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;border-radius:999px;font-size:14.5px;font-weight:600;line-height:1;border:1px solid transparent;text-decoration:none !important;cursor:pointer;font-family:inherit;overflow:visible;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease}
.fdw-home--v2 .fdw-home__btn::before{display:none}
.fdw-home--v2 .fdw-home__btn span{transition:transform .18s ease}
.fdw-home--v2 .fdw-home__btn:hover span{transform:translateX(3px)}
.fdw-home--v2 .fdw-home__btn--primary{background:var(--hp-gold) !important;color:#fff !important;border-color:var(--hp-gold) !important;box-shadow:0 8px 20px rgba(181,147,58,.28)}
.fdw-home--v2 .fdw-home__btn--primary:hover,.fdw-home--v2 .fdw-home__btn--primary:focus{background:var(--hp-gold-dark) !important;border-color:var(--hp-gold-dark) !important;color:#fff !important;transform:translateY(-1px);box-shadow:0 12px 26px rgba(181,147,58,.34)}
.fdw-home--v2 .fdw-home__btn--ghost{background:transparent !important;color:var(--hp-ink) !important;border-color:var(--hp-line-strong) !important}
.fdw-home--v2 .fdw-home__btn--ghost:hover,.fdw-home--v2 .fdw-home__btn--ghost:focus{background:var(--hp-bg-white) !important;border-color:var(--hp-ink) !important;color:var(--hp-ink) !important;transform:translateY(-1px)}
.fdw-home--v2 .fdw-home__btn--ghost-dark:hover,.fdw-home--v2 .fdw-home__btn--ghost-dark:focus{transform:translateY(-1px)}
.fdw-home--v2 .fdw-home__btn--gold:hover,.fdw-home--v2 .fdw-home__btn--gold:focus{transform:translateY(-1px);box-shadow:0 12px 26px rgba(181,147,58,.34)}

/* hero buttons — rectangular, uppercase, navy (match reference 03) */
.fdw-home--v2 .fdw-home__hero .fdw-home__btn{border-radius:5px;padding:15px 26px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}
.fdw-home--v2 .fdw-home__btn--navy{background:var(--hp-ink) !important;color:#fff !important;border-color:var(--hp-ink) !important;box-shadow:0 10px 24px -10px rgba(10,26,51,.5)}
.fdw-home--v2 .fdw-home__btn--navy:hover,.fdw-home--v2 .fdw-home__btn--navy:focus{background:#15294a !important;border-color:#15294a !important;color:#fff !important;transform:translateY(-1px)}
.fdw-home--v2 .fdw-home__btn--outline{background:transparent !important;color:var(--hp-ink) !important;border-color:var(--hp-line-strong) !important}
.fdw-home--v2 .fdw-home__btn--outline:hover,.fdw-home--v2 .fdw-home__btn--outline:focus{background:var(--hp-bg) !important;border-color:var(--hp-ink) !important;color:var(--hp-ink) !important;transform:translateY(-1px)}

/* hero feature grid — 2x2 trust signals with line icons */
.fdw-home--v2 .fdw-home__hero-feats{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,auto);gap:16px 44px;justify-content:start}
.fdw-home--v2 .fdw-home__hero-feat{display:flex;align-items:center;gap:11px;font-size:13.5px;font-weight:600;color:var(--hp-ink)}
.fdw-home--v2 .fdw-home__hero-feat-ico{width:22px;height:22px;color:var(--hp-gold);flex-shrink:0}
.fdw-home--v2 .fdw-home__hero-feat-ico svg{width:100%;height:100%;display:block;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}

/* hero media — clean rounded photo, no overlays */
.fdw-home--v2 .fdw-home__hero-media{position:relative;width:100%}
.fdw-home--v2 .fdw-home__hero-photo{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:14px;box-shadow:0 30px 60px -22px rgba(10,26,51,.32);display:block;margin:0}

/* entrance — gentle, structured (base animates h1/lede/ctas inside hero-text) */
.fdw-home--v2 .fdw-home__hero-text > .fdw-home__hero-feats{opacity:0;animation:fdwFadeUp .7s ease-out .6s forwards}
.fdw-home--v2 .fdw-home__hero-media{opacity:0;animation:fdwFadeUp .8s ease-out .25s forwards}

/* ---- 2. CREDENTIALS BAND (dark) -------------------------------- */
.fdw-home--v2 .fdw-home__creds{padding:48px 24px;background:var(--hp-ink);color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}
.fdw-home--v2 .fdw-home__creds-inner{max-width:1120px;margin:0 auto}
.fdw-home--v2 .fdw-home__creds-head{text-align:center;margin-bottom:28px}
.fdw-home--v2 .fdw-home__creds .fdw-home__eyebrow{color:var(--hp-gold-bright);margin-bottom:8px}
.fdw-home--v2 .fdw-home__creds-sub{font-size:14.5px;color:rgba(255,255,255,.72);margin:0}
.fdw-home--v2 .fdw-home__creds-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.fdw-home--v2 .fdw-home__creds-cell{text-align:center;padding:8px 24px}
.fdw-home--v2 .fdw-home__creds-cell+.fdw-home__creds-cell{border-left:1px solid rgba(255,255,255,.12)}
.fdw-home--v2 .fdw-home__creds-num{font-size:clamp(30px,3.4vw,40px);font-weight:800;line-height:1;color:var(--hp-gold-bright);letter-spacing:-.01em}
.fdw-home--v2 .fdw-home__creds-label{font-size:12.5px;font-weight:600;letter-spacing:.03em;color:rgba(255,255,255,.78);margin-top:10px;line-height:1.4}
.fdw-home--v2 .fdw-home__creds-note{text-align:center;font-size:12.5px;color:rgba(255,255,255,.6);margin:26px 0 0}

/* ---- 3. QUICK BROWSE (chips) ----------------------------------- */
.fdw-home--v2 .fdw-home__browse{background:var(--hp-bg-white);border-bottom:1px solid var(--hp-line)}
.fdw-home--v2 .fdw-home__browse-group{max-width:920px;margin:0 auto 22px}
.fdw-home--v2 .fdw-home__browse-group:last-of-type{margin-bottom:0}
.fdw-home--v2 .fdw-home__browse-label{font-size:11.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--hp-ink-dim);margin-bottom:12px;text-align:center}
.fdw-home--v2 .fdw-home__browse-chips{display:flex;flex-wrap:wrap;gap:9px;justify-content:center}
.fdw-home--v2 .fdw-home__browse-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 9px 8px 15px;border:1px solid var(--hp-line);border-radius:999px;background:var(--hp-bg);font-size:13.5px;font-weight:600;color:var(--hp-ink);text-decoration:none !important;transition:border-color .18s ease,background .18s ease,transform .18s ease}
.fdw-home--v2 .fdw-home__browse-chip:hover{border-color:var(--hp-gold);background:var(--hp-bg-white);transform:translateY(-1px)}
.fdw-home--v2 .fdw-home__browse-chip-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:var(--hp-section-bg);color:var(--hp-ink-dim);font-size:11.5px;font-weight:700;line-height:1}
.fdw-home--v2 .fdw-home__browse-chip:hover .fdw-home__browse-chip-count{background:var(--hp-gold-bright);color:var(--hp-ink)}
.fdw-home--v2 .fdw-home__browse-cta{text-align:center;margin-top:28px}

/* ---- 4. HOW IT WORKS (reuse base, compact) --------------------- */
.fdw-home--v2 .fdw-home__how{background:var(--hp-bg)}
.fdw-home--v2 .fdw-home__steps{gap:18px;margin-bottom:30px}
.fdw-home--v2 .fdw-home__step{padding:26px 24px}
.fdw-home--v2 .fdw-home__step:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(10,26,51,.06)}
.fdw-home--v2 .fdw-home__step-num{margin-bottom:10px}
.fdw-home--v2 .fdw-home__step-title{font-size:18px;margin:0 0 8px}
.fdw-home--v2 .fdw-home__step-text{font-size:14px;line-height:1.55}

/* ---- 5. ASSURANCE (what MOM-licensed means) -------------------- */
.fdw-home--v2 .fdw-home__assure{background:var(--hp-bg-white);border-top:1px solid var(--hp-line);border-bottom:1px solid var(--hp-line)}
.fdw-home--v2 .fdw-home__assure-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.fdw-home--v2 .fdw-home__assure-item{background:var(--hp-bg);border:1px solid var(--hp-line);border-radius:var(--hp-radius);padding:26px 24px;position:relative;transition:border-color .18s ease,box-shadow .18s ease}
.fdw-home--v2 .fdw-home__assure-item::before{content:"";position:absolute;left:24px;top:0;width:36px;height:3px;background:var(--hp-gold);border-radius:0 0 3px 3px}
.fdw-home--v2 .fdw-home__assure-item:hover{border-color:var(--hp-line-strong);box-shadow:0 8px 24px rgba(10,26,51,.06)}
.fdw-home--v2 .fdw-home__assure-icon{font-size:24px;line-height:1;margin-bottom:14px}
.fdw-home--v2 .fdw-home__assure-title{font-size:16.5px;font-weight:700;color:var(--hp-ink);margin:0 0 8px;line-height:1.3}
.fdw-home--v2 .fdw-home__assure-text{font-size:14px;line-height:1.6;color:var(--hp-ink-dim);margin:0}

/* ---- 6. FEATURED (reuse fcard, add ref tag) -------------------- */
.fdw-home--v2 .fdw-home__featured{background:var(--hp-bg)}
.fdw-home--v2 .fdw-home__featured-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:30px}
.fdw-home--v2 .fdw-home__fcard:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(10,26,51,.08)}
.fdw-home--v2 .fdw-home__fcard-body{padding:16px 18px;gap:5px}
.fdw-home--v2 .fdw-home__fcard-name{font-size:16px}
.fdw-home--v2 .fdw-home__fcard-ref{position:absolute;top:10px;left:10px;z-index:2;padding:4px 10px;border-radius:999px;background:rgba(10,26,51,.78);color:#fff;font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}
.fdw-home--v2 .fdw-home__featured-cta{text-align:center}

/* ---- 7. FAQ + AGENCY STRIP ------------------------------------- */
.fdw-home--v2 .fdw-home__faq{background:var(--hp-section-bg)}
.fdw-home--v2 .fdw-home__faq-list{max-width:760px;margin:0 auto 36px;display:flex;flex-direction:column;gap:10px}
.fdw-home--v2 .fdw-home__faq-item{background:var(--hp-bg-white);border:1px solid var(--hp-line);border-radius:var(--hp-radius);overflow:hidden}
.fdw-home--v2 .fdw-home__faq-q{list-style:none;cursor:pointer;padding:16px 48px 16px 20px;font-size:15px;font-weight:600;color:var(--hp-ink);position:relative}
.fdw-home--v2 .fdw-home__faq-q::-webkit-details-marker{display:none}
.fdw-home--v2 .fdw-home__faq-q::after{content:"";position:absolute;right:22px;top:50%;width:9px;height:9px;border-right:2px solid var(--hp-ink-dim);border-bottom:2px solid var(--hp-ink-dim);transform:translateY(-65%) rotate(45deg);transition:transform .2s ease}
.fdw-home--v2 .fdw-home__faq-item[open] .fdw-home__faq-q::after{transform:translateY(-35%) rotate(-135deg)}
.fdw-home--v2 .fdw-home__faq-item[open] .fdw-home__faq-q{color:var(--hp-gold-dark)}
.fdw-home--v2 .fdw-home__faq-a{padding:0 20px 18px;font-size:14px;line-height:1.6;color:var(--hp-ink-dim)}

/* slim agency strip — reuse base agency-card, dark, contained */
.fdw-home--v2 .fdw-home__agency-card{max-width:920px;margin:0 auto;padding:30px 40px;gap:24px;border-radius:var(--hp-radius)}
.fdw-home--v2 .fdw-home__agency-card--slim{padding:26px 36px}
.fdw-home--v2 .fdw-home__agency-text{font-size:14px}

/* ---- Responsive ------------------------------------------------ */
@media (min-width:1024px){
  .fdw-home--v2 .fdw-home__assure-grid{gap:20px}
}
@media (max-width:1024px){
  .fdw-home--v2 .fdw-home__hero{padding:52px 24px 60px}
  .fdw-home--v2 .fdw-home__hero-inner{grid-template-columns:1fr;gap:40px;max-width:620px}
  .fdw-home--v2 .fdw-home__hero-text{max-width:none;order:2}
  .fdw-home--v2 .fdw-home__hero-media{order:1}
  .fdw-home--v2 .fdw-home__how,.fdw-home--v2 .fdw-home__featured,.fdw-home--v2 .fdw-home__browse,.fdw-home--v2 .fdw-home__assure,.fdw-home--v2 .fdw-home__faq{padding:48px 24px}
  .fdw-home--v2 .fdw-home__creds-grid{grid-template-columns:repeat(2,1fr);gap:0}
  .fdw-home--v2 .fdw-home__creds-cell{padding:16px 24px}
  .fdw-home--v2 .fdw-home__creds-cell:nth-child(odd){border-left:0}
  .fdw-home--v2 .fdw-home__creds-cell:nth-child(n+3){border-top:1px solid rgba(255,255,255,.12)}
  .fdw-home--v2 .fdw-home__assure-grid{grid-template-columns:1fr}
  .fdw-home--v2 .fdw-home__assure-item{max-width:560px;margin:0 auto;width:100%}
}
@media (max-width:760px){
  .fdw-home--v2 .fdw-home__hero{padding:40px 18px 48px}
  .fdw-home--v2 .fdw-home__h1{font-size:clamp(32px,8.5vw,44px)}
  .fdw-home--v2 .fdw-home__lede{font-size:15.5px}
  .fdw-home--v2 .fdw-home__ctas{flex-direction:column;align-items:stretch}
  .fdw-home--v2 .fdw-home__ctas .fdw-home__btn{justify-content:center}
  .fdw-home--v2 .fdw-home__hero-feats{grid-template-columns:1fr 1fr;gap:14px 24px}
  .fdw-home--v2 .fdw-home__hero-photo{aspect-ratio:3/2}
  .fdw-home--v2 .fdw-home__how,.fdw-home--v2 .fdw-home__featured,.fdw-home--v2 .fdw-home__browse,.fdw-home--v2 .fdw-home__assure,.fdw-home--v2 .fdw-home__faq{padding:40px 18px}
  .fdw-home--v2 .fdw-home__creds{padding:38px 18px}
  .fdw-home--v2 .fdw-home__creds-grid{grid-template-columns:1fr}
  .fdw-home--v2 .fdw-home__creds-cell{padding:16px 0}
  .fdw-home--v2 .fdw-home__creds-cell+.fdw-home__creds-cell{border-left:0;border-top:1px solid rgba(255,255,255,.12)}
  .fdw-home--v2 .fdw-home__featured-grid{grid-template-columns:1fr;max-width:340px;margin:0 auto 30px}
  .fdw-home--v2 .fdw-home__agency-card,.fdw-home--v2 .fdw-home__agency-card--slim{padding:28px 24px;text-align:center;justify-content:center;flex-direction:column}
  .fdw-home--v2 .fdw-home__faq-q{padding:14px 42px 14px 16px;font-size:14.5px}
  .fdw-home--v2 .fdw-home__faq-a{padding:0 16px 16px}
}

/* ---- Reduced motion -------------------------------------------- */
@media (prefers-reduced-motion:reduce){
  .fdw-home--v2 .fdw-home__hero-media,
  .fdw-home--v2 .fdw-home__hero-text > .fdw-home__hero-feats{animation:none !important;opacity:1 !important}
  .fdw-home--v2 .fdw-home__h1 em{animation:none;background-size:100% 100%}
  .fdw-home--v2 .fdw-home__btn,
  .fdw-home--v2 .fdw-home__browse-chip,
  .fdw-home--v2 .fdw-home__step,
  .fdw-home--v2 .fdw-home__fcard,
  .fdw-home--v2 .fdw-home__assure-item,
  .fdw-home--v2 .fdw-home__faq-q::after{transition:none}
  .fdw-home--v2 .fdw-home__btn:hover span{transform:none}
  .fdw-home--v2 .fdw-home__btn:hover,.fdw-home--v2 .fdw-home__btn:focus,
  .fdw-home--v2 .fdw-home__browse-chip:hover,
  .fdw-home--v2 .fdw-home__step:hover,
  .fdw-home--v2 .fdw-home__fcard:hover,
  .fdw-home--v2 .fdw-home__assure-item:hover{transform:none}
}

/* ============================================
   Agency identity labels (visibility-scoping feature)
   ============================================ */
/* "Listed by <agency>" on the single maid hero */
.fdw-maid__agency{margin-top:6px;font-size:13px;font-weight:600;color:#9A7E32}
/* Agency company name under the dashboard welcome line */
.fdw-dash__company{margin-top:2px;font-size:14px;font-weight:600;color:#475569}
