/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.20.1
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
========================================
CSS — wklej w: Appearance → Customize → Additional CSS
LUB child theme style.css
========================================

/* === MARKETER COFFEE — FLATSOME VARIABLES === */
:root {
--mc-coffee: #D4A373;
--mc-coffee-dark: #B8864F;
--mc-espresso: #18191B;
--mc-cream: #FEFAE0;
--mc-mocha: #3D2C2C;
--mc-foam: #F5F5F0;
--mc-accent: #E76F51;
}

/* === HERO === */
.mc-hero-content { padding: 20px 0; }
.mc-hero-tag {
display: inline-block;
background: var(--mc-espresso);
color: var(--mc-cream);
padding: 0.5rem 1.2rem;
border-radius: 100px;
font-size: 0.85rem;
font-weight: 600;
margin-bottom: 1.5rem;
}
.mc-hero-content h1 {
font-size: clamp(2.4rem, 4.5vw, 4rem);
font-weight: 900;
line-height: 1.1;
color: var(--mc-espresso);
margin-bottom: 1.5rem;
}
.mc-highlight { color: var(--mc-coffee); }
.mc-hero-p {
font-size: 1.1rem;
line-height: 1.7;
color: var(--mc-mocha);
max-width: 480px;
margin-bottom: 2rem;
}
.mc-hero-buttons { display: flex; gap: 1rem; flex-wrap: wrap; }

/* === BUTTONS === */
.mc-btn {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 1rem 2rem;
border-radius: 100px;
font-weight: 700;
font-size: 0.95rem;
text-decoration: none;
transition: all 0.3s ease;
}
.mc-btn-primary {
background: var(--mc-espresso);
color: var(--mc-cream) !important;
}
.mc-btn-primary:hover {
background: var(--mc-coffee);
color: var(--mc-cream) !important;
transform: translateY(-2px);
}
.mc-btn-secondary {
background: transparent;
color: var(--mc-espresso) !important;
border: 2px solid var(--mc-espresso);
}
.mc-btn-secondary:hover {
background: var(--mc-espresso);
color: var(--mc-cream) !important;
}

/* === TRUST === */
.mc-section-label {
font-size: 0.95rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.1em;
color: var(--mc-mocha);
margin-bottom: 0.5rem;
}
.mc-section-sublabel {
font-size: 0.95rem;
color: #666;
margin-bottom: 2rem;
}

/* === SERVICES === */
.mc-section-tag-white {
display: inline-block;
background: rgba(255,255,255,0.25);
color: white;
padding: 0.4rem 1rem;
border-radius: 100px;
font-size: 0.85rem;
font-weight: 600;
margin-bottom: 1rem;
}
.mc-section-title-white {
color: white !important;
font-size: clamp(1.8rem, 3.5vw, 2.8rem);
font-weight: 900;
margin-bottom: 0.75rem;
}
.mc-section-desc-white {
color: rgba(255,255,255,0.85);
font-size: 1.05rem;
max-width: 600px;
margin: 0 auto 2rem;
}
.mc-card-title {
font-size: 1.3rem;
font-weight: 800;
color: var(--mc-espresso);
margin: 1rem 0 0.75rem;
}
.mc-card-desc {
color: #555;
line-height: 1.7;
margin-bottom: 1.25rem;
}
.mc-service-link {
display: inline-flex;
align-items: center;
gap: 0.4rem;
color: var(--mc-coffee);
font-weight: 700;
text-decoration: none;
transition: gap 0.3s ease;
}
.mc-service-link:hover {
gap: 0.8rem;
color: var(--mc-coffee-dark);
}

