/* ===== RESET & BASE ===== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',system-ui,-apple-system,sans-serif;color:#222;line-height:1.6;background:#fff;overflow-x:hidden}
a{text-decoration:none;color:inherit;transition:color .2s}
ul,ol{list-style:none}
img{max-width:100%;height:auto;display:block}
.container{max-width:1200px;margin:0 auto;padding:0 16px}

/* ===== TOP BAR ===== */
.top-bar{background:#0a1838;color:#fff;font-size:13px;padding:6px 0}
.top-bar-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:6px}
.top-bar-left{display:flex;gap:18px;flex-wrap:wrap}
.top-bar-left a{color:#ccd6e8;transition:.2s}
.top-bar-left a:hover{color:#ff6b1a}
.top-bar-left i{margin-right:4px}
.top-bar-right{color:#4ade80;font-weight:600}
.top-bar-right i{margin-right:4px}

/* ===== NAVBAR ===== */
.navbar{background:#1a56a8;padding:0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 12px rgba(0,0,0,.2)}
.navbar-inner{display:flex;align-items:center;justify-content:space-between;min-height:62px}
.navbar-brand{display:flex;align-items:center;gap:8px;color:#fff;font-size:20px}
.brand-icon{font-size:28px;color:#60a5fa}
.brand-text span{color:#ff6b1a;font-weight:700}
.nav-menu{display:flex;gap:2px;align-items:center}
.nav-item{position:relative}
.nav-link{display:block;padding:18px 14px;color:#fff;font-size:14px;font-weight:500;transition:.2s;white-space:nowrap}
.nav-link:hover,.nav-item:hover>.nav-link{background:#1848a0;color:#ff6b1a}
.nav-link .fa-chevron-down{font-size:10px;margin-left:3px}
.dropdown-menu{position:absolute;top:100%;left:0;min-width:240px;background:#1a56a8;border-top:3px solid #ff6b1a;box-shadow:0 8px 24px rgba(0,0,0,.3);display:none;z-index:100}
.nav-item:hover .dropdown-menu{display:block}
.dropdown-menu li a{display:block;padding:10px 18px;color:#fff;font-size:13px;border-bottom:1px solid rgba(255,255,255,.07);transition:.2s}
.dropdown-menu li a:hover{background:#ff6b1a;color:#fff}
.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px}
.nav-toggle span{width:26px;height:3px;background:#fff;border-radius:2px;transition:.3s}

/* ===== HERO / SLIDER ===== */
.hero{background:linear-gradient(135deg,#0d3b8c 0%,#1a56a8 50%,#0d3b8c 100%);color:#fff;padding:60px 0 50px;position:relative;overflow:hidden}
.hero::after{content:'';position:absolute;right:-80px;bottom:-40px;width:400px;height:400px;background:rgba(255,255,255,.03);border-radius:50%}
.hero-inner{display:flex;align-items:center;gap:48px;position:relative;z-index:1}
.hero-content{flex:1;min-width:0}
.hero-content h1{font-size:38px;font-weight:800;line-height:1.2;margin-bottom:16px}
.hero-content h1 span{color:#ff6b1a}
.hero-content p{font-size:16px;color:#bfcfe8;margin-bottom:24px;max-width:520px}
.hero-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}
.hero-badges{display:flex;gap:16px;margin-top:8px}
.hero-badges span{display:flex;align-items:center;gap:6px;font-size:13px;color:#7dd3fc}
.hero-image{flex:0 0 380px}
.hero-image img,.hero-image-placeholder{width:100%;border-radius:12px;display:block}
.hero-image img{height:auto;object-fit:cover;box-shadow:0 8px 32px rgba(0,0,0,.2);border:3px solid rgba(255,255,255,.12)}
.hero-image-placeholder{height:260px;background:linear-gradient(135deg,#163c7a,#1e5fc0);display:flex;align-items:center;justify-content:center;border-radius:12px;border:2px solid rgba(255,255,255,.15)}
.hero-image-placeholder i{font-size:80px;color:rgba(255,255,255,.15)}

/* ===== BUTTONS ===== */
.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:8px;font-weight:600;font-size:15px;cursor:pointer;border:none;transition:.2s}
.btn-primary{background:#ff6b1a;color:#fff}
.btn-primary:hover{background:#e55d12;transform:translateY(-1px)}
.btn-secondary{background:rgba(255,255,255,.15);color:#fff;border:1px solid rgba(255,255,255,.3)}
.btn-secondary:hover{background:rgba(255,255,255,.25)}
.btn-green{background:#22c55e;color:#fff}
.btn-green:hover{background:#16a34a}
.btn-blue{background:#1a56a8;color:#fff}
.btn-blue:hover{background:#134090}
.btn-outline{background:transparent;color:#1a56a8;border:2px solid #1a56a8}
.btn-outline:hover{background:#1a56a8;color:#fff}
.btn-sm{padding:8px 16px;font-size:13px}
.btn-lg{padding:16px 32px;font-size:17px}
.btn-block{display:flex;width:100%;justify-content:center}
.btn-cta-phone{background:#ff6b1a;color:#fff;padding:14px 28px;border-radius:30px;font-size:16px}
.btn-cta-phone:hover{background:#e55d12}
.btn-cta-wa{background:transparent;color:#fff;border:2px solid #fff;padding:14px 28px;border-radius:30px;font-size:16px}
.btn-cta-wa:hover{background:#22c55e;border-color:#22c55e}

/* ===== SECTIONS ===== */
.section{padding:60px 0}
.section-header{text-align:center;margin-bottom:40px}
.section-header .badge{display:inline-block;background:#e0edff;color:#1a56a8;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;margin-bottom:10px}
.section-header h2{font-size:30px;font-weight:700;color:#0d3b8c}
.section-header p{color:#555;max-width:600px;margin:8px auto 0}
.section-alt{background:#f0f5fc}
.section-blue{background:linear-gradient(135deg,#0d3b8c,#1a56a8);color:#fff}
.section-blue h2,.section-blue h3{color:#fff}
.section-blue p{color:#bfcfe8}

/* ===== SERVICE CARDS ===== */
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.service-card{background:#fff;border-radius:12px;padding:28px 20px;text-align:center;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:.3s;border:1px solid #e5e7eb}
.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12);border-color:#1a56a8}
.service-card .icon{width:56px;height:56px;margin:0 auto 14px;background:#e0edff;color:#1a56a8;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px}
.service-card h3{font-size:16px;font-weight:700;color:#0d3b8c;margin-bottom:8px}
.service-card p{font-size:13px;color:#666;margin-bottom:14px}
.service-card .btn{font-size:12px;padding:6px 14px}

/* ===== TEAM CARDS ===== */
.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.team-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:.3s;border:1px solid #e5e7eb}
.team-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}
.team-card-photo{height:200px;background:linear-gradient(135deg,#1a56a8,#0d3b8c);display:flex;align-items:center;justify-content:center;position:relative}
.team-card-photo img{width:100%;height:100%;object-fit:cover}
.team-card-photo .placeholder-icon{font-size:60px;color:rgba(255,255,255,.2)}
.team-card-badge{position:absolute;top:8px;right:8px;background:#ff6b1a;color:#fff;padding:3px 10px;border-radius:12px;font-size:11px;font-weight:600}
.team-card-info{padding:16px}
.team-card-info h3{font-size:15px;font-weight:700;color:#0d3b8c}
.team-card-info .title{font-size:12px;color:#666;margin:2px 0 8px}
.team-card-info .meta{display:flex;gap:8px;flex-wrap:wrap;font-size:12px;margin-bottom:12px}
.team-card-info .meta span{display:flex;align-items:center;gap:4px;color:#555}
.team-card-info .meta i{color:#1a56a8}
.team-card-actions{display:flex;gap:6px}
.team-card-actions .btn{flex:1;justify-content:center;font-size:12px;padding:7px 8px}

/* ===== TESTIMONIALS ===== */
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.testimonial-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 12px rgba(0,0,0,.06);border:1px solid #e5e7eb}
.testimonial-card .stars{color:#f59e0b;margin-bottom:8px;font-size:14px}
.testimonial-card p{font-size:14px;color:#444;margin-bottom:12px;font-style:italic}
.testimonial-card .author{display:flex;align-items:center;gap:10px}
.testimonial-card .author .avatar{width:40px;height:40px;background:#e0edff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1a56a8;font-weight:700}
.testimonial-card .author .info{font-size:13px}
.testimonial-card .author .info strong{display:block;color:#0d3b8c}

/* ===== STATS ===== */
.stats-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:40px 0}
.stat-item{text-align:center}
.stat-item .number{font-size:36px;font-weight:800;color:#ff6b1a}
.stat-item .label{font-size:14px;color:#bfcfe8;margin-top:4px}

/* ===== BRANDS ===== */
.brands-row{display:flex;justify-content:center;align-items:center;gap:40px;flex-wrap:wrap;padding:20px 0}
.brands-row .brand-item{width:100px;height:50px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:8px;font-weight:700;color:#999;font-size:13px}

/* ===== CTA ===== */
.cta-section{background:linear-gradient(135deg,#0d3b8c,#1a56a8);padding:40px 0}
.cta-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px}
.cta-text h3{color:#fff;font-size:24px;font-weight:700}
.cta-text p{color:#bfcfe8;font-size:14px}
.cta-buttons{display:flex;gap:12px;flex-wrap:wrap}

/* ===== ABOUT BOX ===== */
.about-box{background:linear-gradient(135deg,#0a1838,#0d3b8c);border-radius:16px;padding:48px;display:flex;gap:40px;align-items:center;color:#fff}
.about-box-content{flex:1}
.about-box-content .exp-badge{display:inline-flex;align-items:center;gap:8px;background:#ff6b1a;color:#fff;padding:8px 18px;border-radius:12px;font-weight:700;font-size:18px;margin-bottom:16px}
.about-box-content h2{font-size:26px;font-weight:700;margin-bottom:12px}
.about-box-content p{color:#bfcfe8;margin-bottom:20px}
.about-box-stats{flex:0 0 360px;display:grid;grid-template-columns:1fr 1fr;gap:16px}
.about-box-stat{background:rgba(255,255,255,.08);border-radius:12px;padding:20px;text-align:center;border:1px solid rgba(255,255,255,.1)}
.about-box-stat .icon{font-size:24px;color:#60a5fa;margin-bottom:8px}
.about-box-stat .number{font-size:28px;font-weight:800;color:#ff6b1a}
.about-box-stat .label{font-size:12px;color:#93c5fd}

/* ===== BREADCRUMB ===== */
.breadcrumb-bar{background:#0d3b8c;padding:14px 0}
.breadcrumb{display:flex;gap:8px;align-items:center;font-size:14px;color:#93c5fd}
.breadcrumb a{color:#93c5fd;transition:.2s}
.breadcrumb a:hover{color:#fff}
.breadcrumb .sep{color:#3b82f6}

/* ===== PAGE HERO ===== */
.page-hero{background:linear-gradient(135deg,#0d3b8c,#1a56a8);color:#fff;padding:40px 0 30px;text-align:center}
.page-hero .badge-tag{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.15);padding:6px 16px;border-radius:20px;font-size:13px;margin-bottom:12px}
.page-hero h1{font-size:32px;font-weight:800}

/* ===== CONTENT PAGE ===== */
.content-wrap{display:flex;gap:32px;padding:40px 0}
.content-main{flex:1;min-width:0}
.content-sidebar{flex:0 0 300px}
.content-main h2{font-size:24px;font-weight:700;color:#0d3b8c;margin:28px 0 12px}
.content-main h3{font-size:20px;font-weight:700;color:#0d3b8c;margin:24px 0 10px}
.content-main p{margin-bottom:14px;line-height:1.8;color:#444}
.content-main ul,.content-main ol{margin:12px 0 18px 20px}
.content-main li{margin-bottom:6px;color:#444;position:relative;padding-left:8px}
.content-main ul li::before{content:'✓';color:#22c55e;font-weight:700;position:absolute;left:-14px}
.content-main ol{list-style:decimal}
.content-main img{border-radius:12px;margin:16px 0}

/* ===== SIDEBAR WIDGETS ===== */
.widget{background:#fff;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 2px 8px rgba(0,0,0,.05);border:1px solid #e5e7eb}
.widget h4{font-size:15px;font-weight:700;color:#0d3b8c;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid #e0edff}
.widget ul li{margin-bottom:6px}
.widget ul li a{display:flex;align-items:center;gap:6px;font-size:13px;color:#444;padding:6px 8px;border-radius:6px;transition:.2s}
.widget ul li a:hover{background:#e0edff;color:#1a56a8}
.widget ul li a i{color:#1a56a8;width:16px}
.widget-cta{background:linear-gradient(135deg,#0d3b8c,#1a56a8);color:#fff;text-align:center;padding:24px}
.widget-cta h4{color:#fff;border-bottom-color:rgba(255,255,255,.2)}
.widget-cta p{font-size:13px;color:#93c5fd;margin-bottom:14px}

/* ===== CONTACT PAGE ===== */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:40px}
.contact-form-wrap{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 16px rgba(0,0,0,.08);border:2px solid #1a56a8}
.contact-info-wrap{background:#1a56a8;border-radius:16px;padding:32px;color:#fff}
.contact-info-wrap h3{font-size:20px;font-weight:700;margin-bottom:20px}
.contact-info-wrap h3 i{margin-right:6px}
.contact-info-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;padding:12px;background:rgba(255,255,255,.08);border-radius:10px}
.contact-info-item .icon-box{width:36px;height:36px;background:#ff6b1a;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-info-item .icon-box i{color:#fff;font-size:14px}
.contact-info-item .details{font-size:13px}
.contact-info-item .details strong{display:block;font-size:12px;color:#93c5fd;margin-bottom:2px;text-transform:uppercase}
.contact-online-btn{display:flex;flex-direction:column;gap:10px;margin-top:20px}
.contact-online-btn .btn{justify-content:center}

/* Form Elements */
.form-group{margin-bottom:16px}
.form-group label{display:block;font-size:13px;font-weight:600;color:#333;margin-bottom:4px}
.form-control{width:100%;padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;transition:.2s}
.form-control:focus{outline:none;border-color:#1a56a8;box-shadow:0 0 0 3px rgba(26,86,168,.15)}
textarea.form-control{resize:vertical;min-height:100px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-tabs{display:flex;gap:4px;margin-bottom:20px;flex-wrap:wrap}
.form-tab{flex:1;text-align:center;padding:10px 8px;background:#f0f5fc;border-radius:8px;cursor:pointer;font-size:12px;font-weight:600;color:#555;transition:.2s;border:2px solid transparent}
.form-tab:hover,.form-tab.active{background:#1a56a8;color:#fff;border-color:#1a56a8}
.form-tab i{display:block;font-size:18px;margin-bottom:4px}
.captcha-box{display:flex;align-items:center;gap:12px;padding:12px;background:#f9fafb;border-radius:8px;margin-bottom:16px;border:1px solid #e5e7eb}
.captcha-box input{width:80px}

/* Maps */
.maps-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:40px}
.map-card{border-radius:16px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.08)}
.map-card h4{padding:14px 18px;background:#f0f5fc;font-size:14px;color:#0d3b8c;display:flex;align-items:center;gap:6px}
.map-card iframe{width:100%;height:260px;border:0}

/* ===== FOOTER ===== */
.main-footer{background:#0a1838;color:#ccd6e8;padding:48px 0 0}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:32px}
.footer-brand{font-size:20px;color:#fff;margin-bottom:14px}
.footer-brand i{color:#60a5fa}
.footer-col p{font-size:13px;line-height:1.7}
.footer-col h4{color:#fff;font-size:15px;font-weight:700;margin-bottom:14px;padding-bottom:8px;border-bottom:2px solid rgba(255,255,255,.1)}
.footer-col ul li{margin-bottom:6px;font-size:13px}
.footer-col ul li a{color:#93a3b8;transition:.2s}
.footer-col ul li a:hover{color:#ff6b1a}
.footer-col ul li i{margin-right:6px;color:#3b82f6;width:14px}
.footer-social{display:flex;gap:10px;margin-top:14px}
.footer-social a{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:#93a3b8;transition:.2s}
.footer-social a:hover{background:#ff6b1a;color:#fff}
.footer-bottom{margin-top:32px;padding:16px 0;border-top:1px solid rgba(255,255,255,.08);text-align:center;font-size:13px;color:#667}

/* ===== FLOATING BUTTONS ===== */
.whatsapp-float{position:fixed;bottom:24px;right:24px;width:56px;height:56px;background:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;z-index:999;box-shadow:0 4px 16px rgba(37,211,102,.4);transition:.3s}
.whatsapp-float:hover{transform:scale(1.1)}
.phone-float{position:fixed;bottom:24px;left:24px;width:56px;height:56px;background:#ff6b1a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;z-index:999;box-shadow:0 4px 16px rgba(255,107,26,.4);transition:.3s;animation:pulse-phone 2s infinite}
.phone-float:hover{transform:scale(1.1)}
@keyframes pulse-phone{0%,100%{box-shadow:0 0 0 0 rgba(255,107,26,.5)}70%{box-shadow:0 0 0 14px rgba(255,107,26,0)}}

/* ===== ALERTS ===== */
.alert{padding:14px 18px;border-radius:8px;margin-bottom:16px;font-size:14px}
.alert-success{background:#dcfce7;color:#166534;border:1px solid #86efac}
.alert-error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}

/* ===== PAGINATION ===== */
.pagination{display:flex;justify-content:center;gap:6px;margin-top:32px}
.pagination a,.pagination span{padding:8px 14px;border-radius:6px;font-size:14px;font-weight:500}
.pagination a{background:#e0edff;color:#1a56a8;transition:.2s}
.pagination a:hover{background:#1a56a8;color:#fff}
.pagination .current{background:#1a56a8;color:#fff}

/* ===== RESPONSIVE ===== */
@media(max-width:1024px){
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .team-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .hero-inner{flex-direction:column;text-align:center}
  .hero-content p{margin-left:auto;margin-right:auto}
  .hero-buttons{justify-content:center}
  .hero-badges{justify-content:center}
  .hero-image{flex:0 0 auto;width:100%;max-width:400px}
  .about-box{flex-direction:column}
  .about-box-stats{flex:0 0 auto;width:100%}
  .content-wrap{flex-direction:column}
  .content-sidebar{flex:0 0 auto}
}
@media(max-width:768px){
  .nav-menu{position:fixed;top:0;right:-300px;width:280px;height:100vh;background:#0d3b8c;flex-direction:column;padding:70px 0 20px;transition:.3s;z-index:1001;overflow-y:auto;gap:0}
  .nav-menu.active{right:0}
  .nav-toggle{display:flex;z-index:1002}
  .nav-link{padding:14px 24px;border-bottom:1px solid rgba(255,255,255,.07)}
  .dropdown-menu{position:static;border-top:none;box-shadow:none;display:none;background:rgba(0,0,0,.15)}
  .nav-item.open .dropdown-menu{display:block}
  .top-bar-left{gap:10px;font-size:11px}
  .hero-content h1{font-size:26px}
  .services-grid{grid-template-columns:1fr}
  .team-grid{grid-template-columns:1fr}
  .testimonials-grid{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .maps-grid{grid-template-columns:1fr}
  .stats-bar{grid-template-columns:repeat(2,1fr);gap:16px}
  .footer-grid{grid-template-columns:1fr}
  .cta-inner{flex-direction:column;text-align:center}
  .cta-buttons{justify-content:center}
  .page-hero h1{font-size:24px}
  .about-box{padding:24px}
  .about-box-stats{grid-template-columns:1fr 1fr}
  .form-row{grid-template-columns:1fr}
  .section{padding:40px 0}
}
@media(max-width:480px){
  .hero-content h1{font-size:22px}
  .stats-bar{grid-template-columns:1fr 1fr}
  .stat-item .number{font-size:28px}
  .top-bar{display:none}
  .about-box-stats{grid-template-columns:1fr}
}

/* ===== BLOG / ARTICLES GRID ===== */
.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.article-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06);border:1px solid #e5e7eb;transition:.3s;display:flex;flex-direction:column}
.article-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px rgba(0,0,0,.12);border-color:#1a56a8}
.article-card-image{display:block;position:relative;height:200px;overflow:hidden;background:#e0edff}
.article-card-image img{width:100%;height:100%;object-fit:cover;transition:.4s}
.article-card:hover .article-card-image img{transform:scale(1.05)}
.article-card-placeholder{height:100%;display:flex;align-items:center;justify-content:center;font-size:48px;color:#93c5fd}
.article-card-cat{position:absolute;top:12px;left:12px;background:#1a56a8;color:#fff;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:600}
.article-card-body{padding:18px;flex:1;display:flex;flex-direction:column}
.article-card-meta{display:flex;gap:12px;font-size:11px;color:#888;margin-bottom:8px;flex-wrap:wrap}
.article-card-meta i{color:#1a56a8;margin-right:2px}
.article-card-title{font-size:17px;font-weight:700;color:#0d3b8c;line-height:1.35;margin-bottom:8px}
.article-card-title a{color:inherit;transition:.2s}
.article-card-title a:hover{color:#ff6b1a}
.article-card-excerpt{font-size:13px;color:#666;line-height:1.6;flex:1;margin-bottom:12px}
.article-card-link{font-size:13px;font-weight:600;color:#1a56a8;display:inline-flex;align-items:center;gap:4px;transition:.2s}
.article-card-link:hover{color:#ff6b1a;gap:8px}
/* Article Content */
.article-content img{max-width:100%;height:auto;border-radius:10px;margin:16px 0}
.article-content h2{margin-top:28px}
.article-content table{width:100%;border-collapse:collapse;margin:16px 0}
.article-content table th,.article-content table td{padding:10px 14px;border:1px solid #e5e7eb;text-align:left;font-size:14px}
.article-content table th{background:#f0f5fc;font-weight:600;color:#0d3b8c}
.article-content blockquote{border-left:4px solid #1a56a8;padding:14px 20px;margin:16px 0;background:#f0f5fc;border-radius:0 8px 8px 0;font-style:italic;color:#333}
/* Inline Article Images */
.article-inline-image{margin:24px 0;text-align:center}
.article-inline-image img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.08);border:1px solid #e5e7eb}
.article-inline-image figcaption{font-size:12px;color:#888;margin-top:8px;font-style:italic}
@media(max-width:1024px){.articles-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.articles-grid{grid-template-columns:1fr}}
