:root {
--ffp-navy:   #0e2a47;
--ffp-navy-2: #1a3a5c;
--ffp-gold:   #c9a961;
--ffp-bg:     #f4f6f8;
--ffp-text:   #222;
--ffp-muted:  #555;
--ffp-border: #eee;
}
body.ffp-page {
font-family: 'Segoe UI', Arial, sans-serif;
background: var(--ffp-bg);
color: var(--ffp-text);
line-height: 1.5;
margin: 0;
overflow-x: hidden;
}
body.ffp-page * { box-sizing: border-box; }
body.ffp-page img,
body.ffp-page video,
body.ffp-page iframe,
body.ffp-page embed,
body.ffp-page object {
max-width: 100%;
height: auto;
} body.ffp-page h1,
body.ffp-page h2,
body.ffp-page h3,
body.ffp-page h4,
body.ffp-page h5,
body.ffp-page h6,
body.ffp-page p,
body.ffp-page ul,
body.ffp-page ol,
body.ffp-page figure,
body.ffp-page hr,
body.ffp-page blockquote {
margin: 0;
padding: 0;
}
body.ffp-page ul,
body.ffp-page ol { list-style: none; }
body.ffp-page a { color: inherit; } .ffp-top-header {
background: #fff;
position: relative;
border-bottom: 3px solid var(--ffp-gold);
z-index: 20;
}
.ffp-nav-top {
display: flex;
align-items: center;
padding: 22px 40px;
min-height: 100px;
position: relative;
} .ffp-logo-circle {
position: absolute;
top: 14px;
left: 50px;
width: 160px;
height: 160px;
border-radius: 50%;
background: var(--ffp-navy);
border: 4px solid var(--ffp-gold);
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
overflow: hidden;
box-shadow: 0 12px 32px rgba(14, 42, 71, 0.4);
z-index: 50;
transition: transform .3s ease;
flex-shrink: 0;
}
.ffp-logo-circle:hover { transform: scale(1.04); }
.ffp-logo-circle img {
width: 100%;
height: 100%;
border-radius: 50%;
object-fit: cover;
display: block;
}
.ffp-logo-text {
color: var(--ffp-gold);
font-size: 16px;
font-weight: bold;
text-align: center;
white-space: pre-line;
line-height: 1.3;
letter-spacing: 1px;
} .ffp-nav-menu {
display: flex;
gap: 34px;
font-size: 15px;
letter-spacing: 1.5px;
font-weight: 700;
list-style: none;
margin: 0 24px 0 auto;
padding: 0;
align-items: center;
}
body.ffp-page .ffp-nav-menu a {
color: var(--ffp-navy) !important;
text-decoration: none !important;
transition: color .2s;
}
.ffp-nav-menu li { list-style: none; display: inline-block; }
body.ffp-page .ffp-nav-menu a:hover { color: var(--ffp-gold) !important; } body.ffp-page .ffp-nav-cta {
background: var(--ffp-navy);
color: #fff !important;
padding: 14px 30px;
border-radius: 6px;
font-size: 14px;
font-weight: 600;
letter-spacing: .5px;
cursor: pointer;
text-decoration: none !important;
transition: all .3s ease;
display: inline-block;
border: 2px solid var(--ffp-navy);
flex-shrink: 0;
}
body.ffp-page .ffp-nav-cta:hover {
background: var(--ffp-gold);
border-color: var(--ffp-gold);
color: var(--ffp-navy) !important;
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(201, 169, 97, 0.4);
} .ffp-hero {
min-height: 600px;
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
background-size: cover !important;
background-position: center center !important;
background-repeat: no-repeat !important;
} .ffp-hero::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(
to right,
rgba(14, 42, 71, 0.78) 0%,
rgba(14, 42, 71, 0.55) 30%,
rgba(14, 42, 71, 0.20) 55%,
rgba(14, 42, 71, 0)    75%
);
pointer-events: none;
z-index: 0;
}
.ffp-hero > * { position: relative; z-index: 1; }
.ffp-hero h1 {
font-size: 54px;
color: var(--ffp-gold);
font-family: 'Georgia', serif;
margin-bottom: 14px;
text-shadow: 0 2px 12px rgba(0,0,0,0.45);
}
.ffp-hero .ffp-subtitle {
font-size: 18px;
letter-spacing: 2px;
margin-bottom: 20px;
font-weight: 600;
color: #fff;
text-shadow: 0 1px 6px rgba(0,0,0,0.55);
}
.ffp-hero p {
font-size: 16px;
color: #fff;
max-width: 520px;
margin-bottom: 44px;
line-height: 1.6;
text-shadow: 0 1px 6px rgba(0,0,0,0.5);
}
.ffp-hero .ffp-hero-buttons { display: flex; gap: 18px; margin-top: 14px; } body.ffp-page .ffp-btn-gold,
body.ffp-page .ffp-btn-white {
display: inline-block;
padding: 14px 34px;
border-radius: 30px;
font-weight: 600;
letter-spacing: .5px;
cursor: pointer;
text-decoration: none !important;
transition: all .3s ease;
border: 2px solid transparent;
}
body.ffp-page .ffp-btn-gold {
background: var(--ffp-gold);
color: var(--ffp-navy) !important;
border-color: var(--ffp-gold);
}
body.ffp-page .ffp-btn-gold:hover {
background: transparent;
color: #fff !important;
border-color: var(--ffp-gold);
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(201, 169, 97, 0.4);
}
body.ffp-page .ffp-btn-white {
background: #fff;
color: var(--ffp-navy) !important;
border-color: #fff;
}
body.ffp-page .ffp-btn-white:hover {
background: transparent;
color: #fff !important;
border-color: #fff;
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(255, 255, 255, 0.25);
} .ffp-main-wrap {
display: grid;
grid-template-columns: 320px 1fr 320px;
column-gap: 24px;
row-gap: 14px;
padding: 40px;
max-width: 1600px;
margin: 0 auto;
align-items: stretch;
}
.ffp-cell { display: flex; flex-direction: column; min-width: 0; }
.ffp-cell > .ffp-push-bottom { margin-top: auto; } .ffp-cell > .ffp-card { height: 100%; } .ffp-card {
background: #fff;
border-radius: 10px;
padding: 22px;
box-shadow: 0 2px 8px rgba(0,0,0,.05);
border: 1px solid var(--ffp-border);
} .ffp-stat-big   { font-size: 54px; color: var(--ffp-gold); font-weight: 700; }
.ffp-stat-label { font-size: 19px; color: var(--ffp-navy); font-weight: 600; margin-bottom: 14px; }
.ffp-stat-desc  { font-size: 16px; color: var(--ffp-muted); margin-bottom: 18px; line-height: 1.6; }
.ffp-stat-row   { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 14px 0; border-top: 1px solid var(--ffp-border); border-bottom: 1px solid var(--ffp-border); padding: 16px 0; }
.ffp-stat-cell  { text-align: center; }
.ffp-stat-icon  { color: var(--ffp-gold); font-size: 26px; margin-bottom: 6px; line-height: 1; display: inline-block; }
.ffp-stat-icon i { color: var(--ffp-gold) !important; font-size: inherit; line-height: 1; }
.ffp-stat-cell strong { display: block; color: var(--ffp-navy); font-size: 16px; }
.ffp-stat-cell span   { font-size: 14px; color: #666; } .ffp-checklist { list-style: none; margin-top: 16px; padding: 0; }
body.ffp-page .ffp-checklist li {
padding: 24px 0;
font-size: 15px;
color: #222;
border-bottom: 1px solid #ececec;
display: flex;
align-items: center;
gap: 14px;
font-weight: 500;
margin: 0;
}
.ffp-checklist li::before { content: "\2713"; color: var(--ffp-gold); font-weight: bold; font-size: 17px; } .ffp-section-title { color: var(--ffp-navy); font-size: 26px; letter-spacing: 1px; margin-bottom: 12px; font-weight: 700; }
.ffp-section-intro { font-size: 17px; color: var(--ffp-muted); margin-bottom: 24px; line-height: 1.6; } .ffp-service-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 14px;
margin-bottom: 24px;
}
.ffp-svc-card {
background: #fff;
border: 1px solid var(--ffp-border);
border-radius: 10px;
padding: 22px;
min-height: 200px;
transition: all .2s;
display: flex;
flex-direction: column;
}
.ffp-svc-card:hover {
box-shadow: 0 6px 18px rgba(14,42,71,.12);
transform: translateY(-2px);
border-color: var(--ffp-gold);
}
.ffp-svc-icon { color: var(--ffp-gold); font-size: 30px; margin-bottom: 14px; line-height: 1; display: inline-block; }
.ffp-svc-icon i { color: var(--ffp-gold) !important; font-size: inherit; line-height: 1; }
.ffp-svc-card h4 { color: var(--ffp-navy); font-size: 18px; margin-bottom: 10px; }
.ffp-svc-card p  { font-size: 15px; color: #666; line-height: 1.55; } .ffp-prestige {
background-size: cover !important;
background-position: center center !important;
background-repeat: no-repeat !important;
border-radius: 10px;
padding: 44px;
color: #fff;
margin-bottom: 0;
margin-top: 0;
}
.ffp-prestige h2 {
color: var(--ffp-gold);
font-family: 'Georgia', serif;
font-size: 38px;
margin-bottom: 18px;
text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}
.ffp-prestige-tag { background: var(--ffp-navy); padding: 12px 18px; border-radius: 6px; display: inline-block; font-size: 17px; margin-bottom: 16px; color: #fff; }
.ffp-prestige p  { font-size: 17px; line-height: 1.6; max-width: 600px; text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5); } .ffp-feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 13px; }
.ffp-feature-card {
background: var(--ffp-navy);
color: #fff;
border-radius: 10px;
padding: 28px 20px;
text-align: center;
border-top: 3px solid var(--ffp-gold);
box-shadow: 0 2px 8px rgba(14,42,71,.12);
}
.ffp-feature-card .ffp-svc-icon { font-size: 40px; color: var(--ffp-gold); margin-bottom: 10px; }
.ffp-feature-card h4 { color: var(--ffp-gold); font-size: 22px; margin: 14px 0; font-family: 'Georgia', serif; font-weight: 700; }
.ffp-feature-card p  { font-size: 16px; color: #e8e8e8; line-height: 1.6; } .ffp-scope-header {
background: var(--ffp-navy);
color: #fff;
padding: 30px 26px;
border-radius: 10px;
border-top: 3px solid var(--ffp-gold);
margin-bottom: 14px;
box-shadow: 0 2px 8px rgba(14,42,71,.12);
margin-top: -13px;
}
.ffp-scope-header h3 { color: var(--ffp-gold); font-family: 'Georgia', serif; font-size: 22px; font-weight: 700; margin-bottom: 6px; }
.ffp-scope-header p  { font-size: 17px; color: #e0e0e0; }
.ffp-scope-list { display: flex; flex-direction: column; gap: 12px; }
.ffp-scope-card {
background: #fff;
border: 1px solid var(--ffp-border);
border-radius: 8px;
padding: 14px 15px;
display: flex;
gap: 10px;
align-items: flex-start;
}
.ffp-scope-check { color: var(--ffp-gold); font-size: 18px; font-weight: bold; flex-shrink: 0; margin-top: 1px; }
.ffp-scope-card p { font-size: 14px; color: #333; line-height: 1.45; }
.ffp-scope-card strong { color: var(--ffp-navy); display: block; font-size: 14.5px; } .ffp-quote-form { margin-top: 0; padding: 14px; }
.ffp-quote-form h3 { color: var(--ffp-navy); margin-bottom: 14px; font-size: 24px; }
.ffp-quote-form label { display: block; font-size: 15px; color: #444; margin: 10px 0 6px; font-weight: 500; }
.ffp-quote-form input, .ffp-quote-form select {
width: 100%;
padding: 12px;
border: 1px solid #ddd;
border-radius: 6px;
font-size: 16px;
}
.ffp-quote-form button {
width: 100%;
background: var(--ffp-gold);
color: #fff;
padding: 14px;
border: none;
border-radius: 6px;
margin-top: 18px;
font-weight: 600;
cursor: pointer;
font-size: 16px;
} .ffp-contact-card { margin-top: 0; padding: 0; overflow: hidden; }
.ffp-contact-card img { width: 100%; height: 147px; object-fit: cover; }
.ffp-contact-body { padding: 22px; }
.ffp-contact-body h3 { color: var(--ffp-navy); margin-bottom: 18px; font-size: 22px; font-family: 'Georgia', serif; }
.ffp-contact-primary {
background: linear-gradient(135deg, var(--ffp-navy) 0%, var(--ffp-navy-2) 100%);
border-radius: 8px;
padding: 18px;
margin-bottom: 16px;
border-left: 4px solid var(--ffp-gold);
}
body.ffp-page .ffp-contact-primary a {
color: #fff !important;
text-decoration: none;
display: flex;
align-items: center;
gap: 12px;
padding: 8px 0;
font-size: 18px;
font-weight: 600;
}
body.ffp-page .ffp-contact-primary a:hover { color: var(--ffp-gold) !important; }
.ffp-contact-primary .ffp-pc-icon {
background: var(--ffp-gold);
color: var(--ffp-navy);
width: 36px;
height: 36px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
flex-shrink: 0;
}
.ffp-contact-primary a.email { font-size: 15px; word-break: break-all; }
.ffp-contact-primary hr { border: none; border-top: 1px solid rgba(201,169,97,.25); margin: 6px 0; }
.ffp-contact-item { display: flex; align-items: center; gap: 12px; font-size: 17px; padding: 10px 0; color: #333; }
.ffp-contact-item .ffp-svc-icon { font-size: 20px; margin: 0; }
.ffp-contact-body .ffp-areas {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0 6px;
margin-top: 14px;
padding-top: 14px;
border-top: 1px solid var(--ffp-border);
}
.ffp-contact-body .ffp-areas .ffp-contact-item { white-space: nowrap; gap: 6px; font-size: 13px; padding: 4px 0; }
.ffp-contact-body .ffp-areas .ffp-contact-item .ffp-svc-icon { font-size: 12px; } .ffp-footer {
background: var(--ffp-navy);
color: var(--ffp-gold);
border-top: 4px solid var(--ffp-gold); padding: 0;
font-size: 14px;
position: relative;
}
.ffp-footer-inner {
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
gap: 40px;
padding: 36px 44px;
max-width: 1600px;
margin: 0 auto;
} .ffp-footer-brand { display: flex; align-items: center; gap: 18px; }
.ffp-footer-logo-square {
width: 70px;
height: 70px;
border: 2px solid var(--ffp-gold);
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
background: var(--ffp-navy);
text-decoration: none;
overflow: hidden;
flex-shrink: 0;
}
.ffp-footer-logo-square span {
color: var(--ffp-gold);
font-weight: 800;
font-size: 26px;
letter-spacing: 1px;
font-family: inherit;
}
.ffp-footer-logo-square img {
width: 100%;
height: 100%;
object-fit: cover;
}
.ffp-footer-brand-name {
color: var(--ffp-gold);
font-weight: 700;
font-size: 20px;
line-height: 1.2;
margin-bottom: 4px;
}
.ffp-footer-brand-tagline {
color: var(--ffp-gold);
font-size: 14px;
opacity: 0.85;
} .ffp-footer-nav {
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
}
.ffp-footer-nav-row {
display: flex;
gap: 30px;
flex-wrap: wrap;
justify-content: center;
} body.ffp-page .ffp-footer-nav a {
color: var(--ffp-gold) !important;
text-decoration: none !important;
font-size: 15px;
font-weight: 500;
letter-spacing: .3px;
transition: color .2s, opacity .2s;
}
body.ffp-page .ffp-footer-nav a:hover { color: #fff !important; }
body.ffp-page .ffp-footer-nav-legal a {
color: var(--ffp-gold) !important;
font-weight: 500;
font-size: 14px;
opacity: 0.92;
}
body.ffp-page .ffp-footer-nav-legal a:hover { color: #fff !important; opacity: 1; } .ffp-footer-social {
display: flex;
gap: 10px;
}
.ffp-social-icon {
width: 42px;
height: 42px;
background: var(--ffp-gold);
color: var(--ffp-navy);
border-radius: 6px;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none !important;
transition: all .25s ease;
}
body.ffp-page .ffp-social-icon { color: var(--ffp-navy) !important; }
.ffp-social-icon:hover {
background: #fff;
transform: translateY(-3px);
box-shadow: 0 6px 14px rgba(201, 169, 97, 0.4);
} .ffp-footer-bottom {
border-top: 1px solid rgba(201, 169, 97, 0.30);
padding: 18px 44px;
}
.ffp-footer-copy {
text-align: center;
font-size: 13.5px;
color: var(--ffp-gold);
letter-spacing: 0.04em;
max-width: 1600px;
margin: 0 auto;
opacity: 0.95;
}
.ffp-footer-copy .ffp-sep { margin: 0 10px; color: var(--ffp-gold); opacity: 0.7; } .ffp-sticky-contact {
position: fixed;
right: 14px;
top: 50%;
transform: translateY(-50%);
z-index: 9999;
display: flex;
flex-direction: column;
gap: 10px;
pointer-events: none; }
body.ffp-page .ffp-sticky-contact .ffp-sticky-item {
pointer-events: auto;
display: inline-flex;
align-items: center;
gap: 9px;
background: var(--ffp-navy);
color: #fff !important;
text-decoration: none !important;
padding: 7px 16px 7px 7px;
border-radius: 999px;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.15px;
box-shadow: 0 6px 18px rgba(14, 42, 71, 0.30);
transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
white-space: nowrap;
}
body.ffp-page .ffp-sticky-contact .ffp-sticky-item:hover {
background: var(--ffp-navy-2, #1a3a5c);
transform: translateX(-3px);
box-shadow: 0 10px 24px rgba(14, 42, 71, 0.45);
color: #fff !important;
}
.ffp-sticky-contact .ffp-sticky-icon {
width: 30px;
height: 30px;
flex-shrink: 0;
border-radius: 50%;
background: rgba(201, 169, 97, 0.18);
color: var(--ffp-gold);
display: inline-flex;
align-items: center;
justify-content: center;
}
.ffp-sticky-contact .ffp-sticky-icon svg { width: 15px; height: 15px; } @media (max-width: 768px) {
.ffp-sticky-contact {
right: 10px;
gap: 8px;
}
body.ffp-page .ffp-sticky-contact .ffp-sticky-item {
padding: 0;
width: 42px;
height: 42px;
border-radius: 50%;
justify-content: center;
}
.ffp-sticky-contact .ffp-sticky-label { position: absolute !important;
width: 1px; height: 1px;
padding: 0; margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
white-space: nowrap;
border: 0;
}
.ffp-sticky-contact .ffp-sticky-icon {
width: 100%;
height: 100%;
background: transparent;
color: var(--ffp-gold);
}
.ffp-sticky-contact .ffp-sticky-icon svg { width: 17px; height: 17px; }
} @media print {
.ffp-sticky-contact { display: none !important; }
} .ffp-hamburger {
display: none;
background: none;
border: none;
cursor: pointer;
padding: 8px;
flex-direction: column;
gap: 5px;
z-index: 200;
}
.ffp-hamburger span {
display: block;
width: 28px;
height: 3px;
background: var(--ffp-navy);
border-radius: 2px;
transition: all .3s ease;
}
.ffp-hamburger.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.ffp-hamburger.is-open span:nth-child(2) { opacity: 0; }
.ffp-hamburger.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); } body.ffp-page .ffp-nav-cta-mobile { display: none !important; } @media (max-width: 1023px) { .ffp-nav-top {
padding: 14px 20px;
min-height: 80px;
justify-content: space-between;
}
.ffp-logo-circle {
position: static;
transform: none;
width: 70px;
height: 70px;
border-width: 3px;
box-shadow: 0 6px 16px rgba(14,42,71,.25);
margin-right: auto;
}
.ffp-logo-circle:hover { transform: scale(1.05); }
.ffp-logo-text { font-size: 9px; line-height: 1.15; letter-spacing: .5px; }
.ffp-hamburger {
display: flex;
order: 3;
margin-left: auto;
}
body.ffp-page .ffp-nav-cta-desktop { display: none; } body.ffp-page .ffp-nav-menu {
position: fixed;
top: 0;
right: -100%;
width: 280px;
max-width: 80vw;
height: 100vh;
background: var(--ffp-navy);
flex-direction: column;
justify-content: flex-start;
padding: 100px 30px 30px;
gap: 8px;
transition: right .35s ease;
z-index: 150;
box-shadow: -10px 0 30px rgba(0,0,0,.2);
overflow-y: auto;
}
body.ffp-page .ffp-nav-menu.is-open { right: 0; }
body.ffp-page .ffp-nav-menu a {
color: #fff !important;
padding: 14px 0;
border-bottom: 1px solid rgba(255,255,255,.1);
font-size: 15px;
display: block;
}
body.ffp-page .ffp-nav-menu a:hover { color: var(--ffp-gold) !important; }
body.ffp-page .ffp-nav-cta-mobile {
display: inline-block;
margin-top: 24px;
text-align: center;
background: var(--ffp-gold);
color: var(--ffp-navy) !important;
border-color: var(--ffp-gold);
} .ffp-hero { min-height: 480px; padding: 60px 24px !important; text-align: left; }
.ffp-hero h1 { font-size: 40px; }
.ffp-hero .ffp-subtitle { font-size: 16px; letter-spacing: 1px; }
.ffp-hero p { font-size: 15px; max-width: 100%; margin-bottom: 32px; }
.ffp-hero .ffp-hero-buttons { flex-wrap: wrap; }
body.ffp-page .ffp-btn-gold,
body.ffp-page .ffp-btn-white { padding: 12px 26px; font-size: 14px; } .ffp-main-wrap { grid-template-columns: 1fr; padding: 20px; row-gap: 20px; column-gap: 0; }
.ffp-scope-header { margin-top: 0 !important; padding: 22px 22px !important; }
.ffp-scope-header h3 { font-size: 22px; }
.ffp-cell { width: 100%; } .ffp-service-grid { grid-template-columns: repeat(2, 1fr); }
.ffp-feature-row  { grid-template-columns: repeat(2, 1fr); }
.ffp-stat-row { grid-template-columns: 1fr 1fr; } .ffp-stat-big { font-size: 46px; }
.ffp-stat-label { font-size: 17px; } .ffp-prestige { padding: 32px 24px; }
.ffp-prestige h2 { font-size: 30px; } .ffp-contact-body .ffp-areas { grid-template-columns: 1fr 1fr; } .ffp-footer-inner {
grid-template-columns: 1fr;
text-align: center;
gap: 28px;
padding: 32px 24px;
}
.ffp-footer-brand { justify-content: center; }
.ffp-footer-social { justify-content: center; }
.ffp-footer-bottom { padding: 16px 24px; }
} @media (max-width: 640px) { .ffp-nav-top { padding: 12px 16px; }
.ffp-logo-circle { width: 56px; height: 56px; border-width: 2px; }
.ffp-logo-text { font-size: 7px; } .ffp-hero { min-height: 420px; padding: 50px 18px !important; }
.ffp-hero h1 { font-size: 32px; line-height: 1.15; }
.ffp-hero .ffp-subtitle { font-size: 13px; letter-spacing: .5px; margin-bottom: 14px; }
.ffp-hero p { font-size: 14px; margin-bottom: 24px; }
.ffp-hero .ffp-hero-buttons { gap: 10px; }
body.ffp-page .ffp-btn-gold,
body.ffp-page .ffp-btn-white {
padding: 11px 22px;
font-size: 13px;
flex: 1;
min-width: 0;
text-align: center;
} .ffp-main-wrap { padding: 12px; row-gap: 14px; }
.ffp-card { padding: 18px; }
.ffp-section-title { font-size: 20px; }
.ffp-section-intro { font-size: 14px; } .ffp-service-grid { grid-template-columns: 1fr; gap: 12px; }
.ffp-feature-row  { grid-template-columns: 1fr; gap: 12px; }
.ffp-svc-card { min-height: auto; padding: 18px; } .ffp-stat-big { font-size: 38px; }
.ffp-stat-label { font-size: 15px; }
.ffp-stat-row { grid-template-columns: 1fr 1fr; gap: 6px; padding: 12px 0; }
.ffp-stat-cell strong { font-size: 14px; } .ffp-prestige { padding: 26px 18px; }
.ffp-prestige h2 { font-size: 24px; }
.ffp-prestige-tag { font-size: 13px; padding: 8px 12px; }
.ffp-prestige p { font-size: 14px; } .ffp-scope-header { padding: 18px 18px !important; }
.ffp-scope-header h3 { font-size: 19px; } .ffp-quote-form h3 { font-size: 20px; }
.ffp-quote-form input,
.ffp-quote-form select { padding: 10px; font-size: 15px; } .ffp-contact-card img { height: 120px; }
.ffp-contact-body { padding: 16px; }
.ffp-contact-body h3 { font-size: 19px; }
.ffp-contact-primary { padding: 14px; }
body.ffp-page .ffp-contact-primary a { font-size: 16px; padding: 6px 0; }
body.ffp-page .ffp-contact-primary a.email { font-size: 13px; word-break: break-all; }
.ffp-contact-body .ffp-areas { grid-template-columns: 1fr 1fr; gap: 0 4px; }
.ffp-contact-body .ffp-areas .ffp-contact-item { font-size: 12px; } .ffp-footer-inner { padding: 24px 18px; gap: 22px; }
.ffp-footer-logo-square { width: 60px; height: 60px; }
.ffp-footer-logo-square span { font-size: 22px; }
.ffp-footer-brand-name { font-size: 17px; }
.ffp-footer-nav-row { gap: 18px; font-size: 13px; }
body.ffp-page .ffp-footer-nav a { font-size: 13px; }
.ffp-social-icon { width: 38px; height: 38px; }
.ffp-social-icon svg { width: 17px; height: 17px; }
.ffp-footer-copy { font-size: 12px; }
}.ffp-section-wrap {
max-width: 1600px;
margin: 0 auto;
padding: 80px 40px;
}
.ffp-section-header {
text-align: center;
margin-bottom: 50px;
}
.ffp-section-heading {
font-size: 42px;
color: var(--ffp-navy);
font-family: 'Georgia', serif;
font-weight: 700;
margin-bottom: 12px;
position: relative;
display: inline-block;
}
.ffp-section-heading::after {
content: '';
display: block;
width: 80px;
height: 3px;
background: var(--ffp-gold);
margin: 14px auto 0;
}
body.ffp-page .ffp-section-subheading {
font-size: 17px !important;
color: var(--ffp-muted) !important;
max-width: 700px !important;
margin: 0 auto !important;
line-height: 1.6 !important;
text-align: center !important;
}
body.ffp-page .ffp-section-header { text-align: center !important; }
.ffp-empty-state {
text-align: center;
color: #888;
padding: 40px;
font-style: italic;
} .ffp-stats-section {
background: linear-gradient(135deg, var(--ffp-navy) 0%, var(--ffp-navy-2) 100%);
color: #fff;
padding: 0;
}
.ffp-stats-inner {
max-width: 1600px;
margin: 0 auto;
padding: 70px 40px;
}
.ffp-stats-header { text-align: center; margin-bottom: 50px; }
.ffp-stats-heading {
font-size: 38px;
color: var(--ffp-gold);
font-family: 'Georgia', serif;
font-weight: 700;
margin-bottom: 12px;
}
body.ffp-page .ffp-stats-subheading {
font-size: 17px !important;
color: #e0e0e0 !important;
max-width: 700px !important;
margin: 0 auto !important;
line-height: 1.6 !important;
text-align: center !important;
}
body.ffp-page .ffp-stats-header { text-align: center !important; }
.ffp-stats-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px;
}
.ffp-stats-grid.ffp-stats-count-1 { grid-template-columns: minmax(0, 320px); justify-content: center; }
.ffp-stats-grid.ffp-stats-count-2 { grid-template-columns: repeat(2, minmax(0, 320px)); justify-content: center; }
.ffp-stats-grid.ffp-stats-count-3 { grid-template-columns: repeat(3, 1fr); }
.ffp-stats-grid.ffp-stats-count-4 { grid-template-columns: repeat(4, 1fr); } @media (max-width: 1023px) {
.ffp-stats-grid.ffp-stats-count-3,
.ffp-stats-grid.ffp-stats-count-4 {
grid-template-columns: repeat(2, 1fr) !important;
justify-content: stretch !important;
}
}
@media (max-width: 640px) {
.ffp-stats-grid,
.ffp-stats-grid.ffp-stats-count-1,
.ffp-stats-grid.ffp-stats-count-2,
.ffp-stats-grid.ffp-stats-count-3,
.ffp-stats-grid.ffp-stats-count-4 {
grid-template-columns: 1fr !important;
justify-content: stretch !important;
}
}
.ffp-stat-box {
background: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(201, 169, 97, 0.25);
border-top: 3px solid var(--ffp-gold);
border-radius: 10px;
padding: 32px 24px;
text-align: center;
transition: all .3s ease;
}
.ffp-stat-box:hover {
background: rgba(255, 255, 255, 0.08);
transform: translateY(-4px);
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}
.ffp-stat-number {
font-size: 56px;
font-weight: 700;
color: var(--ffp-gold);
font-family: 'Georgia', serif;
line-height: 1;
margin-bottom: 10px;
}
.ffp-stat-main {
font-size: 16px;
color: #fff;
font-weight: 600;
margin-bottom: 4px;
}
.ffp-stat-sub {
font-size: 13px;
color: #c9c9c9;
} .ffp-projects-section { background: #fff; } .ffp-projects-filter {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
margin: -10px 0 40px;
}
.ffp-projects-filter .ffp-filter-btn {
background: transparent;
color: var(--ffp-navy);
border: 1.5px solid #d8d8d8;
padding: 9px 22px;
border-radius: 30px;
font-size: 13px;
font-weight: 600;
letter-spacing: .5px;
cursor: pointer;
transition: all .25s ease;
text-transform: uppercase;
font-family: inherit;
}
.ffp-projects-filter .ffp-filter-btn:hover {
border-color: var(--ffp-gold);
color: var(--ffp-gold);
}
.ffp-projects-filter .ffp-filter-btn.is-active {
background: var(--ffp-navy);
border-color: var(--ffp-navy);
color: var(--ffp-gold);
box-shadow: 0 6px 16px rgba(14, 42, 71, 0.2);
}
.ffp-projects-grid {
display: grid !important;
grid-template-columns: repeat(3, 1fr);
gap: 26px;
align-items: start !important; grid-auto-rows: min-content !important; transition: opacity .25s ease;
}
.ffp-project-card { display: grid !important;
grid-template-rows: auto auto !important;
align-self: start !important;
text-decoration: none !important;
color: inherit;
border-radius: 12px;
overflow: hidden;
transition: all .35s ease;
background: #fff;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
min-height: 0 !important;
height: auto !important;
gap: 0 !important;
}
.ffp-project-card:hover {
transform: translateY(-6px);
box-shadow: 0 18px 40px rgba(14, 42, 71, 0.18);
} .ffp-project-image {
position: relative !important;
display: block !important;
width: 100% !important;
height: 0 !important;
padding-bottom: 75% !important; overflow: hidden;
background: #f0f0f0;
margin: 0 !important;
font-size: 0; line-height: 0;
}
.ffp-project-image img {
position: absolute !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
max-width: none !important;
object-fit: cover !important;
display: block !important;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
transition: transform .5s ease;
}
.ffp-project-card:hover .ffp-project-image img { transform: scale(1.08); }
.ffp-project-overlay {
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(14,42,71,0) 50%, rgba(14,42,71,0.85) 100%);
display: flex;
align-items: flex-end;
justify-content: center;
padding: 20px;
opacity: 0;
transition: opacity .3s ease;
}
.ffp-project-card:hover .ffp-project-overlay { opacity: 1; }
.ffp-project-view {
color: var(--ffp-gold);
font-weight: 600;
letter-spacing: 1px;
font-size: 14px;
}
.ffp-project-placeholder {
width: 100%; height: 100%;
display: flex; align-items: center; justify-content: center;
background: #f0f0f0; color: #888;
}
body.ffp-page .ffp-project-title {
padding: 22px 24px 26px !important;
color: var(--ffp-navy);
font-size: 19px;
font-family: 'Georgia', serif;
font-weight: 700;
margin: 0 !important; line-height: 1.4;
background: #fff;
flex: 0 0 auto; }
body.ffp-page .ffp-project-card { padding-bottom: 0; background: #fff; }
body.ffp-page .ffp-project-card .ffp-project-image {
margin: 0 !important; display: block;
flex: 0 0 auto;
}
.ffp-load-more-wrap { text-align: center; margin-top: 44px; }
body.ffp-page .ffp-load-more-wrap .ffp-btn-gold {
display: inline-block;
background: var(--ffp-gold) !important;
color: var(--ffp-navy) !important;
padding: 14px 38px !important;
border: 2px solid var(--ffp-gold) !important;
border-radius: 30px !important;
font-weight: 600;
cursor: pointer;
text-decoration: none !important;
transition: all .3s ease;
font-size: 15px;
letter-spacing: .5px;
text-shadow: none !important;
box-shadow: none;
}
body.ffp-page .ffp-load-more-wrap .ffp-btn-gold:hover {
background: var(--ffp-navy) !important;
color: var(--ffp-gold) !important;
border-color: var(--ffp-navy) !important;
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(14, 42, 71, 0.4);
}
.ffp-load-more-wrap .ffp-btn-gold:disabled { opacity: .5; cursor: not-allowed; } .ffp-reviews-section {
background: linear-gradient(180deg, #f7f5f0 0%, #fff 100%);
} .ffp-reviews-slider-wrap {
position: relative;
padding: 0 70px;
}
.ffp-reviews-slider {
position: relative;
overflow: hidden;
border-radius: 14px;
} .ffp-reviews-track {
display: flex;
transition: transform .55s cubic-bezier(.4,0,.2,1);
}
.ffp-reviews-slide {
flex: 0 0 100%;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
padding: 6px;
} .ffp-review-card {
background: #fff;
border-radius: 14px;
padding: 30px 28px 26px;
text-align: left;
box-shadow: 0 6px 24px rgba(14, 42, 71, 0.06);
border: 2px solid var(--ffp-gold);
display: flex;
flex-direction: column;
}
.ffp-review-headline {
font-size: 20px !important;
font-weight: 800 !important;
color: var(--ffp-navy) !important;
line-height: 1.3 !important;
margin: 0 0 18px !important;
font-family: inherit !important;
min-height: 52px;
}
.ffp-review-meta-row {
display: flex;
align-items: center;
gap: 18px;
margin-bottom: 14px;
flex-wrap: wrap;
}
.ffp-review-stars {
color: var(--ffp-gold);
font-size: 22px;
letter-spacing: 3px;
line-height: 1;
}
.ffp-review-badge {
display: inline-flex;
align-items: center;
gap: 6px;
background: #fff;
border: 1.5px solid var(--ffp-gold);
color: var(--ffp-gold);
padding: 4px 12px;
border-radius: 6px;
font-size: 11px;
font-weight: 700;
letter-spacing: 1.5px;
box-shadow: 0 2px 8px rgba(201, 169, 97, 0.12);
}
.ffp-review-badge-icon { font-size: 13px; }
.ffp-review-date {
color: #94a3b8;
font-size: 14px;
font-style: italic;
margin-bottom: 20px;
}
.ffp-review-text {
font-size: 16px;
line-height: 1.65;
color: #2d3748;
margin-bottom: 28px;
}
.ffp-review-text p { margin: 0; }
.ffp-review-author {
display: flex;
align-items: center;
gap: 16px;
margin-top: auto;
}
.ffp-review-avatar {
width: 48px;
height: 48px;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
font-size: 16px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
letter-spacing: .5px;
flex-shrink: 0;
}
.ffp-review-author-info {
display: flex;
flex-direction: column;
gap: 2px;
}
.ffp-review-author-info strong {
font-weight: 700;
font-size: 17px;
color: var(--ffp-navy);
}
.ffp-review-author-role {
color: var(--ffp-muted);
font-size: 14px;
} .ffp-review-location {
color: var(--ffp-muted);
font-size: 14px;
} .ffp-slider-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: var(--ffp-navy);
color: var(--ffp-gold);
border: 2px solid var(--ffp-gold);
width: 52px;
height: 52px;
border-radius: 50%;
font-size: 28px;
cursor: pointer;
transition: all .3s ease;
z-index: 10;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
line-height: 1;
box-shadow: 0 6px 18px rgba(14, 42, 71, 0.25);
}
.ffp-reviews-slider-wrap .ffp-slider-prev { left: 0; }
.ffp-reviews-slider-wrap .ffp-slider-next { right: 0; }
.ffp-slider-arrow:hover {
background: var(--ffp-gold);
color: var(--ffp-navy);
transform: translateY(-50%) scale(1.08);
box-shadow: 0 8px 22px rgba(201, 169, 97, 0.4);
}
.ffp-slider-dots {
display: flex;
gap: 10px;
justify-content: center;
margin-top: 24px;
}
.ffp-slider-dot {
width: 10px;
height: 10px;
border-radius: 50%;
background: #d1d1d1;
border: none;
cursor: pointer;
transition: all .3s ease;
padding: 0;
}
.ffp-slider-dot.is-active {
background: var(--ffp-gold);
transform: scale(1.4);
} .ffp-extra-reviews {
margin-top: 44px;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 22px;
}
.ffp-extra-reviews .ffp-review-card {
flex: none;
padding: 30px 26px;
border-radius: 10px;
}
.ffp-extra-reviews .ffp-review-text { font-size: 15px; } .ffp-review-form-wrap {
margin-top: 70px;
background: #fff;
border-radius: 14px;
padding: 42px 44px;
box-shadow: 0 6px 24px rgba(14, 42, 71, 0.07);
border-top: 4px solid var(--ffp-gold);
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.ffp-review-form-wrap h3 {
color: var(--ffp-navy);
font-family: 'Georgia', serif;
font-size: 28px;
margin-bottom: 8px;
}
.ffp-review-form-wrap > p {
color: var(--ffp-muted);
font-size: 15px;
margin-bottom: 24px;
}
.ffp-form-msg {
padding: 14px 18px;
border-radius: 8px;
margin-bottom: 20px;
font-size: 14px;
}
.ffp-form-msg-success { background: #d1fae5; color: #065f46; border-left: 4px solid #10b981; }
.ffp-form-msg-error   { background: #fee2e2; color: #991b1b; border-left: 4px solid #ef4444; }
.ffp-review-form .ffp-form-row { display: grid; gap: 16px; margin-bottom: 16px; }
.ffp-review-form .ffp-form-row-2 { grid-template-columns: 1fr 1fr; }
.ffp-review-form .ffp-form-field label { display: block; font-size: 14px; font-weight: 600; color: var(--ffp-navy); margin-bottom: 6px; }
.ffp-review-form .ffp-form-field input,
.ffp-review-form .ffp-form-field select,
.ffp-review-form .ffp-form-field textarea {
width: 100%;
padding: 12px 14px;
border: 1px solid #ddd;
border-radius: 6px;
font-size: 15px;
font-family: inherit;
transition: border .2s;
}
.ffp-review-form .ffp-form-field input:focus,
.ffp-review-form .ffp-form-field select:focus,
.ffp-review-form .ffp-form-field textarea:focus {
border-color: var(--ffp-gold);
outline: none;
box-shadow: 0 0 0 3px rgba(201, 169, 97, 0.15);
}
body.ffp-page .ffp-review-form button[type="submit"] {
background: var(--ffp-gold) !important;
color: var(--ffp-navy) !important;
padding: 14px 38px;
border: 2px solid var(--ffp-gold);
border-radius: 30px;
font-weight: 600;
cursor: pointer;
text-decoration: none !important;
font-size: 15px;
letter-spacing: .5px;
margin-top: 8px;
transition: all .3s ease;
}
body.ffp-page .ffp-review-form button[type="submit"]:hover {
background: var(--ffp-navy) !important;
color: var(--ffp-gold) !important;
border-color: var(--ffp-navy) !important;
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(14, 42, 71, 0.4);
} .ffp-native-form { width: 100%; }
.ffp-form-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px 14px;
margin-bottom: 6px;
}
@media (max-width: 540px) {
.ffp-form-grid { grid-template-columns: 1fr; }
}
.ffp-form-field { display: flex; flex-direction: column; }
.ffp-form-field-full { grid-column: 1 / -1; }
.ffp-form-field label {
font-size: 14px;
color: #666;
font-weight: 400;
letter-spacing: 0;
margin-bottom: 6px;
display: flex;
align-items: center;
justify-content: space-between;
line-height: 1.3;
}
.ffp-form-field .ffp-req { display: none; }
.ffp-form-counter { font-size: 11px; color: #b0b0b0; font-weight: 400; }
body.ffp-page .ffp-native-form input[type="text"],
body.ffp-page .ffp-native-form input[type="tel"],
body.ffp-page .ffp-native-form input[type="email"],
body.ffp-page .ffp-native-form select,
body.ffp-page .ffp-native-form textarea {
width: 100%;
background: #ffffff;
border: 1px solid #c5c5c5;
border-radius: 4px;
padding: 12px 14px;
font-size: 14px;
color: #333;
font-family: inherit;
transition: border-color .2s ease;
box-shadow: none;
line-height: 1.4;
height: 46px; box-sizing: border-box;
}
body.ffp-page .ffp-native-form textarea {
height: auto;
min-height: 80px;
}
body.ffp-page .ffp-native-form input:focus,
body.ffp-page .ffp-native-form select:focus,
body.ffp-page .ffp-native-form textarea:focus {
background: #fff;
border-color: #c9a961;
outline: none;
box-shadow: 0 0 0 3px rgba(201, 169, 97, 0.15);
}
body.ffp-page .ffp-native-form input::placeholder,
body.ffp-page .ffp-native-form textarea::placeholder {
color: #b8b8b8;
font-size: 14px;
font-weight: 400;
} .ffp-input-icon { position: relative; }
.ffp-input-icon > i {
position: absolute;
left: 14px;
top: 50%;
transform: translateY(-50%);
color: var(--ffp-gold);
font-size: 16px;
pointer-events: none;
line-height: 1;
}
body.ffp-page .ffp-native-form .ffp-input-icon input { padding-left: 40px !important; }
body.ffp-page .ffp-native-form input:focus,
body.ffp-page .ffp-native-form select:focus,
body.ffp-page .ffp-native-form textarea:focus {
background: #fff;
border-color: var(--ffp-gold);
outline: none;
box-shadow: 0 0 0 3px rgba(201, 169, 97, 0.18);
}
body.ffp-page .ffp-native-form textarea { resize: vertical; min-height: 80px; }
body.ffp-page .ffp-native-form select {
appearance: none;
-webkit-appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23c9a961'%3E%3Cpath d='M5.5 8l4.5 4.5L14.5 8z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 10px center;
background-size: 18px;
padding-right: 36px;
}
.ffp-form-actions { text-align: center; margin-top: 6px; }
.ffp-form-footer-line {
text-align: left;
margin-top: 14px !important;
font-size: 14px;
color: #222;
font-weight: 400;
}
.ffp-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 40px; }
.ffp-pagination .page-numbers {
padding: 10px 16px;
border-radius: 6px;
border: 1.5px solid #e2e8f0;
color: var(--ffp-navy);
text-decoration: none !important;
font-size: 14px;
font-weight: 600;
transition: all .2s ease;
}
.ffp-pagination .page-numbers.current,
.ffp-pagination .page-numbers:hover {
background: var(--ffp-navy);
border-color: var(--ffp-navy);
color: var(--ffp-gold);
}
.ffp-archive-back { text-align: center; margin-top: 40px; }
.ffp-reviews-archive { background: linear-gradient(180deg, #f7f5f0 0%, #fff 100%); padding: 50px 0 80px; }
.ffp-reviews-archive-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 22px;
}
@media (max-width: 1024px) { .ffp-reviews-archive-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .ffp-reviews-archive-grid { grid-template-columns: 1fr; } }
body.ffp-page .ffp-native-form .ffp-form-submit {
background: #c9a961;
color: #ffffff !important;
padding: 13px 32px;
border: none;
border-radius: 4px;
font-weight: 500;
font-size: 15px;
letter-spacing: 0;
cursor: pointer;
text-decoration: none !important;
transition: background .3s ease;
display: inline-block;
width: 100%;
box-shadow: none;
line-height: 1.2;
}
body.ffp-page .ffp-native-form .ffp-form-submit:hover {
background: var(--ffp-navy);
color: #ffffff !important;
}
body.ffp-page .ffp-native-form .ffp-form-submit:disabled {
opacity: .6;
cursor: not-allowed;
transform: none;
}
.ffp-form-status {
margin-top: 16px;
padding: 0;
font-size: 14px;
border-radius: 8px;
display: none;
}
.ffp-form-status.is-success {
display: block;
background: #d1fae5;
color: #065f46;
border-left: 4px solid #10b981;
padding: 12px 16px;
}
.ffp-form-status.is-error {
display: block;
background: #fee2e2;
color: #991b1b;
border-left: 4px solid #ef4444;
padding: 12px 16px;
} .ffp-single-project-section { background: #fff; padding: 60px 0 80px; }
.ffp-single-project-wrap { max-width: 1100px; margin: 0 auto; padding: 0 40px; } .ffp-ba-section {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 30px;
margin-bottom: 40px;
}
.ffp-ba-card {
background: #fff;
border: 2px solid #e5e5e5;
border-radius: 14px;
overflow: hidden;
position: relative;
transition: all .3s ease;
}
.ffp-ba-card-after { border-color: var(--ffp-gold); }
.ffp-ba-card:hover { box-shadow: 0 12px 30px rgba(14, 42, 71, 0.15); }
.ffp-ba-label {
position: absolute;
top: 14px;
left: 14px;
background: rgba(14, 42, 71, 0.92);
color: #fff;
padding: 6px 18px;
border-radius: 4px;
font-size: 12px;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 700;
z-index: 2;
}
.ffp-ba-label-after { background: var(--ffp-gold); color: var(--ffp-navy); }
.ffp-ba-image { width: 100%; aspect-ratio: 4/3; overflow: hidden; background: #f0f0f0; }
.ffp-ba-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ffp-ba-desc {
padding: 22px 26px;
color: #2d3748;
font-size: 15px;
line-height: 1.7;
}
.ffp-ba-desc p { margin: 0; } .ffp-project-ba-badge {
position: absolute;
top: 12px;
right: 12px;
background: var(--ffp-gold);
color: var(--ffp-navy);
padding: 5px 12px;
border-radius: 4px;
font-size: 11px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
z-index: 3;
box-shadow: 0 4px 10px rgba(201, 169, 97, 0.4);
}
.ffp-back-link {
display: inline-block;
margin-bottom: 24px;
color: var(--ffp-navy);
text-decoration: none;
font-weight: 600;
font-size: 14px;
letter-spacing: .5px;
transition: color .2s;
}
.ffp-back-link:hover { color: var(--ffp-gold); }
.ffp-single-project-title {
font-size: 44px;
color: var(--ffp-navy);
font-family: 'Georgia', serif;
font-weight: 700;
margin-bottom: 30px;
}
.ffp-single-project-hero {
border-radius: 14px;
overflow: hidden;
margin-bottom: 36px;
box-shadow: 0 12px 36px rgba(14, 42, 71, 0.15);
}
.ffp-single-project-hero img { width: 100%; height: auto; display: block; }
.ffp-single-project-content {
font-size: 17px;
color: #333;
line-height: 1.8;
margin-bottom: 40px;
}
.ffp-single-project-content p { margin-bottom: 16px; }
.ffp-single-project-cta { text-align: center; margin-top: 40px; } @media (max-width: 1023px) {
.ffp-section-wrap { padding: 50px 24px; }
.ffp-section-heading { font-size: 32px; }
.ffp-section-subheading { font-size: 15px; }
.ffp-section-header { margin-bottom: 32px; }
.ffp-stats-inner { padding: 50px 24px; }
.ffp-stats-heading { font-size: 30px; }
.ffp-stats-subheading { font-size: 15px; }
.ffp-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
.ffp-stat-box { padding: 24px 18px; }
.ffp-stat-number { font-size: 44px; }
.ffp-projects-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
.ffp-project-title { font-size: 17px; padding: 16px 18px; }
.ffp-review-card { padding: 26px 24px; }
.ffp-review-headline { font-size: 18px !important; min-height: 0 !important; }
.ffp-review-text { font-size: 15px; }
.ffp-reviews-slider-wrap { padding: 0 50px; }
.ffp-slider-arrow { width: 42px; height: 42px; font-size: 22px; }
.ffp-reviews-slide { grid-template-columns: repeat(2, 1fr); gap: 14px; }
.ffp-extra-reviews { grid-template-columns: repeat(2, 1fr); }
.ffp-review-form-wrap { padding: 30px 24px; }
.ffp-review-form-wrap h3 { font-size: 24px; }
.ffp-single-project-section { padding: 40px 0 60px; }
.ffp-single-project-wrap { padding: 0 24px; }
.ffp-single-project-title { font-size: 32px; } .ffp-ba-section { gap: 20px; }
.ffp-ba-desc { padding: 18px 20px; font-size: 14px; }
} @media (max-width: 640px) {
.ffp-section-wrap { padding: 40px 16px; }
.ffp-section-heading { font-size: 26px; }
.ffp-section-heading::after { width: 60px; margin-top: 10px; }
.ffp-section-subheading { font-size: 14px; }
.ffp-section-header { margin-bottom: 26px; }
.ffp-stats-inner { padding: 40px 16px; }
.ffp-stats-heading { font-size: 24px; }
.ffp-stats-grid { grid-template-columns: 1fr; gap: 14px; }
.ffp-stat-box { padding: 22px 18px; }
.ffp-stat-number { font-size: 40px; }
.ffp-stat-main { font-size: 15px; }
.ffp-stat-sub { font-size: 12px; }
.ffp-projects-grid { grid-template-columns: 1fr; gap: 16px; }
.ffp-project-title { font-size: 16px; }
.ffp-review-card { padding: 22px 20px; }
.ffp-review-stars { font-size: 18px; }
.ffp-review-text { font-size: 14px; }
.ffp-review-author strong { font-size: 14px; }
.ffp-review-location { display: block; margin-left: 0; margin-top: 4px; }
.ffp-review-location::before { display: none; }
.ffp-reviews-slider-wrap { padding: 0 0 50px; }
.ffp-slider-arrow { width: 38px; height: 38px; font-size: 20px; top: auto; bottom: 0; transform: none; }
.ffp-reviews-slider-wrap .ffp-slider-prev { left: 30%; }
.ffp-reviews-slider-wrap .ffp-slider-next { right: 30%; left: auto; }
.ffp-slider-arrow:hover { transform: scale(1.08); }
.ffp-reviews-slide { grid-template-columns: 1fr; gap: 14px; }
.ffp-extra-reviews { grid-template-columns: 1fr; gap: 14px; }
.ffp-extra-reviews .ffp-review-card { padding: 22px 18px; }
.ffp-review-form-wrap { padding: 24px 18px; margin-top: 40px; }
.ffp-review-form-wrap h3 { font-size: 20px; }
.ffp-review-form-wrap > p { font-size: 14px; }
.ffp-review-form .ffp-form-row-2 { grid-template-columns: 1fr; }
.ffp-review-form .ffp-form-field input,
.ffp-review-form .ffp-form-field select,
.ffp-review-form .ffp-form-field textarea { padding: 10px 12px; font-size: 14px; }
.ffp-load-more-wrap { margin-top: 30px; }
.ffp-load-more-wrap .ffp-btn-gold { padding: 12px 28px; font-size: 14px; }
.ffp-single-project-section { padding: 24px 0 40px; }
.ffp-single-project-wrap { padding: 0 16px; }
.ffp-single-project-title { font-size: 24px; margin-bottom: 18px; }
.ffp-single-project-content { font-size: 15px; line-height: 1.7; } .ffp-ba-section { grid-template-columns: 1fr; gap: 18px; margin-bottom: 28px; }
}