/* ==========================================================================
   MAGNUM Formwork — Theme styles
   Brand: RAL 3020 (#CC0605) on dark cinematic backgrounds
   ========================================================================== */

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

:root {
    --red: #CC0605;
    --red-dark: #990403;
    --black: #0a0a0a;
    --dark: #1a1a1a;
    --dark-2: #242424;
    --dark-3: #2e2e2e;
    --gray-light: #f5f4f0;
    --gray: #888;
    --gray-2: #555;
    --white: #fff;
    --border-dark: #333;
    --border-light: #e5e2d8;
    --font-display: 'Archivo', sans-serif;
    --font-body: 'Inter', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: var(--font-body);
    color: var(--dark);
    background: var(--white);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }

/* ===== TOPBAR ===== */
.topbar { background: var(--black); color: #aaa; font-size: 12px; padding: 8px 0; border-bottom: 1px solid var(--border-dark); }
.topbar-inner { max-width: 1280px; margin: 0 auto; padding: 0 32px; display: flex; justify-content: space-between; align-items: center; }
.topbar a { color: #aaa; transition: color 0.2s; }
.topbar a:hover { color: var(--red); }
.topbar-contact { display: flex; gap: 22px; }
.topbar-lang a { padding: 0 6px; }
.topbar-lang a.active, .topbar-lang .lang-item-en.current-lang a, .topbar-lang .lang-item-hr.current-lang a { color: var(--white); }
.topbar-lang ul { list-style: none; display: inline-flex; padding: 0; margin: 0; }
.topbar-lang li { padding: 0; }
.topbar-lang li + li::before { content: '·'; padding: 0 4px; color: #555; }

/* ===== HEADER / NAV ===== */
.header { background: var(--white); border-bottom: 1px solid #ececec; position: sticky; top: 0; z-index: 100; transition: background 0.3s; }
.header-inner { max-width: 1280px; margin: 0 auto; padding: 18px 32px; display: flex; justify-content: space-between; align-items: center; }
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-img { display: block; max-height: 44px; width: auto; object-fit: contain; }
.logo-mark { width: 36px; height: 36px; background: var(--red); display: flex; align-items: center; justify-content: center; color: var(--white); font-family: var(--font-display); font-weight: 800; font-size: 18px; transform: skewX(-8deg); }
.logo-mark span { display: block; transform: skewX(8deg); }
.logo-mark img { max-width: 100%; max-height: 100%; transform: skewX(8deg); }
.logo-text { display: flex; flex-direction: column; line-height: 1.05; }
.logo-text strong { font-family: var(--font-display); font-weight: 700; font-size: 16px; letter-spacing: 0.04em; color: var(--dark); }
.logo-text small { font-size: 9px; color: var(--gray); letter-spacing: 0.18em; text-transform: uppercase; }
.nav { display: flex; gap: 30px; align-items: center; list-style: none; padding: 0; margin: 0; }
.nav a { font-size: 14px; color: var(--dark); font-weight: 500; position: relative; padding: 6px 0; transition: color 0.2s; }
.nav a:hover, .nav a.active, .nav .current-menu-item > a { color: var(--red); }
.nav .current-menu-item > a::after { content: ''; position: absolute; bottom: -2px; left: 0; right: 0; height: 2px; background: var(--red); }
.nav-cta, .nav .menu-item-cta > a {
    background: var(--red); color: var(--white) !important;
    padding: 10px 20px !important; font-size: 13px !important;
    transition: background 0.2s;
}
.nav-cta:hover, .nav .menu-item-cta > a:hover { background: var(--red-dark); color: var(--white) !important; }
.nav-cta:hover::after, .nav .menu-item-cta > a:hover::after { display: none; }
.nav .menu-item-cta > a::after { display: none; }

.menu-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 4px; padding: 8px; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--dark); }

/* ===== HEADER-RIGHT (lang switcher + mobile toggle) ===== */
.header-right { display: flex; align-items: center; gap: 18px; }

/* ===== LANGUAGE SWITCHER (in header) ===== */
.lang-switcher { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-display); font-size: 12px; font-weight: 600; letter-spacing: 0.12em; }
.lang-switcher .lang-link {
    color: var(--gray);
    padding: 4px 2px;
    text-decoration: none;
    transition: color 0.15s;
    text-transform: uppercase;
}
.lang-switcher .lang-link:hover { color: var(--red); }
.lang-switcher .lang-link.is-active { color: var(--dark); border-bottom: 2px solid var(--red); }
.lang-switcher .lang-sep { color: #ccc; font-weight: 400; }

/* ===== HERO ===== */
.hero { position: relative; min-height: 620px; background: var(--black); color: var(--white); overflow: hidden; display: flex; align-items: center; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.45; z-index: 0; }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,10,10,0.95) 0%, rgba(10,10,10,0.7) 50%, rgba(10,10,10,0.4) 100%); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px); background-size: 60px 60px; z-index: 1; }
.hero-inner { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; padding: 80px 32px; width: 100%; }
.hero-content { max-width: 680px; }
.hero-eyebrow { color: var(--red); font-family: var(--font-display); font-size: 12px; font-weight: 600; letter-spacing: 0.22em; margin-bottom: 24px; display: flex; align-items: center; gap: 14px; }
.hero-eyebrow::before { content: ''; width: 40px; height: 2px; background: var(--red); }
.hero h1 { font-family: var(--font-display); font-weight: 700; font-size: clamp(36px, 5.5vw, 68px); line-height: 0.98; letter-spacing: -0.025em; margin-bottom: 24px; }
.hero h1 .accent { color: var(--red); }
.hero p.lead { font-size: 18px; color: #ccc; margin-bottom: 36px; max-width: 540px; line-height: 1.55; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 26px; font-family: var(--font-display); font-weight: 600; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; border: none; cursor: pointer; transition: all 0.25s; }
.btn-primary { background: var(--red); color: var(--white); }
.btn-primary:hover { background: var(--red-dark); transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,0.4); }
.btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.05); }
.btn-dark { background: var(--black); color: var(--white); }
.btn-dark:hover { background: var(--red); }
.hero-meta { position: absolute; bottom: 32px; left: 32px; right: 32px; z-index: 3; max-width: 1216px; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-end; color: rgba(255,255,255,0.6); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; font-family: var(--font-display); }

