.elementor-kit-551{--e-global-color-primary:#312D79;--e-global-color-secondary:#D6312D;--e-global-color-text:#1D2125;--e-global-color-accent:#FFFFFF;--e-global-color-14b7cde0:#6EC1E4;--e-global-color-5acd599d:#54595F;--e-global-color-5cb799d4:#7A7A7A;--e-global-color-2bc293dd:#61CE70;--e-global-color-4a05e7d3:#4054B2;--e-global-color-3c67bfce:#23A455;--e-global-color-1555a78f:#000;--e-global-color-48d7e39d:#FFF;--e-global-color-271a648a:#000000;--e-global-color-405bba9e:#2B2F32;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;}.elementor-kit-551 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1000px;}.e-con{--container-max-width:1000px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================
   NANO4YOU - Globales CSS für Produktseiten
   Version: 1.0
   Seite: Steinimprägnierung (und weitere)
   ============================================ */

/* --- CSS Variables --- */
.n4y-product-page {
    --primary: #312D79;
    --primary-light: #4a45a0;
    --primary-dark: #252159;
    --accent: #D6312D;
    --accent-hover: #b82925;
    --white: #FFFFFF;
    --cream: #FAF8F3;
    --text-dark: #1a1a1a;
    --text-gray: #666666;
    --text-light: #999999;
    --border: #e5e5e5;
    --border-dark: #d0d0d0;
    --success: #10B981;
    --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
    --shadow-md: 0 4px 6px rgba(0,0,0,0.07);
    --shadow-lg: 0 10px 25px rgba(0,0,0,0.1);
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-full: 50px;
    
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
}

/* --- Reset & Base --- */
.n4y-product-page *,
.n4y-product-page *::before,
.n4y-product-page *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.n4y-product-page img {
    max-width: 100%;
    height: auto;
    display: block;
}

.n4y-product-page a {
    text-decoration: none;
    color: inherit;
}

/* --- Container --- */
.n4y-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* --- Section Base --- */
.n4y-section {
    padding: 80px 0;
}

.n4y-section--cream {
    background-color: var(--cream);
}

.n4y-section--white {
    background-color: var(--white);
}

.n4y-section--primary {
    background-color: var(--primary);
    color: var(--white);
}

/* --- Typography --- */
.n4y-kicker {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--primary);
    margin-bottom: 12px;
}

.n4y-section--primary .n4y-kicker {
    color: rgba(255,255,255,0.7);
}

.n4y-h1 {
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 700;
    line-height: 1.15;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.n4y-h2 {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-dark);
    margin-bottom: 16px;
}

.n4y-section--primary .n4y-h2 {
    color: var(--white);
}

.n4y-h3 {
    font-size: clamp(18px, 2.5vw, 22px);
    font-weight: 600;
    line-height: 1.3;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.n4y-h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.n4y-subline {
    font-size: clamp(16px, 2vw, 18px);
    color: var(--text-gray);
    line-height: 1.7;
    max-width: 700px;
}

.n4y-section--primary .n4y-subline {
    color: rgba(255,255,255,0.85);
}

.n4y-text {
    font-size: 15px;
    color: var(--text-gray);
    line-height: 1.7;
}

/* --- Breadcrumb --- */
.n4y-breadcrumb {
    font-size: 14px;
    color: var(--text-gray);
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.n4y-breadcrumb a {
    color: var(--text-gray);
    transition: color 0.2s ease;
}

.n4y-breadcrumb a:hover {
    color: var(--primary);
}

.n4y-breadcrumb span {
    color: var(--text-light);
}

/* --- Badge --- */
.n4y-badge {
    display: inline-block;
    background: var(--primary);
    color: var(--white);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 14px;
    border-radius: var(--radius-full);
    margin-bottom: 16px;
}

/* --- Pills --- */
.n4y-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 24px 0;
}

.n4y-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: 1.5px solid var(--primary);
    color: var(--primary);
    font-size: 13px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: var(--radius-full);
    transition: all 0.2s ease;
}

.n4y-pill svg {
    width: 16px;
    height: 16px;
}

/* --- Buttons --- */
.n4y-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: var(--radius-sm);
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.25s ease;
}

.n4y-btn--primary {
    background: var(--accent);
    color: var(--white);
    border-color: var(--accent);
}

