    .subscription-section {
         padding: 40px 20px;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    }
    
    .subscription-container {
        margin-bottom: 20px;       
        border-radius: 12px;
       
    }

    .subscription-variety-4 {
        background: white;
        border: 2px solid #000;
        padding: 20px;
        text-align: center;
        border-radius: 7px;
    }
    
    .subscription-variety-4 h1 {
        font-size: 4.1rem;
        font-weight: 900;
        color: #000;
        margin-bottom: 20px;
        letter-spacing: -0.02em;
    }
    
    .subscription-variety-4 .lead-text {
        font-size: 1.3rem;
        color: #666;
        margin: 0 auto;
        padding-bottom: 5%;
        max-width: 620px;
    }
    
    .subscription-variety-4 span {
        border-bottom: dotted;
    }
    
    .subscription-variety-4 .inline-form {
        display: flex;
        gap: 12px;
        max-width: 800px;
        margin: 0 auto 20px;
    }
    
    .subscription-variety-4 input[type="text"],
    .subscription-variety-4 input[type="email"] {
        flex: 1;
        border: 2px solid #000;
        background: white;
        padding: 20px 24px;
        font-size: 15px;
    }
    
    .subscription-variety-4 input[type="text"]:focus,
    .subscription-variety-4 input[type="email"]:focus {
        outline: none;
        background: #f9f9f9;
    }
    
    .subscription-variety-4 input::placeholder {
        color: #999;
    }
    
    .subscription-variety-4 .btn-subscribe {
        background: #b43232;
        color: white;
        border: none;
        padding: 20px 50px;
        font-weight: 700;
        font-size: 15px;
        cursor: pointer;
        transition: all 0.3s;
        white-space: nowrap;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    .subscription-variety-4 .btn-subscribe:hover {
        background: #333;
    }
    
    .subscription-variety-4 .footer-text {
        color: #888;
        font-size: 14px;
    }

    /* Responsive adjustments */
    @media (max-width: 992px) {
        .subscription-variety-4 {
            padding: 50px 30px;
        }
        
        .subscription-variety-4 .inline-form {
            flex-direction: column;
        }
        
        .subscription-variety-4 .btn-subscribe {
            width: 100%;
        }
    }
    
    @media (max-width: 768px) {       
        .subscription-variety-4 h1 {
            font-size: 2.5rem;
        }
    }

    /* Additional styles for Design 3 functionality */
    .message {
        padding: 12px;
        border-radius: 4px;
        margin-bottom: 20px;
    }
    
    .message.success {
        background: #d4edda;
        border: 1px solid #c3e6cb;
        color: #155724;
    }
    
    .message.error {
        background: #f8d7da;
        border: 1px solid #f5c6cb;
        color: #721c24;
    }
    
    .hidden {
        display: none;
    }
    
    .search-results {
        border: 2px solid #000;
        border-radius: 4px;
        background: white;
        max-height: 200px;
        overflow-y: auto;
        margin-top: 10px;
    }
    
    .search-item {
        padding: 10px 12px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
        transition: background-color 0.2s;
    }
    
    .search-item:last-child {
        border-bottom: none;
    }
    
    .search-item:hover {
        background: #f8f9fa;
    }
    
    .search-item.selected {
        background: #e7f3ff;
    }
    
    .no-results {
        padding: 10px 12px;
        color: #6c757d;
        font-style: italic;
        background: #f8f9fa;
        border-radius: 4px;
    }

    /* imagine search results item radio */

    .search-item {
  position: relative;
  padding-left: 28px; 
  cursor: pointer;
  line-height: 24px;

  border-radius: 4px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.search-item::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 2px solid #555;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
}

.search-item.selected::before {
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: inset 0 0 0 3px #fff;
}

.search-item:hover {
  background-color: #f0f0f0;
}
  
    .gutoznewsletter {
        text-align: center;
        font-size: 14px;
        margin-top: 20px;
        color: #888;
    }
    
    .newsetterdescription {
        font-size: 1.1rem;
        color: #666;
        margin-bottom: 30px;
        line-height: 1.5;
    }

    /* Form group styling */
    .form-group {
        margin-bottom: 25px;
    }
    
    .form-label {
        display: block;
        font-weight: 600;
        margin-bottom: 8px;
        color: #000;
    }
    
    .form-text {
        font-size: 0.875rem;
        color: #666;
        margin-top: 5px;
    }

    /* SECTION B */
    .price-timeline-section {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  padding: 1.5rem;
  max-width: 100%;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 10px;
}

.price-timeline-section h2,
.price-timeline-section h3 {
  color: #000;
  margin-top: 0;
  border-bottom: 1px solid #000;
  padding-bottom: 0.25rem;
}

.price-timeline-section a {
  color: #000;
  text-decoration: underline;
}

.price-timeline-section a:hover {
  background-color: #000;
  color: #fff;
}

/* new section */

.latest-news-wrapper {
    background: #fff;
    font-family: Arial, sans-serif;
    padding: 20px;
    border: 1px solid #000;
    max-width: 100%;
    margin: 8px;
}


.section-title {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.news-list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.news-list-item {
    margin-bottom: 10px;
    border-bottom: 1px dotted #000;
    padding-bottom: 5px;
}

.news-link {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.news-link:hover {
    text-decoration: underline;
}

.news-meta {
    font-size: 12px;
    color: #555;
}

.error {
    color: #000;
    border: 1px solid #000;
    padding: 5px;
    background: #f9f9f9;
}

/* Loading search results */
.loading-indicator {
    padding: 16px;
    text-align: left;
    color: #667eea;
    background: #FFEFDD;
    font-size: 14px;
    display: flex;
    align-items: left;
    justify-content: left;
    gap: 8px;
}

.loading-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #e0e0e0;
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}


.no-results {
    padding: 16px;
    text-align: center;
    color: #999;
    font-size: 14px;
}
.primaryemail
 {
    display: none;
}