/* ===== SECTION SHARED ===== */
.section { padding: 100px 32px; }
.section-inner { max-width: 1280px; margin: 0 auto; }
.section-dark { background: var(--black); color: var(--white); }
.section-gray { background: var(--gray-light); }
.section-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 60px; flex-wrap: wrap; gap: 24px; }

/* Eyebrow text stays — only the red bar (::before) is removed site-wide. */
.section-eyebrow { color: var(--red); font-family: var(--font-display); font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 12px; display: flex; align-items: center; gap: 12px; }
.section-eyebrow::before,
.hero-eyebrow::before { content: none !important; }

.section-title { font-family: var(--font-display); font-weight: 700; font-size: clamp(28px, 4vw, 44px); line-height: 1.05; letter-spacing: -0.02em; color: var(--dark); max-width: 700px; }
.section-dark .section-title { color: var(--white); }
.section-link { color: var(--red); font-size: 13px; font-family: var(--font-display); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: 4px; transition: gap 0.2s; display: inline-flex; gap: 8px; }
.section-link:hover { gap: 14px; }

/* ===== CATEGORIES ===== */
.categories { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--border-dark); border-left: 1px solid var(--border-dark); }
.category { border-right: 1px solid var(--border-dark); border-bottom: 1px solid var(--border-dark); padding: 32px 28px 28px; background: var(--dark); color: var(--white); position: relative; overflow: hidden; transition: background 0.3s; cursor: pointer; display: flex; flex-direction: column; min-height: 380px; }
.category-img { height: 180px; margin: 0 -28px 24px; background-size: cover; background-position: center; background-color: var(--dark-2); position: relative; }
.category-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.5)); }
.category-num { font-family: var(--font-display); font-size: 11px; color: var(--red); font-weight: 600; letter-spacing: 0.18em; margin-bottom: 14px; }
.category h3 { font-family: var(--font-display); font-size: 22px; font-weight: 600; margin-bottom: 10px; letter-spacing: -0.01em; }
.category p { font-size: 13px; color: #aaa; line-height: 1.55; margin-bottom: 18px; flex: 1; }
.category-cta { color: var(--white); font-family: var(--font-display); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500; display: inline-flex; align-items: center; gap: 10px; transition: gap 0.2s; }
.category:hover { background: var(--red); }
.category:hover p { color: rgba(255,255,255,0.9); }
.category:hover .category-num { color: var(--white); }
.category:hover .category-cta { gap: 16px; }

/* ===== PACKAGES STRIPE ===== */
.packages-stripe { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 16px; margin-top: 40px; }
.package { border-radius: 4px; padding: 28px; min-height: 200px; display: flex; flex-direction: column; justify-content: space-between; color: var(--white); background-size: cover; background-position: center; position: relative; overflow: hidden; }
.package::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,10,10,0.92) 0%, rgba(10,10,10,0.55) 100%); }
.package > * { position: relative; z-index: 1; }
.package-tag { color: var(--red); font-family: var(--font-display); font-size: 11px; letter-spacing: 0.15em; font-weight: 600; }
.package h3 { font-family: var(--font-display); font-size: 22px; font-weight: 600; margin: 8px 0 6px; }
.package p { font-size: 13px; color: #ccc; }
.package-meta { display: flex; justify-content: space-between; align-items: flex-end; margin-top: 16px; font-size: 11px; color: #aaa; letter-spacing: 0.05em; }

/* ===== TWO-COLUMN FEATURE ===== */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.feature-img { aspect-ratio: 4/5; background-size: cover; background-position: center; background-color: var(--dark-2); position: relative; }
.feature-img::before { content: ''; position: absolute; bottom: -16px; right: -16px; width: 80px; height: 80px; background: var(--red); z-index: -1; }
.feature h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(28px, 4vw, 42px); line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 24px; }
.feature h2 .accent { color: var(--red); }
.feature p { font-size: 16px; color: var(--gray-2); margin-bottom: 18px; line-height: 1.7; }
.feature ul { list-style: none; margin: 24px 0; }
.feature ul li { padding: 14px 0; border-bottom: 1px solid #e8e8e8; display: flex; align-items: flex-start; gap: 16px; font-size: 14px; }
.feature ul li::before { content: '+'; color: var(--red); font-family: var(--font-display); font-weight: 700; font-size: 20px; line-height: 1; margin-top: -2px; }

/* ===== STATS ===== */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--red); color: var(--white); }
.stat { padding: 50px 32px; border-right: 1px solid rgba(255,255,255,0.18); text-align: left; }
.stat:last-child { border-right: none; }
.stat-num { font-family: var(--font-display); font-weight: 700; font-size: 56px; line-height: 1; letter-spacing: -0.04em; margin-bottom: 10px; }
.stat-label { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500; opacity: 0.92; }