/* === CASE STUDIES === */
.mc-section-tag-coffee {
display: inline-block;
background: var(--mc-coffee);
color: white;
padding: 0.4rem 1rem;
border-radius: 100px;
font-size: 0.85rem;
font-weight: 600;
margin-bottom: 1rem;
}
.mc-section-desc-muted {
color: rgba(255,255,255,0.7);
font-size: 1.05rem;
max-width: 600px;
margin: 0 auto 1rem;
line-height: 1.7;
}
.mc-case-inner { padding: 1.5rem; }
.mc-case-logo-badge {
position: absolute;
top: 1.25rem;
right: 1.25rem;
background: white;
border-radius: 10px;
padding: 0.4rem 0.6rem;
}
.mc-case-logo-badge img { height: 28px; width: auto; display: block; }
.mc-case-stats-row {
display: flex;
gap: 2rem;
margin-bottom: 1rem;
}
.mc-case-stat { display: flex; flex-direction: column; }
.mc-stat-val {
font-size: 2rem;
font-weight: 900;
color: var(--mc-coffee);
line-height: 1;
}
.mc-stat-lbl {
font-size: 0.7rem;
color: rgba(255,255,255,0.6);
text-transform: uppercase;
letter-spacing: 0.08em;
margin-top: 0.3rem;
}
.mc-case-title {
font-size: 1.15rem;
color: white;
font-weight: 700;
margin-bottom: 0.5rem;
}
.mc-case-cat {
display: inline-block;
background: var(--mc-coffee);
color: var(--mc-espresso);
font-size: 0.75rem;
font-weight: 700;
padding: 0.3rem 0.8rem;
border-radius: 100px;
}

/* === ABOUT === */
.mc-about-badge {
display: inline-block;
background: var(--mc-espresso);
color: white;
padding: 1rem 1.5rem;
border-radius: 16px;
text-align: center;
margin-top: 1.5rem;
}
.mc-about-badge-number {
font-size: 2.2rem;
font-weight: 900;
color: var(--mc-coffee);
line-height: 1;
}
.mc-about-badge-text {
font-size: 0.8rem;
color: rgba(255,255,255,0.7);
margin-top: 0.25rem;
}
.mc-brands-title {
font-size: 0.8rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.1em;
color: var(--mc-espresso);
margin-bottom: 1rem;
}

/* === TESTIMONIALS === */
.mc-section-title-dark {
color: var(--mc-espresso) !important;
font-size: clamp(1.8rem, 3vw, 2.5rem);
font-weight: 900;
}

/* === CTA FORM === */
.mc-cta-form-wrapper {
background: white;
border-radius: 24px;
padding: 2.5rem;
}
.mc-cta-form-title {
font-size: 1.3rem;
font-weight: 800;
color: var(--mc-espresso);
margin-bottom: 1.5rem;
}
.mc-cta-form-wrapper .wpcf7-form input[type="text"],
.mc-cta-form-wrapper .wpcf7-form input[type="email"],
.mc-cta-form-wrapper .wpcf7-form input[type="tel"],
.mc-cta-form-wrapper .wpcf7-form textarea {
width: 100%;
padding: 0.9rem 1.1rem;
border: 2px solid #eee;
border-radius: 10px;
font-size: 1rem;
transition: border-color 0.3s ease;
}
.mc-cta-form-wrapper .wpcf7-form input:focus,
.mc-cta-form-wrapper .wpcf7-form textarea:focus {
outline: none;
border-color: var(--mc-coffee);
}
.mc-cta-form-wrapper .wpcf7-form input[type="submit"] {
width: 100%;
background: var(--mc-espresso);
color: white;
padding: 1rem;
border: none;
border-radius: 10px;
font-size: 1rem;
font-weight: 700;
cursor: pointer;
transition: background 0.3s ease;
}
.mc-cta-form-wrapper .wpcf7-form input[type="submit"]:hover {
background: var(--mc-coffee);
}

/* === FLATSOME OVERRIDES === */
.flatsome-testimonial-slider .testimonial-text { font-style: italic; font-size: 1.15rem; line-height: 1.8; }
.flatsome-testimonial-slider .testimonial-name { font-weight: 700; color: var(--mc-espresso); }

/* === RESPONSIVE === */
@media (max-width: 768px) {
.mc-hero-content h1 { font-size: 2rem; }
.mc-hero-buttons { flex-direction: column; }
.mc-case-stats-row { gap: 1rem; }
.mc-stat-val { font-size: 1.5rem; }
.mc-cta-form-wrapper { padding: 1.5rem; }
}