.elementor-65 .elementor-element.elementor-element-841f433{--display:flex;}.elementor-65 .elementor-element.elementor-element-4c93cc3.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-38fc7ed *//* Stili Generali Landing */
.pcweb-landing {
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f9fafb;
    overflow-x: hidden;
}
.pcweb-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.pcweb-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
    padding: 100px 0;
    text-align: center;
}
.pcweb-badge {
    background: rgba(59, 130, 246, 0.2);
    color: #60a5fa;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 20px;
}
.pcweb-hero h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.2;
}
.pcweb-hero p {
    font-size: 18px;
    color: #94a3b8;
    max-width: 700px;
    margin: 0 auto 30px auto;
}

/* Bottoni */
.pcweb-cta-group {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}
.pcweb-btn {
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    cursor: pointer;
}
.pcweb-btn-primary {
    background-color: #2563eb;
    color: #fff;
}
.pcweb-btn-primary:hover {
    background-color: #1d4ed8;
    color: #fff;
}
.pcweb-btn-secondary {
    background-color: transparent;
    color: #fff;
    border: 2px solid #475569;
}
.pcweb-btn-secondary:hover {
    border-color: #fff;
    background-color: rgba(255,255,255,0.05);
    color: #fff;
}
.pcweb-btn-whatsapp {
    background-color: #25d366;
    color: #fff;
}
.pcweb-btn-whatsapp:hover {
    background-color: #22c55e;
    color: #fff;
}

/* Sezione Servizi */
.pcweb-services {
    padding: 80px 0;
    background-color: #fff;
}
.pcweb-section-title {
    text-align: center;
    margin-bottom: 50px;
}
.pcweb-section-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}
.pcweb-section-title p {
    color: #64748b;
    font-size: 16px;
}
.pcweb-grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
.pcweb-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pcweb-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}
.pcweb-card-icon {
    font-size: 40px;
    margin-bottom: 20px;
}
.pcweb-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #0f172a;
}
.pcweb-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    color: #475569;
}
.pcweb-list li {
    margin-bottom: 10px;
    font-size: 15px;
}
.pcweb-card-link {
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
}
.pcweb-card-link:hover {
    text-decoration: underline;
}

/* Sezione Caratteristiche */
.pcweb-features {
    padding: 80px 0;
    background-color: #f1f5f9;
}
.pcweb-grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}
.pcweb-feature-item {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #e2e8f0;
}
.pcweb-feature-icon {
    font-size: 32px;
    margin-bottom: 15px;
}
.pcweb-feature-item h4 {
    font-size: 18px;
    color: #0f172a;
    margin-bottom: 10px;
}
.pcweb-feature-item p {
    font-size: 14px;
    color: #64748b;
}

/* Sezione Contatti */
.pcweb-contact {
    padding: 80px 0;
    background-color: #fff;
    text-align: center;
}
.pcweb-contact-box {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: #fff;
    padding: 60px 40px;
    border-radius: 16px;
}
.pcweb-contact-box h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
}
.pcweb-contact-box p {
    color: #94a3b8;
    max-width: 600px;
    margin: 0 auto;
}

/* Pulsante WhatsApp Fluttuante */
.pcweb-float-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 999;
    transition: transform 0.3s ease;
    text-decoration: none;
}
.pcweb-float-whatsapp:hover {
    transform: scale(1.1);
    color: white;
}

/* Responsive Mobile */
@media (max-width: 768px) {
    .pcweb-hero h1 {
        font-size: 32px;
    }
    .pcweb-hero {
        padding: 60px 0;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-4c93cc3 */.dmpc-cf7-wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    font-family: 'Poppins', 'Segoe UI', sans-serif;
}
.dmpc-cf7-wrapper label { display: block; margin-bottom: 6px; font-weight: 600; color: #334155; font-size: 14px; }
.dmpc-cf7-wrapper input[type="text"],
.dmpc-cf7-wrapper input[type="email"],
.dmpc-cf7-wrapper textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 15px;
    box-sizing: border-box;
}
.dmpc-cf7-wrapper input[type="submit"] {
    width: 100%;
    background: #2563eb;
    color: white;
    padding: 14px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}
.dmpc-cf7-wrapper input[type="submit"]:hover { background: #1d4ed8; }/* End custom CSS */