*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,'Microsoft YaHei',sans-serif;line-height:1.6;color:#202124;background:#fff}
.container{max-width:1280px;margin:0 auto;padding:0 24px}
header{padding:16px 0;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.08);position:sticky;top:0;z-index:1000}
nav{display:flex;justify-content:space-between;align-items:center}
.logo{display:flex;align-items:center}.logo img{height:40px;width:auto;display:block}
.nav-links a{margin-left:32px;text-decoration:none;color:#202124;font-weight:500;font-size:15px;transition:.2s}
.nav-links a:hover{color:#1a73e8}
.hero-new{padding:80px 0;background:linear-gradient(135deg,#f8f9fa 0%,#e8f0fe 100%);color:#202124;position:relative;overflow:hidden}
.hero-new::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url('https://tse-mm.bing.com/th?q=abstract+geometric+pattern+light+blue+white&w=1920&h=600');background-size:cover;background-position:center;opacity:0.05;z-index:0}
.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}
.hero-text h1{font-size:56px;font-weight:700;margin-bottom:24px;line-height:1.1;color:#202124}
.hero-text .subtitle{font-size:24px;margin-bottom:20px;color:#5f6368}
.hero-desc{font-size:16px;line-height:1.7;margin-bottom:32px;color:#5f6368}
.cta-btn{display:inline-block;background:#1a73e8;color:#fff;padding:16px 48px;text-decoration:none;border-radius:4px;font-size:16px;font-weight:500;transition:.3s;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}
.cta-btn:hover{background:#1557b0;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);transform:translateY(-1px)}
.platform-info{margin-top:16px;font-size:14px;color:#5f6368}
.hero-image img{width:100%;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.2)}
.google-intro{padding:80px 0;background:#f8f9fa}
.google-intro h2{font-size:42px;text-align:center;margin-bottom:48px;color:#202124}
.intro-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:center}
.intro-text p{font-size:17px;line-height:1.8;color:#5f6368;margin-bottom:20px}
.intro-images{display:grid;gap:16px}
.intro-img{width:100%;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1)}
.stats-section{padding:60px 0;background:#fff;color:#202124;border-top:1px solid #e8eaed;border-bottom:1px solid #e8eaed}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;text-align:center}
.stat-card{padding:20px}
.stat-number{font-size:48px;font-weight:700;margin-bottom:8px;color:#1a73e8}
.stat-label{font-size:16px;color:#5f6368}
.features{padding:80px 0;background:#fff}
.features h2{text-align:center;font-size:42px;margin-bottom:60px;color:#202124}
.feature-grid-new{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.feature-card-new{background:#f8f9fa;padding:32px;border-radius:12px;transition:.3s;cursor:pointer}
.feature-card-new:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1)}
.feature-card-new a{transition:.2s}
.feature-card-new:hover a{color:#1a73e8}
.feature-icon{margin-bottom:20px}
.feature-icon img{width:64px;height:64px;border-radius:50%;background:#fff;padding:12px}
.feature-card-new h3{font-size:22px;margin-bottom:16px;color:#202124}
.feature-card-new p{color:#5f6368;font-size:15px;line-height:1.7}
.google-ecosystem{padding:80px 0;background:#f8f9fa}
.google-ecosystem h2{font-size:42px;text-align:center;margin-bottom:16px;color:#202124}
.section-subtitle{text-align:center;font-size:18px;color:#5f6368;margin-bottom:48px}
.ecosystem-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:24px}
.ecosystem-card{background:#fff;padding:24px;border-radius:12px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:.3s}
.ecosystem-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,.12)}
.ecosystem-card img{width:80px;height:80px;margin-bottom:12px}
.ecosystem-card h4{font-size:16px;margin-bottom:8px;color:#202124}
.ecosystem-card p{font-size:13px;color:#5f6368}
.gallery-section{padding:80px 0;background:#fff}
.gallery-section h2{text-align:center;font-size:42px;margin-bottom:48px;color:#202124}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.gallery-grid img{width:100%;height:220px;object-fit:cover;border-radius:8px;transition:.3s}
.gallery-grid img:hover{transform:scale(1.05);box-shadow:0 8px 24px rgba(0,0,0,.15)}
.support{padding:60px 0;background:#f8f9fa}
.support h2{text-align:center;font-size:36px;margin-bottom:32px;color:#202124}
.support p{max-width:900px;margin:0 auto;font-size:17px;color:#5f6368;line-height:1.9}
footer{background:#202124;padding:60px 0 30px;color:#fff}
.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-bottom:40px}
.footer-col h4{font-size:16px;margin-bottom:16px;color:#fff}
.footer-col p{margin-bottom:10px}
.footer-col a{color:#bdc1c6;text-decoration:none;font-size:14px;transition:.2s}
.footer-col a:hover{color:#fff}
.footer-bottom{text-align:center;padding-top:30px;border-top:1px solid #3c4043}
.footer-bottom p{margin-bottom:8px;font-size:14px;color:#9aa0a6}
@media(max-width:968px){
.hero-content,.intro-grid{grid-template-columns:1fr}
.stats-grid{grid-template-columns:repeat(2,1fr)}
.feature-grid-new{grid-template-columns:repeat(2,1fr)}
.ecosystem-grid{grid-template-columns:repeat(3,1fr)}
.gallery-grid{grid-template-columns:repeat(2,1fr)}
.footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
.feature-grid-new,.stats-grid,.gallery-grid,.footer-grid{grid-template-columns:1fr}
.ecosystem-grid{grid-template-columns:repeat(2,1fr)}
.hero-text h1{font-size:36px}
}
.download-hero{padding:60px 0;background:linear-gradient(to bottom,#f8f9fa,#fff)}
.download-hero-grid{display:grid;grid-template-columns:1fr 400px;gap:40px}
.download-info h1{font-size:44px;margin-bottom:16px;color:#202124}
.download-box{background:#fff;padding:32px;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.1);margin-top:32px}
.version-info{display:flex;gap:16px;margin-bottom:24px;align-items:center}
.download-icon{width:64px;height:64px;border-radius:12px}
.version-info h3{font-size:20px;margin-bottom:4px;color:#202124}
.version-info p{font-size:14px;color:#5f6368;margin:0}
.file-size{font-size:12px!important;color:#80868b!important;margin-top:4px!important}
.download-btn-large{display:block;background:#1a73e8;color:#fff;padding:18px 32px;text-align:center;text-decoration:none;border-radius:8px;font-size:18px;font-weight:600;margin:24px 0;transition:.3s;box-shadow:0 2px 8px rgba(26,115,232,.3)}
.download-btn-large:hover{background:#1557b0;box-shadow:0 4px 12px rgba(26,115,232,.4)}
.btn-icon{font-size:20px;margin-right:8px}
.download-note{text-align:center;font-size:13px;color:#5f6368}
.platform-tabs{display:flex;gap:8px;margin-top:24px;flex-wrap:wrap}
.platform-tab{background:#f1f3f4;border:none;padding:10px 20px;border-radius:20px;font-size:14px;cursor:pointer;transition:.2s}
.platform-tab:hover{background:#e8eaed}
.platform-tab.active{background:#1a73e8;color:#fff}
.google-about{margin-top:32px}
.google-about h3{font-size:22px;margin-bottom:16px;color:#202124}
.about-img{width:100%;border-radius:12px;margin:16px 0;box-shadow:0 2px 8px rgba(0,0,0,.1)}
.google-about p{font-size:15px;line-height:1.7;color:#5f6368;margin-bottom:16px}
.trust-badges{display:flex;gap:16px;margin-top:24px}
.badge{display:flex;align-items:center;gap:8px;background:#f8f9fa;padding:12px 16px;border-radius:8px;flex:1}
.badge img{width:32px;height:32px}
.badge span{font-size:13px;font-weight:500;color:#202124}
.download-sidebar{display:flex;flex-direction:column;gap:24px}
.google-info-card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.08)}
.google-logo{width:100%;max-width:180px;margin-bottom:16px}
.google-info-card h4{font-size:18px;margin-bottom:12px;color:#202124}
.google-info-card p{font-size:14px;line-height:1.7;color:#5f6368;margin-bottom:16px}
.info-img{width:100%;border-radius:8px;margin-top:16px;box-shadow:0 2px 8px rgba(0,0,0,.08)}
.feature-list{list-style:none;margin:16px 0}
.feature-list li{padding:8px 0;font-size:14px;color:#5f6368;border-bottom:1px solid #f1f3f4}
.feature-list li:last-child{border-bottom:none}
.mini-ecosystem{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}
.mini-ecosystem img{width:100%;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.1)}
.installation-guide{padding:80px 0;background:#fff}
.installation-guide h2{font-size:40px;text-align:center;margin-bottom:48px;color:#202124}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.step-card{text-align:center;padding:24px;background:#f8f9fa;border-radius:12px;transition:.3s}
.step-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,.1)}
.step-number{width:48px;height:48px;background:#1a73e8;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;margin:0 auto 16px}
.step-card img{width:80px;height:80px;margin:16px auto;border-radius:50%;background:#fff;padding:16px}
.step-card h3{font-size:18px;margin:16px 0 8px;color:#202124}
.step-card p{font-size:14px;color:#5f6368}
.chrome-showcase{padding:80px 0;background:#f8f9fa}
.chrome-showcase h2{font-size:40px;text-align:center;margin-bottom:48px;color:#202124}
.showcase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.showcase-item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08);transition:.3s}
.showcase-item:hover{transform:translateY(-4px);box-shadow:0 6px 20px rgba(0,0,0,.12)}
.showcase-item img{width:100%;height:200px;object-fit:cover}
.showcase-item h3{font-size:18px;padding:16px 20px 8px;color:#202124}
.showcase-item p{font-size:14px;padding:0 20px 20px;color:#5f6368}
.google-innovation{padding:80px 0;background:#fff}
.google-innovation h2{font-size:40px;text-align:center;margin-bottom:48px;color:#202124}
.innovation-grid{display:flex;flex-direction:column;gap:48px}
.innovation-item{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.innovation-item:nth-child(even){direction:rtl}
.innovation-item:nth-child(even)>*{direction:ltr}
.innovation-item img{width:100%;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.1)}
.innovation-text h3{font-size:28px;margin-bottom:16px;color:#202124}
.innovation-text p{font-size:16px;line-height:1.8;color:#5f6368}
.faq-section{padding:80px 0;background:#f8f9fa}
.faq-section h2{font-size:40px;text-align:center;margin-bottom:48px;color:#202124}
.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.faq-item{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08)}
.faq-item h4{font-size:18px;margin-bottom:12px;color:#202124}
.faq-item p{font-size:15px;line-height:1.7;color:#5f6368}
.final-cta{padding:80px 0;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);text-align:center;color:#fff}
.final-cta h2{font-size:40px;margin-bottom:16px}
.final-cta p{font-size:20px;margin-bottom:32px;opacity:.95}
@media(max-width:1024px){
.download-hero-grid{grid-template-columns:1fr}
.download-sidebar{display:none}
.innovation-item{grid-template-columns:1fr}
.innovation-item:nth-child(even){direction:ltr}
}
@media(max-width:768px){
.steps-grid{grid-template-columns:repeat(2,1fr)}
.showcase-grid{grid-template-columns:repeat(2,1fr)}
.faq-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
.steps-grid,.showcase-grid{grid-template-columns:1fr}
}
.pc-platforms{padding:80px 0;background:#f8f9fa}
.pc-platforms h2{font-size:42px;text-align:center;margin-bottom:60px;color:#202124}
.platform-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.platform-card-large{background:#fff;padding:32px;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,.1);text-align:center;transition:.3s}
.platform-card-large:hover{transform:translateY(-8px);box-shadow:0 8px 32px rgba(0,0,0,.15)}
.platform-card-large>img:first-child{width:100px;height:100px;margin:0 auto 24px}
.platform-card-large h3{font-size:24px;margin-bottom:16px;color:#202124}
.platform-card-large>p{font-size:15px;color:#5f6368;line-height:1.7;margin-bottom:20px}
.platform-features{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0;justify-content:center}
.platform-features span{background:#e8f5e9;color:#1e8e3e;padding:6px 12px;border-radius:16px;font-size:13px}
.platform-img{width:100%;border-radius:12px;margin:20px 0;box-shadow:0 4px 12px rgba(0,0,0,.1)}
.desktop-features{padding:80px 0;background:#fff}
.desktop-features h2{font-size:42px;text-align:center;margin-bottom:16px;color:#202124}
.desktop-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:48px;margin-top:48px}
.desktop-feature{background:#f8f9fa;padding:32px;border-radius:16px}
.desktop-feature>img:first-child{width:64px;height:64px;margin-bottom:16px}
.desktop-feature h3{font-size:22px;margin-bottom:12px;color:#202124}
.desktop-feature>p{font-size:15px;color:#5f6368;line-height:1.7;margin-bottom:20px}
.feature-img{width:100%;border-radius:12px;margin-top:16px;box-shadow:0 2px 8px rgba(0,0,0,.08)}
.performance-section{padding:80px 0;background:#f8f9fa}
.performance-section h2{font-size:42px;text-align:center;margin-bottom:48px;color:#202124}
.performance-grid{display:grid;gap:32px}
.performance-card{background:#fff;padding:40px;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,.1)}
.performance-card h3{font-size:28px;margin-bottom:20px;color:#202124}
.performance-card img{width:100%;border-radius:12px;margin:20px 0;box-shadow:0 4px 12px rgba(0,0,0,.1)}
.performance-card p{font-size:16px;color:#5f6368;line-height:1.8;margin-bottom:24px}
.perf-stats{display:flex;gap:32px;margin-top:20px}
.stat{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:20px;border-radius:12px;flex:1;text-align:center}
.stat strong{display:block;font-size:32px;margin-bottom:4px}
.google-tech-section{padding:80px 0;background:#fff}
.google-tech-section h2{font-size:42px;text-align:center;margin-bottom:60px;color:#202124}
.tech-showcase{display:flex;flex-direction:column;gap:80px}
.tech-item{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.tech-reverse{direction:rtl}
.tech-reverse>*{direction:ltr}
.tech-icon-large{width:80px;height:80px;margin-bottom:20px}
.tech-content h3{font-size:28px;margin-bottom:16px;color:#202124}
.tech-content p{font-size:16px;color:#5f6368;line-height:1.8;margin-bottom:24px}
.tech-list{list-style:none;margin:0;padding:0}
.tech-list li{padding:10px 0;font-size:15px;color:#5f6368;border-bottom:1px solid #f1f3f4}
.tech-list li:last-child{border-bottom:none}
.tech-image{width:100%;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.12)}
.comparison-section{padding:80px 0;background:#f8f9fa}
.comparison-section h2{font-size:42px;text-align:center;margin-bottom:48px;color:#202124}
.comparison-chart{width:100%;max-width:800px;margin:0 auto 40px;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.1)}
.comparison-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}
.comp-card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.08);text-align:center}
.comp-card h4{font-size:20px;margin-bottom:16px;color:#202124}
.comp-card img{width:100%;border-radius:8px;margin:16px 0;box-shadow:0 2px 8px rgba(0,0,0,.08)}
.comp-card p{font-size:14px;color:#5f6368}
@media(max-width:1024px){
.platform-cards{grid-template-columns:1fr}
.desktop-grid{grid-template-columns:1fr}
.tech-item{grid-template-columns:1fr}
.tech-reverse{direction:ltr}
.comparison-cards{grid-template-columns:1fr}
}
.pc-platforms{padding:80px 0;background:#f8f9fa}
.pc-platforms h2{font-size:42px;text-align:center;margin-bottom:48px;color:#202124}
.platform-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.platform-card-large{background:#fff;padding:32px;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,.1);text-align:center;transition:.3s}
.platform-card-large:hover{transform:translateY(-6px);box-shadow:0 8px 24px rgba(0,0,0,.15)}
.platform-card-large>img:first-child{width:100px;height:100px;margin:0 auto 20px}
.platform-card-large h3{font-size:24px;margin-bottom:16px;color:#202124}
.platform-card-large>p{font-size:15px;line-height:1.7;color:#5f6368;margin-bottom:20px;text-align:left}
.platform-features{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0;justify-content:center}
.platform-features span{background:#e8f0fe;color:#1967d2;padding:6px 12px;border-radius:16px;font-size:13px}
.platform-img{width:100%;border-radius:8px;margin:20px 0;box-shadow:0 2px 8px rgba(0,0,0,.1)}
.desktop-features{padding:80px 0;background:#fff}
.desktop-features h2{font-size:42px;text-align:center;margin-bottom:16px;color:#202124}
.desktop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.desktop-feature{background:#f8f9fa;padding:28px;border-radius:12px;transition:.3s}
.desktop-feature:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,.1)}
.desktop-feature>img:first-child{width:64px;height:64px;margin-bottom:16px}
.desktop-feature h3{font-size:20px;margin-bottom:12px;color:#202124}
.desktop-feature>p{font-size:15px;line-height:1.7;color:#5f6368;margin-bottom:16px}
.feature-img{width:100%;border-radius:8px;margin-top:16px;box-shadow:0 2px 8px rgba(0,0,0,.08)}
.performance-section{padding:80px 0;background:#f8f9fa}
.performance-section h2{font-size:42px;text-align:center;margin-bottom:48px;color:#202124}
.performance-grid{display:grid;gap:32px}
.performance-card{background:#fff;padding:32px;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,.1)}
.performance-card h3{font-size:28px;margin-bottom:20px;color:#202124}
.performance-card img{width:100%;border-radius:12px;margin:20px 0;box-shadow:0 4px 12px rgba(0,0,0,.1)}
.performance-card p{font-size:16px;line-height:1.8;color:#5f6368;margin-bottom:20px}
.perf-stats{display:flex;gap:24px;padding-top:20px;border-top:2px solid #f1f3f4}
.stat{flex:1;text-align:center}
.stat strong{display:block;font-size:32px;color:#1a73e8;margin-bottom:4px}
.google-tech-section{padding:80px 0;background:#fff}
.google-tech-section h2{font-size:42px;text-align:center;margin-bottom:60px;color:#202124}
.tech-showcase{display:flex;flex-direction:column;gap:60px}
.tech-item{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.tech-reverse{direction:rtl}
.tech-reverse>*{direction:ltr}
.tech-icon-large{width:80px;height:80px;margin-bottom:20px}
.tech-content h3{font-size:28px;margin-bottom:16px;color:#202124}
.tech-content p{font-size:16px;line-height:1.8;color:#5f6368;margin-bottom:20px}
.tech-list{list-style:none;margin:20px 0}
.tech-list li{padding:10px 0;font-size:15px;color:#5f6368;border-bottom:1px solid #f1f3f4}
.tech-list li:last-child{border-bottom:none}
.tech-image{width:100%;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.12)}
.comparison-section{padding:80px 0;background:#f8f9fa}
.comparison-section h2{font-size:42px;text-align:center;margin-bottom:48px;color:#202124}
.comparison-chart{width:100%;max-width:900px;margin:0 auto 40px;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.1)}
.comparison-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.comp-card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.08);text-align:center}
.comp-card h4{font-size:20px;margin-bottom:16px;color:#202124}
.comp-card img{width:100%;border-radius:8px;margin:16px 0}
.comp-card p{font-size:14px;color:#5f6368}
@media(max-width:1024px){
.platform-cards{grid-template-columns:1fr}
.desktop-grid{grid-template-columns:repeat(2,1fr)}
.tech-item{grid-template-columns:1fr}
.tech-reverse{direction:ltr}
.comparison-cards{grid-template-columns:1fr}
}
@media(max-width:768px){
.desktop-grid{grid-template-columns:1fr}
.perf-stats{flex-direction:column}
}
.articles-section{padding:80px 0;background:#f8f9fa}
.articles-section h2{font-size:42px;text-align:center;margin-bottom:16px;color:#202124}
.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}
.article-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.08);transition:.3s}
.article-card:hover{transform:translateY(-6px);box-shadow:0 8px 28px rgba(0,0,0,.15)}
.article-card a{text-decoration:none;color:inherit;display:block}
.article-image{width:100%;height:220px;overflow:hidden;background:#f1f3f4}
.article-image img{width:100%;height:100%;object-fit:cover;transition:.3s}
.article-card:hover .article-image img{transform:scale(1.08)}
.article-info{padding:24px}
.article-info h3{font-size:20px;margin-bottom:12px;color:#202124;font-weight:600;line-height:1.4}
.article-info p{font-size:15px;line-height:1.7;color:#5f6368;margin-bottom:16px}
.read-more{font-size:14px;color:#1a73e8;font-weight:600;display:inline-flex;align-items:center}
.article-card:hover .read-more{color:#1557b0}
@media(max-width:968px){
.articles-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
.articles-grid{grid-template-columns:1fr}
}

