.ffc-wrap,.ffc-wrap *{box-sizing:border-box}
.ffc-wrap{--ffc-navy:#172b43;--ffc-navy-two:#254565;--ffc-gold:#c99a3d;--ffc-cream:#f7f5f1;--ffc-text:#2d3b4c;--ffc-muted:#697686;--ffc-border:#e2dfd8;width:100%;overflow:hidden;border-radius:0 0 20px 20px;background:var(--ffc-cream);color:var(--ffc-text);font-family:Inter,Arial,sans-serif;font-size:17px}
.ffc-wrap .ffc-inner{width:min(1180px,100%);margin:auto}
.ffc-wrap .ffc-banner{position:relative;overflow:hidden;padding:25px 25px 27px;color:#fff;background:linear-gradient(115deg,var(--ffc-navy),var(--ffc-navy-two))}
.ffc-wrap .ffc-banner:after{content:"";position:absolute;width:190px;height:190px;right:-75px;top:-100px;border:32px solid rgba(201,154,61,.18);border-radius:50%}
.ffc-wrap .ffc-kicker{display:flex;align-items:center;gap:7px;margin-bottom:8px;color:#efd8aa;font-size:17px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.ffc-wrap .ffc-kicker:before{content:"";width:20px;height:2px;background:var(--ffc-gold)}
.ffc-wrap h1{position:relative;z-index:1;margin:0 0 7px;color:#fff;font-size:clamp(28px,4vw,42px);line-height:1.05;font-weight:900;letter-spacing:-.035em}
.ffc-wrap .ffc-intro{position:relative;z-index:1;max-width:760px;margin:0;color:rgba(255,255,255,.8);font-size:17px;line-height:1.55}
.ffc-wrap .ffc-pills{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}
.ffc-wrap .ffc-pill{padding:7px 11px;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:rgba(255,255,255,.08);font-size:17px;font-weight:750}
.ffc-wrap .ffc-pill strong{color:#edca84}
.ffc-wrap .ffc-body{padding:17px 24px 40px}
.ffc-wrap .ffc-filters{padding:15px;background:#fff;border:1px solid var(--ffc-border);border-radius:16px;box-shadow:0 13px 32px rgba(23,43,67,.09)}
.ffc-wrap .ffc-filter-grid{display:grid;grid-template-columns:minmax(230px,1.6fr) repeat(3,minmax(145px,.75fr)) auto;gap:10px;align-items:end}
.ffc-wrap label{display:block;margin:0 0 7px;color:var(--ffc-navy);font-size:17px;font-weight:850}
.ffc-wrap .ffc-search-wrap{position:relative}
.ffc-wrap .ffc-search-wrap svg{position:absolute;left:13px;top:50%;width:17px;height:17px;transform:translateY(-50%);color:#778597}
.ffc-wrap input,.ffc-wrap select{width:100%;height:52px;padding:0 12px;border:1px solid var(--ffc-border);border-radius:10px;background:#fff;color:var(--ffc-text);font:inherit;font-size:17px;outline:none}
.ffc-wrap input{padding-left:40px}
.ffc-wrap input:focus,.ffc-wrap select:focus{border-color:var(--ffc-gold);box-shadow:0 0 0 4px rgba(201,154,61,.12)}
.ffc-wrap .ffc-clear{height:52px;padding:0 16px;border:0;border-radius:10px;background:#edf0f3;color:var(--ffc-navy);font:inherit;font-size:17px;font-weight:850;cursor:pointer;white-space:nowrap}
.ffc-wrap .ffc-clear:hover{background:#e0e5e9}
.ffc-wrap .ffc-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:18px 0 14px}
.ffc-wrap .ffc-count{margin:0;color:var(--ffc-navy);font-size:18px;font-weight:850}
.ffc-wrap .ffc-count span{color:#9c6d17}
.ffc-wrap .ffc-note{margin:0;color:var(--ffc-muted);font-size:17px;text-align:right}
.ffc-wrap .ffc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.ffc-wrap .ffc-card{position:relative;display:flex;flex-direction:column;min-width:0;padding:18px;background:#fff;border:1px solid var(--ffc-border);border-radius:16px;box-shadow:0 7px 22px rgba(23,43,67,.05);overflow:hidden;transition:.22s ease}
.ffc-wrap .ffc-card[hidden]{display:none!important}
.ffc-wrap .ffc-card:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--ffc-gold),#ead09d)}
.ffc-wrap .ffc-card:hover{transform:translateY(-3px);box-shadow:0 16px 32px rgba(23,43,67,.11)}
.ffc-wrap .ffc-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}
.ffc-wrap .ffc-icon{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:12px;background:#f6ead2;color:#9c6d17}
.ffc-wrap .ffc-icon svg{width:22px;height:22px}
.ffc-wrap .ffc-price{text-align:right;white-space:nowrap}
.ffc-wrap .ffc-price small{display:block;color:var(--ffc-muted);font-size:17px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}
.ffc-wrap .ffc-price strong{display:block;color:#9c6d17;font-size:24px;line-height:1.15}
.ffc-wrap .ffc-card h2{margin:0 0 9px;color:var(--ffc-navy);font-size:21px;line-height:1.3;font-weight:850}
.ffc-wrap .ffc-parish{display:inline-flex;align-self:flex-start;margin-bottom:12px;padding:6px 10px;border-radius:999px;background:#edf2f6;color:#52677b;font-size:17px;font-weight:800}
.ffc-wrap .ffc-meta{display:grid;gap:8px;margin-bottom:12px}
.ffc-wrap .ffc-row{display:flex;align-items:flex-start;gap:9px;color:var(--ffc-muted);font-size:17px;line-height:1.5}
.ffc-wrap .ffc-row svg{flex:0 0 14px;width:14px;height:14px;margin-top:2px;color:#a87518}
.ffc-wrap .ffc-package{margin:0 0 15px;padding:12px 13px;border:1px solid #eee8dc;border-radius:10px;background:#faf8f4;color:#606873;font-size:17px;line-height:1.55}
.ffc-wrap .ffc-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto}
.ffc-wrap .ffc-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 12px;border-radius:9px;text-decoration:none!important;font-size:17px;font-weight:850;transition:transform .2s ease,background .2s ease,border-color .2s ease}
.ffc-wrap .ffc-btn:hover{transform:translateY(-1px)}
.ffc-wrap .ffc-call{background:var(--ffc-navy);color:#fff!important}
.ffc-wrap .ffc-call:hover{background:var(--ffc-navy-two)}
.ffc-wrap .ffc-map{border:1px solid var(--ffc-border);background:#fff;color:var(--ffc-navy)!important}
.ffc-wrap .ffc-map:hover{border-color:#c8c0b3;background:#faf8f4}
.ffc-wrap .ffc-empty{display:none;padding:40px 20px;border:1px dashed #cdc5b7;border-radius:15px;background:#fff;text-align:center}
.ffc-wrap .ffc-empty h3{margin:0 0 6px;color:var(--ffc-navy);font-size:20px}
.ffc-wrap .ffc-empty p{margin:0;color:var(--ffc-muted);font-size:17px}
.ffc-wrap .ffc-disclaimer{display:flex;gap:10px;align-items:flex-start;margin-top:20px;padding:14px 16px;border:1px solid #ead6a8;border-radius:12px;background:#fff8e8;color:#66521e;font-size:17px;line-height:1.6}
.ffc-wrap .ffc-alert{display:grid;place-items:center;flex:0 0 23px;width:23px;height:23px;border-radius:50%;background:var(--ffc-gold);color:#fff;font-weight:900}
@media(max-width:1024px){.ffc-wrap .ffc-filter-grid{grid-template-columns:1fr 1fr}.ffc-wrap .ffc-search-field{grid-column:1/-1}.ffc-wrap .ffc-clear{width:100%}.ffc-wrap .ffc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.ffc-wrap{border-radius:0 0 15px 15px}.ffc-wrap .ffc-banner{padding:21px 16px 22px}.ffc-wrap .ffc-body{padding:14px 12px 30px}.ffc-wrap .ffc-filters{padding:12px}.ffc-wrap .ffc-filter-grid,.ffc-wrap .ffc-grid{grid-template-columns:1fr}.ffc-wrap .ffc-toolbar{align-items:flex-start;flex-direction:column}.ffc-wrap .ffc-note{text-align:left}}