/* ===== SHOWROOM CTA ===== */
.showroom-cta { background: var(--black); color: var(--white); padding: 0; overflow: hidden; }
.showroom-cta-inner { max-width: 1280px; margin: 0 auto; padding: 80px 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.showroom-cta-img { aspect-ratio: 4/3; background-size: cover; background-position: center; background-color: var(--dark-2); }
.showroom-cta h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(32px, 4.5vw, 48px); line-height: 1.0; letter-spacing: -0.02em; margin-bottom: 20px; }
.showroom-cta p { color: #aaa; font-size: 16px; margin-bottom: 32px; line-height: 1.7; }

/* ===== FOOTER ===== */
.footer { background: var(--black); color: #999; padding: 70px 32px 32px; border-top: 4px solid var(--red); }
.footer-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 50px; margin-bottom: 50px; }
.footer-brand .logo-text strong { color: var(--white); }
.footer-brand p { font-size: 13px; line-height: 1.7; margin-top: 20px; max-width: 320px; }
.footer h4 { color: var(--white); font-family: var(--font-display); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 18px; font-weight: 600; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li { margin-bottom: 10px; }
.footer ul a { font-size: 13px; transition: color 0.2s; }
.footer ul a:hover { color: var(--red); }
.footer-bottom { max-width: 1280px; margin: 0 auto; padding-top: 24px; border-top: 1px solid var(--border-dark); display: flex; justify-content: space-between; font-size: 11px; color: #666; letter-spacing: 0.05em; }

/* ===== PAGE HEADER ===== */
.page-header { background: var(--black); color: var(--white); padding: 80px 32px 70px; position: relative; overflow: hidden; }
.page-header::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px); background-size: 60px 60px; }
.page-header-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.25; }
.page-header-inner { max-width: 1280px; margin: 0 auto; position: relative; z-index: 1; }
.breadcrumb { font-family: var(--font-display); font-size: 11px; letter-spacing: 0.15em; color: #888; text-transform: uppercase; margin-bottom: 24px; }
.breadcrumb a { color: #888; }
.breadcrumb a:hover { color: var(--red); }
.breadcrumb span { color: var(--red); }
.page-header h1 { font-family: var(--font-display); font-weight: 700; font-size: clamp(38px, 5vw, 60px); line-height: 1.0; letter-spacing: -0.025em; margin-bottom: 16px; max-width: 800px; }
.page-header p { font-size: 18px; color: #bbb; max-width: 600px; line-height: 1.55; }

/* ===== PRODUCT GRID ===== */
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px 24px; }
.product-card { background: var(--white); border: 1px solid #e8e8e8; transition: all 0.25s; cursor: pointer; display: flex; flex-direction: column; }
.product-card:hover { border-color: var(--red); transform: translateY(-3px); }
.product-img { aspect-ratio: 4/3; background-size: cover; background-position: center; background-color: var(--gray-light); }
.product-info { padding: 20px 22px; flex: 1; display: flex; flex-direction: column; }
.product-cat { font-family: var(--font-display); font-size: 10px; color: var(--red); letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; margin-bottom: 8px; }
.product-card h3 { font-family: var(--font-display); font-size: 18px; font-weight: 600; margin-bottom: 8px; color: var(--dark); letter-spacing: -0.01em; }
.product-card p { font-size: 13px; color: var(--gray-2); margin-bottom: 14px; line-height: 1.55; flex: 1; }
.product-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.tag { font-family: var(--font-display); font-size: 10px; padding: 4px 10px; background: var(--gray-light); color: var(--gray-2); letter-spacing: 0.06em; font-weight: 500; }
.tag-red { background: #fdecec; color: var(--red); }
.tag-amber { background: #fef3e2; color: #b07000; }

.filter-bar { background: var(--gray-light); padding: 18px 32px; margin: -1px 0 60px; display: flex; gap: 10px; flex-wrap: wrap; }
.filter-bar a { font-family: var(--font-display); font-size: 12px; padding: 8px 18px; background: var(--white); border: 1px solid #e0ddd4; color: var(--dark); letter-spacing: 0.06em; text-transform: uppercase; font-weight: 500; transition: all 0.2s; cursor: pointer; }
.filter-bar a:hover, .filter-bar a.active { background: var(--red); color: var(--white); border-color: var(--red); }

/* ===== PACKAGE LIST ===== */
.package-list { display: flex; flex-direction: column; gap: 20px; }
.package-row { display: grid; grid-template-columns: 320px 1fr auto; gap: 36px; align-items: center; background: var(--white); border: 1px solid #e8e8e8; transition: all 0.25s; }
.package-row:hover { border-color: var(--red); }
.package-row-img { aspect-ratio: 4/3; background-size: cover; background-position: center; background-color: var(--dark-2); }
.package-row-content { padding: 28px 0; }
.package-row-tag { color: var(--red); font-family: var(--font-display); font-size: 11px; letter-spacing: 0.16em; font-weight: 600; text-transform: uppercase; margin-bottom: 10px; }
.package-row-content h3 { font-family: var(--font-display); font-size: 24px; font-weight: 600; margin-bottom: 8px; letter-spacing: -0.01em; }
.package-row-content p { font-size: 14px; color: var(--gray-2); line-height: 1.6; margin-bottom: 14px; }
.package-specs { display: flex; gap: 24px; font-size: 12px; color: var(--gray-2); font-family: var(--font-display); }
.package-specs strong { color: var(--dark); display: block; font-size: 14px; margin-top: 2px; }
.package-row-cta { padding: 28px 32px; }

/* ===== SERVICES ===== */
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: #ececec; border: 1px solid #ececec; }
.service { background: var(--white); padding: 44px 36px; display: flex; flex-direction: column; transition: background 0.2s; }
.service:hover { background: var(--gray-light); }
.service-num { font-family: var(--font-display); font-size: 13px; color: var(--red); font-weight: 600; letter-spacing: 0.15em; margin-bottom: 20px; }
.service h3 { font-family: var(--font-display); font-size: 26px; font-weight: 600; margin-bottom: 14px; letter-spacing: -0.01em; }
.service p { font-size: 14px; color: var(--gray-2); line-height: 1.65; margin-bottom: 22px; }
.service ul { list-style: none; margin-top: auto; padding: 0; }
.service ul li { font-size: 13px; color: var(--gray-2); padding: 6px 0; padding-left: 18px; position: relative; }
.service ul li::before { content: ''; position: absolute; left: 0; top: 13px; width: 8px; height: 2px; background: var(--red); }

/* ===== SHOWROOM PAGE ===== */
.showroom-gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 8px; height: 540px; margin-bottom: 60px; }
.showroom-gallery .gimg { background-size: cover; background-position: center; background-color: var(--dark-2); }
.showroom-gallery .gimg:nth-child(1) { grid-row: span 2; }
.showroom-info { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.info-block { padding: 32px 0; border-top: 2px solid var(--red); }
.info-block h3 { font-family: var(--font-display); font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--red); margin-bottom: 18px; font-weight: 600; }
.info-row { padding: 14px 0; border-bottom: 1px solid #e8e8e8; display: flex; justify-content: space-between; font-size: 14px; }
.info-row span:first-child { color: var(--gray-2); }
.info-row span:last-child { color: var(--dark); font-weight: 500; }
.notice { background: #fff8e7; border-left: 4px solid #d49a1f; padding: 18px 22px; margin-bottom: 50px; display: flex; gap: 16px; align-items: center; }
.notice-tag { font-family: var(--font-display); font-weight: 700; color: #b07000; font-size: 14px; letter-spacing: 0.1em; }
.notice p { margin: 0; font-size: 14px; color: #6a4500; }
.map-placeholder { aspect-ratio: 21/9; background: var(--gray-light); background-image: linear-gradient(rgba(0,0,0,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(0,0,0,0.06) 1px, transparent 1px); background-size: 40px 40px; position: relative; border: 1px solid #e0ddd4; margin-top: 60px; }
.map-pin { position: absolute; top: 50%; left: 50%; width: 28px; height: 28px; background: var(--red); border-radius: 50% 50% 50% 0; transform: translate(-50%, -100%) rotate(-45deg); box-shadow: 0 4px 12px rgba(204,6,5,0.4); }
.map-pin::after { content: ''; position: absolute; top: 7px; left: 7px; width: 14px; height: 14px; background: var(--white); border-radius: 50%; }

/* ===== CONTACT ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 80px; }
.contact-info-block { margin-bottom: 36px; padding-bottom: 24px; border-bottom: 1px solid #e8e8e8; }
.contact-info-block:last-child { border-bottom: none; }
.contact-info-block h3 { font-family: var(--font-display); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--red); margin-bottom: 12px; font-weight: 600; }
.contact-info-block p { font-size: 16px; line-height: 1.6; color: var(--dark); }
.contact-info-block a:hover { color: var(--red); }
.form { display: flex; flex-direction: column; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field label { font-family: var(--font-display); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gray); font-weight: 600; }
.form-field input, .form-field select, .form-field textarea { padding: 12px 14px; border: 1px solid #e0ddd4; background: var(--white); font-family: var(--font-body); font-size: 14px; color: var(--dark); transition: border-color 0.2s; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--red); }
.form-field textarea { min-height: 130px; resize: vertical; }
.form button { align-self: flex-start; }

/* Form success / error states */
.form-success {
    background: #e8f5e9;
    border-left: 4px solid #2e7d32;
    padding: 24px 26px;
    border-radius: 4px;
}
.form-success h3 {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 600;
    color: #1b5e20;
    margin-bottom: 8px;
}
.form-success p {
    font-size: 14px;
    color: #2e7d32;
    margin: 0;
}
.form-success a { color: #1b5e20; text-decoration: underline; }

.form-errors {
    background: #fdecec;
    border-left: 4px solid var(--red);
    padding: 16px 20px;
    margin-bottom: 8px;
    border-radius: 4px;
}
.form-errors strong {
    display: block;
    color: var(--red-dark);
    font-size: 13px;
    font-family: var(--font-display);
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}
.form-errors ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
}
.form-errors li {
    font-size: 13px;
    color: #6a1818;
    margin-bottom: 2px;
}

.form-recaptcha-notice {
    font-size: 11px;
    color: var(--gray);
    line-height: 1.5;
    margin: 4px 0 0;
}
.form-recaptcha-notice a {
    color: var(--gray-2);
    text-decoration: underline;
}
.form-recaptcha-notice a:hover {
    color: var(--red);
}

/* ===== TRUST BADGES ===== */
.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 60px; border-top: 1px solid #e8e8e8; }
.trust-item { padding: 30px 24px; border-right: 1px solid #e8e8e8; display: flex; flex-direction: column; gap: 10px; }
.trust-item:last-child { border-right: none; }
.trust-num { font-family: var(--font-display); font-size: 11px; color: var(--red); font-weight: 600; letter-spacing: 0.15em; }
.trust-item h4 { font-family: var(--font-display); font-size: 16px; font-weight: 600; }
.trust-item p { font-size: 13px; color: var(--gray-2); line-height: 1.55; }

/* ===== ANIMATIONS ===== */
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.fade-up { animation: fadeUp 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) backwards; }
.fade-up-1 { animation-delay: 0.05s; } .fade-up-2 { animation-delay: 0.15s; } .fade-up-3 { animation-delay: 0.25s; } .fade-up-4 { animation-delay: 0.35s; }

/* ===== WORDPRESS-SPECIFIC ===== */
.alignright { float: right; margin: 0 0 16px 16px; }
.alignleft  { float: left; margin: 0 16px 16px 0; }
.aligncenter { display: block; margin: 16px auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 12px; color: var(--gray); margin-top: 6px; }
.screen-reader-text { position: absolute; clip-path: inset(50%); width: 1px; height: 1px; overflow: hidden; }
.admin-bar .header { top: 32px; }
@media (max-width: 782px) { .admin-bar .header { top: 46px; } }

/* ===== LIVE EDITOR (frontend) ===== */
body.gle-editing [data-gle] { outline: 1px dashed rgba(204,6,5,0.4); outline-offset: 4px; cursor: text; transition: outline-color 0.2s; }
body.gle-editing [data-gle]:hover { outline: 2px solid var(--red); outline-offset: 4px; }
body.gle-editing [data-gle]:focus { outline: 2px solid var(--red); outline-offset: 4px; background: rgba(204,6,5,0.04); }
body.gle-editing [data-gle-type="image"], body.gle-editing [data-gle-bg] { cursor: pointer; }
body.gle-editing [data-gle-type="image"]:hover, body.gle-editing [data-gle-bg]:hover { outline: 2px solid var(--red); outline-offset: 4px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .footer-inner { grid-template-columns: 1fr 1fr; }
    .feature, .showroom-cta-inner, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .package-row { grid-template-columns: 1fr; }
    .package-row-img { aspect-ratio: 16/9; }
    .package-row-cta { padding: 0 28px 28px; }
    .showroom-info { grid-template-columns: 1fr; gap: 30px; }
    .showroom-gallery { grid-template-columns: 1fr 1fr; height: auto; }
    .showroom-gallery .gimg { aspect-ratio: 4/3; }
    .showroom-gallery .gimg:nth-child(1) { grid-row: auto; grid-column: span 2; }
}
@media (max-width: 768px) {
    .nav { display: none; }
    .menu-toggle { display: flex; }
    .nav.open { display: flex; position: absolute; top: 100%; left: 0; right: 0; background: var(--white); flex-direction: column; padding: 20px 32px; gap: 20px; border-bottom: 1px solid #ececec; box-shadow: 0 8px 20px rgba(0,0,0,0.08); }
    .topbar-contact { display: none; }
    .section { padding: 70px 24px; }
    .hero-inner { padding: 60px 24px; }
    .header-inner { padding: 16px 24px; }
    .topbar-inner { padding: 0 24px; }
    .categories, .packages-stripe, .product-grid, .services-grid, .stats, .trust-row { grid-template-columns: 1fr; }
    .footer-inner { grid-template-columns: 1fr; gap: 30px; }
    .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
    .stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.18); }
    .stat:last-child { border-bottom: none; }
    .trust-item { border-right: none; border-bottom: 1px solid #e8e8e8; }
    .feature-img::before { display: none; }
    .form-row { grid-template-columns: 1fr; }
    .hero-meta { display: none; }
}
