:root{
  --blue:#0767f2;
  --blue-dark:#0156d7;
  --navy:#071e3d;
  --navy-2:#03152c;
  --ink:#101525;
  --muted:#5d6677;
  --line:#e4e9f1;
  --panel:#ffffff;
  --page:#f8fafc;
  --radius:14px;
  --shadow:0 8px 26px rgba(22,45,81,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:"Manrope",Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input{font:inherit}
button{cursor:pointer}
.container{width:min(1180px,calc(100% - 64px));margin-inline:auto}
.site-header{height:82px;background:#fff;border-bottom:1px solid #eef1f5;position:sticky;top:0;z-index:50}
.nav-row{height:100%;display:grid;grid-template-columns:220px 1fr 220px;align-items:center}
.brand img{width:150px;height:auto;object-fit:contain}
.main-nav{height:100%;display:flex;justify-content:center;align-items:stretch;gap:46px}
.main-nav>a,.nav-dropdown-btn{height:100%;display:flex;align-items:center;justify-content:center;position:relative;border:0;background:transparent;padding:0;font-size:15px;font-weight:650;color:#0d1421}
.main-nav>a.active{color:var(--blue)}
.main-nav>a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--blue);border-radius:999px 999px 0 0}
.nav-dropdown{position:relative;height:100%}
.nav-dropdown-btn{gap:7px}
.nav-dropdown-btn svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
.nav-dropdown-menu{position:absolute;top:72px;left:50%;transform:translate(-50%,8px);width:230px;background:#fff;border:1px solid var(--line);border-radius:13px;padding:8px;box-shadow:0 20px 44px rgba(17,37,72,.15);opacity:0;visibility:hidden;transition:.2s}
.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%,0)}
.nav-dropdown-menu a{display:block;padding:10px 12px;border-radius:8px;font-size:14px;font-weight:600}
.nav-dropdown-menu a:hover{background:#f2f7ff;color:var(--blue)}
.nav-actions{display:flex;justify-content:flex-end;align-items:center;gap:18px}
.login-btn{min-width:98px;height:45px;border-radius:9px;background:linear-gradient(135deg,#0874ff,#055ee4);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;box-shadow:0 8px 18px rgba(4,100,235,.18)}
.search-btn{width:45px;height:45px;border:1px solid #e4e8ef;border-radius:10px;background:#fff;display:grid;place-items:center;box-shadow:0 3px 10px rgba(18,37,66,.04)}
.search-btn svg{width:24px;height:24px;fill:none;stroke:#111827;stroke-width:2.2;stroke-linecap:round}
.menu-toggle{display:none;width:42px;height:42px;border:0;background:#fff;border-radius:9px;padding:9px}
.menu-toggle span{display:block;height:2px;background:#111827;margin:5px 0;border-radius:2px}
.mobile-nav{display:none}

.hero-section{background:radial-gradient(circle at 70% 12%,rgba(87,176,255,.15),transparent 32%),linear-gradient(105deg,#f8fbff 0%,#eef7ff 54%,#f7fbff 100%);border-bottom:1px solid #eaf1fa;overflow:hidden}
.hero-grid{min-height:430px;display:grid;grid-template-columns:48% 52%;align-items:center}
.hero-copy{padding:48px 0 46px}
.hero-badge{display:inline-flex;padding:6px 12px;border-radius:999px;background:var(--blue);color:#fff;font-size:11px;font-weight:800;letter-spacing:.2px;margin-bottom:18px}
.hero-copy h1{margin:0;font-size:48px;line-height:1.16;letter-spacing:-1.7px;font-weight:800;max-width:580px}
.hero-copy h1 span{color:var(--blue)}
.hero-copy p{max-width:570px;margin:17px 0 24px;font-size:16px;line-height:1.72;color:#242b37}
.hero-buttons{display:flex;gap:18px;align-items:center}
.btn{min-height:45px;padding:0 22px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-size:15px;font-weight:700;transition:.2s}
.btn-blue{background:linear-gradient(135deg,#0878ff,#0561ed);color:#fff;box-shadow:0 8px 20px rgba(0,103,242,.15)}
.btn-blue:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(0,103,242,.22)}
.btn-outline{border:1.5px solid var(--blue);color:var(--blue);background:#fff}
.hero-art{height:430px;display:flex;align-items:center;justify-content:flex-end;position:relative;padding-left:10px}
.hero-art:before{content:"";position:absolute;width:390px;height:390px;border-radius:50%;background:rgba(36,137,255,.06);left:70px;top:22px}
.hero-art img{width:570px;max-height:390px;object-fit:contain;position:relative;z-index:1;filter:drop-shadow(0 18px 24px rgba(19,91,187,.10))}

.category-shortcuts{padding:20px 0 8px;background:#fff}
.shortcut-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.shortcut-card{min-height:150px;border:1px solid #e6eaf0;background:#fff;border-radius:12px;box-shadow:0 6px 17px rgba(20,44,77,.06);padding:20px 18px;display:flex;gap:17px;align-items:flex-start;transition:.2s}
.shortcut-card:hover{transform:translateY(-2px);border-color:#d6e5fb;box-shadow:0 11px 26px rgba(20,71,142,.10)}
.shortcut-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;color:#fff;flex:0 0 auto;box-shadow:inset 0 0 0 5px rgba(255,255,255,.1)}
.shortcut-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.shortcut-icon.blue{background:linear-gradient(135deg,#1481ff,#005ce1)}
.shortcut-icon.teal{background:linear-gradient(135deg,#2ec4c1,#169997)}
.shortcut-icon.orange{background:linear-gradient(135deg,#ffac18,#ff7a00)}
.shortcut-icon.purple{background:linear-gradient(135deg,#a24eff,#7132d6)}
.shortcut-text{display:flex;flex-direction:column;min-width:0}
.shortcut-text strong{font-size:16px;line-height:1.22;margin:2px 0 7px}
.shortcut-text small{font-size:13px;line-height:1.55;color:#424a58}
.shortcut-text em{font-style:normal;color:var(--blue);font-size:14px;font-weight:700;margin-top:12px}
.shortcut-text em b{font-size:18px;margin-left:8px}

.latest-section{padding:14px 0 20px;background:#fff}
.section-line{display:flex;align-items:center;justify-content:space-between;margin:0 0 13px}
.section-line h2,.topics-title h2,.why-card h2,.contributor-card h2{margin:0;font-size:22px;line-height:1.25;letter-spacing:-.4px}
.section-line>a{font-size:13px;color:var(--blue);font-weight:650;display:flex;gap:10px;align-items:center}
.posts-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.post-card{border:1px solid #e6e9ef;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 6px 17px rgba(24,44,72,.05);min-width:0}
.post-image{height:132px;position:relative;display:block;background:#0a2345;overflow:hidden}
.post-image img{width:100%;height:100%;object-fit:cover;transition:transform .28s}
.post-card:hover .post-image img{transform:scale(1.04)}
.post-tag{position:absolute;left:8px;bottom:-1px;color:#fff;border-radius:5px 5px 0 0;padding:4px 7px;font-size:9px;font-weight:800;line-height:1}
.post-tag.technology,.post-tag.marketing{background:#0878fa}.post-tag.ai{background:#11a99f}.post-tag.seo{background:#ff8a00}.post-tag.security{background:#8538e4}.post-tag.wordpress{background:#079e87}
.post-body{padding:13px 11px 12px}
.post-body h3{font-size:14px;line-height:1.45;margin:0;min-height:61px;font-weight:750}
.post-date{font-size:11px;color:#6a7280;margin-top:10px}

.topics-section{padding:2px 0 16px}
.topics-title{display:grid;grid-template-columns:1fr auto 1fr;gap:14px;align-items:center;margin-bottom:12px}
.topics-title span{height:1px;background:#e2e6ed}
.topics-title h2{font-size:19px}
.topics-strip{display:grid;grid-template-columns:repeat(8,1fr);border:1px solid #e5e9ef;border-radius:11px;background:#fff;box-shadow:0 5px 16px rgba(18,43,75,.04);overflow:hidden}
.topics-strip a{min-height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;text-align:center;border-right:1px solid #e9edf2;padding:10px 5px;transition:.2s}
.topics-strip a:last-child{border-right:0}.topics-strip a:hover{background:#f6faff;color:var(--blue)}
.topic-icon{font-size:32px;color:var(--blue);line-height:1;font-weight:500}
.topic-icon.wp{font-family:Georgia,serif;border:2px solid var(--blue);border-radius:50%;width:30px;height:30px;display:grid;place-items:center;font-size:18px;font-weight:700}
.topic-icon.search{font-size:42px;transform:rotate(-18deg)}
.topics-strip strong{font-size:12px;font-weight:700;white-space:nowrap}

.choice-section{padding:3px 0 18px}
.choice-grid{display:grid;grid-template-columns:29% 41% 30%;border:1px solid #e6eaf0;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 7px 20px rgba(23,46,78,.05)}
.why-card,.contributor-card{padding:22px 20px;background:#fff}
.why-card h2,.contributor-card h2{font-size:20px;margin-bottom:14px}
.why-card ul{list-style:none;padding:0;margin:0;display:grid;gap:9px}
.why-card li{position:relative;padding-left:23px;font-size:13px}
.why-card li:before{content:"✓";position:absolute;left:0;top:0;width:15px;height:15px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;font-size:10px;font-weight:800}
.choice-illustration{min-height:230px;display:flex;align-items:flex-end;justify-content:center;background:linear-gradient(180deg,#fff 0,#f8fbff 100%);padding:12px 5px 0}
.choice-illustration img{height:215px;width:100%;object-fit:contain;object-position:center bottom}
.contributor-card{background:linear-gradient(135deg,#f7fbff,#eef7ff);display:flex;flex-direction:column;justify-content:center}
.contributor-card p{font-size:14px;line-height:1.7;color:#2f3745;margin:0 0 15px}
.contributor-card .btn{align-self:flex-start}

.newsletter-section{padding:0 0 0}
.newsletter-box{min-height:82px;border-radius:12px 12px 0 0;background:linear-gradient(115deg,#082446,#052a59 58%,#0875ef 145%);display:grid;grid-template-columns:90px 1fr minmax(390px,520px);align-items:center;padding:13px 22px;color:#fff;box-shadow:0 12px 30px rgba(3,29,66,.15)}
.mail-art{width:64px;height:54px;color:#3e90ff;filter:drop-shadow(0 8px 10px rgba(0,0,0,.18))}
.mail-art svg{width:100%;height:100%;fill:#0f62d7;stroke:#76b0ff;stroke-width:1.6}
.newsletter-copy h2{font-size:17px;margin:0 0 3px}.newsletter-copy p{font-size:12px;margin:0;color:#e7effc}
.newsletter-form{display:flex;height:45px;border-radius:8px;overflow:hidden;background:#fff}
.newsletter-form input{border:0;outline:0;flex:1;min-width:0;padding:0 16px;font-size:12px;color:#252d3a}
.newsletter-form button{width:122px;border:0;background:var(--blue);color:#fff;font-weight:700;font-size:13px}

.site-footer{background:linear-gradient(110deg,#062342,#031a35 60%,#06294f);color:#fff}
.footer-grid{display:grid;grid-template-columns:1.45fr .85fr 1fr 1fr 1.35fr;gap:34px;padding:30px 0 24px}
.footer-about img{width:126px;filter:brightness(0) invert(1) sepia(1) saturate(0) hue-rotate(0deg) brightness(2)}
.footer-about p{font-size:12px;line-height:1.5;color:#dce6f3;max-width:220px;margin:11px 0 13px}
.social-row{display:flex;gap:9px}.social-row a{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#0d73ed;color:#fff;font-size:11px;font-weight:800}
.footer-col{display:flex;flex-direction:column;gap:8px}.footer-col h3{font-size:14px;margin:0 0 4px}.footer-col a,.footer-col span{font-size:12px;color:#e2e8f1;line-height:1.35}.footer-col a:hover{color:#62a8ff}.footer-contact{gap:12px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12)}.footer-bottom .container{min-height:48px;display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#bfc9d8}.footer-bottom b{color:#ff3b66;font-size:14px}

.search-overlay{position:fixed;inset:0;background:rgba(2,15,34,.82);z-index:200;display:flex;align-items:flex-start;justify-content:center;padding-top:140px;opacity:0;visibility:hidden;transition:.2s;backdrop-filter:blur(8px)}
.search-overlay.open{opacity:1;visibility:visible}.search-close{position:absolute;right:34px;top:25px;border:0;background:transparent;color:#fff;font-size:46px;font-weight:200}.search-overlay-form{width:min(700px,calc(100% - 40px));display:flex;background:#fff;padding:7px;border-radius:12px}.search-overlay-form input{flex:1;border:0;outline:0;padding:0 16px;font-size:18px}.search-overlay-form button{border:0;border-radius:8px;background:var(--blue);color:#fff;padding:13px 24px;font-weight:700}
.toast{position:fixed;right:24px;bottom:24px;background:#061f3c;color:#fff;border-radius:10px;padding:13px 17px;font-size:13px;box-shadow:0 10px 30px rgba(0,0,0,.2);opacity:0;transform:translateY(15px);pointer-events:none;transition:.25s;z-index:250}.toast.show{opacity:1;transform:translateY(0)}

@media (max-width:1100px){
 .container{width:min(100% - 36px,1050px)}
 .nav-row{grid-template-columns:170px 1fr 170px}.main-nav{gap:28px}
 .hero-copy h1{font-size:42px}.hero-art img{width:500px}
 .posts-grid{grid-template-columns:repeat(3,1fr);gap:14px}.post-image{height:170px}.post-body h3{min-height:auto}
 .shortcut-grid{grid-template-columns:repeat(2,1fr)}
 .topics-strip{grid-template-columns:repeat(4,1fr)}.topics-strip a:nth-child(4){border-right:0}.topics-strip a:nth-child(-n+4){border-bottom:1px solid #e9edf2}
 .newsletter-box{grid-template-columns:70px 1fr 410px}
 .footer-grid{grid-template-columns:1.3fr repeat(2,1fr);}.footer-contact{grid-column:2/4}.footer-col:nth-child(4){grid-column:1/2}
}
@media (max-width:760px){
 .container{width:calc(100% - 28px)}
 .site-header{height:70px}.nav-row{display:flex;justify-content:space-between}.brand img{width:128px}.main-nav,.nav-actions .login-btn{display:none}.nav-actions{margin-left:auto;margin-right:8px}.menu-toggle{display:block}.search-btn{width:40px;height:40px}
 .mobile-nav{position:fixed;top:70px;left:14px;right:14px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:8px;box-shadow:0 18px 36px rgba(20,40,70,.15);z-index:49;display:grid;gap:3px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:.2s}.mobile-nav.open{opacity:1;visibility:visible;transform:none}.mobile-nav a{padding:11px 12px;border-radius:8px;font-size:14px;font-weight:650}.mobile-nav a:hover{background:#f3f7fd;color:var(--blue)}
 .hero-grid{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:38px 0 8px;text-align:center}.hero-badge{margin-bottom:15px}.hero-copy h1{font-size:38px;line-height:1.13;letter-spacing:-1.2px}.hero-copy p{font-size:14px;margin-inline:auto}.hero-buttons{justify-content:center}.hero-art{height:300px;padding:0;justify-content:center}.hero-art:before{left:50%;transform:translateX(-50%);width:280px;height:280px}.hero-art img{width:420px;max-height:285px}
 .category-shortcuts{padding-top:16px}.shortcut-grid{grid-template-columns:1fr}.shortcut-card{min-height:125px}
 .latest-section{padding-top:10px}.section-line h2{font-size:20px}.posts-grid{grid-template-columns:repeat(2,1fr)}.post-image{height:145px}
 .topics-strip{grid-template-columns:repeat(2,1fr)}.topics-strip a{border-bottom:1px solid #e9edf2}.topics-strip a:nth-child(even){border-right:0}.topics-strip a:nth-last-child(-n+2){border-bottom:0}
 .choice-grid{grid-template-columns:1fr}.choice-illustration{order:2}.contributor-card{order:3}.why-card{order:1}.choice-illustration img{height:220px}
 .newsletter-box{border-radius:10px 10px 0 0;grid-template-columns:55px 1fr;padding:16px}.mail-art{width:48px;height:43px}.newsletter-form{grid-column:1/3;margin-top:12px}.newsletter-copy h2{font-size:16px}
 .footer-grid{grid-template-columns:repeat(2,1fr);gap:26px;padding:27px 0}.footer-about{grid-column:1/3}.footer-contact{grid-column:1/3}.footer-col:nth-child(4){grid-column:auto}.footer-bottom .container{flex-direction:column;justify-content:center;gap:5px;text-align:center;padding:10px 0}
}
@media (max-width:460px){
 .hero-copy h1{font-size:33px}.hero-buttons{flex-direction:column;align-items:stretch}.hero-buttons .btn{width:100%}.hero-art{height:250px}.hero-art img{width:340px;max-height:240px}
 .posts-grid{grid-template-columns:1fr}.post-image{height:205px}.post-body h3{font-size:15px}
 .section-line{align-items:flex-end}.section-line>a{font-size:11px}
 .topics-title h2{font-size:17px}.topics-strip strong{white-space:normal}
 .newsletter-form{height:auto;display:grid;gap:7px;background:transparent;border-radius:0}.newsletter-form input,.newsletter-form button{height:43px;border-radius:7px;width:100%}.newsletter-form input{background:#fff}
 .footer-grid{grid-template-columns:1fr}.footer-about,.footer-contact{grid-column:auto}.footer-col:nth-child(4){grid-column:auto}
}