.n4y-btn--primary:hover {
    background: var(--accent-hover);
    border-color: var(--accent-hover);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.n4y-btn--secondary {
    background: transparent;
    color: var(--primary);
    border-color: var(--primary);
}

.n4y-btn--secondary:hover {
    background: var(--primary);
    color: var(--white);
}

.n4y-btn--white {
    background: var(--white);
    color: var(--primary);
    border-color: var(--white);
}

.n4y-btn--white:hover {
    background: var(--cream);
    border-color: var(--cream);
}

.n4y-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

/* --- Trust Element --- */
.n4y-trust-text {
    font-size: 13px;
    color: var(--text-gray);
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.n4y-trust-text svg {
    color: var(--success);
}

/* --- Trust Bar --- */
.n4y-trust-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding: 40px 0;
    border-bottom: 1px solid var(--border);
}

.n4y-trust-item {
    text-align: center;
}

.n4y-trust-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cream);
    border-radius: 50%;
    color: var(--primary);
}

.n4y-trust-icon svg {
    width: 24px;
    height: 24px;
}

.n4y-trust-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 4px;
}

.n4y-trust-desc {
    font-size: 13px;
    color: var(--text-gray);
}

/* --- Feature Cards (2x2 Grid) --- */
.n4y-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.n4y-feature-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 28px;
    transition: all 0.3s ease;
}

.n4y-section--cream .n4y-feature-card {
    background: var(--white);
}

.n4y-section--white .n4y-feature-card {
    background: var(--cream);
}

.n4y-feature-card:hover {
    border-color: var(--primary);
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}

.n4y-feature-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    border-radius: var(--radius-sm);
    color: var(--white);
    margin-bottom: 16px;
}

.n4y-feature-icon svg {
    width: 24px;
    height: 24px;
}

/* --- Benefits Grid (6 items) --- */
.n4y-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.n4y-benefit-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 24px;
    text-align: center;
    transition: all 0.3s ease;
}

.n4y-section--cream .n4y-benefit-card {
    background: var(--white);
}

.n4y-benefit-card:hover {
    border-color: var(--primary);
    box-shadow: var(--shadow-md);
}

.n4y-benefit-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cream);
    border-radius: 50%;
    color: var(--primary);
}

.n4y-benefit-icon svg {
    width: 28px;
    height: 28px;
}

/* --- Stone Types Grid --- */
.n4y-stones-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.n4y-stone-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 24px 16px;
    text-align: center;
    transition: all 0.3s ease;
}

.n4y-stone-card:hover {
    border-color: var(--primary);
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}

.n4y-stone-icon {
    font-size: 32px;
    margin-bottom: 12px;
}

.n4y-stone-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 6px;
}

.n4y-stone-use {
    font-size: 13px;
    color: var(--text-gray);
}

/* --- Steps --- */
.n4y-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    position: relative;
}

.n4y-step {
    position: relative;
    text-align: center;
}

.n4y-step-number {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: var(--white);
    font-size: 28px;
    font-weight: 700;
    border-radius: 50%;
}

.n4y-step-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.n4y-step-text {
    font-size: 15px;
    color: var(--text-gray);
    line-height: 1.6;
}

/* --- Savings Grid --- */
.n4y-savings-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.n4y-saving-card {
    text-align: center;
    padding: 24px;
}

.n4y-saving-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cream);
    border-radius: 50%;
    color: var(--primary);
}

.n4y-saving-icon svg {
    width: 28px;
    height: 28px;
}

/* --- References --- */
.n4y-references-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.n4y-reference-card {
    background: var(--white);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}

.n4y-reference-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-6px);
}

.n4y-reference-image {
    aspect-ratio: 4/3;
    overflow: hidden;
}

.n4y-reference-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.n4y-reference-card:hover .n4y-reference-image img {
    transform: scale(1.05);
}

.n4y-reference-content {
    padding: 20px;
}

.n4y-reference-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 4px;
}

.n4y-reference-subtitle {
    font-size: 14px;
    color: var(--text-gray);
}

/* --- FAQ --- */
.n4y-faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.n4y-faq-item {
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    margin-bottom: 12px;
    overflow: hidden;
    background: var(--white);
}

.n4y-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    transition: background 0.2s ease;
}

.n4y-faq-question:hover {
    background: var(--cream);
}

.n4y-faq-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    transition: transform 0.3s ease;
}

.n4y-faq-item.active .n4y-faq-icon {
    transform: rotate(180deg);
}

.n4y-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.n4y-faq-item.active .n4y-faq-answer {
    max-height: 500px;
}

