/* Laptop */

:root {
    --primary-color: #2D3748;
    --accent-color: #FF4B55;
    --text-gray: #666;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--primary-color);
}





.howto_hero {
	grid-column: 1 / -1;
	grid-row: 2 / 3;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

h1.HowTo_Title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.HowTo_subtitle {
    font-size: 1.25rem;
    color: var(--text-gray);
    line-height: 1.6;
}

.how-it-works {
			grid-column: 1 / -1;
		grid-row: 4 / 5;
    text-align: center;
}

h2.HowTo_Title2 {
	
    font-size: 2.5rem;
	margin-bottom: 2.5rem;
}

.howto_steps-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    padding: 2rem 0;
	width: 90%;
	margin: 0 auto; 
}

.howto_step {
    flex: 1;
    padding: 1rem;
    background-color: rgb(255, 255, 255); /* White background */
    border: 1px solid rgb(243, 244, 246); /* Gray border */
   /* box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);  Small shadow */
    transition: all 0.15s cubic-bezier(.4,0,.2,1); /* Smooth transition */
	width: 210px;
    padding: 1.5rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	height: 200px;
	
	
}

.step-arrow {
    width: 20px;
    height: 30px;
    position: relative;
    display: inline-block;
}

.step-arrow::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    transform: rotate(45deg);
    top: 50%;
    left: 50%;
    margin-top: -7.5px;
    margin-left: -7.5px;
}

.howto_icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.step h3 {
    margin-bottom: 0.5rem;
}

.step p {
    color: var(--text-gray);
    line-height: 1.4;
}

.howto_cta-button {
			grid-column: 1 / -1;
		grid-row: 8 / 9;
    background: var(--primary-color);
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 4px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: 500;
    color: rgb(255, 255, 255); /* Default text color */
    background-color: rgba(64, 62, 67, 1) !important; /* Default background */
    border-radius : 15px !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; /* Subtle shadow */
    cursor: pointer;
    transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
                background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1) !important;
	       font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
	
	
	
}

.howto_cta-button:hover {
    background-color: #1a202c;
}


.video-tips-container {
	grid-column: 1 / -1;
	grid-row: 6 / 7;
    margin: 0 auto;
    font-family: Arial, sans-serif;
	width: 100%;
	background-color: white;
	       font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.video-tips-container h1 {
    text-align: center;
    color: #333;
    margin-bottom: 1.5rem;
    font-size: 2.2rem;
	       font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.intro-text {
    text-align: center;
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
	       font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.tips-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8rem;
	       font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    margin: 0 auto;         /* Centers the grid container */
    padding: 0 13rem;        /* Adds equal padding on both sides */
}

.tips-column {
    text-align: left;       /* Keeps text left-aligned within columns */
}

.tips-column h2 {
    color: #444;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
		       font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.tips-column ul {
    list-style: none;
    padding: 0;
	       font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    margin: 0;             /* Removes default margins */

}

.tips-column li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    color: #555;
    line-height: 1.5;
	       font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.tips-column li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #666;
	       font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

@media (max-width: 768px) {
    .tips-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .video-tips-container {
        padding: 1rem;
    }
    
    .video-tips-container h1 {
        font-size: 1.8rem;
	}
		
	.howto_steps-container {
        flex-direction: column;
    }
    
    .step-arrow {
        transform: rotate(90deg);
        margin: 10px 0;
    }
    
    .howto_step {
        width: 100%;
        max-width: none;
    }
    
}
