.fl-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.fl-gallery-item { position: relative; border-radius: var(--fl-radius-image); overflow: hidden; background: var(--fl-surface); box-shadow: var(--fl-shadow); }
.fl-gallery-item img { width: 100%; height: 230px; object-fit: cover; display: block; transition: transform 0.35s; }
.fl-gallery-item:hover img { transform: scale(1.05); }
.fl-gallery-caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(26,26,46,0.82) 0%, transparent 100%); color: #fff; font-family: var(--fl-font-heading); font-weight: 600; font-size: 0.88rem; padding: 1.5rem 1rem 0.75rem; opacity: 0; transition: opacity 0.3s; }
.fl-gallery-item:hover .fl-gallery-caption { opacity: 1; }
@media (max-width: 900px) {
.fl-gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
.fl-gallery-grid { grid-template-columns: 1fr; }
.fl-gallery-item img { height: 200px; }
}
.fl-stats-heading { text-align: center; margin-bottom: 3rem; }
.fl-stats-heading h2 { font-family: var(--fl-font-heading); font-weight: var(--fl-heading-weight); font-size: clamp(1.5rem, 3vw, 2.2rem); color: #fff; margin: 0; }
.fl-services-heading { text-align: center; margin-bottom: 3rem; }
.fl-services-heading h2 { font-family: var(--fl-font-heading); font-weight: var(--fl-heading-weight); font-size: clamp(1.5rem, 3vw, 2.2rem); color: var(--fl-text); margin: 0; }
.fl-features-heading { text-align: center; margin-bottom: 3rem; }
.fl-features-heading h2 { font-family: var(--fl-font-heading); font-weight: var(--fl-heading-weight); font-size: clamp(1.5rem, 3vw, 2.2rem); color: var(--fl-text); margin: 0; }
.fl-team-heading { text-align: center; margin-bottom: 3rem; }
.fl-team-heading h2 { font-family: var(--fl-font-heading); font-weight: var(--fl-heading-weight); font-size: clamp(1.5rem, 3vw, 2.2rem); color: var(--fl-text); margin: 0; }
.fl-gallery-heading { text-align: center; margin-bottom: 3rem; }
.fl-gallery-heading h2 { font-family: var(--fl-font-heading); font-weight: var(--fl-heading-weight); font-size: clamp(1.5rem, 3vw, 2.2rem); color: var(--fl-text); margin: 0; }
.fl-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--fl-gap-lg); }
.fl-stats-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.14); border-radius: var(--fl-radius-card); padding: 2.5rem 1.5rem; text-align: center; transition: background 0.2s; }
.fl-stats-card:hover { background: rgba(255,255,255,0.13); }
.fl-stats-num { display: block; font-family: var(--fl-font-heading); font-weight: 800; font-size: clamp(2rem, 4vw, 3rem); color: #fff; line-height: 1; margin-bottom: 0.6rem; }
.fl-text { color: rgba(255,255,255,0.72); font-size: 0.92rem; margin: 0; }
@media (max-width: 900px) {
.fl-stats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
.fl-stats-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
.fl-stats-card { padding: 1.5rem 1rem; }
}
.fl-contacts .fl-text { color: var(--fl-text-muted); margin-bottom: 1.75rem; }
.fl-features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.fl-features-card { background: var(--fl-surface); border-radius: var(--fl-radius-card); padding: 2rem 1.5rem; border: 1px solid var(--fl-border); transition: box-shadow 0.2s, transform 0.2s; }
.fl-features-card:hover { box-shadow: var(--fl-shadow-card); transform: translateY(-3px); }
.fl-features-icon { margin-bottom: 1.2rem; width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; }
.fl-features-title { font-family: var(--fl-font-heading); font-weight: 700; font-size: 1rem; color: var(--fl-text); margin: 0 0 0.75rem; line-height: 1.35; }
.fl-text { color: var(--fl-text-muted); font-size: 0.9rem; margin: 0; }
@media (max-width: 1100px) {
.fl-features-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
.fl-features-grid { grid-template-columns: 1fr; }
}
.fl-contacts .fl-text { color: var(--fl-text-muted); margin-bottom: 1.75rem; }
.fl-team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.fl-team-card { background: var(--fl-background); border-radius: var(--fl-radius-card); overflow: hidden; box-shadow: var(--fl-shadow-card); transition: box-shadow 0.25s, transform 0.25s; display: flex; flex-direction: column; }
.fl-team-card:hover { box-shadow: var(--fl-shadow-high); transform: translateY(-4px); }
.fl-team-photo-wrap { width: 100%; aspect-ratio: 1 / 1; overflow: hidden; background: var(--fl-surface); }
.fl-team-photo { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.35s; }
.fl-team-card:hover .fl-team-photo { transform: scale(1.04); }
.fl-team-info { padding: 1.4rem 1.5rem 1.8rem; flex: 1; display: flex; flex-direction: column; }
.fl-team-name { font-family: var(--fl-font-heading); font-weight: 700; font-size: 0.97rem; color: var(--fl-text); margin: 0 0 0.3rem; line-height: 1.3; }
.fl-team-role { display: inline-block; font-size: 0.82rem; font-weight: 600; color: var(--fl-primary); font-family: var(--fl-font-heading); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.85rem; }
.fl-text { color: var(--fl-text-muted); font-size: 0.88rem; margin: 0; line-height: 1.6; }
@media (max-width: 1100px) {
.fl-team-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
.fl-team-grid { grid-template-columns: 1fr; }
}
.fl-contacts .fl-text { color: var(--fl-text-muted); margin-bottom: 1.75rem; }
.fl-services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.fl-services-card { background: var(--fl-background); border-radius: var(--fl-radius-card); overflow: hidden; box-shadow: var(--fl-shadow-card); display: flex; flex-direction: column; transition: box-shadow 0.25s, transform 0.25s; }
.fl-services-card:hover { box-shadow: var(--fl-shadow-high); transform: translateY(-4px); }
.fl-services-card-img-wrap { position: relative; overflow: hidden; }
.fl-services-card-img-wrap img { width: 100%; height: 180px; object-fit: cover; display: block; transition: transform 0.35s; }
.fl-services-card:hover .fl-services-card-img-wrap img { transform: scale(1.04); }
.fl-services-badge { position: absolute; top: 0.75rem; left: 0.75rem; background: var(--fl-primary); color: #fff; font-family: var(--fl-font-heading); font-weight: 700; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.06em; border-radius: 4px; padding: 0.22rem 0.65rem; }
.fl-services-card-body { padding: 1.5rem; display: flex; flex-direction: column; flex: 1; }
.fl-services-card-title { font-family: var(--fl-font-heading); font-weight: 700; font-size: 1rem; color: var(--fl-text); margin: 0 0 0.75rem; line-height: 1.3; }
.fl-services-card-body .fl-text { color: var(--fl-text-muted); font-size: 0.9rem; margin-bottom: 0.5rem; }
.fl-services-card-price { font-family: var(--fl-font-heading); font-weight: 800; font-size: 1.05rem; color: var(--fl-primary); margin: auto 0 1rem; padding-top: 0.75rem; }
.fl-services-card-body .fl-btn-outline { border-color: var(--fl-primary); color: var(--fl-primary); font-family: var(--fl-font-heading); font-weight: 700; font-size: 0.9rem; width: 100%; justify-content: center; }
.fl-services-card-body .fl-btn-outline:hover { background: var(--fl-primary); color: #fff; }
@media (max-width: 1100px) {
.fl-services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
.fl-services-grid { grid-template-columns: 1fr; }
}
.fl-contacts .fl-text { color: var(--fl-text-muted); margin-bottom: 1.75rem; }
.tpl-component-netcat-module-requests-request { position: relative; }
.tpl-component-netcat-module-requests-request.tpl-link-form-open .nc-modal-trigger-overlay, .tpl-component-netcat-module-requests-request .tpl-link-form-submit .nc-modal-trigger-overlay { margin: 0; }
.tpl-component-netcat-module-requests-request.tpl-link-form-open { display: inline-block; }
.tpl-component-netcat-module-requests-request .tpl-link-form-submit { position: relative; }
.tpl-component-netcat-module-requests-request .nc-ckeditor-inline { width: 100%; }
.tpl-component-netcat-module-requests-request H4 { font-weight: 600; font-size: 24px; line-height: 28px; color: #333; margin: 0 0 9px; padding: 0; word-wrap: break-word; }
.tpl-component-netcat-module-requests-request .tpl-block-text-after-header { word-wrap: break-word; }
.tpl-component-netcat-module-requests-request form { text-align: left; }
.tpl-component-netcat-module-requests-request .tpl-block-columns { display: flex; }
.tpl-component-netcat-module-requests-request .tpl-block-columns .tpl-block-image img { margin-top: 40px; max-width: 430px; }
.tpl-component-netcat-module-requests-request .tpl-block-columns .tpl-block-divider { min-width: 1px; width: 1px; margin: 0 100px 0 60px; background: #e5e5e5; }
.tpl-component-netcat-module-requests-request .tpl-block-fields { position: relative; }
.tpl-component-netcat-module-requests-request .tpl-block-fields .nc-modal-trigger-overlay { margin: -10px; z-index: 5; }
.tpl-component-netcat-module-requests-request .tpl-block-fields.tpl-state-empty { margin: 20px 10px; padding: 20px; text-align: center; }
.tpl-component-netcat-module-requests-request .tpl-block-fields.tpl-state-empty .nc-modal-trigger-overlay { background-size: 64px; }
.tpl-component-netcat-module-requests-request H4 + .tpl-block-fields, .tpl-component-netcat-module-requests-request .tpl-block-text-after-header + .tpl-block-fields { margin-top: 30px; }
.tpl-component-netcat-module-requests-request .tpl-block-input { margin-bottom: 20px; text-align: left; }
.tpl-component-netcat-module-requests-request .tpl-block-fields .tpl-caption { padding-bottom: 10px; display: none; }
.tpl-component-netcat-module-requests-request .tpl-block-input .tpl-block-error { font-weight: 600; font-size: 13px; line-height: 16px; color: #ff7373; padding: 2px 0 0 2px; display: none; }
.tpl-component-netcat-module-requests-request .tpl-block-input INPUT, .tpl-component-netcat-module-requests-request .tpl-block-input SELECT, .tpl-component-netcat-module-requests-request .tpl-block-input TEXTAREA { box-sizing: border-box; width: 100%; border: 1px solid #ccc; background: #fff; border-radius: 3px; outline: none; padding: 19px 20px; font-family: "Open Sans", sans-serif; color: #333; font-size: 18px; line-height: 20px; -webkit-appearance: none; transition: background, border-color .1s ease; }
.tpl-component-netcat-module-requests-request .tpl-block-input TEXTAREA { height: 120px; line-height: 22px; resize: none; }
.tpl-component-netcat-module-requests-request .tpl-block-input SELECT { -moz-appearance: none; appearance: none; background: #fff url('/netcat_template/class/netcat_module_requests_request/images/dropdown_arrow.png') no-repeat 100% center; height: 60px; padding: 1px 20px; }
.tpl-component-netcat-module-requests-request .tpl-block-input SELECT OPTION { font-family: "Open Sans", sans-serif; color: #333; font-size: 18px; padding: 12px 20px; }
.tpl-component-netcat-module-requests-request .tpl-block-input INPUT[disabled="disabled"], .tpl-component-netcat-module-requests-request .tpl-block-input SELECT[disabled="disabled"], .tpl-component-netcat-module-requests-request .tpl-block-input TEXTAREA[disabled="disabled"] { opacity: 0.5; }
.tpl-component-netcat-module-requests-request .tpl-block-input INPUT:hover, .tpl-component-netcat-module-requests-request .tpl-block-input SELECT:hover, .tpl-component-netcat-module-requests-request .tpl-block-input TEXTAREA:hover { background-color: #f9f9f9; border-color: #999; }
.tpl-component-netcat-module-requests-request .tpl-block-input INPUT:focus, .tpl-component-netcat-module-requests-request .tpl-block-input SELECT:focus, .tpl-component-netcat-module-requests-request .tpl-block-input TEXTAREA:focus { background-color: #f9f9f9; border: 2px solid #999; padding: 18px 19px; }
.tpl-component-netcat-module-requests-request .tpl-block-input SELECT:focus { background-image: url('/netcat_template/class/netcat_module_requests_request/images/dropdown_arrow_focus.png'); }
.tpl-component-netcat-module-requests-request .tpl-block-input SELECT:-moz-focusring { color: transparent; text-shadow: 0 0 0 #000; }
.tpl-component-netcat-module-requests-request .tpl-block-input.tpl-state-error INPUT, .tpl-component-netcat-module-requests-request .tpl-block-input.tpl-state-error SELECT, .tpl-component-netcat-module-requests-request .tpl-block-input.tpl-state-error TEXTAREA { border: 2px solid #ff7373; padding: 18px 19px; }
.tpl-component-netcat-module-requests-request .tpl-block-input SELECT:focus, .tpl-component-netcat-module-requests-request .tpl-block-input.tpl-state-error SELECT { padding: 0 19px; }
.tpl-component-netcat-module-requests-request .tpl-block-input.tpl-state-error .tpl-block-error { display: block; }
.tpl-component-netcat-module-requests-request .tpl-field-quantity .tpl-value { display: flex; margin-bottom: 20px; }
.tpl-component-netcat-module-requests-request .tpl-block-form .tpl-block-input.tpl-field-quantity .tpl-value INPUT { position: relative; border-radius: 0; text-align: center; z-index: 2; }
.tpl-component-netcat-module-requests-request .tpl-field-quantity .tpl-block-control-button { position: relative; width: 62px; min-width: 62px; height: 60px; border: 1px solid #ccc; border-radius: 2px; transition: all .1s ease; box-sizing: border-box; background: #fff 50% 50% no-repeat; outline: none; }
.tpl-component-netcat-module-requests-request .tpl-field-quantity .tpl-block-control-button:not(.tpl-state-disabled):hover { border-color: #999; z-index: 3; }
.tpl-component-netcat-module-requests-request .tpl-field-quantity .tpl-block-control-button:not(.tpl-state-disabled):active { border-color: #999; z-index: 3; box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.25); }
.tpl-component-netcat-module-requests-request .tpl-field-quantity .tpl-block-control-button.tpl-link-decrease { left: 0; margin-right: -1px; border-top-right-radius: 0; border-bottom-right-radius: 0; background-image: url("/netcat_template/class/netcat_module_requests_request/images/icon_minus.png"); }
.tpl-component-netcat-module-requests-request .tpl-field-quantity .tpl-block-control-button.tpl-link-decrease.tpl-state-disabled { background-image: url("/netcat_template/class/netcat_module_requests_request/images/icon_minus_disabled.png"); }
.tpl-component-netcat-module-requests-request .tpl-field-quantity .tpl-block-control-button.tpl-link-increase { right: 0; margin-left: -1px; border-top-left-radius: 0; border-bottom-left-radius: 0; background-image: url("/netcat_template/class/netcat_module_requests_request/images/icon_plus.png"); }
.tpl-component-netcat-module-requests-request .tpl-field-quantity .tpl-block-control-button.tpl-link-increase.tpl-state-disabled { background-image: url("/netcat_template/class/netcat_module_requests_request/images/icon_plus_disabled.png"); }
.tpl-component-netcat-module-requests-request .tpl-block-button { position: relative; font-weight: bold; font-size: 18px; line-height: 22px; color: #fff; background: #01aff2; border: none; border-radius: 2px; min-height: fit-content; cursor: pointer; transition: all .1s ease; min-width: fit-content; box-sizing: border-box; outline: none; }
.tpl-component-netcat-module-requests-request .tpl-block-button.tpl-layout-background-dark { color: #fff; }
.tpl-component-netcat-module-requests-request .tpl-block-button.tpl-layout-background-bright { color: #000; }
.tpl-component-netcat-module-requests-request .tpl-block-button.tpl-layout-background-transparent { border: 2px solid #fff; }
.tpl-component-netcat-module-requests-request .tpl-block-button { width: 100%; }
.tpl-component-netcat-module-requests-request .tpl-block-button[disabled="disabled"] { opacity: 0.5; }
.tpl-component-netcat-module-requests-request .tpl-block-button:not([disabled="disabled"]):hover, .tpl-component-netcat-module-requests-request .tpl-block-button:not([disabled="disabled"]):focus { opacity: 0.8; }
.tpl-component-netcat-module-requests-request .tpl-block-button:not([disabled="disabled"]):active { opacity: 0.8; box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.25); }
.tpl-component-netcat-module-requests-request .tpl-block-button-content { display: inline-flex; width: 100%; align-items: flex-start; }
.tpl-component-netcat-module-requests-request .tpl-block-button .tpl-block-button-title { flex-grow: 2; text-align: center; }
.tpl-component-netcat-module-requests-request .tpl-block-button-title.tpl-field-item-price { white-space: nowrap; }
.tpl-component-netcat-module-requests-request .tpl-block-button .tpl-block-button-divider { width: 1px; min-width: 1px; position: absolute; top: 10px; bottom: 10px; background: rgba(255, 255, 255, 0.25); }
.tpl-component-netcat-module-requests-request .tpl-block-button::-moz-focus-inner { padding: 0; border: 0; }
.tpl-component-netcat-module-requests-request.tpl-block-popup { z-index: 500; position: fixed; left: 0; right: 0; top: 0; bottom: 0; min-width: 100%; max-width: 100%; border: none; overflow-y: auto; background: rgba(0, 0, 0, 0.5); text-align: center; width: 100%; }
.tpl-component-netcat-module-requests-request .tpl-block-popup-background { position: fixed; left: 0; right: 40px; bottom: 0; top: 0; }
.tpl-component-netcat-module-requests-request .tpl-block-popup-container { position: relative; display: inline-block; text-align: left; padding: 35px 90px 60px; margin: 20px 0; min-width: 250px; max-width: 1060px; background: #fff; border-radius: 2px; box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1); }
@media (max-width: 560px) {
.tpl-component-netcat-module-requests-request .tpl-block-popup-container { margin: 0; }
}
.tpl-component-netcat-module-requests-request .tpl-block-popup-container .tpl-block-popup-close-button { width: 50px; height: 50px; border-radius: 25px; background: url("/netcat_template/class/netcat_module_requests_request/images/icon_close.png") 50% 50% no-repeat; border: 1px solid #e5e5e5; transition: all .1s ease; position: absolute; top: 15px; right: 15px; }
.tpl-component-netcat-module-requests-request .tpl-block-popup-container .tpl-block-popup-close-button:hover { border-color: #999; }
.tpl-component-netcat-module-requests-request .tpl-block-popup-container .tpl-block-popup-close-button:active { border-color: #999; box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.25); }
.tpl-component-netcat-module-requests-request .tpl-block-popup-body { font-size: 18px; }
.tpl-component-netcat-module-requests-request .tpl-block-popup-body P { margin: 0; padding: 0 0 10px; }
.tpl-component-netcat-module-requests-request.tpl-block-popup-message .tpl-block-popup-body { margin: 35px 0; }
.tpl-component-netcat-module-requests-request.tpl-block-popup-message .tpl-block-popup-icon { width: 50px; height: 50px; background-size: 50px; background-repeat: no-repeat; margin: 20px 0 10px; }
.tpl-component-netcat-module-requests-request.tpl-block-popup-message.tpl-state-success .tpl-block-popup-icon { background-image: url('/netcat_template/class/netcat_module_requests_request/images/icon_success.svg'); }
.tpl-component-netcat-module-requests-request.tpl-block-popup-message.tpl-state-error .tpl-block-popup-icon { background-image: url('/netcat_template/class/netcat_module_requests_request/images/icon_error.svg'); }
.tpl-component-netcat-module-requests-request.tpl-block-popup-form .tpl-block-popup-container { padding-top: 40px; }
@media (min-width: 1031px) {
.tpl-component-netcat-module-requests-request.tpl-block-popup .tpl-block-fields:first-child { margin-top: 40px; }
}
@media (max-width: 1030px) {
.tpl-component-netcat-module-requests-request.tpl-block-popup-form .tpl-block-popup-container { max-width: 520px; padding-top: 55px; padding-left: 0; padding-right: 0; }
.tpl-component-netcat-module-requests-request .tpl-block-popup-body { margin: 15px 60px; }
.tpl-component-netcat-module-requests-request .tpl-block-columns { display: block; }
.tpl-component-netcat-module-requests-request .tpl-block-columns .tpl-block-divider { height: 50px; background: none; }
.tpl-component-netcat-module-requests-request .tpl-block-columns .tpl-block-image img { margin-top: 0; max-width: 100%; }
.tpl-component-netcat-module-requests-request .tpl-block-popup-container .tpl-block-form { margin: 0 auto; text-align: center; }
}
.tpl-component-netcat-module-requests-request .tpl-state-animated { -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
@-webkit-keyframes tpl-animation-fade-in-down { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } }
@keyframes tpl-animation-fade-in-down { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } }
.tpl-component-netcat-module-requests-request .tpl-animation-fade-in-down { -webkit-animation-name: tpl-animation-fade-in-down; animation-name: tpl-animation-fade-in-down; }
.fl-hero { position: relative; min-height: 100vh; display: flex; align-items: center; background: #1a1a2e; color: #fff; padding: 0; overflow: hidden; }
.fl-hero-overlay { position: absolute; inset: 0; z-index: 2; }
.fl-hero-content { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: flex-start; padding-top: 7rem; padding-bottom: 5rem; max-width: 720px; }
.fl-hero-logo { width: 150px; height: 150px; object-fit: contain; border-radius: 50%; margin-bottom: 1.5rem; }
.fl-hero-title { font-family: var(--fl-font-heading); font-weight: 800; font-size: clamp(2.2rem, 5vw, 3.6rem); color: #fff; margin: 0 0 1rem; line-height: 1.15; letter-spacing: -0.02em; }
.fl-hero .fl-text { font-size: 1.15rem; color: rgba(255,255,255,0.88); margin-bottom: 2rem; max-width: 560px; }
.fl-hero-stats { display: flex; gap: 2.5rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
.fl-hero-stat { display: flex; flex-direction: column; align-items: flex-start; }
.fl-hero-stat-num { font-family: var(--fl-font-heading); font-weight: 800; font-size: 2rem; color: #fff; line-height: 1; }
.fl-hero-stat-label { font-size: 0.82rem; color: rgba(255,255,255,0.65); margin-top: 0.2rem; text-transform: uppercase; letter-spacing: 0.06em; }
.fl-hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.fl-hero .fl-btn-primary { background: var(--fl-primary); border-color: var(--fl-primary); color: #fff; font-family: var(--fl-font-heading); font-weight: 700; font-size: 1rem; padding: 0.85rem 2rem; }
.fl-hero .fl-btn-primary:hover { background: var(--fl-primary-dark); border-color: var(--fl-primary-dark); }
.fl-hero .fl-btn-outline { color: #fff; border-color: rgba(255,255,255,0.55); font-family: var(--fl-font-heading); font-weight: 600; font-size: 1rem; padding: 0.85rem 2rem; }
.fl-hero .fl-btn-outline:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.85); }
.fl-hero-free { display: inline-block; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25); color: rgba(255,255,255,0.9); border-radius: 50px; padding: 0.35rem 1.1rem; font-size: 0.88rem; font-family: var(--fl-font-heading); font-weight: 600; letter-spacing: 0.03em; }
@media (max-width: 640px) {
.fl-hero-content { padding-top: 5rem; padding-bottom: 3rem; }
.fl-hero-stats { gap: 1.5rem; }
.fl-hero-stat-num { font-size: 1.5rem; }
}
.fl-about { background: var(--fl-background); color: var(--fl-text); padding: var(--fl-section-py) 0; }
.fl-about-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.fl-about-image-col { position: relative; }
.fl-about-img { width: 100%; height: auto; border-radius: var(--fl-radius-card); object-fit: cover; box-shadow: var(--fl-shadow-high); display: block; }
.fl-about-label { display: inline-block; background: rgba(192,57,43,0.1); color: var(--fl-primary); font-family: var(--fl-font-heading); font-weight: 700; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; border-radius: 4px; padding: 0.3rem 0.85rem; margin-bottom: 1rem; }
.fl-about-title { font-family: var(--fl-font-heading); font-weight: var(--fl-heading-weight); font-size: clamp(1.5rem, 3vw, 2.1rem); color: var(--fl-text); margin: 0 0 1.2rem; line-height: 1.25; }
.fl-about .fl-text { color: var(--fl-text-muted); margin-bottom: 1.5rem; }
.fl-about-list { list-style: none; padding: 0; margin: 0 0 2rem; display: flex; flex-direction: column; gap: 0.6rem; }
.fl-about-list li { display: flex; align-items: center; gap: 0.75rem; font-size: 0.97rem; color: var(--fl-text); font-weight: 500; }
.fl-about-list li::before { content: ''; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--fl-primary); flex-shrink: 0; }
.fl-about .fl-btn-primary { font-family: var(--fl-font-heading); font-weight: 700; }
@media (max-width: 900px) {
.fl-about-inner { grid-template-columns: 1fr; gap: 2.5rem; }
}
.fl-contacts { background: var(--fl-surface); color: var(--fl-text); padding: var(--fl-section-py) 0; }
.fl-contacts-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: start; }
.fl-contacts-label { display: inline-block; font-family: var(--fl-font-heading); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fl-primary); margin-bottom: 0.75rem; }
.fl-contacts-title { font-family: var(--fl-font-heading); font-weight: var(--fl-heading-weight); font-size: 2.2rem; color: var(--fl-text); margin: 0 0 1rem; line-height: 1.2; }
.fl-contacts .fl-contacts-desc { font-size: 1rem; color: var(--fl-text-muted); margin-bottom: 2rem; }
.fl-contacts-list { list-style: none; margin: 0 0 2rem; padding: 0; display: flex; flex-direction: column; gap: 1.1rem; }
.fl-contacts-item { display: flex; align-items: flex-start; gap: 0.85rem; }
.fl-contacts-icon { flex-shrink: 0; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 50%; box-shadow: var(--fl-shadow); }
.fl-contacts-item-body { display: flex; flex-direction: column; gap: 0.15rem; }
.fl-contacts-item-label { font-family: var(--fl-font-heading); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fl-text-muted); }
.fl-contacts-item-value { font-size: 1rem; font-weight: 600; color: var(--fl-text); text-decoration: none; transition: color 0.2s; }
.fl-contacts-item-value:hover { color: var(--fl-primary); }
.fl-contacts-cta { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; padding: 1.5rem; background: var(--fl-primary-dark); border-radius: var(--fl-radius-card); }
.fl-contacts-cta-text { font-family: var(--fl-font-heading); font-size: 1rem; font-weight: 700; color: #fff; flex: 1; min-width: 160px; }
.fl-contacts .fl-contacts-cta .fl-btn-primary { background: #fff; color: var(--fl-primary-dark); border-color: #fff; white-space: nowrap; }
.fl-contacts .fl-contacts-cta .fl-btn-primary:hover { background: #f0f0f0; border-color: #f0f0f0; }
.fl-contacts-right { display: flex; flex-direction: column; gap: 2rem; }
.fl-contacts-map-wrap { border-radius: var(--fl-radius-card); overflow: hidden; box-shadow: var(--fl-shadow-card); }
.fl-contacts-form-wrap { background: #fff; border-radius: var(--fl-radius-card); padding: 2rem; box-shadow: var(--fl-shadow-card); }
.fl-contacts-form-title { font-family: var(--fl-font-heading); font-weight: 700; font-size: 1.25rem; color: var(--fl-text); margin: 0 0 1.25rem; }
@media (max-width: 900px) {
.fl-contacts-inner { grid-template-columns: 1fr; gap: 2.5rem; }
.fl-contacts-title { font-size: 1.75rem; }
}
@media (max-width: 600px) {
.fl-contacts { padding: 3rem 0; }
.fl-contacts-cta { flex-direction: column; align-items: flex-start; gap: 1rem; }
.fl-contacts-form-wrap { padding: 1.5rem 1rem; }
}