.n4y-faq-answer-inner {
    padding: 0 24px 20px;
    font-size: 15px;
    color: var(--text-gray);
    line-height: 1.7;
}

/* --- Contact Section --- */
.n4y-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.n4y-contact-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.n4y-contact-item {
    display: flex;
    gap: 16px;
}

.n4y-contact-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
    border-radius: var(--radius-sm);
    flex-shrink: 0;
}

.n4y-contact-icon svg {
    width: 24px;
    height: 24px;
}

.n4y-contact-label {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 4px;
}

.n4y-contact-value {
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
}

.n4y-contact-value a {
    color: var(--white);
    transition: opacity 0.2s ease;
}

.n4y-contact-value a:hover {
    opacity: 0.8;
}

/* --- Contact Form --- */
.n4y-form {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--radius-md);
    padding: 32px;
}

.n4y-form-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 8px;
}

.n4y-form-subtitle {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 24px;
}

.n4y-form-group {
    margin-bottom: 16px;
}

.n4y-form-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 8px;
}

.n4y-form-input,
.n4y-form-textarea {
    width: 100%;
    padding: 14px 16px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: var(--radius-sm);
    font-family: inherit;
    font-size: 15px;
    color: var(--white);
    transition: all 0.2s ease;
}

.n4y-form-input::placeholder,
.n4y-form-textarea::placeholder {
    color: rgba(255,255,255,0.5);
}

.n4y-form-input:focus,
.n4y-form-textarea:focus {
    outline: none;
    border-color: var(--accent);
    background: rgba(255,255,255,0.15);
}

.n4y-form-textarea {
    min-height: 120px;
    resize: vertical;
}

.n4y-form-submit {
    width: 100%;
    margin-top: 8px;
}

/* --- Section Header --- */
.n4y-section-header {
    text-align: center;
    margin-bottom: 48px;
}

.n4y-section-header .n4y-subline {
    margin: 0 auto;
}

/* --- Two Column Layout --- */
.n4y-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.n4y-two-col--reverse {
    direction: rtl;
}

.n4y-two-col--reverse > * {
    direction: ltr;
}

.n4y-image-wrapper {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.n4y-image-wrapper img {
    width: 100%;
    height: auto;
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */

/* Tablet */
@media (max-width: 1024px) {
    .n4y-section {
        padding: 60px 0;
    }
    
    .n4y-trust-bar {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .n4y-features-grid {
        gap: 20px;
    }
    
    .n4y-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .n4y-stones-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .n4y-steps {
        gap: 30px;
    }
    
    .n4y-savings-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .n4y-references-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .n4y-two-col {
        gap: 40px;
    }
    
    .n4y-contact-grid {
        gap: 40px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .n4y-container {
        padding: 0 16px;
    }
    
    .n4y-section {
        padding: 48px 0;
    }
    
    .n4y-section-header {
        margin-bottom: 32px;
    }
    
    .n4y-trust-bar {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        padding: 24px 0;
    }
    
    .n4y-trust-icon {
        width: 40px;
        height: 40px;
    }
    
    .n4y-features-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .n4y-feature-card {
        padding: 24px;
    }
    
    .n4y-benefits-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .n4y-stones-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .n4y-stone-card {
        padding: 16px 12px;
    }
    
    .n4y-steps {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .n4y-step-number {
        width: 56px;
        height: 56px;
        font-size: 24px;
    }
    
    .n4y-savings-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .n4y-references-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .n4y-two-col {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .n4y-two-col--reverse {
        direction: ltr;
    }
    
    .n4y-contact-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .n4y-form {
        padding: 24px;
    }
    
    .n4y-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .n4y-btn-group {
        flex-direction: column;
    }
    
    .n4y-btn-group .n4y-btn {
        width: 100%;
    }
    
    .n4y-faq-question {
        padding: 16px 20px;
        font-size: 15px;
    }
    
    .n4y-faq-answer-inner {
        padding: 0 20px 16px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .n4y-trust-bar {
        grid-template-columns: 1fr;
        text-align: left;
    }
    
    .n4y-trust-item {
        display: flex;
        align-items: center;
        gap: 16px;
        text-align: left;
    }
    
    .n4y-trust-icon {
        margin: 0;
    }
    
    .n4y-stones-grid {
        grid-template-columns: 1fr;
    }
    
    .n4y-pills {
        justify-content: center;
    }
}/* End custom CSS */