:root {
    --primary:#c50018;
    --primary-dark:#980014;
    --dark:#17181c;
    --gray:#6f6f73;
    --light:#f5f5f7;
    --white:#fff;
    --border:#e5e7eb;
    --success:#e8f7ee;
    --error:#fff0f0;
    --shadow:0 18px 50px rgba(0,0,0,.08);
    --shadow-lg:0 30px 80px rgba(0,0,0,.16);
}
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; font-family:Arial,Helvetica,sans-serif; color:var(--dark); background:#fff; line-height:1.6; }
body.cookie-modal-open { overflow:hidden; }
a { color:var(--primary); text-decoration:none; }
a:hover { color:var(--primary-dark); }
img { max-width:100%; display:block; }
main { min-height:40vh; }
.container { width:min(1180px,calc(100% - 32px)); margin:0 auto; }

.site-header { position:sticky; top:0; z-index:30; background:rgba(255,255,255,.94); backdrop-filter:blur(14px); border-bottom:1px solid rgba(0,0,0,.06); }
.nav-wrap { display:flex; align-items:center; justify-content:space-between; min-height:82px; gap:24px; }
.brand { display:flex; align-items:center; gap:12px; color:var(--dark); font-weight:700; }
.brand-stacked { flex-direction:column; align-items:flex-start; gap:4px; }
.brand-subline { display:block; color:var(--gray); font-size:12px; font-weight:600; line-height:1.1; }
.brand-logo { height:38px; width:auto; }
.brand-logo.large { height:54px; }
.main-nav { display:flex; gap:18px; align-items:center; flex-wrap:wrap; }
.main-nav a { color:var(--dark); font-weight:600; }
.main-nav a.active { color:var(--primary); }
.header-contact { padding:10px 14px; border-radius:999px; background:#fff5f6; border:1px solid #f6c8cf; color:var(--primary) !important; }
.nav-button,.button { display:inline-flex; align-items:center; justify-content:center; border-radius:999px; padding:13px 24px; font-weight:700; border:1px solid transparent; transition:.2s ease; cursor:pointer; font:inherit; }
.button.primary,.nav-button { background:var(--primary); color:var(--white); box-shadow:0 12px 30px rgba(197,0,24,.25); }
.button.primary:hover,.nav-button:hover { background:var(--primary-dark); color:var(--white); transform:translateY(-1px); }
.button.secondary { background:rgba(255,255,255,.10); color:var(--white); border-color:rgba(255,255,255,.55); backdrop-filter:blur(8px); }
.button.secondary:hover { color:#fff; border-color:#fff; }
.button.ghost-light,.button.outline-light { background:transparent; color:#fff; border-color:rgba(255,255,255,.6); }
.button.ghost-light:hover,.button.outline-light:hover { background:rgba(255,255,255,.12); color:#fff; }
.button.admin-dark-button,.button.consent-button { background:#1d2128; color:#fff; border-color:#1d2128; }
.button.admin-dark-button:hover,.button.consent-button:hover { background:#111317; color:#fff; }
.button.full { width:100%; }

.hero { position:relative; min-height:78vh; display:flex; align-items:center; overflow:hidden; }
.hero-image { background:linear-gradient(120deg,rgba(12,12,12,.72),rgba(12,12,12,.34)), url('/assets/img/hero-home.png') center center/cover no-repeat; }
.hero::after { content:''; position:absolute; inset:0; background:radial-gradient(circle at 82% 20%, rgba(197,0,24,.22), transparent 32%); }
.hero-overlay { position:absolute; inset:0; background:linear-gradient(90deg,rgba(0,0,0,.56) 0%,rgba(0,0,0,.34) 45%,rgba(0,0,0,.12) 100%); }
.hero-content { position:relative; z-index:2; }
.hero-text { max-width:760px; color:var(--white); padding:92px 0; }
.hero-panel { background:rgba(0,0,0,.18); border:1px solid rgba(255,255,255,.12); border-radius:28px; padding:36px; backdrop-filter:blur(8px); box-shadow:0 30px 80px rgba(0,0,0,.22); }
.eyebrow { display:inline-block; margin-bottom:14px; color:#ffd7dc; text-transform:uppercase; font-size:12px; letter-spacing:.16em; font-weight:700; }
.eyebrow.dark { color:var(--primary); }
.hero h1,.page-hero h1 { font-size:clamp(36px,6vw,64px); line-height:1.03; margin:0 0 16px; }
.hero p,.page-hero p { font-size:18px; max-width:640px; margin:0 0 28px; }
.hero-actions,.inline-form,.stacked-actions,.cookie-consent-actions { display:flex; gap:14px; flex-wrap:wrap; }
.stacked-actions { flex-direction:column; }
.hero-badges { display:flex; gap:12px; flex-wrap:wrap; margin-top:22px; }
.hero-badges span { padding:8px 14px; border-radius:999px; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.16); font-size:14px; }

.section { padding:78px 0; }
.trust-bar { background:var(--dark); color:var(--white); padding:18px 0; }
.trust-bar-extended { background:linear-gradient(135deg,#111317,#242933); }
.trust-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; text-align:center; font-weight:700; }
.trust-grid-five { grid-template-columns:repeat(5,1fr); }
.section-heading { max-width:880px; margin-bottom:28px; }
.section-heading.centered { margin-left:auto; margin-right:auto; text-align:center; }
.section-heading h2 { font-size:38px; margin:0 0 12px; }
.cards-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.card,.admin-panel,.stat-card,.contact-box,.form-box,.panel-dark,.panel-light,.step-card,.cta-banner,.area-list-card,.before-after-card,.testimonial-slider,.cookie-consent-card,.cookie-modal-card { background:var(--white); border:1px solid var(--border); border-radius:26px; padding:26px; box-shadow:var(--shadow); }
.cards-premium .card { min-height:220px; }
.service-premium-card { position:relative; overflow:hidden; }
.service-premium-card::before { content:''; position:absolute; inset:auto -40px -40px auto; width:140px; height:140px; background:radial-gradient(circle, rgba(197,0,24,.12), transparent 68%); }
.service-card-detailed h2 { font-size:26px; }
.service-icon-dot { width:14px; height:14px; border-radius:50%; background:var(--primary); margin-bottom:18px; box-shadow:0 0 0 8px rgba(197,0,24,.08); }
.card h3,.card h2,.step-card h3,.cta-banner h2 { margin-top:0; }
.text-link { font-weight:700; display:inline-block; margin-top:10px; }
.accent-section { background:var(--light); }
.split-grid,.form-layout { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
.split-premium .panel-dark { background:linear-gradient(135deg,#181a1f,#2a2f36); color:#fff; border:none; }
.split-premium .panel-light { background:#fff; }
.page-hero.compact { background:linear-gradient(135deg,#1c1d22,#343841); color:var(--white); padding:94px 0 62px; }
.area-list { list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }
.area-list li { padding:14px 16px; border-radius:16px; background:#fff5f6; border:1px solid #f5cbd1; font-weight:700; }
.steps-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.step-card strong { display:inline-flex; width:42px; height:42px; border-radius:50%; align-items:center; justify-content:center; background:var(--primary); color:#fff; margin-bottom:16px; }

.before-after-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.before-after-head { margin-bottom:16px; }
.service-pill { display:inline-flex; align-items:center; padding:8px 14px; border-radius:999px; background:#fff5f6; color:var(--primary); font-weight:700; border:1px solid #f5cbd1; }
.comparison-panels { display:grid; gap:14px; }
.comparison-box { border-radius:20px; padding:18px; min-height:180px; display:flex; flex-direction:column; justify-content:space-between; }
.before-box { background:linear-gradient(180deg,#f4f4f5,#eceef1); border:1px solid #d9dde3; }
.after-box { background:linear-gradient(180deg,#fff2f4,#ffe6ea); border:1px solid #f3c0c8; }
.comparison-label { display:inline-flex; align-self:flex-start; padding:7px 12px; border-radius:999px; font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:.08em; background:rgba(255,255,255,.72); }
.comparison-image { width:100%; aspect-ratio:16/10; object-fit:cover; border-radius:16px; margin-bottom:14px; border:1px solid rgba(0,0,0,.08); background:#fff; }
.comparison-slider-shell { display:grid; gap:16px; }
.comparison-stage { position:relative; width:100%; aspect-ratio:16/10; border-radius:18px; overflow:hidden; background:#fff; border:1px solid rgba(0,0,0,.08); }
.comparison-stage-base,.comparison-stage-image { width:100%; height:100%; object-fit:cover; display:block; }
.comparison-stage-overlay { position:absolute; top:0; left:0; bottom:0; overflow:hidden; border-right:2px solid rgba(255,255,255,.9); }
.comparison-stage-handle { position:absolute; top:0; bottom:0; width:0; pointer-events:none; }
.comparison-stage-handle span { position:absolute; top:50%; left:0; transform:translate(-50%,-50%); width:44px; height:44px; border-radius:50%; background:#fff; border:2px solid var(--primary); box-shadow:0 8px 22px rgba(0,0,0,.18); }
.comparison-stage-handle span::before,.comparison-stage-handle span::after { content:''; position:absolute; top:50%; width:10px; height:10px; border-top:2px solid var(--primary); border-right:2px solid var(--primary); }
.comparison-stage-handle span::before { left:11px; transform:translateY(-50%) rotate(-135deg); }
.comparison-stage-handle span::after { right:11px; transform:translateY(-50%) rotate(45deg); }
.comparison-stage-range { position:absolute; inset:0; width:100%; height:100%; opacity:0; cursor:ew-resize; }
.comparison-slider-labels { display:flex; justify-content:space-between; gap:12px; }
.comparison-panels-text-only { grid-template-columns:repeat(2,1fr); }
.gallery-grid,.media-consent-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:22px; }
.gallery-card,.media-consent-card { background:#fff; border:1px solid var(--border); border-radius:26px; padding:22px; box-shadow:var(--shadow); }
.gallery-image-placeholder,.media-placeholder-image { width:100%; aspect-ratio:16/10; object-fit:cover; border-radius:18px; margin-bottom:16px; background:#f8fafc; border:1px solid var(--border); }
.active-placeholder-image { border-color:#f3c0c8; }
.reference-note-panel { height:100%; }
.large-check-list li + li { margin-top:10px; }

.testimonial-slider { max-width:900px; margin:0 auto; }
.testimonial-slides { position:relative; min-height:260px; }
.testimonial-slide { display:none; text-align:center; }
.testimonial-slide.is-active { display:block; }
.testimonial-quote-mark { font-size:72px; line-height:1; color:rgba(197,0,24,.18); font-weight:700; }
.testimonial-text { font-size:20px; line-height:1.7; margin:0 auto 22px; max-width:700px; }
.testimonial-author { display:flex; flex-direction:column; gap:4px; align-items:center; }
.testimonial-author span { color:var(--gray); }
.slider-controls { display:flex; align-items:center; justify-content:space-between; gap:18px; margin-top:18px; }
.slider-button { width:46px; height:46px; border-radius:50%; border:1px solid var(--border); background:#fff; color:var(--dark); font-size:28px; line-height:1; cursor:pointer; }
.slider-button:hover { border-color:#efb9c1; color:var(--primary); }
.slider-dots { display:flex; gap:10px; align-items:center; justify-content:center; flex:1; }
.slider-dot { width:12px; height:12px; border-radius:50%; border:none; background:#d1d5db; cursor:pointer; }
.slider-dot.is-active { background:var(--primary); }

.faq-list { display:grid; gap:16px; max-width:900px; margin:0 auto; }
.faq-item { background:#fff; border:1px solid var(--border); border-radius:22px; padding:20px 24px; box-shadow:var(--shadow); }
.faq-item summary { cursor:pointer; font-weight:700; list-style:none; }
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item p { margin:14px 0 0; }
.cta-section { background:linear-gradient(180deg,#ffffff,#f5f5f7); }
.cta-banner { display:flex; justify-content:space-between; align-items:center; gap:24px; background:linear-gradient(135deg,#181a1f,#2c3138); color:#fff; border:none; }
.cta-actions { flex-shrink:0; }

.contact-layout { align-items:start; }
.stacked-box > * + * { margin-top:18px; }
.notice-card { background:#fff5f6; border:1px solid #f5cbd1; border-radius:20px; padding:18px; }
.check-list { margin:0; padding-left:18px; }
.check-list li + li { margin-top:8px; }
.quote-form { margin-top:10px; }
label { display:block; margin-bottom:16px; font-weight:700; }
label span { display:block; margin-bottom:6px; }
input,textarea,select { width:100%; border:1px solid #d1d5db; border-radius:14px; padding:12px 14px; font:inherit; background:#fff; }
textarea { resize:vertical; }
input:focus,textarea:focus,select:focus { outline:none; border-color:#d11c31; box-shadow:0 0 0 4px rgba(197,0,24,.08); }
.field-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.field-span-full { grid-column:1 / -1; }
.checkbox-grid { align-items:start; }
.checkbox-inline { display:flex; align-items:flex-start; gap:10px; font-weight:600; }
.checkbox-inline input { width:auto; margin-top:4px; }
.consent-box { background:#f8fafc; border:1px solid var(--border); border-radius:16px; padding:14px 16px; }
.honeypot-field { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; }
.alert { border-radius:14px; padding:14px 16px; margin-bottom:18px; }
.alert.success { background:var(--success); border:1px solid #bde3c7; }
.alert.error { background:var(--error); border:1px solid #f5c2c2; }
.muted { color:var(--gray); }
.muted-light { color:#e7e7ea; }
.small { font-size:13px; }

.site-footer { background:#111317; color:var(--white); padding:42px 0; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:24px; }
.site-footer a { color:#f8cfd5; }
.footer-link-button { background:none; border:none; padding:0; color:#f8cfd5; font:inherit; cursor:pointer; }
.footer-link-button:hover { color:#fff; }
.footer-admin-link { display:inline-block; margin-top:8px; font-size:13px; opacity:.72; color:#c8cdd5 !important; }
.footer-admin-link:hover { opacity:1; color:#fff !important; }
.whatsapp-float-button {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 115;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #fff !important;
    box-shadow: 0 20px 45px rgba(22, 163, 74, .28);
    border: 1px solid rgba(255,255,255,.28);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.whatsapp-float-button:hover {
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 24px 52px rgba(22, 163, 74, .34);
    background: linear-gradient(135deg, #1fb857 0%, #15803d 100%);
}
.whatsapp-float-button__icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.whatsapp-float-button__icon svg {
    width: 100%;
    height: 100%;
    display: block;
}
.whatsapp-float-button__text {
    font-weight: 800;
    letter-spacing: -.01em;
}
.legal-section { background:#fff; }
.legal-content { max-width:900px; }
.legal-content h2 { margin-top:34px; }

.cookie-consent { position:fixed; left:20px; right:20px; bottom:20px; z-index:120; }
.cookie-consent-card { max-width:980px; margin:0 auto; display:flex; align-items:flex-end; justify-content:space-between; gap:24px; }
.cookie-label { margin:0 0 8px; color:var(--primary); font-size:12px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.cookie-consent-card h3,.cookie-modal-card h3 { margin:0 0 8px; }
.cookie-consent-card p,.cookie-modal-card p { margin:0; }
.cookie-modal { position:fixed; inset:0; z-index:140; display:grid; place-items:center; padding:24px; }
.cookie-modal[hidden],.cookie-consent[hidden] { display:none !important; }
.cookie-modal-backdrop { position:absolute; inset:0; background:rgba(10,12,16,.56); }
.cookie-modal-card { position:relative; z-index:1; width:min(880px,100%); max-height:90vh; overflow:auto; }
.cookie-modal-head { display:flex; align-items:flex-start; justify-content:space-between; gap:16px; margin-bottom:18px; }
.cookie-close-button { width:42px; height:42px; border-radius:50%; border:1px solid var(--border); background:#fff; font-size:28px; line-height:1; cursor:pointer; }
.cookie-settings-grid { display:grid; gap:16px; margin:22px 0; }
.cookie-setting-card { display:flex; align-items:center; justify-content:space-between; gap:24px; border:1px solid var(--border); border-radius:20px; padding:18px; }
.required-cookie-card { background:#f8fafc; }
.cookie-switch { display:flex; align-items:center; gap:10px; font-weight:700; white-space:nowrap; }
.cookie-switch input { width:auto; }
.disabled-switch { opacity:.75; }
.cookie-note { color:var(--gray); margin-bottom:18px !important; }
.modal-actions { justify-content:flex-end; }

.admin-login-page { min-height:100vh; display:grid; place-items:center; background:linear-gradient(145deg,#f5f5f7,#ececef); }
.admin-login-card { width:min(460px,calc(100% - 32px)); background:white; border-radius:28px; padding:34px; box-shadow:var(--shadow-lg); }
.admin-body { background:#f3f4f6; }
.admin-shell { display:grid; grid-template-columns:260px 1fr; min-height:100vh; }
.admin-sidebar { background:#16181d; color:white; padding:30px 20px; }
.admin-sidebar nav { display:flex; flex-direction:column; gap:10px; margin-top:24px; }
.admin-sidebar a { color:#d7dbe0; padding:10px 12px; border-radius:12px; }
.admin-sidebar a.active,.admin-sidebar a:hover { background:rgba(197,0,24,.18); color:#fff; }
.admin-main { padding:30px; }
.admin-topbar { display:flex; justify-content:space-between; align-items:flex-start; gap:18px; margin-bottom:24px; }
.stats-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-bottom:24px; }
.stats-grid-five { grid-template-columns:repeat(5,1fr); }
.stat-card span { color:var(--gray); font-weight:700; font-size:13px; text-transform:uppercase; letter-spacing:.08em; }
.stat-card strong { display:block; font-size:34px; margin:10px 0 6px; }
.admin-grid { display:grid; grid-template-columns:1.5fr 1fr; gap:20px; margin-bottom:24px; }
.quick-links { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.quick-link-card { display:flex; align-items:center; justify-content:center; min-height:94px; text-align:center; border-radius:18px; background:#fafafa; border:1px solid var(--border); padding:18px; font-weight:700; color:var(--dark); }
.quick-link-card:hover { border-color:#efb9c1; color:var(--primary); }
.panel-head { display:flex; justify-content:space-between; align-items:center; gap:16px; margin-bottom:18px; }
.table-wrap { overflow-x:auto; }
table { width:100%; border-collapse:collapse; }
th,td { padding:12px; border-bottom:1px solid var(--border); text-align:left; vertical-align:top; }
.form-stack { max-width:1000px; }
.compact-stack { max-width:none; }
.inquiry-card { margin-bottom:18px; }
.inquiry-head { display:flex; justify-content:space-between; gap:18px; align-items:flex-start; margin-bottom:12px; }
.meta-list { display:flex; flex-wrap:wrap; gap:10px; margin-top:8px; }
.status-badge,.soft-badge { display:inline-flex; align-items:center; justify-content:center; padding:7px 12px; border-radius:999px; font-size:13px; font-weight:700; }
.soft-badge { background:#f3f4f6; color:#374151; }
.status-new { background:#fff6dc; color:#8a5b00; }
.status-in_progress { background:#e7f1ff; color:#0c59b6; }
.status-closed { background:#e8f7ee; color:#1d7b41; }
.inquiry-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; margin-bottom:10px; }
.attachment-list ul { margin:8px 0 0; padding-left:18px; }
.filter-form { margin-bottom:24px; }
.admin-filter-grid { grid-template-columns:repeat(4,1fr); }
.filter-checkbox { align-self:end; margin-bottom:18px; }

@media (max-width:1080px) {
    .cards-grid,.admin-filter-grid,.quick-links,.stats-grid-five,.before-after-grid,.trust-grid-five,.gallery-grid,.media-consent-grid { grid-template-columns:repeat(2,1fr); }
    .admin-grid { grid-template-columns:1fr; }
}

@media (max-width:920px) {
    .cards-grid,.split-grid,.form-layout,.footer-grid,.stats-grid,.trust-grid,.field-grid,.admin-shell,.steps-grid,.area-list,.inquiry-grid,.before-after-grid,.gallery-grid,.media-consent-grid,.comparison-panels-text-only { grid-template-columns:1fr; }
    .main-nav { display:none; }
    .admin-main { padding:20px; }
    .hero { min-height:68vh; }
    .hero-panel { padding:28px; }
    .cta-banner,.admin-topbar,.slider-controls,.cookie-consent-card,.cookie-setting-card { flex-direction:column; align-items:flex-start; }
    .slider-dots { width:100%; justify-content:flex-start; }
    .cookie-consent { left:12px; right:12px; bottom:12px; }
    .cookie-consent-actions,.modal-actions { width:100%; }
    .cookie-consent-actions .button,.modal-actions .button { flex:1 1 auto; width:100%; }
    .whatsapp-float-button {
        right: 14px;
        bottom: 14px;
        padding: 14px;
        border-radius: 50%;
    }
    .whatsapp-float-button__text {
        display: none;
    }
    .admin-sidebar { padding-bottom:10px; }
}
