html, body {
font-family: 'Inter', sans-serif;
color: #111;
margin: 0;
padding: 0;
overflow-x: hidden;
}

.highlighter {
color: #0047b3;
font-weight: 700;
margin: 50px 0;
}

.navbar {
padding-top: 20px;
padding-bottom: 20px;
}

.headers {
width: 100%;
max-width: 1000px;
margin: 0 auto;
padding: 0 30px;
}

.logo {
max-height: 50px;
}

.callout {
border-left: 4px solid #cde9ff;
padding-left: 12px;
margin: 2rem 0;
font-size: 1.3rem;
font-weight: 700;
}

.hero {
text-align: center;
padding: 4rem 2rem 2rem;
max-width: 750px;
margin: 0 auto;
}

.hero .date {
color: #888;
font-size: 0.9rem;
}

.hero h1 {
font-size: 2.5rem;
margin: 1.2rem 0;
font-weight: 400;
}

.hero .subtitle {
font-size: 1.05rem;
color: #444;
max-width: 600px;
}

.cta {
display: inline-block;
background: rgba(81, 81, 81, 0.153);
padding: 0.7rem 1.35rem;
border-radius: 999px;
text-decoration: none;
color: #494949;
font-size: 14px;
margin: 20px 0 ;
}

.cta:hover {
background: linear-gradient(135deg, #0092d8, #0047b3);
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(0, 195, 255, 0.5);
color: #ffffff;
}

.hero-image {
text-align: center;
padding: 2rem;
}

.hero-image img {
max-width: 90%; /* 1137 x 635 */
border-radius: 12px;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
margin: 0px auto;
}

.content {
max-width: 550px;
margin: 0 auto;
padding: 2rem;
line-height: 1.6;
}

.content h2 {
font-size: 1.75rem;
margin-top: 5.5rem;
margin-bottom: 35px;
font-weight: 700;
}

.content h3 {
font-size: 1.3rem;
margin-top: 3.5rem;
font-weight: 700;
}

p {
font-size: 16px;
font-weight: 400;
line-height: 1.7;
letter-spacing: -0.01em;
margin: 0 auto 1.5rem;
color: #3e3e3e;
font-weight: 400;
}

ul {
padding: 15 20px;
}

li {
font-size: 16px;
font-weight: 400;
line-height: 1.75;
color: #5b5b5b;
margin-bottom: 5px;
}

.chart {
display: block;
margin: 4rem auto;
max-width: 100%;
border-radius: 12px;
}

.testi-section {
padding: 20px 0;
}

.testi-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.testimonial {
border-radius: 12px;
width: 100%;
display: flex;
flex-direction: column;
gap: 20px;
margin: 50px auto 50px auto;
box-sizing: border-box;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial p {
font-size: 1rem;
color: #3e3e3e;
margin: 0;
}

.testimonial-profile {
display: flex;
align-items: center;
gap: 10px;
margin-top: 15px;
}

.testimonial-profile img {
width: 40px;
height: 40px;
border-radius: 50%;
object-fit: cover;
border: 2px solid #00c3ff;
}

.testimonial-profile h3 {
font-size: 16px;
margin: 0;
font-weight: 700;
}

.testimonial-content {
background-color: #ffffff;
border-radius: 10px;
line-height: 1.8;
color: #000;
position: relative;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
margin-bottom: 15px;
padding: 20px;
}

.testimonial-highlight {
background-color: #232341;
border-radius: 8px;
text-align: center;
font-size: 16px;
font-weight: 700;
color: #ffffff;
border: 1px solid #00c3ff;
padding: 20px;
}

.testimonial-highlight p {
margin: 0;
color: #fff;
}

.author-box-minimal {
max-width: 1000px;
margin: 80px auto 100px;
padding: 2rem;
background-color: #f5f5f5;
}

.author-meta {
max-width: 750px;
margin: 0 auto; 
display: inline-flex;
flex-direction: column;
gap: 6px;
}

.author-label {
color: #888;
margin: 0;
}

.author-name {
color: #000;
font-weight: 500;
}

footer p {
margin: 0;
padding: 0;
}

.footer-p a {
display: block; 
text-decoration: none; 
font-size: 1em;
line-height: 1.7;
color: #9b9b9b;
}

.footer-p a:hover {
color: #0BA4E0; 
}

.footer-h p {
color: white;
font-size: 1em;
}

.footer-color {
background-color: #273171;
}

.footer-container {
display: flex;
flex-wrap: wrap;
gap: 150px;
max-width: 1000px;
margin: 0 auto;
padding-top: 100px;
padding-bottom: 100px;
padding-right: 35px;
padding-left: 35px;
}

.copyright-section {
background-color: #333d7a;
padding: 20px 0;
}

.tags p {
font-size: 14px;
margin: 0;
}

.rights p {
color: #fff;
font-size: 1em;
margin: 0;
}

.copyright-section-copy {
display: flex;
flex-wrap: wrap;
align-items: center; 
justify-content: space-between;
max-width: 1000px;
margin: 0 auto;
padding-right: 35px;
padding-left: 35px;
}

@media screen and (max-width: 720px) {
.hero {
padding: 3rem 1.5rem 2rem;
}

.hero h1 {
font-size: 1.75rem;
}

.content h2 {
font-size: 1.35rem;
margin-top: 4.5rem;
}

.content h3 {
font-size: 1.2rem;
margin-top: 3.5rem;
}

p {
font-size: 15px;
font-weight: 400;
line-height: 1.75;
letter-spacing: -0.01em;
margin-bottom: 25px;
color: #5b5b5b;
}

ul {
padding-left: 30px;
}

li {
font-size: 15px;
font-weight: 400;
line-height: 1.75;
color: #5b5b5b;
margin-bottom: 15px;
}

.hero .subtitle {
font-size: 14px;
}

.hero-image {
text-align: center;
padding: 0;
}

.cta {
font-size: 0.95rem;
padding: 0.6rem 1.2rem;
}

.content {
padding: 1.5rem;
}

.testimonial-profile h3 {
font-size: 14px;
margin: 0;
font-weight: 700;
}

.testimonial p {
font-size: 14px;
}

}