﻿/*
Theme Name: TEA Landing Pro
Author: Teaching English Asia
Version: 1.0
Description: Landing theme for Vietnam teachers
*/

body{
margin:0;
font-family:Arial, sans-serif;
background:#f6fbfa;
color:#1e2b2a;
}

.container{
max-width:1200px;
margin:auto;
padding:60px 20px;
}

.hero{
background:linear-gradient(#e7faf7,#ffffff);
text-align:center;
padding:140px 20px;
}

.hero h1{
font-size:52px;
margin-bottom:20px;
}

.hero p{
font-size:22px;
color:#5a6d6c;
margin-bottom:40px;
}

.button{
background:#18b6a3;
color:white;
padding:16px 32px;
border-radius:10px;
text-decoration:none;
font-weight:bold;
}

.grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.card{
background:white;
padding:40px;
border-radius:12px;
box-shadow:0 20px 40px rgba(0,0,0,0.05);
text-align:center;
}

.price{
font-size:36px;
font-weight:700;
margin:20px 0;
}
