/* =============================================
   help-styles-part3.css - סגנונות נוספים (שדות טופס, מיקום חורים, רספונסיבי)
   ============================================= */

/* ======== הסבר שדות הטופס ======== */
.form-fields-guide {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.field-category {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 25px;
}

.field-category h3 {
    color: #2c3e50;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
}

.field-item {
    background: white;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.field-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
}

.field-name {
    font-weight: bold;
    font-size: 1.1rem;
}

.field-default {
    background: rgba(255,255,255,0.2);
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.85rem;
}

.field-description {
    padding: 20px;
}

.field-description p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.field-impact {
    background: #e8f4fd;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
}

.field-impact ul {
    margin: 10px 0 0 20px;
}

.field-impact li {
    margin-bottom: 5px;
}

.field-note {
    background: #fff3cd;
    border-right: 4px solid #f39c12;
    padding: 12px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.field-range {
    background: #e8f5e9;
    color: #2e7d32;
    padding: 8px 15px;
    border-radius: 8px;
    font-weight: 600;
    display: inline-block;
}

.field-visual {
    margin: 15px 0;
}

.visual-diagram {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border: 2px dashed #3498db;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-family: monospace;
}

.visual-diagram.vertical {
    flex-direction: column;
}

.edge-marker {
    background: #2c3e50;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.85rem;
}

.distance-marker {
    color: #e74c3c;
    font-weight: bold;
    font-size: 1.1rem;
}

.hole-marker {
    color: #3498db;
    font-size: 1.2rem;
}

/* ======== מיקום חורים ======== */
.section-intro {
    color: #6c757d;
    font-size: 1.05rem;
    margin-bottom: 25px;
    line-height: 1.6;
}

.positioning-section {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 25px;
}

.positioning-section h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.hole-indicator {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
}

.hole-indicator.blue { background: #3498db; }
.hole-indicator.red { background: #e74c3c; }
.hole-indicator.yellow { background: #f1c40f; }
.hole-indicator.green { background: #2ecc71; }
.hole-indicator.orange { background: #e67e22; }

.positioning-intro {
    background: white;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    border-right: 4px solid #3498db;
}

.positioning-detail h4 {
    color: #2c3e50;
    margin: 20px 0 15px 0;
    font-size: 1.1rem;
}

.formula-box {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.formula-title {
    color: #8e44ad;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.formula-list {
    margin: 0 20px 15px;
}

.formula-list li {
    margin-bottom: 8px;
    line-height: 1.5;
}

.position-example {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 15px 20px;
    border-radius: 10px;
    font-family: monospace;
    font-size: 0.95rem;
    line-height: 1.8;
}

.formula-note {
    background: #fff3cd;
    border-right: 4px solid #f39c12;
    padding: 12px 15px;
    border-radius: 8px;
    margin-top: 15px;
}

/* טבלת קבועים */
.constants-table td:nth-child(2) {
    font-family: monospace;
    text-align: center;
    background: #e8f4fd;
}

.constants-table td:nth-child(4) {
    text-align: center;
}

/* סטטוס אינדיקטור */
.status-indicator {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.status-required {
    background: #fce4ec;
    color: #c62828;
}

.status-optional {
    background: #e3f2fd;
    color: #1565c0;
}

.status-auto {
    background: #e8f5e9;
    color: #2e7d32;
}

/* תוכן עניינים */
.toc {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
}

.toc h4 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 1rem;
}

.toc ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.toc li a {
    color: #3498db;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.toc li a:hover {
    background: #e9ecef;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 40px;
    border-radius: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.hero-section h2 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.hero-section p {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 800px;
    margin: 0 auto;
}

/* קיצורי דרך */
.shortcuts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.shortcut-item {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.shortcut-key {
    display: inline-block;
    background: linear-gradient(135deg, #e9ecef, #dee2e6);
    padding: 6px 12px;
    border-radius: 6px;
    font-family: monospace;
    font-weight: bold;
    color: #495057;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* מחירון */
.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.pricing-table th {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
    padding: 15px;
    text-align: right;
}

.pricing-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #e9ecef;
}

.pricing-table tr:nth-child(even) {
    background: #f8f9fa;
}

.pricing-table .price {
    font-weight: bold;
    color: #e74c3c;
}

/* Video Placeholder */
.video-placeholder {
    background: #2c3e50;
    border-radius: 15px;
    padding: 60px;
    text-align: center;
    color: white;
    margin: 20px 0;
}

.video-placeholder .play-icon {
    font-size: 4rem;
    margin-bottom: 15px;
}

/* Checklist */
.checklist {
    list-style: none;
    padding: 0;
}

.checklist li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.checklist li::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #28a745;
    color: white;
    border-radius: 50%;
    font-size: 14px;
    flex-shrink: 0;
}

/* Comparison Table */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.comparison-table th {
    background: #3498db;
    color: white;
    padding: 15px;
}

.comparison-table th:first-child {
    background: #2c3e50;
}

.comparison-table td {
    padding: 15px;
    border: 1px solid #e9ecef;
    text-align: center;
}

.comparison-table td:first-child {
    text-align: right;
    font-weight: 600;
    background: #f8f9fa;
}

.check-yes {
    color: #28a745;
    font-size: 1.5rem;
}

.check-no {
    color: #dc3545;
    font-size: 1.5rem;
}

/* ======== הסבר פשוט לשדות הטופס ======== */
.simple-fields-table {
    margin-bottom: 30px;
}

.simple-fields-table h3 {
    color: #2c3e50;
    margin-bottom: 15px;
    padding: 12px 15px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 10px;
    border-right: 4px solid #3498db;
}

.simple-fields-table .help-table td {
    vertical-align: top;
    line-height: 1.6;
}

.simple-fields-table .help-table td:first-child {
    width: 20%;
    white-space: nowrap;
}

.simple-fields-table .help-table td:nth-child(2) {
    width: 30%;
}

.simple-fields-table .help-table td:nth-child(3) {
    width: 50%;
}

.simple-fields-table .help-table small {
    display: block;
    color: #6c757d;
    font-weight: normal;
    margin-top: 4px;
}

/* ======== כרטיסי חורים פשוטים ======== */
.holes-simple-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.hole-simple-card {
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    border: 2px solid #e9ecef;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.hole-simple-card:hover {
    transform: translateY(-3px);
    border-color: #3498db;
}

.hole-color-badge {
    font-size: 2rem;
    margin-bottom: 10px;
}

.hole-simple-card h4 {
    color: #2c3e50;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
}

.hole-simple-card p {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 6px 0;
    line-height: 1.5;
}

.hole-simple-card p strong {
    color: #2c3e50;
}
